Name | Lookup | Parameters | |
|---|---|---|---|
| create | 1400 | 2 | |
| force_create | 1401 | 3 | |
| destroy | 1402 | 2 | |
| mint | 1403 | 3 | |
| burn | 1404 | 3 | |
| transfer | 1405 | 3 | |
| redeposit | 1406 | 2 | |
| freeze | 1407 | 2 | |
| thaw | 1408 | 2 | |
| freeze_collection | 1409 | 1 | |
| thaw_collection | 140a | 1 | |
| transfer_ownership | 140b | 2 | |
| set_team | 140c | 4 | |
| approve_transfer | 140d | 3 | |
| cancel_approval | 140e | 3 | |
| force_item_status | 140f | 7 | |
| set_attribute | 1410 | 4 | |
| clear_attribute | 1411 | 3 | |
| set_metadata | 1412 | 4 | |
| clear_metadata | 1413 | 2 | |
| set_collection_metadata | 1414 | 3 | |
| clear_collection_metadata | 1415 | 1 | |
| set_accept_ownership | 1416 | 1 | |
| set_collection_max_supply | 1417 | 2 | |
| set_price | 1418 | 4 | |
| buy_item | 1419 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 1400 | ["CollectionId","AccountId","AccountId"] | |
| ForceCreated | 1401 | ["CollectionId","AccountId"] | |
| Destroyed | 1402 | ["CollectionId"] | |
| Issued | 1403 | ["CollectionId","ItemId","AccountId"] | |
| Transferred | 1404 | ["CollectionId","ItemId","AccountId","AccountId"] | |
| Burned | 1405 | ["CollectionId","ItemId","AccountId"] | |
| Frozen | 1406 | ["CollectionId","ItemId"] | |
| Thawed | 1407 | ["CollectionId","ItemId"] | |
| CollectionFrozen | 1408 | ["CollectionId"] | |
| CollectionThawed | 1409 | ["CollectionId"] | |
| OwnerChanged | 140a | ["CollectionId","AccountId"] | |
| TeamChanged | 140b | ["CollectionId","AccountId","AccountId","AccountId"] | |
| ApprovedTransfer | 140c | ["CollectionId","ItemId","AccountId","AccountId"] | |
| ApprovalCancelled | 140d | ["CollectionId","ItemId","AccountId","AccountId"] | |
| ItemStatusChanged | 140e | ["CollectionId"] | |
| CollectionMetadataSet | 140f | ["CollectionId","BoundedVec<u8, StringLimit>","bool"] | |
| CollectionMetadataCleared | 1410 | ["CollectionId"] | |
| MetadataSet | 1411 | ["CollectionId","ItemId","BoundedVec<u8, StringLimit>","bool"] | |
| MetadataCleared | 1412 | ["CollectionId","ItemId"] | |
| Redeposited | 1413 | ["CollectionId","Vec<ItemId>"] | |
| AttributeSet | 1414 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
| AttributeCleared | 1415 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>"] | |
| OwnershipAcceptanceChanged | 1416 | ["AccountId","Option<CollectionId>"] | |
| CollectionMaxSupplySet | 1417 | ["CollectionId","u32"] | |
| ItemPriceSet | 1418 | ["CollectionId","ItemId","ItemPrice","Option<AccountId>"] | |
| ItemPriceRemoved | 1419 | ["CollectionId","ItemId"] | |
| ItemBought | 141a | ["CollectionId","ItemId","ItemPrice","AccountId","AccountId"] |
Name | Type | |
|---|---|---|
| Class | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_uniques:types:CollectionDetails","keys_id":6,"value_id":484}} | |
| OwnershipAcceptance | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U128","U128"],"value":"NULL","keys_id":485,"value_id":36}} | |
| ClassAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U128"],"value":"NULL","keys_id":475,"value_id":36}} | |
| Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","U128"],"value":"pallet_uniques:types:ItemDetails","keys_id":486,"value_id":487}} | |
| ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_uniques:types:CollectionMetadata","keys_id":6,"value_id":488}} | |
| InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","U128"],"value":"pallet_uniques:types:ItemMetadata","keys_id":486,"value_id":489}} | |
| Attribute | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","option<U128>","Vec<U8>"],"value":"Tuple:Vec<U8>U128","keys_id":490,"value_id":491}} | |
| ItemPriceOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","U128"],"value":"Tuple:U128option<AccountId>","keys_id":486,"value_id":492}} | |
| CollectionMaxSupply | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"U32","keys_id":6,"value_id":4}} |
Name | Type | Value | |
|---|---|---|---|
| CollectionDeposit | U128 | 00000000000000000000000000000000 | |
| ItemDeposit | U128 | 00000000000000000000000000000000 | |
| MetadataDepositBase | U128 | 7a61ed8f010000000000000000000000 | |
| AttributeDepositBase | U128 | 68425d8d010000000000000000000000 | |
| DepositPerByte | U128 | 12160500000000000000000000000000 | |
| StringLimit | U32 | 48000000 | |
| KeyLimit | U32 | 00010000 | |
| ValueLimit | U32 | 00040000 |
Name | Docs |
|---|---|
| NoPermission | The signing account has no permission to do the operation. |
| UnknownCollection | The given item ID is unknown. |
| AlreadyExists | The item ID has already been used for an item. |
| WrongOwner | The owner turned out to be different to what was expected. |
| BadWitness | Invalid witness data given. |
| InUse | The item ID is already taken. |
| Frozen | The item or collection is frozen. |
| WrongDelegate | The delegate turned out to be different to what was expected. |
| NoDelegate | There is no delegate approved. |
| Unapproved | No approval exists that would allow the transfer. |
| Unaccepted | The named owner has not signed ownership of the collection is acceptable. |
| Locked | The item is locked. |
| MaxSupplyReached | All items have been minted. |
| MaxSupplyAlreadySet | The max supply has already been set. |
| MaxSupplyTooSmall | The provided max supply is less to the amount of items a collection already has. |
| UnknownItem | The given item ID is unknown. |
| NotForSale | Item is not for sale. |
| BidTooLow | The provided bid is too low. |