TickMath
Functions
tickSqrtPrices
function tickSqrtPrices(uint256 tickSpacing, int32 _tick)
internal
pure
returns (uint256 sqrtLowerPrice, uint256 sqrtUpperPrice);Name
Type
Description
subTickIndex
function subTickIndex(uint256 tickSpacing, int32 _tick) internal pure returns (uint32 subTick);Name
Type
Description
tickSqrtPrice
Name
Type
Description
Name
Type
Description
getTickL
Name
Type
Description
getSqrtPrice
Name
Type
Description
Name
Type
Description
getTickSqrtPriceAndL
Name
Type
Description
Name
Type
Description
Errors
TickMaxExceeded
Last updated