Tick
Functionsβ
tickSpacingToMaxLiquidityPerTickβ
function tickSpacingToMaxLiquidityPerTick(
int24 tickSpacing
) internal pure returns (uint128)Name
Type
Description
Type
Description
getFeeGrowthInsideβ
function getFeeGrowthInside(
mapping(int24 => struct Tick.Info) self,
int24 tickLower,
int24 tickUpper,
int24 tickCurrent,
uint256 feeGrowthGlobal0X128,
uint256 feeGrowthGlobal1X128
) internal view returns (uint256 feeGrowthInside0X128, uint256 feeGrowthInside1X128)Name
Type
Description
Name
Type
Description
updateβ
Name
Type
Description
Name
Type
Description
clearβ
Name
Type
Description
crossβ
Name
Type
Description
Name
Type
Description
Last updated