Name | Lookup | Parameters | |
---|---|---|---|
create | 3300 | 2 | |
force_create | 3301 | 3 | |
destroy | 3302 | 2 | |
mint | 3303 | 3 | |
burn | 3304 | 3 | |
transfer | 3305 | 3 | |
redeposit | 3306 | 2 | |
freeze | 3307 | 2 | |
thaw | 3308 | 2 | |
freeze_collection | 3309 | 1 | |
thaw_collection | 330a | 1 | |
transfer_ownership | 330b | 2 | |
set_team | 330c | 4 | |
approve_transfer | 330d | 3 | |
cancel_approval | 330e | 3 | |
force_item_status | 330f | 7 | |
set_attribute | 3310 | 4 | |
clear_attribute | 3311 | 3 | |
set_metadata | 3312 | 4 | |
clear_metadata | 3313 | 2 | |
set_collection_metadata | 3314 | 3 | |
clear_collection_metadata | 3315 | 1 | |
set_accept_ownership | 3316 | 1 | |
set_collection_max_supply | 3317 | 2 | |
set_price | 3318 | 4 | |
buy_item | 3319 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
Created | 3300 | ["CollectionId","AccountId","AccountId"] | |
ForceCreated | 3301 | ["CollectionId","AccountId"] | |
Destroyed | 3302 | ["CollectionId"] | |
Issued | 3303 | ["CollectionId","ItemId","AccountId"] | |
Transferred | 3304 | ["CollectionId","ItemId","AccountId","AccountId"] | |
Burned | 3305 | ["CollectionId","ItemId","AccountId"] | |
Frozen | 3306 | ["CollectionId","ItemId"] | |
Thawed | 3307 | ["CollectionId","ItemId"] | |
CollectionFrozen | 3308 | ["CollectionId"] | |
CollectionThawed | 3309 | ["CollectionId"] | |
OwnerChanged | 330a | ["CollectionId","AccountId"] | |
TeamChanged | 330b | ["CollectionId","AccountId","AccountId","AccountId"] | |
ApprovedTransfer | 330c | ["CollectionId","ItemId","AccountId","AccountId"] | |
ApprovalCancelled | 330d | ["CollectionId","ItemId","AccountId","AccountId"] | |
ItemStatusChanged | 330e | ["CollectionId"] | |
CollectionMetadataSet | 330f | ["CollectionId","BoundedVec<u8, StringLimit>","bool"] | |
CollectionMetadataCleared | 3310 | ["CollectionId"] | |
MetadataSet | 3311 | ["CollectionId","ItemId","BoundedVec<u8, StringLimit>","bool"] | |
MetadataCleared | 3312 | ["CollectionId","ItemId"] | |
Redeposited | 3313 | ["CollectionId","Vec<ItemId>"] | |
AttributeSet | 3314 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
AttributeCleared | 3315 | ["CollectionId","Option<ItemId>","BoundedVec<u8, KeyLimit>"] | |
OwnershipAcceptanceChanged | 3316 | ["AccountId","Option<CollectionId>"] | |
CollectionMaxSupplySet | 3317 | ["CollectionId","u32"] | |
ItemPriceSet | 3318 | ["CollectionId","ItemId","ItemPrice","Option<AccountId>"] | |
ItemPriceRemoved | 3319 | ["CollectionId","ItemId"] | |
ItemBought | 331a | ["CollectionId","ItemId","ItemPrice","AccountId","AccountId"] |
Name | Type | |
---|---|---|
Class | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_uniques:types:CollectionDetails","keys_id":4,"value_id":414}} | |
OwnershipAcceptance | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}} | |
Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32","U32"],"value":"NULL","keys_id":415,"value_id":124}} | |
ClassAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"NULL","keys_id":416,"value_id":124}} | |
Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_uniques:types:ItemDetails","keys_id":155,"value_id":417}} | |
ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_uniques:types:CollectionMetadata","keys_id":4,"value_id":418}} | |
InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_uniques:types:ItemMetadata","keys_id":155,"value_id":419}} | |
Attribute | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","option<U32>","Vec<U8>"],"value":"Tuple:Vec<U8>U128","keys_id":420,"value_id":421}} | |
ItemPriceOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"Tuple:U128option<AccountId>","keys_id":155,"value_id":422}} | |
CollectionMaxSupply | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} |
Name | Type | Value | |
---|---|---|---|
CollectionDeposit | U128 | 00e87648170000000000000000000000 | |
ItemDeposit | U128 | 00e1f505000000000000000000000000 | |
MetadataDepositBase | U128 | a06afa77000000000000000000000000 | |
AttributeDepositBase | U128 | 00943577000000000000000000000000 | |
DepositPerByte | U128 | a0860100000000000000000000000000 | |
StringLimit | U32 | 80000000 | |
KeyLimit | U32 | 20000000 | |
ValueLimit | U32 | 40000000 |
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. |