{
    "Function": "constructor",
    "File": "contracts/lib/solmate/src/test/utils/weird-tokens/ReturnsTwoToken.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor() {\n        totalSupply = type(uint256).max;\n        balanceOf[msg.sender] = type(uint256).max;\n    }"
}