{
    "Function": "add",
    "File": "contracts/lib/openzeppelin-contracts/contracts/utils/math/SafeMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function add(uint256 a, uint256 b) internal pure returns (uint256) {\n        return a + b;\n    }"
}