Name | Lookup | Parameters | |
---|---|---|---|
update_vesting_schedule | 3200 | 1 | |
vest | 3201 | - | |
vested_transfer | 3202 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
VestingUpdated | 3200 | ["AccountId","BalanceOf"] | |
VestingCompleted | 3201 | ["AccountId"] | |
VestingScheduleUpdated | 3202 | ["BoundedVec<Schedule, MaxScheduleLength>"] |
Name | Type | |
---|---|---|
VestingBalances | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
VestingSchedule | {"origin":"PlainType","plain_type":"Vec<Tuple:U8U64>","PlainTypeValue":507} |
Name | Type | Value | |
---|---|---|---|
MinVestedTransfer | U128 | 0010a5d4e80000000000000000000000 | |
MaxScheduleLength | U32 | 06000000 |
Name | Docs |
---|---|
NotVesting | The account given is not vesting. |
ExistingVestingSchedule | An existing vesting schedule already exists for this account that cannot be clobbered. |
AmountLow | Amount being transferred is too low to create a vesting schedule. |
BalanceLow | Not enough tokens for vesting. |
InvalidSchedule | Cannot input |
InvalidScheduleLength | The length of new schedule cannot be bigger/smaller than 6. |
UnsortedSchedule | The new schedule should be sorted. |
ClaimTooEarly | The first round of vesting is not done yet. |