# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-reward-contracts/votingescrowbase/ilegacyvemav.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
