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