# DeployerPermissioned

### Functions <a href="#functions" id="functions"></a>

#### deploy <a href="#deploy" id="deploy"></a>

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

#### poolBytecodeHash <a href="#poolbytecodehash" id="poolbytecodehash"></a>

```solidity
function poolBytecodeHash() external pure returns (bytes32);
```
