For the complete documentation index, see llms.txt. This page is also available as Markdown.

VotingEscrowWSyncDeployer

Functions

deploy

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

votingEscrowBytecodeHash

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

Last updated