PoolImmutables
Last updated
The contract that stores all the timepoints and can perform actions with them
The contract that deployed the pool, which must adhere to the IAlgebraFactory interface
The first of the two tokens of the pool, sorted by address
The second of the two tokens of the pool, sorted by address
tickSpacing() pure external
The pool tick spacing
Returns:
[0]
int24
maxLiquidityPerTick() pure external
The maximum amount of position liquidity that can use any tick in the range
Returns:
[0]
uint128
Last updated