subscan
Runtime Modules / Assets
Spec Version:
Events
Name
Lookup
Attributes
Created5900["AssetId","AccountId","AccountId"]
Issued5901["AssetId","AccountId","Balance"]
Transferred5902["AssetId","AccountId","AccountId","Balance"]
Burned5903["AssetId","AccountId","Balance"]
TeamChanged5904["AssetId","AccountId","AccountId","AccountId"]
OwnerChanged5905["AssetId","AccountId"]
Frozen5906["AssetId","AccountId"]
Thawed5907["AssetId","AccountId"]
AssetFrozen5908["AssetId"]
AssetThawed5909["AssetId"]
Destroyed590a["AssetId"]
ForceCreated590b["AssetId","AccountId"]
MetadataSet590c["AssetId","Bytes","Bytes","u8","bool"]
MetadataCleared590d["AssetId"]
ApprovedTransfer590e["AssetId","AccountId","AccountId","Balance"]
ApprovalCancelled590f["AssetId","AccountId","AccountId"]
TransferredApproved5910["AssetId","AccountId","AccountId","AccountId","Balance"]
AssetStatusChanged5911["AssetId"]
Storage Functions
Name
Type
Asset{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetDetails","keys_id":4,"value_id":514}}
Account{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_assets:types:AssetAccount","keys_id":515,"value_id":516}}
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":518,"value_id":519}}
Metadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetMetadata","keys_id":4,"value_id":520}}
Constants
Name
Type
Value
AssetDepositU12800e40b54020000000000000000000000
AssetAccountDepositU1280010a5d4e80000000000000000000000
MetadataDepositBaseU12800ecda3fc10000000000000000000000
MetadataDepositPerByteU12800e40b54020000000000000000000000
ApprovalDepositU12800e40b54020000000000000000000000
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.
NoProviderUnable 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.
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.