{
    "Function": "totalSupply",
    "File": "contracts/test/ERC20.sol",
    "Parent Contracts": [
        "contracts/test/IERC20Metadata.sol",
        "contracts/util/IERC20.sol",
        "contracts/util/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function totalSupply() public view virtual override returns (uint256) {\n        return _totalSupply;\n    }"
}