AssetHub Kusama
subscan
Runtime Modules / ForeignAssets
Spec Version:
Events
Name
Lookup
Attributes
Created3500["AssetId","AccountId","AccountId"]
Issued3501["AssetId","AccountId","Balance"]
Transferred3502["AssetId","AccountId","AccountId","Balance"]
Burned3503["AssetId","AccountId","Balance"]
TeamChanged3504["AssetId","AccountId","AccountId","AccountId"]
OwnerChanged3505["AssetId","AccountId"]
Frozen3506["AssetId","AccountId"]
Thawed3507["AssetId","AccountId"]
AssetFrozen3508["AssetId"]
AssetThawed3509["AssetId"]
AccountsDestroyed350a["AssetId","u32","u32"]
ApprovalsDestroyed350b["AssetId","u32","u32"]
DestructionStarted350c["AssetId"]
Destroyed350d["AssetId"]
ForceCreated350e["AssetId","AccountId"]
MetadataSet350f["AssetId","Bytes","Bytes","u8","bool"]
MetadataCleared3510["AssetId"]
ApprovedTransfer3511["AssetId","AccountId","AccountId","Balance"]
ApprovalCancelled3512["AssetId","AccountId","AccountId"]
TransferredApproved3513["AssetId","AccountId","AccountId","AccountId","Balance"]
AssetStatusChanged3514["AssetId"]
AssetMinBalanceChanged3515["AssetId","Balance"]
Touched3516["AssetId","AccountId","AccountId"]
Blocked3517["AssetId","AccountId"]
Storage Functions
Name
Type
Asset{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"pallet_assets:types:AssetDetails","keys_id":37,"value_id":404}}
Account{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation","AccountId"],"value":"pallet_assets:types:AssetAccount","keys_id":446,"value_id":407}}
Approvals{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation","AccountId","AccountId"],"value":"pallet_assets:types:Approval","keys_id":447,"value_id":411}}
Metadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"pallet_assets:types:AssetMetadata@448","keys_id":37,"value_id":448}}
Constants
Name
Type
Value
RemoveItemsLimitU32e8030000
AssetDepositU1283aa62391010000000000000000000000
AssetAccountDepositU128f4a3ae8d010000000000000000000000
MetadataDepositBaseU1283820b78e010000000000000000000000
MetadataDepositPerByteU12815160500000000000000000000000000
ApprovalDepositU128d5dc3200000000000000000000000000
StringLimitU3232000000
Error Types
Name
Docs
BalanceLowAccount balance must be greater than or equal to the transfer amount.
NoAccountThe account to alter does not exist.
NoPermissionThe signing account has no permission to do the operation.
UnknownThe given asset ID is unknown.
FrozenThe origin account is frozen.
InUseThe asset ID is already taken.
BadWitnessInvalid witness data given.
MinBalanceZeroMinimum balance should be non-zero.
UnavailableConsumerUnable 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.
BadMetadataInvalid metadata given.
UnapprovedNo approval exists that would allow the transfer.
WouldDieThe source account would not survive the transfer and it needs to stay alive.
AlreadyExistsThe asset-account already exists.
NoDepositThe asset-account doesn't have an associated deposit.
WouldBurnThe operation would result in funds being burned.
LiveAssetThe 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.
AssetNotLiveThe asset is not live, and likely being destroyed.
IncorrectStatusThe asset status is not the expected status.
NotFrozenThe asset should be frozen before the given operation.
CallbackFailedCallback action resulted in error