{
    "Function": "decode112with18",
    "File": "contracts/helper/FixedPoint.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function decode112with18(uq112x112 memory self) internal pure returns (uint256) {\n        return uint256(self._x) / 5192296858534827;\n    }"
}