subscan
Runtime Modules / Vesting
Spec Version:
Events
Name
Lookup
Attributes
VestingUpdated3c00["AccountId","BalanceOf"]
VestingCompleted3c01["AccountId"]
Storage Functions
Name
Type
VestingStartAt{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Cliff{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}}
Vesting{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<bifrost_vesting:vesting_info:VestingInfo>","keys_id":0,"value_id":670}}
StorageVersion{"origin":"PlainType","plain_type":"bifrost_vesting:Releases","PlainTypeValue":672}
Constants
Name
Type
Value
MinVestedTransferU12800e40b54020000000000000000000000
MaxVestingSchedulesU321c000000
Error Types
Name
Docs
NotVestingThe account given is not vesting.
AtMaxVestingSchedulesThe account already has `MaxVestingSchedules` count of schedules and thuscannot add another one. Consider merging existing schedules in order to add another.
AmountLowAmount being transferred is too low to create a vesting schedule.
ScheduleIndexOutOfBoundsAn index was out of bounds of the vesting schedules.
InvalidScheduleParamsFailed to create a new schedule because some parameter was invalid.
SamePerBlockchange to the same per_block param
VestingStartAtNotSetVestingStartAt storage is not set
WrongLockedAmountWrong amount
WrongCliffVestingWrong vesting during cliff period