Mangata
subscan
Runtime Modules / Vesting
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
VestingUpdated1100["AccountId","TokenIdOf","BalanceOf"]
VestingCompleted1101["AccountId","TokenIdOf"]
Storage Functions
Name
Type
Vesting{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"Vec<pallet_vesting_mangata:vesting_info:VestingInfo>","keys_id":356,"value_id":396}}
StorageVersion{"origin":"PlainType","plain_type":"pallet_vesting_mangata:Releases","PlainTypeValue":398}
Constants
Name
Type
Value
MinVestedTransferU128000010632d5ec76b0500000000000000
MaxVestingSchedulesU3232000000
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.
NoSuitableScheduleFoundNo suitable schedule foundPerhaps the user could merge vesting schedules and try again
SudoUnlockIsDisallowedSudo is not allowed to unlock tokens
InvalidVestingIndexThe provided vesting index exceeds the current number of vesting schedules
MathErrorAn overflow or underflow has occured