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