Name | Lookup | Parameters | |
|---|---|---|---|
| migrate | 0e00 | 1 | |
| expand_migrator | 0e01 | 2 | |
| contract_migrator | 0e02 | 2 | |
| add_migrator | 0e03 | 2 | |
| remove_migrator | 0e04 | 1 | |
| give_bonuses | 0e05 | 2 | |
| claim_bonus | 0e06 | - | |
| claim_bonus_for_other | 0e07 | 1 | |
| claim_swap_bonus | 0e08 | - | |
| claim_swap_bonus_for_other | 0e09 | 1 | |
| claim_vesting_bonus | 0e0a | - | |
| claim_vesting_bonus_for_other | 0e0b | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Migration | 0e00 | ||
| MigratorAdded | 0e01 | ||
| MigratorRemoved | 0e02 | ||
| MigratorExpanded | 0e03 | ||
| MigratorContracted | 0e04 | ||
| SwapBonusAdded | 0e05 | ||
| SwapBonusClaimed | 0e06 | ||
| VestingBonusAdded | 0e07 | ||
| VestingBonusClaimed | 0e08 |
Name | Type | |
|---|---|---|
| Migrators | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"u16","isLinked":false}} | |
| Bonuses | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"Bonus<BalanceOf, BlockNumber>","isLinked":false}} |
Name | Docs |
|---|---|
| MigratorAlreadyPresent | |
| UnknownMigrator | |
| ExceededMigrations | |
| CannotExpandMigrator | |
| CannotContractMigrator | |
| InsufficientBalance | |
| BonusOverflowError | Overflow while doing bonus calculations |
| NoBonus | The account has no bonus. |
| NoSwapBonus | The account has no swap bonus. |
| CannotClaimSwapBonusYet | Has a swap bonus but cannot claim yet. |
| VestingNotStartedYet | Vesting has not started yet. |
| NoVestingBonus | The account has no vesting bonus. |
| CannotClaimVestingBonusYet | Has a vesting bonus but cannot claim yet. |