SORA
subscan
Runtime Modules / Assets
Spec Version:
Call Functions
Name
Lookup
Parameters
register15004
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)","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 <= 7.
InvalidAssetName Name is not valid. It must contain only uppercase or lowercase latin characters or numbers or spaces, length <= 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.