Subscan’s website uses cookies.
I agree to the
Terms&
Privacy Policy.
Name | Lookup | Parameters | |
---|---|---|---|
teleport | 5d00 | 1 | |
set_token_gateway_addresses | 5d01 | 1 | |
create_erc6160_asset | 5d02 | 1 | |
update_erc6160_asset | 5d03 | 1 | |
update_asset_precision | 5d04 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
AssetTeleported | 5d00 | ["AccountId","H256","<NativeCurrency as Currency<AccountId>>::Balance","StateMachine","H256"] | |
AssetReceived | 5d01 | ["AccountId","<<T as Config>::NativeCurrency as Currency<AccountId>>:: Balance","StateMachine"] | |
AssetRefunded | 5d02 | ["AccountId","<<T as Config>::NativeCurrency as Currency<AccountId>>:: Balance","StateMachine"] | |
ERC6160AssetRegistrationDispatched | 5d03 | ["H256"] |
Name | Type | |
---|---|---|
SupportedAssets | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":13}} | |
NativeAssets | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Bool","keys_id":4,"value_id":8}} | |
LocalAssets | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":13,"value_id":4}} | |
Precisions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","ismp:host:StateMachine"],"value":"U8","keys_id":662,"value_id":2}} | |
TokenGatewayAddresses | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:host:StateMachine"],"value":"Vec<U8>","keys_id":180,"value_id":14}} |
Name | Type | Value | |
---|---|---|---|
Decimals | U8 | 12 |
Name | Docs |
---|---|
UnregisteredAsset | A asset that has not been registered |
AssetTeleportError | Error while teleporting asset |
CoprocessorNotConfigured | Coprocessor was not configured in the runtime |
DispatchError | Asset or update Dispatch Error |
AssetCreationError | Asset Id creation failed |
AssetDecimalsNotFound | Asset decimals not found |
NotInitialized | Protocol Params have not been initialized |
UnknownAsset | Unknown Asset |
NotAssetOwner | Only root or asset owner can update asset |