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_class | 3309 | 1 | |
thaw_class | 330a | 1 | |
transfer_ownership | 330b | 2 | |
set_team | 330c | 4 | |
approve_transfer | 330d | 3 | |
cancel_approval | 330e | 3 | |
force_asset_status | 330f | 7 | |
set_attribute | 3310 | 4 | |
clear_attribute | 3311 | 3 | |
set_metadata | 3312 | 4 | |
clear_metadata | 3313 | 2 | |
set_class_metadata | 3314 | 3 | |
clear_class_metadata | 3315 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Created | 3300 | ["ClassId","AccountId","AccountId"] | |
ForceCreated | 3301 | ["ClassId","AccountId"] | |
Destroyed | 3302 | ["ClassId"] | |
Issued | 3303 | ["ClassId","InstanceId","AccountId"] | |
Transferred | 3304 | ["ClassId","InstanceId","AccountId","AccountId"] | |
Burned | 3305 | ["ClassId","InstanceId","AccountId"] | |
Frozen | 3306 | ["ClassId","InstanceId"] | |
Thawed | 3307 | ["ClassId","InstanceId"] | |
ClassFrozen | 3308 | ["ClassId"] | |
ClassThawed | 3309 | ["ClassId"] | |
OwnerChanged | 330a | ["ClassId","AccountId"] | |
TeamChanged | 330b | ["ClassId","AccountId","AccountId","AccountId"] | |
ApprovedTransfer | 330c | ["ClassId","InstanceId","AccountId","AccountId"] | |
ApprovalCancelled | 330d | ["ClassId","InstanceId","AccountId","AccountId"] | |
AssetStatusChanged | 330e | ["ClassId"] | |
ClassMetadataSet | 330f | ["ClassId","BoundedVec<u8, StringLimit>","bool"] | |
ClassMetadataCleared | 3310 | ["ClassId"] | |
MetadataSet | 3311 | ["ClassId","InstanceId","BoundedVec<u8, StringLimit>","bool"] | |
MetadataCleared | 3312 | ["ClassId","InstanceId"] | |
Redeposited | 3313 | ["ClassId","Vec<InstanceId>"] | |
AttributeSet | 3314 | ["ClassId","Option<InstanceId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
AttributeCleared | 3315 | ["ClassId","Option<InstanceId>","BoundedVec<u8, KeyLimit>"] |
Name | Type | |
---|---|---|
Class | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_uniques:types:ClassDetails","keys_id":4,"value_id":284}} | |
Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32","U32"],"value":"NULL","keys_id":285,"value_id":79}} | |
ClassAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"NULL","keys_id":286,"value_id":79}} | |
Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_uniques:types:InstanceDetails","keys_id":96,"value_id":287}} | |
ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_uniques:types:ClassMetadata","keys_id":4,"value_id":288}} | |
InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_uniques:types:InstanceMetadata","keys_id":96,"value_id":289}} | |
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":290,"value_id":291}} |
Name | Type | Value | |
---|---|---|---|
ClassDeposit | U128 | 0010a5d4e80000000000000000000000 | |
InstanceDeposit | U128 | 00e40b54020000000000000000000000 | |
MetadataDepositBase | U128 | 40d3e86e170000000000000000000000 | |
AttributeDepositBase | U128 | 00e87648170000000000000000000000 | |
DepositPerByte | U128 | 404b4c00000000000000000000000000 | |
StringLimit | U32 | 80000000 | |
KeyLimit | U32 | 20000000 | |
ValueLimit | U32 | 40000000 |
Name | Docs |
---|---|
NoPermission | The signing account has no permission to do the operation. |
UnknownClass | The given asset ID is unknown. |
AlreadyExists | The asset instance ID has already been used for an asset. |
WrongOwner | The owner turned out to be different to what was expected. |
BadWitness | Invalid witness data given. |
InUse | The asset ID is already taken. |
Frozen | The asset instance or class 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. |