VestingEntries¶
Description¶
Source: contracts/interfaces/IRewardEscrowV2.sol
Structs¶
VestingEntry
¶
Field | Type | Description |
---|---|---|
endTime |
uint64 |
TBA |
escrowAmount |
uint256 |
TBA |
VestingEntryWithID
¶
Field | Type | Description |
---|---|---|
endTime |
uint64 |
TBA |
escrowAmount |
uint256 |
TBA |
entryID |
uint256 |
TBA |