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_class | 1409 | 1 | |
| thaw_class | 140a | 1 | |
| transfer_ownership | 140b | 2 | |
| set_team | 140c | 4 | |
| approve_transfer | 140d | 3 | |
| cancel_approval | 140e | 3 | |
| force_asset_status | 140f | 7 | |
| set_attribute | 1410 | 4 | |
| clear_attribute | 1411 | 3 | |
| set_metadata | 1412 | 4 | |
| clear_metadata | 1413 | 2 | |
| set_class_metadata | 1414 | 3 | |
| clear_class_metadata | 1415 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 1400 | ["ClassId","AccountId","AccountId"] | |
| ForceCreated | 1401 | ["ClassId","AccountId"] | |
| Destroyed | 1402 | ["ClassId"] | |
| Issued | 1403 | ["ClassId","InstanceId","AccountId"] | |
| Transferred | 1404 | ["ClassId","InstanceId","AccountId","AccountId"] | |
| Burned | 1405 | ["ClassId","InstanceId","AccountId"] | |
| Frozen | 1406 | ["ClassId","InstanceId"] | |
| Thawed | 1407 | ["ClassId","InstanceId"] | |
| ClassFrozen | 1408 | ["ClassId"] | |
| ClassThawed | 1409 | ["ClassId"] | |
| OwnerChanged | 140a | ["ClassId","AccountId"] | |
| TeamChanged | 140b | ["ClassId","AccountId","AccountId","AccountId"] | |
| ApprovedTransfer | 140c | ["ClassId","InstanceId","AccountId","AccountId"] | |
| ApprovalCancelled | 140d | ["ClassId","InstanceId","AccountId","AccountId"] | |
| AssetStatusChanged | 140e | ["ClassId"] | |
| ClassMetadataSet | 140f | ["ClassId","BoundedVec<u8, StringLimit>","bool"] | |
| ClassMetadataCleared | 1410 | ["ClassId"] | |
| MetadataSet | 1411 | ["ClassId","InstanceId","BoundedVec<u8, StringLimit>","bool"] | |
| MetadataCleared | 1412 | ["ClassId","InstanceId"] | |
| Redeposited | 1413 | ["ClassId","Vec<InstanceId>"] | |
| AttributeSet | 1414 | ["ClassId","Option<InstanceId>","BoundedVec<u8, KeyLimit>","BoundedVec<u8, ValueLimit>"] | |
| AttributeCleared | 1415 | ["ClassId","Option<InstanceId>","BoundedVec<u8, KeyLimit>"] |
Name | Type | |
|---|---|---|
| Class | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_uniques:types:ClassDetails","keys_id":6,"value_id":374}} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U128","U128"],"value":"NULL","keys_id":375,"value_id":31}} | |
| ClassAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U128"],"value":"NULL","keys_id":43,"value_id":31}} | |
| Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","U128"],"value":"pallet_uniques:types:InstanceDetails","keys_id":376,"value_id":377}} | |
| ClassMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_uniques:types:ClassMetadata","keys_id":6,"value_id":378}} | |
| InstanceMetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","U128"],"value":"pallet_uniques:types:InstanceMetadata","keys_id":376,"value_id":379}} | |
| 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":380,"value_id":381}} |
Name | Type | Value | |
|---|---|---|---|
| ClassDeposit | U128 | 00000000000000000000000000000000 | |
| InstanceDeposit | U128 | 00000000000000000000000000000000 | |
| MetadataDepositBase | U128 | 7a61ed8f010000000000000000000000 | |
| AttributeDepositBase | U128 | 68425d8d010000000000000000000000 | |
| DepositPerByte | U128 | 12160500000000000000000000000000 | |
| StringLimit | U32 | 3c000000 | |
| KeyLimit | U32 | 00010000 | |
| ValueLimit | U32 | 00040000 |
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. |