{
    "Function": "tickLower",
    "File": "contracts/types/LiquidityChunk.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function tickLower(uint256 self) internal pure returns (int24) {\n        unchecked {\n            return int24(int256(self >> 232));\n        }\n    }"
}