Name | Lookup | Parameters | |
---|---|---|---|
create | 6500 | 3 | |
force_create | 6501 | 4 | |
start_destroy | 6502 | 1 | |
destroy_accounts | 6503 | 1 | |
destroy_approvals | 6504 | 1 | |
finish_destroy | 6505 | 1 | |
mint | 6506 | 3 | |
burn | 6507 | 3 | |
transfer | 6508 | 3 | |
transfer_keep_alive | 6509 | 3 | |
force_transfer | 650a | 4 | |
freeze | 650b | 2 | |
thaw | 650c | 2 | |
freeze_asset | 650d | 1 | |
thaw_asset | 650e | 1 | |
transfer_ownership | 650f | 2 | |
set_team | 6510 | 4 | |
set_metadata | 6511 | 4 | |
clear_metadata | 6512 | 1 | |
force_set_metadata | 6513 | 5 | |
force_clear_metadata | 6514 | 1 | |
force_asset_status | 6515 | 8 | |
approve_transfer | 6516 | 3 | |
cancel_approval | 6517 | 2 | |
force_cancel_approval | 6518 | 3 | |
transfer_approved | 6519 | 4 | |
touch | 651a | 1 | |
refund | 651b | 2 | |
set_min_balance | 651c | 2 | |
touch_other | 651d | 2 | |
refund_other | 651e | 2 | |
block | 651f | 2 | |
transfer_and_lock | 6520 | 4 | |
unlock | 6521 | 2 | |
force_remove_lock | 6522 | 3 | |
transfer_and_lock_keep_alive | 6523 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
Created | 6500 | ["AssetId","AccountId","AccountId"] | |
Issued | 6501 | ["AssetId","AccountId","Balance"] | |
Transferred | 6502 | ["AssetId","AccountId","AccountId","Balance"] | |
Burned | 6503 | ["AssetId","AccountId","Balance"] | |
TeamChanged | 6504 | ["AssetId","AccountId","AccountId","AccountId"] | |
OwnerChanged | 6505 | ["AssetId","AccountId"] | |
Frozen | 6506 | ["AssetId","AccountId"] | |
Thawed | 6507 | ["AssetId","AccountId"] | |
AssetFrozen | 6508 | ["AssetId"] | |
AssetThawed | 6509 | ["AssetId"] | |
AccountsDestroyed | 650a | ["AssetId","u32","u32"] | |
ApprovalsDestroyed | 650b | ["AssetId","u32","u32"] | |
DestructionStarted | 650c | ["AssetId"] | |
Destroyed | 650d | ["AssetId"] | |
ForceCreated | 650e | ["AssetId","AccountId"] | |
MetadataSet | 650f | ["AssetId","Bytes","Bytes","u8","bool"] | |
MetadataCleared | 6510 | ["AssetId"] | |
ApprovedTransfer | 6511 | ["AssetId","AccountId","AccountId","Balance"] | |
ApprovalCancelled | 6512 | ["AssetId","AccountId","AccountId"] | |
TransferredApproved | 6513 | ["AssetId","AccountId","AccountId","AccountId","Balance"] | |
AssetStatusChanged | 6514 | ["AssetId"] | |
AssetMinBalanceChanged | 6515 | ["AssetId","Balance"] | |
Touched | 6516 | ["AssetId","AccountId","AccountId"] | |
Blocked | 6517 | ["AssetId","AccountId"] | |
TransferLocked | 6518 | ["AssetId","AccountId","AccountId","Balance"] | |
Unlocked | 6519 | ["AssetId","AccountId","AccountId","Balance"] | |
RemovedLock | 651a | ["AssetId","u32","AccountId","Balance"] |
Name | Type | |
---|---|---|
Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetDetails","keys_id":4,"value_id":617}} | |
Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_assets:types:AssetAccount","keys_id":502,"value_id":619}} | |
Approvals | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId","AccountId"],"value":"pallet_assets:types:Approval","keys_id":622,"value_id":623}} | |
Metadata | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetMetadata","keys_id":4,"value_id":624}} | |
AssetLocks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"Vec<Tuple:U32pallet_assets:types:AssetLock>","keys_id":502,"value_id":625}} | |
Locked | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"U128","keys_id":502,"value_id":6}} |
Name | Type | Value | |
---|---|---|---|
RemoveItemsLimit | U32 | e8030000 | |
AssetDeposit | U128 | 0080c6a47e8d03000000000000000000 | |
AssetAccountDeposit | U128 | 00a0724e180900000000000000000000 | |
MetadataDepositBase | U128 | 00407a10f35a00000000000000000000 | |
MetadataDepositPerByte | U128 | 00a0724e180900000000000000000000 | |
ApprovalDeposit | U128 | 00a0724e180900000000000000000000 | |
StringLimit | U32 | 32000000 | |
MinLockAmount | U128 | 00e40b54020000000000000000000000 | |
MaxLockDuration | U32 | 00828b01 |
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 |
AmountZero | |
TooManyLocks | |
TimeNowAllowed | |
LockAmountTooSmall | |
LockDurationTooLong |