# IncentiveMatcherDeployer

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

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

```solidity
function deploy(IMaverickV2VotingEscrow veToken, IMaverickV2RewardFactory factory)
    external
    returns (IMaverickV2IncentiveMatcher incentiveMatcher);
```

#### incentiveMatcherBytecodeHash <a href="#incentivematcherbytecodehash" id="incentivematcherbytecodehash"></a>

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

<br>
