SORA
subscan
Runtime Modules / Assets
Spec Version:
Call Functions
Name
Lookup
Parameters
register14004
transfer14013
mint14023
burn14032
set_non_mintable14041
Events
Name
Lookup
Attributes
AssetRegistered1400
Transfer1401
Mint1402
Burn1403
AssetSetNonMintable1404
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.