Kusama
subscan
Runtime Modules / XcmPallet
Spec Version:
Events
Name
Lookup
Attributes
Attempted6300["xcm::latest::Outcome"]
Sent6301["Location","Location","Xcm<()>","XcmHash"]
UnexpectedResponse6302["Location","QueryId"]
ResponseReady6303["QueryId","Response"]
Notified6304["QueryId","u8","u8"]
NotifyOverweight6305["QueryId","u8","u8","Weight","Weight"]
NotifyDispatchError6306["QueryId","u8","u8"]
NotifyDecodeFailed6307["QueryId","u8","u8"]
InvalidResponder6308["Location","QueryId","Option<Location>"]
InvalidResponderVersion6309["Location","QueryId"]
ResponseTaken630a["QueryId"]
AssetsTrapped630b["H256","Location","VersionedAssets"]
VersionChangeNotified630c["Location","XcmVersion","Assets","XcmHash"]
SupportedVersionChanged630d["Location","XcmVersion"]
NotifyTargetSendFail630e["Location","QueryId","XcmError"]
NotifyTargetMigrationFail630f["VersionedLocation","QueryId"]
InvalidQuerierVersion6310["Location","QueryId"]
InvalidQuerier6311["Location","QueryId","Location","Option<Location>"]
VersionNotifyStarted6312["Location","Assets","XcmHash"]
VersionNotifyRequested6313["Location","Assets","XcmHash"]
VersionNotifyUnrequested6314["Location","Assets","XcmHash"]
FeesPaid6315["Location","Assets"]
AssetsClaimed6316["H256","Location","VersionedAssets"]
VersionMigrationFinished6317["XcmVersion"]
Storage Functions
Name
Type
QueryCounter{"origin":"PlainType","plain_type":"U64","PlainTypeValue":11}
Queries{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_xcm:pallet:QueryStatus","keys_id":11,"value_id":923}}
AssetTraps{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":12,"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:VersionedLocation"],"value":"U32","keys_id":928,"value_id":4}}
VersionNotifiers{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedLocation"],"value":"U64","keys_id":928,"value_id":11}}
VersionNotifyTargets{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedLocation"],"value":"Tuple:U64sp_weights:weight_v2:WeightU32","keys_id":928,"value_id":929}}
VersionDiscoveryQueue{"origin":"PlainType","plain_type":"Vec<Tuple:xcm:VersionedLocationU32>","PlainTypeValue":930}
CurrentMigration{"origin":"PlainType","plain_type":"pallet_xcm:pallet:VersionMigrationStage","PlainTypeValue":933}
RemoteLockedFungibles{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId","xcm:VersionedAssetId"],"value":"pallet_xcm:pallet:RemoteLockedFungibleRecord","keys_id":935,"value_id":937}}
LockedFungibles{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<Tuple:U128xcm:VersionedLocation>","keys_id":0,"value_id":941}}
XcmExecutionSuspended{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":30}
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.Perhaps a lack of space for buffering the message.
FilteredThe message execution fails the filter.
UnweighableMessageThe message's weight could not be determined.
DestinationNotInvertibleThe destination `Location` 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.
CannotCheckOutTeleportCould not check-out the assets for teleportation to the destination chain.
LowBalanceThe owner does not own (all) of the asset that they wish to do the operation on.
TooManyLocksThe asset owner has too many locks on the asset.
AccountNotSovereignThe given account is not an identifiable sovereign account for any location.
FeesNotMetThe operation required fees to be paid which the initiator could not meet.
LockNotFoundA remote lock with the corresponding data could not be found.
InUseThe unlock operation cannot succeed because there are still consumers of the lock.
InvalidAssetNotConcreteInvalid non-concrete asset.
InvalidAssetUnknownReserveInvalid asset, reserve chain could not be determined for it.
InvalidAssetUnsupportedReserveInvalid asset, do not support remote asset reserves with different fees reserves.
TooManyReservesToo many assets with different reserve locations have been attempted for transfer.
LocalExecutionIncompleteLocal XCM execution incomplete.