BonsaiswapV3PoolDeployer
Functions
deploy
Deploys a pool with the given parameters by transiently setting the parameters storage slot and then clearing it after deploying the pool.
Parameters:
Name | Type | Description |
---|---|---|
| address | The contract address of the Bonsaiswap V3 factory |
| address | The first token of the pool by address sort order |
| address | The second token of the pool by address sort order |
| uint24 | The fee collected upon every swap in the pool, denominated in hundredths of a bip |
| int24 | The spacing between usable ticks |
Last updated