{
    "Function": "add",
    "File": "contracts/v3/alchemix/libraries/FixedPointMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "add",
        "fromU256"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function add(FixedDecimal memory self, uint256 value) internal pure returns (FixedDecimal memory) {\n    return add(self, fromU256(value));\n  }"
}