Functions
createPool
tickSpacingInitialFee mapping. The call will revert if the pool already exists, the token arguments are invalid, or no fee has been enabled for the given tick spacing. If sqrtPriceX96 is non-zero, the pool will be initialized with that price.
Parameters:
Return Values:
enableTickSpacing
enableFeeAmount. Only callable by governance (AccessHub).
Parameters:
setFeeProtocol
Parameters:
setPoolFeeProtocol
type(uint24).max to revert the pool to the global default.
Parameters:
gaugeFeeSplitEnable
Parameters:
setFeeCollector
Parameters:
setVoter
Parameters:
setFee
Parameters:
State Variables
voter
feeCollector
feeProtocol
tickSpacingInitialFee
poolFeeProtocol
feeProtocol if no pool-specific override is set.
