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