{
    "Function": "getBptPrice",
    "File": "contracts/mocks/MockBalInvestor.sol",
    "Parent Contracts": [
        "contracts/CrvDepositorWrapper.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getBptPrice"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getBptPrice() external view returns (uint256) {\n        return _getBptPrice();\n    }"
}