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":"bifrost_vesting:VestingInfo","keys_id":0,"value_id":235}}
Constants
Name
Type
Value
MinVestedTransferU12800e40b54020000000000000000000000
Error Types
Name
Docs
NotVestingThe account given is not vesting.
ExistingVestingScheduleAn existing vesting schedule already exists for this account that cannot be clobbered.
AmountLowAmount being transferred is too low to create a vesting schedule.
SamePerBlockchange to the same per_block param
VestingStartAtNotSetVestingStartAt storage is not set
WrongLockedAmountWrong amount
WrongCliffVestingWrong vesting during cliff period