IERC20VestableVotesUpgradeableV1
Methods
computeVestingReleasableAmount
function computeVestingReleasableAmount(uint256 _index) external view returns (uint256)Parameters
Name
Type
Description
Returns
Name
Type
Description
computeVestingVestedAmount
function computeVestingVestedAmount(uint256 _index) external view returns (uint256)Parameters
Name
Type
Description
Returns
Name
Type
Description
createVestingSchedule
Parameters
Name
Type
Description
Returns
Name
Type
Description
delegateVestingEscrow
Parameters
Name
Type
Description
Returns
Name
Type
Description
getVestingSchedule
Parameters
Name
Type
Description
Returns
Name
Type
Description
getVestingScheduleCount
Returns
Name
Type
Description
isGlobalUnlockedScheduleIgnored
Parameters
Name
Type
Description
Returns
Name
Type
Description
releaseVestingSchedule
Parameters
Name
Type
Description
Returns
Name
Type
Description
revokeVestingSchedule
Parameters
Name
Type
Description
Returns
Name
Type
Description
vestingEscrow
Parameters
Name
Type
Description
Returns
Name
Type
Description
Events
CreatedVestingSchedule
Parameters
Name
Type
Description
DelegatedVestingEscrow
Parameters
Name
Type
Description
ReleasedVestingSchedule
Parameters
Name
Type
Description
RevokedVestingSchedule
Parameters
Name
Type
Description
Errors
GlobalUnlockUnderlfow
InvalidRevokedVestingScheduleEnd
InvalidVestingScheduleParameter
Parameters
Name
Type
Description
UnsufficientVestingScheduleCreatorBalance
VestingScheduleIsLocked
VestingScheduleNotRevocable
VestingScheduleNotRevocableInPast
ZeroReleasableAmount
Last updated
Was this helpful?