function deploy(IERC20 baseToken, string memory name, string memory symbol) external returns (IMaverickV2VotingEscrow votingEscrow);
function votingEscrowBytecodeHash(string memory name, string memory symbol) external pure returns (bytes32);
Last updated 7 months ago