Name | Lookup | Parameters | |
|---|---|---|---|
| create | 0c00 | 3 | |
| force_create | 0c01 | 4 | |
| start_destroy | 0c02 | 1 | |
| destroy_accounts | 0c03 | 1 | |
| destroy_approvals | 0c04 | 1 | |
| finish_destroy | 0c05 | 1 | |
| mint | 0c06 | 3 | |
| burn | 0c07 | 3 | |
| transfer | 0c08 | 3 | |
| transfer_keep_alive | 0c09 | 3 | |
| force_transfer | 0c0a | 4 | |
| freeze | 0c0b | 2 | |
| thaw | 0c0c | 2 | |
| freeze_asset | 0c0d | 1 | |
| thaw_asset | 0c0e | 1 | |
| transfer_ownership | 0c0f | 2 | |
| set_team | 0c10 | 4 | |
| set_metadata | 0c11 | 4 | |
| clear_metadata | 0c12 | 1 | |
| force_set_metadata | 0c13 | 5 | |
| force_clear_metadata | 0c14 | 1 | |
| force_asset_status | 0c15 | 8 | |
| approve_transfer | 0c16 | 3 | |
| cancel_approval | 0c17 | 2 | |
| force_cancel_approval | 0c18 | 3 | |
| transfer_approved | 0c19 | 4 | |
| touch | 0c1a | 1 | |
| refund | 0c1b | 2 | |
| set_min_balance | 0c1c | 2 | |
| touch_other | 0c1d | 2 | |
| refund_other | 0c1e | 2 | |
| block | 0c1f | 2 | |
| transfer_all | 0c20 | 3 | |
| set_reserves | 0c21 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 0c00 | ["AssetId","AccountId","AccountId"] | |
| Issued | 0c01 | ["AssetId","AccountId","Balance"] | |
| Transferred | 0c02 | ["AssetId","AccountId","AccountId","Balance"] | |
| Burned | 0c03 | ["AssetId","AccountId","Balance"] | |
| TeamChanged | 0c04 | ["AssetId","AccountId","AccountId","AccountId"] | |
| OwnerChanged | 0c05 | ["AssetId","AccountId"] | |
| Frozen | 0c06 | ["AssetId","AccountId"] | |
| Thawed | 0c07 | ["AssetId","AccountId"] | |
| AssetFrozen | 0c08 | ["AssetId"] | |
| AssetThawed | 0c09 | ["AssetId"] | |
| AccountsDestroyed | 0c0a | ["AssetId","u32","u32"] | |
| ApprovalsDestroyed | 0c0b | ["AssetId","u32","u32"] | |
| DestructionStarted | 0c0c | ["AssetId"] | |
| Destroyed | 0c0d | ["AssetId"] | |
| ForceCreated | 0c0e | ["AssetId","AccountId"] | |
| MetadataSet | 0c0f | ["AssetId","Bytes","Bytes","u8","bool"] | |
| MetadataCleared | 0c10 | ["AssetId"] | |
| ApprovedTransfer | 0c11 | ["AssetId","AccountId","AccountId","Balance"] | |
| ApprovalCancelled | 0c12 | ["AssetId","AccountId","AccountId"] | |
| TransferredApproved | 0c13 | ["AssetId","AccountId","AccountId","AccountId","Balance"] | |
| AssetStatusChanged | 0c14 | ["AssetId"] | |
| AssetMinBalanceChanged | 0c15 | ["AssetId","Balance"] | |
| Touched | 0c16 | ["AssetId","AccountId","AccountId"] | |
| Blocked | 0c17 | ["AssetId","AccountId"] | |
| Deposited | 0c18 | ["AssetId","AccountId","Balance"] | |
| Withdrawn | 0c19 | ["AssetId","AccountId","Balance"] | |
| ReservesUpdated | 0c1a | ["AssetId","Vec<ReserveData>"] | |
| ReservesRemoved | 0c1b | ["AssetId"] |
Name | Type | |
|---|---|---|
| Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location"],"value":"pallet_assets:types:AssetDetails","keys_id":44,"value_id":269}} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location","AccountId"],"value":"pallet_assets:types:AssetAccount","keys_id":271,"value_id":272}} | |
| Approvals | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location","AccountId","AccountId"],"value":"pallet_assets:types:Approval","keys_id":275,"value_id":276}} | |
| Metadata | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location"],"value":"pallet_assets:types:AssetMetadata","keys_id":44,"value_id":277}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location"],"value":"Vec<NULL>","keys_id":44,"value_id":279}} | |
| NextAssetId | {"origin":"PlainType","plain_type":"staging_xcm:v5:location:Location","PlainTypeValue":44} |
Name | Type | Value | |
|---|---|---|---|
| RemoveItemsLimit | U32 | e8030000 | |
| AssetDeposit | U128 | 00e40b54020000000000000000000000 | |
| AssetAccountDeposit | U128 | 00fe4d77000000000000000000000000 | |
| MetadataDepositBase | U128 | 80569d77000000000000000000000000 | |
| MetadataDepositPerByte | U128 | a0860100000000000000000000000000 | |
| ApprovalDeposit | U128 | 00ca9a3b000000000000000000000000 | |
| StringLimit | U32 | 32000000 |
Name | Docs |
|---|---|
| BalanceLow | Account balance must be greater than or equal to the transfer amount. |
| NoAccount | The account to alter does not exist. |
| NoPermission | The signing account has no permission to do the operation. |
| Unknown | The given asset ID is unknown. |
| Frozen | The origin account is frozen. |
| InUse | The asset ID is already taken. |
| BadWitness | Invalid witness data given. |
| MinBalanceZero | Minimum balance should be non-zero. |
| UnavailableConsumer | Unable to increment the consumer reference counters on the account. Either no providerreference exists to allow a non-zero balance of a non-self-sufficient asset, or onefewer then the maximum number of consumers has been reached. |
| BadMetadata | Invalid metadata given. |
| Unapproved | No approval exists that would allow the transfer. |
| WouldDie | The source account would not survive the transfer and it needs to stay alive. |
| AlreadyExists | The asset-account already exists. |
| NoDeposit | The asset-account doesn't have an associated deposit. |
| WouldBurn | The operation would result in funds being burned. |
| LiveAsset | The asset is a live asset and is actively being used. Usually emit for operations suchas `start_destroy` which require the asset to be in a destroying state. |
| AssetNotLive | The asset is not live, and likely being destroyed. |
| IncorrectStatus | The asset status is not the expected status. |
| NotFrozen | The asset should be frozen before the given operation. |
| CallbackFailed | Callback action resulted in error |
| BadAssetId | The asset ID must be equal to the [`NextAssetId`]. |
| ContainsFreezes | The asset cannot be destroyed because some accounts for this asset contain freezes. |
| ContainsHolds | The asset cannot be destroyed because some accounts for this asset contain holds. |
| TooManyReserves | Tried setting too many reserves. |