{
    "Function": "totalSupply",
    "File": "contracts/mock/WETH.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "balance(address)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function totalSupply() public view returns (uint) {\n        return address(this).balance;\n    }"
}