# VotingEscrowWSyncDeployer

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

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

```solidity
function deploy(IERC20 baseToken, string memory name, string memory symbol)
    external
    returns (IMaverickV2VotingEscrow votingEscrow);
```

#### votingEscrowBytecodeHash <a href="#votingescrowbytecodehash" id="votingescrowbytecodehash"></a>

```solidity
function votingEscrowBytecodeHash(string memory name, string memory symbol) external pure returns (bytes32);
```

<br>
