Documentation Index
Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Functions
deploy
parameters() transient storage during deployment.
Parameters:
| Name | Type | Description |
|---|---|---|
token0 | address | The first token of the pool by address sort order |
token1 | address | The second token of the pool by address sort order |
tickSpacing | int24 | The spacing between usable ticks |
Return Values:
| Name | Type | Description |
|---|---|---|
pool | address | The address of the newly created pool |
parameters
parameters() storage, which is transiently set during createPool and cleared after deployment.
