subscan
Runtime Modules / MigrationModule
Spec Version:
Events
Name
Lookup
Attributes
Migration0f00["AccountId","AccountId","Balance"]
MigratorAdded0f01["AccountId","u16"]
MigratorRemoved0f02["AccountId"]
MigratorExpanded0f03["AccountId","u16"]
MigratorContracted0f04["AccountId","u16"]
SwapBonusAdded0f05["AccountId","AccountId","Balance","BlockNumber"]
SwapBonusClaimed0f06["AccountId","Balance"]
VestingBonusAdded0f07["AccountId","AccountId","Balance","BlockNumber"]
VestingBonusClaimed0f08["AccountId","Balance"]
Storage Functions
Name
Type
Migrators{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U16","keys_id":0,"value_id":88}}
Bonuses{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"token_migration:Bonus","keys_id":0,"value_id":493}}
Error Types
Name
Docs
MigratorAlreadyPresent
UnknownMigrator
ExceededMigrations
CannotExpandMigrator
CannotContractMigrator
InsufficientBalance
BonusOverflowErrorOverflow while doing bonus calculations
NoBonusThe account has no bonus.
NoSwapBonusThe account has no swap bonus.
CannotClaimSwapBonusYetHas a swap bonus but cannot claim yet.
VestingNotStartedYetVesting has not started yet.
NoVestingBonusThe account has no vesting bonus.
CannotClaimVestingBonusYetHas a vesting bonus but cannot claim yet.