Tick
Manages tick processes and computes variables stored in the tick state
tickSpacingToMaxLiquidityPerTick
function tickSpacingToMaxLiquidityPerTick(int24 tickSpacing) internal pure returns (uint128) getGrowthInside
function getGrowthInside(mapping(int24 => TickInfo) storage self, int24 tickLower, int24 tickUpper, int24 tickCurrent, GrowthX128 memory global)
internal
view
returns (GrowthX128 memory inside)update
clear
cross
Last updated
Was this helpful?