> For the complete documentation index, see [llms.txt](https://docs.mav.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-reward-contracts/votingescrowbase/ilegacyvemav.md).

# ILegacyVeMav

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

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

```solidity
function epoch() external view returns (uint256);
```

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

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

#### lockupCount <a href="#lockupcount" id="lockupcount"></a>

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

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

```solidity
function mav() external view returns (IERC20);
```

<br>
