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