subscan
Runtime Modules / Assets
Spec Version:
Events
Name
Lookup
Attributes
Created6800["AssetId","AccountId","AccountId"]
Issued6801["AssetId","AccountId","Balance"]
Transferred6802["AssetId","AccountId","AccountId","Balance"]
Burned6803["AssetId","AccountId","Balance"]
TeamChanged6804["AssetId","AccountId","AccountId","AccountId"]
OwnerChanged6805["AssetId","AccountId"]
Frozen6806["AssetId","AccountId"]
Thawed6807["AssetId","AccountId"]
AssetFrozen6808["AssetId"]
AssetThawed6809["AssetId"]
AccountsDestroyed680a["AssetId","u32","u32"]
ApprovalsDestroyed680b["AssetId","u32","u32"]
DestructionStarted680c["AssetId"]
Destroyed680d["AssetId"]
ForceCreated680e["AssetId","AccountId"]
MetadataSet680f["AssetId","Bytes","Bytes","u8","bool"]
MetadataCleared6810["AssetId"]
ApprovedTransfer6811["AssetId","AccountId","AccountId","Balance"]
ApprovalCancelled6812["AssetId","AccountId","AccountId"]
TransferredApproved6813["AssetId","AccountId","AccountId","AccountId","Balance"]
AssetStatusChanged6814["AssetId"]
AssetMinBalanceChanged6815["AssetId","Balance"]
Touched6816["AssetId","AccountId","AccountId"]
Blocked6817["AssetId","AccountId"]
Storage Functions
Name
Type
Asset{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_assets:types:AssetDetails","keys_id":6,"value_id":611}}
Account{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","[U8; 20]"],"value":"pallet_assets:types:AssetAccount","keys_id":613,"value_id":614}}
Approvals{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","[U8; 20]","[U8; 20]"],"value":"pallet_assets:types:Approval","keys_id":617,"value_id":618}}
Metadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_assets:types:AssetMetadata","keys_id":6,"value_id":619}}
Constants
Name
Type
Value
RemoveItemsLimitU3290020000
AssetDepositU128000010632d5ec76b0500000000000000
AssetAccountDepositU1280080fccfca1be70d0000000000000000
MetadataDepositBaseU1280000dd0744dff80d0000000000000000
MetadataDepositPerByteU12800407a10f35a00000000000000000000
ApprovalDepositU12800000000000000000000000000000000
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