Name | Lookup | Parameters | |
|---|---|---|---|
| register_asset | 2e00 | 2 | |
| update_asset_location | 2e01 | 2 | |
| update_asset_metadata | 2e02 | 2 | |
| set_units_per_second | 2e03 | 2 | |
| mint_asset | 2e04 | 3 | |
| set_min_xcm_fee | 2e05 | 2 | |
| update_outgoing_filtered_assets | 2e06 | 2 | |
| register_lp_asset | 2e07 | 3 | |
| permissionless_register_asset | 2e08 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AssetRegistered | 2e00 | ["AssetId","Location","AssetRegistryMetadata<Balance>"] | |
| LPAssetRegistered | 2e01 | ["AssetId","AssetId","AssetId","AssetRegistryMetadata<Balance>"] | |
| AssetLocationUpdated | 2e02 | ["AssetId","Location"] | |
| AssetMetadataUpdated | 2e03 | ["AssetId","AssetRegistryMetadata<Balance>"] | |
| UnitsPerSecondUpdated | 2e04 | ["AssetId","u128"] | |
| AssetMinted | 2e05 | ["AssetId","AccountId","Balance"] | |
| MinXcmFeeUpdated | 2e06 | ["Location","u128"] | |
| AssetLocationFilteredForOutgoingTransfers | 2e07 | ["Location"] | |
| AssetLocationUnfilteredForOutgoingTransfers | 2e08 | ["Location"] | |
| PermissionlessAssetRegistered | 2e09 | ["AssetId","AssetRegistryMetadata<Balance>"] |
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":["Tuple:U128U128"],"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}} |
Name | Docs |
|---|---|
| LocationAlreadyExists | Location Already Exists |
| ErrorCreatingAsset | An error occurred while creating a new asset at the [`AssetRegistry`]. |
| UpdateNonExistentAsset | There was an attempt to update a non-existent asset. |
| CannotUpdateNativeAssetMetadata | Cannot Update Native Asset Metadata |
| AssetAlreadyRegistered | Asset Already Registered |
| MintError | An error occurred while minting an asset. |
| UpdateParaIdError | An error occurred while updating the parachain id. |
| AssetIdNotDifferent | Two asset that used for generate LP asset should different |
| AssetIdNotExist | Two asset that used for generate LP asset should exist |
| AssetIdOverflow | AssetIdOverflow |
| NotEnoughNativeFunds | Account does not have enough native funds |
| TotalSupplyTooLow | Total Supply is less than decimal value |
| DecimalIsZero | Decimals cannot be set to zero |