Skip to main content

Functions

deploy

Deploys a pool with the given parameters. Can only be called by the RamsesV3Factory. The pool’s factory, fee, and tick spacing are read from the factory’s parameters() transient storage during deployment.

Parameters:

Return Values:

parameters

Returns the pool constructor parameters. Reads from the factory’s parameters() storage, which is transiently set during createPool and cleared after deployment.

RamsesV3Factory

Returns the address of the canonical RamsesV3Factory. Set as an immutable in the constructor.