func Max160
Max160 returns 2^160 - 1, the maximum value representable in 160 bits.
Max160 returns 2^160 - 1, the maximum value representable in 160 bits.
MaxInt128I256 returns 2^127 - 1, the maximum int128 value, as a signed i256.
MaxInt256 returns 2^255 - 1, the maximum int256 value, as an unsigned u256.
MaxInt64I256 returns 2^63 - 1, the maximum int64 value, as a signed i256.
MaxSqrtRatio returns the maximum valid sqrt price ratio (1461446703485210103287273052203988822378723970342), equal to TickMathGetSqrtRatioAtTick(maxTick).
MaxUint128 returns 2^128 - 1, the maximum uint128 value.
MaxUint256 returns 2^256 - 1.
MinInt64I256 returns -2^63, the minimum int64 value, as a signed i256.
MinSqrtRatio returns the minimum valid sqrt price ratio (4295128739), equal to TickMathGetSqrtRatioAtTick(minTick).
Q128 returns 2^128, the Q128.128 fixed-point scaling factor.
Q192 returns 2^192.
Q96 returns 2^96, the Q64.96 fixed-point scaling factor.