Name | Lookup | Parameters | |
|---|---|---|---|
| create | b900 | 2 | |
| force_create | b901 | 3 | |
| destroy | b902 | 2 | |
| mint | b903 | 3 | |
| burn | b904 | 3 | |
| transfer | b905 | 3 | |
| redeposit | b906 | 2 | |
| freeze | b907 | 2 | |
| thaw | b908 | 2 | |
| freeze_collection | b909 | 1 | |
| thaw_collection | b90a | 1 | |
| transfer_ownership | b90b | 2 | |
| set_team | b90c | 4 | |
| approve_transfer | b90d | 3 | |
| cancel_approval | b90e | 3 | |
| force_item_status | b90f | 7 | |
| set_attribute | b910 | 4 | |
| clear_attribute | b911 | 3 | |
| set_metadata | b912 | 4 | |
| clear_metadata | b913 | 2 | |
| set_collection_metadata | b914 | 3 | |
| clear_collection_metadata | b915 | 1 | |
| set_accept_ownership | b916 | 1 | |
| set_collection_max_supply | b917 | 2 | |
| set_price | b918 | 4 | |
| buy_item | b919 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | b900 | ["CollectionId","AccountId","AccountId"] | |
| ForceCreated | b901 | ["CollectionId","AccountId"] | |
| Destroyed | b902 | ["CollectionId"] | |
| Issued | b903 | ["CollectionId","ItemId","AccountId"] | |
| Transferred | b904 | ["CollectionId","ItemId","AccountId","AccountId"] | |
| Burned | b905 | ["CollectionId","ItemId","AccountId"] | |
| Frozen | b906 | ["CollectionId","ItemId"] | |
| Thawed | b907 | ["CollectionId","ItemId"] | |
| CollectionFrozen | b908 | ["CollectionId"] | |
| CollectionThawed | b909 | ["CollectionId"] | |
| OwnerChanged | b90a | ["CollectionId","AccountId"] | |
| TeamChanged | b90b | ["CollectionId","AccountId","AccountId","AccountId"] | |
| ApprovedTransfer | b90c | ["CollectionId","ItemId","AccountId","AccountId"] | |
| ApprovalCancelled | b90d | ["CollectionId","ItemId","AccountId","AccountId"] | |
| ItemStatusChanged | b90e | ["CollectionId"] | |
| CollectionMetadataSet | b90f | ["CollectionId","BoundedVec<u8, StringLimit>","bool"] | |
| CollectionMetadataCleared | b910 | ["CollectionId"] | |
| MetadataSet | b911 | ["CollectionId","ItemId","BoundedVec<u8, StringLimit>","bool"] | |
| MetadataCleared | b912 | ["CollectionId","ItemId"] | |
| Redeposited | b913 | ["CollectionId","Vec<ItemId>"] | |
| AttributeSet | b914 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
| AttributeCleared | b915 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>"] | |
| OwnershipAcceptanceChanged | b916 | ["AccountId","Option<CollectionId>"] | |
| CollectionMaxSupplySet | b917 | ["CollectionId","u32"] | |
| ItemPriceSet | b918 | ["CollectionId","ItemId","ItemPrice","Option<AccountId>"] | |
| ItemPriceRemoved | b919 | ["CollectionId","ItemId"] | |
| ItemBought | b91a | ["CollectionId","ItemId","ItemPrice","AccountId","AccountId"] |
Name | Type | |
|---|---|---|
| Class | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_uniques:types:CollectionDetails","keys_id":11,"value_id":926}} | |
| OwnershipAcceptance | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":11}} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U64","U128"],"value":"NULL","keys_id":927,"value_id":42}} | |
| ClassAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U64"],"value":"NULL","keys_id":760,"value_id":42}} | |
| Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","U128"],"value":"pallet_uniques:types:ItemDetails","keys_id":488,"value_id":928}} | |
| ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_uniques:types:CollectionMetadata","keys_id":11,"value_id":929}} | |
| InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","U128"],"value":"pallet_uniques:types:ItemMetadata","keys_id":488,"value_id":930}} | |
| Attribute | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","option<U128>","Vec<U8>"],"value":"Tuple:Vec<U8>U128","keys_id":931,"value_id":932}} | |
| ItemPriceOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U64","U128"],"value":"Tuple:U128option<AccountId>","keys_id":488,"value_id":933}} | |
| CollectionMaxSupply | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"U32","keys_id":11,"value_id":4}} |
Name | Type | Value | |
|---|---|---|---|
| CollectionDeposit | U128 | 000010632d5ec76b0500000000000000 | |
| ItemDeposit | U128 | 00008a5d784563010000000000000000 | |
| MetadataDepositBase | U128 | 00008a5d784563010000000000000000 | |
| AttributeDepositBase | U128 | 00008a5d784563010000000000000000 | |
| DepositPerByte | U128 | 0000c16ff28623000000000000000000 | |
| StringLimit | U32 | 00010000 | |
| KeyLimit | U32 | 00010000 | |
| ValueLimit | U32 | 00010000 |
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. |