Name | Lookup | Parameters | |
---|---|---|---|
create | 1500 | 2 | |
force_create | 1501 | 3 | |
destroy | 1502 | 2 | |
mint | 1503 | 3 | |
burn | 1504 | 3 | |
transfer | 1505 | 3 | |
redeposit | 1506 | 2 | |
freeze | 1507 | 2 | |
thaw | 1508 | 2 | |
freeze_class | 1509 | 1 | |
thaw_class | 150a | 1 | |
transfer_ownership | 150b | 2 | |
set_team | 150c | 4 | |
approve_transfer | 150d | 3 | |
cancel_approval | 150e | 3 | |
force_asset_status | 150f | 7 | |
set_attribute | 1510 | 4 | |
clear_attribute | 1511 | 3 | |
set_metadata | 1512 | 4 | |
clear_metadata | 1513 | 2 | |
set_class_metadata | 1514 | 3 | |
clear_class_metadata | 1515 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Created | 1500 | ["ClassId","AccountId","AccountId"] | |
ForceCreated | 1501 | ["ClassId","AccountId"] | |
Destroyed | 1502 | ["ClassId"] | |
Issued | 1503 | ["ClassId","InstanceId","AccountId"] | |
Transferred | 1504 | ["ClassId","InstanceId","AccountId","AccountId"] | |
Burned | 1505 | ["ClassId","InstanceId","AccountId"] | |
Frozen | 1506 | ["ClassId","InstanceId"] | |
Thawed | 1507 | ["ClassId","InstanceId"] | |
ClassFrozen | 1508 | ["ClassId"] | |
ClassThawed | 1509 | ["ClassId"] | |
OwnerChanged | 150a | ["ClassId","AccountId"] | |
TeamChanged | 150b | ["ClassId","AccountId","AccountId","AccountId"] | |
ApprovedTransfer | 150c | ["ClassId","InstanceId","AccountId","AccountId"] | |
ApprovalCancelled | 150d | ["ClassId","InstanceId","AccountId","AccountId"] | |
AssetStatusChanged | 150e | ["ClassId"] | |
ClassMetadataSet | 150f | ["ClassId","BoundedVec<u8, StringLimit>","bool"] | |
ClassMetadataCleared | 1510 | ["ClassId"] | |
MetadataSet | 1511 | ["ClassId","InstanceId","BoundedVec<u8, StringLimit>","bool"] | |
MetadataCleared | 1512 | ["ClassId","InstanceId"] | |
Redeposited | 1513 | ["ClassId","Vec<InstanceId>"] | |
AttributeSet | 1514 | ["ClassId","Option<InstanceId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
AttributeCleared | 1515 | ["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":278}} | |
Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32","U32"],"value":"NULL","keys_id":279,"value_id":31}} | |
Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_uniques:types:InstanceDetails","keys_id":98,"value_id":280}} | |
ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_uniques:types:ClassMetadata","keys_id":4,"value_id":281}} | |
InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32"],"value":"pallet_uniques:types:InstanceMetadata","keys_id":98,"value_id":282}} | |
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":283,"value_id":284}} |
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. |
Unknown | 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. |