ILegacyVeMav

Functions

epoch

function epoch() external view returns (uint256);

lockups

function lockups(address staker, uint256 legacyLockupIndex)
    external
    view
    returns (IMaverickV2VotingEscrow.Lockup memory);

lockupCount

function lockupCount(address staker) external view returns (uint256 count);

mav

function mav() external view returns (IERC20);

Last updated