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