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