{
    "Function": "add",
    "File": "contracts/test/weird_tokens/ERC20.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "require(bool)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function add(uint x, uint y) internal pure returns (uint z) {\n        require((z = x + y) >= x);\n    }"
}