{
    "Function": "getTotalShares",
    "File": "contracts/mocks/stETHMock.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getTotalShares"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getTotalShares() public view returns (uint256) {\n        return _getTotalShares();\n    }"
}