Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_migrator | 2a00 | 1 | |
| set_item_owner | 2a01 | 2 | |
| set_team | 2a02 | 3 | |
| force_mint | 2a03 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MigratorUpdated | 2a00 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Migrator | {"origin":"PlainType","plain_type":"H160","PlainTypeValue":0} |
Name | Docs |
|---|---|
| NotMigrator | The caller is not the migrator account. |
| ItemNotFound | The item with the given collectionId and itemId was not found. |
| AccountAlreadySet | Tried to store an account that is already set for this storage value. |
| MigratorNotSet | |
| AlreadyOwner | The account is already the owner of the item. |
| DmarketCollectionNotSet | The DmarketCollection is not configured. |