For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeployerPermissioned

Functions

deploy

function deploy(
    uint256 feeAIn,
    uint256 feeBIn,
    uint256 tickSpacing,
    uint256 lookback,
    IERC20 tokenA,
    IERC20 tokenB,
    uint8 kinds,
    address accessor
) external returns (IMaverickV2Pool pool);

poolBytecodeHash

function poolBytecodeHash() external pure returns (bytes32);

Last updated