VestingEntries¶
Description¶
Source: contracts/RewardEscrowV2Frozen/IRewardEscrowV2Frozen.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 |