{
    "Function": "totalAssets",
    "File": "contracts/rubiconPools/BathToken.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "underlyingBalance"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function totalAssets() public view returns (uint256 totalManagedAssets) {\n        return underlyingBalance();\n    }"
}