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