func Max160
Max160 returns 2^160 - 1, the maximum value representable in 160 bits.
Returns:
- value: a fresh Uint equal to 2^160-1
Max160 returns 2^160 - 1, the maximum value representable in 160 bits.
Returns:
MaxInt128I256 returns 2^127 - 1, the maximum int128 value, as a signed i256.
Returns:
MaxInt256 returns 2^255 - 1, the maximum int256 value, as an unsigned u256.
Returns:
MaxInt64I256 returns 2^63 - 1, the maximum int64 value, as a signed i256.
Returns:
MaxSqrtRatio returns the upper bound of the valid sqrt price range (1461446703485210103287273052203988822378723970342), equal to TickMathGetSqrtRatioAtTick(maxTick). TickMathGetTickAtSqrtRatio treats this boundary as exclusive and accepts values in [MinSqrtRatio, MaxSqrtRatio).
Returns:
MaxUint128 returns 2^128 - 1, the maximum uint128 value.
Returns:
MaxUint256 returns 2^256 - 1.
Returns:
MinInt64I256 returns -2^63, the minimum int64 value, as a signed i256.
Returns:
MinSqrtRatio returns the minimum valid sqrt price ratio (4295128739), equal to TickMathGetSqrtRatioAtTick(minTick).
Returns:
Q128 returns 2^128, the Q128.128 fixed-point scaling factor.
Returns:
Q192 returns 2^192.
Returns:
Q96 returns 2^96, the Q64.96 fixed-point scaling factor.
Returns: