IMaverickV2VotingEscrowLens
Functions
claimInformation
This function retrieves paginated claim information for a specific account and claim index range within a provided Maverick V2 Voting Escrow (veToken) contract.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the IMaverickV2VotingEscrow contract for which to retrieve claim information. |
|
| The address of the account for which to retrieve claim information. |
|
| The starting index for the desired range of claims. |
|
| The ending index for the desired range of claims. |
Returns
Name | Type | Description |
---|---|---|
|
| An array of |
syncInformation
This function retrieves paginated information on the lockup synchronization status for legacy ve mav.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the ve contract for which to retrieve sync information. |
|
| The address of the user for whom to retrieve sync information. |
|
| The starting index for the desired range of legacy lockups. |
|
| The ending index for the desired range of legacy lockups. |
Returns
Name | Type | Description |
---|---|---|
|
| An array of |
|
| An array of uint256 values representing the synced balances corresponding to the legacy lockups. |
getLockups
This function retrieves paginated lockup information for a specific account and lockup index range within a provided Maverick V2 Voting Escrow (veToken) contract.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the IMaverickV2VotingEscrow contract for which to retrieve lockup information. |
|
| The address of the account for which to retrieve lockup information. |
|
| The starting index for the desired range of lockups. |
|
| The ending index for the desired range of lockups. |
Returns
Name | Type | Description |
---|---|---|
|
| An array of |
Last updated