This contract deploys V3 pools and manages ownership and control over pool protocol fees
Github Link: (Will be updated after official launch)
Cypress : :
PoolCreated
Emitted when a pool is created
Parameters:
token0
address
The first token of the pool by address sort order
token1
address
The second token of the pool by address sort order
fee
uint24
The fee collected upon every swap in the pool, denominated in hundredths of a bip
tickSpacing
int24
The minimum number of ticks between initialized ticks
pool
address
The address of the created pool
Emitted when a new fee amount is enabled for pool creation via the factory
fee
uint24
The enabled fee, denominated in hundredths of a bip
tickSpacing
int24
The minimum number of ticks between initialized ticks for pools created with the given fee
Parameters:
Return Values:
Return Values:
Parameters:
Return Values:
feeAmountTickSpacing
Parameters:
Return Values:
Parameters:
Return Values:
Parameters: