Polkadot
subscan
Runtime Modules / XcmPallet
Spec Version:
Events
Name
Lookup
Attributes
Attempted6300["xcm::latest::Outcome"]
Sent6301["MultiLocation","MultiLocation","Xcm<()>"]
UnexpectedResponse6302["MultiLocation","QueryId"]
ResponseReady6303["QueryId","Response"]
Notified6304["QueryId","u8","u8"]
NotifyOverweight6305["QueryId","u8","u8","Weight","Weight"]
NotifyDispatchError6306["QueryId","u8","u8"]
NotifyDecodeFailed6307["QueryId","u8","u8"]
InvalidResponder6308["MultiLocation","QueryId","Option<MultiLocation>"]
InvalidResponderVersion6309["MultiLocation","QueryId"]
ResponseTaken630a["QueryId"]
AssetsTrapped630b["H256","MultiLocation","VersionedMultiAssets"]
VersionChangeNotified630c["MultiLocation","XcmVersion"]
SupportedVersionChanged630d["MultiLocation","XcmVersion"]
NotifyTargetSendFail630e["MultiLocation","QueryId","XcmError"]
NotifyTargetMigrationFail630f["VersionedMultiLocation","QueryId"]
AssetsClaimed6310["H256","MultiLocation","VersionedMultiAssets"]
Storage Functions
Name
Type
QueryCounter{"origin":"PlainType","plain_type":"U64","PlainTypeValue":10}
Queries{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_xcm:pallet:QueryStatus","keys_id":10,"value_id":715}}
AssetTraps{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":11,"value_id":4}}
SafeXcmVersion{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
SupportedVersion{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedMultiLocation"],"value":"U32","keys_id":719,"value_id":4}}
VersionNotifiers{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedMultiLocation"],"value":"U64","keys_id":719,"value_id":10}}
VersionNotifyTargets{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedMultiLocation"],"value":"Tuple:U64U64U32","keys_id":719,"value_id":720}}
VersionDiscoveryQueue{"origin":"PlainType","plain_type":"Vec<Tuple:xcm:VersionedMultiLocationU32>","PlainTypeValue":721}
CurrentMigration{"origin":"PlainType","plain_type":"pallet_xcm:pallet:VersionMigrationStage","PlainTypeValue":724}
Error Types
Name
Docs
UnreachableThe desired destination was unreachable, generally because there is a no way of routingto it.
SendFailureThere was some other issue (i.e. not to do with routing) in sending the message. Perhapsa lack of space for buffering the message.
FilteredThe message execution fails the filter.
UnweighableMessageThe message's weight could not be determined.
DestinationNotInvertibleThe destination `MultiLocation` provided cannot be inverted.
EmptyThe assets to be sent are empty.
CannotReanchorCould not re-anchor the assets to declare the fees for the destination chain.
TooManyAssetsToo many assets have been attempted for transfer.
InvalidOriginOrigin is invalid for sending.
BadVersionThe version of the `Versioned` value used is not able to be interpreted.
BadLocationThe given location could not be used (e.g. because it cannot be expressed in thedesired version of XCM).
NoSubscriptionThe referenced subscription could not be found.
AlreadySubscribedThe location is invalid since it already has a subscription from us.