Robonomics
subscan
Runtime Modules / Assets
Spec Version:
Events
Name
Lookup
Attributes
Created2200["AssetId","AccountId","AccountId"]
Issued2201["AssetId","AccountId","Balance"]
Transferred2202["AssetId","AccountId","AccountId","Balance"]
Burned2203["AssetId","AccountId","Balance"]
TeamChanged2204["AssetId","AccountId","AccountId","AccountId"]
OwnerChanged2205["AssetId","AccountId"]
Frozen2206["AssetId","AccountId"]
Thawed2207["AssetId","AccountId"]
AssetFrozen2208["AssetId"]
AssetThawed2209["AssetId"]
Destroyed220a["AssetId"]
ForceCreated220b["AssetId","AccountId"]
MetadataSet220c["AssetId","Bytes","Bytes","u8","bool"]
MetadataCleared220d["AssetId"]
ApprovedTransfer220e["AssetId","AccountId","AccountId","Balance"]
ApprovalCancelled220f["AssetId","AccountId","AccountId"]
TransferredApproved2210["AssetId","AccountId","AccountId","AccountId","Balance"]
AssetStatusChanged2211["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":309}}
Account{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"pallet_assets:types:AssetAccount","keys_id":310,"value_id":311}}
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":313,"value_id":314}}
Metadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_assets:types:AssetMetadata","keys_id":4,"value_id":315}}
Constants
Name
Type
Value
AssetDepositU12800e40b54020000000000000000000000
AssetAccountDepositU12800ca9a3b000000000000000000000000
MetadataDepositBaseU12860bf46f3000000000000000000000000
MetadataDepositPerByteU12800879303000000000000000000000000
ApprovalDepositU128e8030000000000000000000000000000
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.