{
    "Function": "add",
    "File": "contracts/peripheral_contracts/TokenWithFaucet.sol",
    "Parent Contracts": [
        "contracts/peripheral_contracts/ERC20.sol",
        "contracts/peripheral_contracts/IERC20.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "require(bool)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function add(uint256 x, uint256 y) internal pure returns (uint256 z) {\n        require((z = x + y) >= x);\n    }"
}