SORA
subscan
Runtime Modules / Assets
Spec Version:
Call Functions
Name
Lookup
Parameters
register15007
transfer15013
mint15023
burn15032
set_non_mintable15041
Events
Name
Lookup
Attributes
AssetRegistered1500
Transfer1501
Mint1502
Burn1503
AssetSetNonMintable1504
Storage Functions
Name
Type
AssetOwners{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Twox64Concat","value":"AccountId","isLinked":false}}
AssetInfos{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Twox64Concat","value":"(AssetSymbol, AssetName, BalancePrecision, bool, Option<ContentSource>, Option<Description>,)","isLinked":false}}
AssetRecordAssetId{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Twox64Concat","value":"AssetRecord","isLinked":false}}
Error Types
Name
Docs
AssetIdAlreadyExists An asset with a given ID already exists.
AssetIdNotExists An asset with a given ID not exists.
InsufficientBalance A number is out of range of the balance type.
InvalidAssetSymbol Symbol is not valid. It must contain only uppercase latin characters or numbers, length is from 1 to 7.
InvalidAssetName Name is not valid. It must contain only uppercase or lowercase latin characters or numbers or spaces, length is from 1 to 33.
InvalidPrecision Precision value is not valid, it should represent a number of decimal places for number, max is 30.
AssetSupplyIsNotMintable Minting for particular asset id is disabled.
InvalidAssetOwner Caller does not own requested asset.
IncRefError Increment account reference error.
InvalidContentSource Content source is not valid. It must be ascii only.
InvalidDescription Description is not valid. It must be 200 characters long at max.
DeadAsset The asset is not mintable and its initial balance is 0.