subscan
Runtime Modules / AssetManager
Spec Version:
Events
Name
Lookup
Attributes
AssetRegistered2e00["AssetId","Location","AssetRegistryMetadata<Balance>"]
LPAssetRegistered2e01["AssetId","AssetId","AssetId","AssetRegistryMetadata<Balance>"]
AssetLocationUpdated2e02["AssetId","Location"]
AssetMetadataUpdated2e03["AssetId","AssetRegistryMetadata<Balance>"]
UnitsPerSecondUpdated2e04["AssetId","u128"]
AssetMinted2e05["AssetId","AccountId","Balance"]
MinXcmFeeUpdated2e06["Location","u128"]
AssetLocationFilteredForOutgoingTransfers2e07["Location"]
AssetLocationUnfilteredForOutgoingTransfers2e08["Location"]
PermissionlessAssetRegistered2e09["AssetId","AssetRegistryMetadata<Balance>"]
Storage Functions
Name
Type
AssetIdLocation{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"xcm:VersionedMultiLocation","keys_id":6,"value_id":131}}
LocationAssetId{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["xcm:VersionedMultiLocation"],"value":"U128","keys_id":131,"value_id":6}}
AssetIdMetadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"manta_primitives:assets:AssetRegistryMetadata","keys_id":6,"value_id":132}}
NextAssetId{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
NextPermissionlessAssetId{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
UnitsPerSecond{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"U128","keys_id":6,"value_id":6}}
MinXcmFee{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["xcm:VersionedMultiLocation"],"value":"U128","keys_id":131,"value_id":6}}
AllowedDestParaIds{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}}
FilteredOutgoingAssetLocations{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["option<staging_xcm:v3:multilocation:MultiLocation>"],"value":"NULL","keys_id":95,"value_id":44}}
AssetIdPairToLp{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128","U128"],"value":"U128","keys_id":147,"value_id":6}}
LpToAssetIdPair{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"Tuple:U128U128","keys_id":6,"value_id":147}}
Error Types
Name
Docs
LocationAlreadyExistsLocation Already Exists
ErrorCreatingAssetAn error occurred while creating a new asset at the [`AssetRegistry`].
UpdateNonExistentAssetThere was an attempt to update a non-existent asset.
CannotUpdateNativeAssetMetadataCannot Update Native Asset Metadata
AssetAlreadyRegisteredAsset Already Registered
MintErrorAn error occurred while minting an asset.
UpdateParaIdErrorAn error occurred while updating the parachain id.
AssetIdNotDifferentTwo asset that used for generate LP asset should different
AssetIdNotExistTwo asset that used for generate LP asset should exist
AssetIdOverflowAssetIdOverflow
NotEnoughNativeFundsAccount does not have enough native funds
TotalSupplyTooLowTotal Supply is less than decimal value
DecimalIsZeroDecimals cannot be set to zero