Itering understands the importance of protecting and safeguarding your privacy. By continuing using this website you agree with our
Privacy Policyand
Terms of Use.
Name | Lookup | Parameters | |
---|---|---|---|
create | 5900 | 3 | |
force_create | 5901 | 4 | |
destroy | 5902 | 2 | |
mint | 5903 | 3 | |
burn | 5904 | 3 | |
transfer | 5905 | 3 | |
transfer_keep_alive | 5906 | 3 | |
force_transfer | 5907 | 4 | |
freeze | 5908 | 2 | |
thaw | 5909 | 2 | |
freeze_asset | 590a | 1 | |
thaw_asset | 590b | 1 | |
transfer_ownership | 590c | 2 | |
set_team | 590d | 4 | |
set_metadata | 590e | 4 | |
clear_metadata | 590f | 1 | |
force_set_metadata | 5910 | 5 | |
force_clear_metadata | 5911 | 1 | |
force_asset_status | 5912 | 8 | |
approve_transfer | 5913 | 3 | |
cancel_approval | 5914 | 2 | |
force_cancel_approval | 5915 | 3 | |
transfer_approved | 5916 | 4 | |
touch | 5917 | 1 | |
refund | 5918 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Created | 5900 | ["AssetId","AccountId","AccountId"] | |
Issued | 5901 | ["AssetId","AccountId","Balance"] | |
Transferred | 5902 | ["AssetId","AccountId","AccountId","Balance"] | |
Burned | 5903 | ["AssetId","AccountId","Balance"] | |
TeamChanged | 5904 | ["AssetId","AccountId","AccountId","AccountId"] | |
OwnerChanged | 5905 | ["AssetId","AccountId"] | |
Frozen | 5906 | ["AssetId","AccountId"] | |
Thawed | 5907 | ["AssetId","AccountId"] | |
AssetFrozen | 5908 | ["AssetId"] | |
AssetThawed | 5909 | ["AssetId"] | |
Destroyed | 590a | ["AssetId"] | |
ForceCreated | 590b | ["AssetId","AccountId"] | |
MetadataSet | 590c | ["AssetId","Bytes","Bytes","u8","bool"] | |
MetadataCleared | 590d | ["AssetId"] | |
ApprovedTransfer | 590e | ["AssetId","AccountId","AccountId","Balance"] | |
ApprovalCancelled | 590f | ["AssetId","AccountId","AccountId"] | |
TransferredApproved | 5910 | ["AssetId","AccountId","AccountId","AccountId","Balance"] | |
AssetStatusChanged | 5911 | ["AssetId"] |
Name | Type | |
---|---|---|
Asset | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetDetails","keys_id":4,"value_id":477}} | |
Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_assets:types:AssetAccount","keys_id":478,"value_id":479}} | |
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":481,"value_id":482}} | |
Metadata | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetMetadata","keys_id":4,"value_id":483}} |
Name | Type | Value | |
---|---|---|---|
AssetDeposit | U128 | 00e40b54020000000000000000000000 | |
AssetAccountDeposit | U128 | 0010a5d4e80000000000000000000000 | |
MetadataDepositBase | U128 | 00ecda3fc10000000000000000000000 | |
MetadataDepositPerByte | U128 | 00e40b54020000000000000000000000 | |
ApprovalDeposit | U128 | 00e40b54020000000000000000000000 | |
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. |
NoProvider | 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 themaximum 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. |