pool_manager.gno
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates and examines pools.
Creates a liquidity pool.
token0Path
string
The path of the token0 of the pool to create.
token1Path
string
The path of the token1 of the pool to create.
fee
uint32
The fee tier of the pool.
- 100
= 0.01%
- 500
= 0.05%
- 3000
= 0.3%
- 10000
= 1%
sqrtPriceX96
string
The starting price of the pool.