IUniswapV3PoolActions
Contains pool methods that can be called by anyone
Functions
initialize
function initialize(
uint160 sqrtPriceX96
) external
Sets the initial price for the pool
Price is represented as a sqrt(amountToken1/amountToken0) Q64.96 value
Parameters:
| Name | Type | Description |
|---|---|---|
sqrtPriceX96 | uint160 | the initial sqrt price of the pool as a Q64.96 |