Name | Lookup | Parameters | |
|---|---|---|---|
| vest | 3c00 | - | |
| vest_other | 3c01 | 1 | |
| vested_transfer | 3c02 | 2 | |
| force_vested_transfer | 3c03 | 3 | |
| init_vesting_start_at | 3c05 | 1 | |
| set_vesting_per_block | 3c06 | 3 | |
| force_set_cliff | 3c07 | 2 | |
| merge_schedules | 3c04 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 3c00 | ["AccountId","BalanceOf"] | |
| VestingCompleted | 3c01 | ["AccountId"] |
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":868}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"bifrost_vesting:Releases","PlainTypeValue":870} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | U128 | 00e40b54020000000000000000000000 | |
| MaxVestingSchedules | U32 | 1c000000 |
Name | Docs |
|---|---|
| NotVesting | The account given is not vesting. |
| AtMaxVestingSchedules | The account already has `MaxVestingSchedules` count of schedules and thuscannot add another one. Consider merging existing schedules in order to add another. |
| AmountLow | Amount being transferred is too low to create a vesting schedule. |
| ScheduleIndexOutOfBounds | An index was out of bounds of the vesting schedules. |
| InvalidScheduleParams | Failed to create a new schedule because some parameter was invalid. |
| SamePerBlock | change to the same per_block param |
| VestingStartAtNotSet | VestingStartAt storage is not set |
| WrongLockedAmount | Wrong amount |
| WrongCliffVesting | Wrong vesting during cliff period |