Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_migrator | 2a00 | 1 | |
| set_next_collection_id | 2a01 | 1 | |
| create_ask | 2a02 | 3 | |
| send_funds_from_pot | 2a03 | 2 | |
| set_item_owner | 2a04 | 3 | |
| force_create | 2a05 | 2 | |
| set_team | 2a06 | 4 | |
| set_collection_metadata | 2a07 | 2 | |
| force_mint | 2a08 | 4 | |
| enable_serial_mint | 2a09 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MigratorUpdated | 2a00 | ["AccountId"] | |
| NextCollectionIdUpdated | 2a01 | ["CollectionId"] | |
| AskCreated | 2a02 | ["CollectionId","ItemId","Ask<AccountId, MarketplaceBalanceOf, Moment, AccountId >"] | |
| SerialMintEnabled | 2a03 | ["CollectionId"] |
Name | Type | |
|---|---|---|
| Migrator | {"origin":"PlainType","plain_type":"H160","PlainTypeValue":0} |
Name | Type | Value | |
|---|---|---|---|
| PotId | [U8; 8] | 506f744d69677261 |
Name | Docs |
|---|---|
| NotMigrator | The caller is not the migrator account. |
| ItemNotFound | The item with the given collectionId and itemId was not found. |
| InvalidExpiration | Expiration below current timestamp. |
| AccountAlreadySet | Tried to store an account that is already set for this storage value. |
| MigratorNotSet | |
| SellerNotItemOwner | Seller of ask is not the owner of the given item. |
| AlreadyOwner | The account is already the owner of the item. |
| CollectionNotFound | The collection with the provided Id was not found. |
| SerialMintAlreadyEnabled | Serial Mint config is already enabled for the given collection. |