kusama
subscan
Kusama
Runtime Modules / RcMigrator
Spec Version:
Events
Name
Lookup
Attributes
StageTransitionff00["MigrationStageOf","MigrationStageOf"]
AssetHubMigrationStartedff01
AssetHubMigrationFinishedff02
QueryResponseReceivedff03["u64","MaybeErrorCode"]
XcmResendAttemptff04["u64","Option<SendError>"]
UnprocessedMsgBufferSetff05["u32","u32"]
AhUmpQueuePrioritySetff06["bool","BlockNumberFor","BlockNumberFor"]
AhUmpQueuePriorityConfigSetff07["AhUmpQueuePriority<BlockNumberFor>","AhUmpQueuePriority<BlockNumberFor>"]
MigratedBalanceRecordSetff08["Balance","Balance"]
MigratedBalanceConsumedff09["Balance","Balance"]
ManagerSetff0a["Option<AccountId>","Option<AccountId>"]
XcmSentff0b["Location","Location","Xcm<()>","XcmHash"]
StakingElectionsPausedff0c
AccountsPreservedff0d["Vec<AccountId>"]
CancellerSetff0e["Option<AccountId>","Option<AccountId>"]
MigrationPausedff0f["MigrationStageOf"]
MigrationCancelledff10
PureAccountsIndexedff11["u32"]
ManagerMultisigDispatchedff12["DispatchResult"]
ManagerMultisigVotedff13["u32"]
Storage Functions
Name
Type
RcMigrationStage{"origin":"PlainType","plain_type":"pallet_rc_migrator:MigrationStage","PlainTypeValue":503}
RcAccounts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_rc_migrator:accounts:AccountState","keys_id":0,"value_id":1026}}
CounterForRcAccounts{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
RcMigratedBalance{"origin":"PlainType","plain_type":"pallet_rc_migrator:accounts:MigratedBalances","PlainTypeValue":1027}
RcMigratedBalanceArchive{"origin":"PlainType","plain_type":"pallet_rc_migrator:accounts:MigratedBalances","PlainTypeValue":1027}
PendingXcmMessages{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"Vec<staging_xcm:v5:Instruction@440>","keys_id":13,"value_id":438}}
CounterForPendingXcmMessages{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
PureProxyCandidatesMigrated{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Bool","keys_id":0,"value_id":8}}
PendingXcmQueries{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"H256","keys_id":12,"value_id":13}}
UnprocessedMsgBuffer{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
AhUmpQueuePriorityConfig{"origin":"PlainType","plain_type":"pallet_rc_migrator:types:QueuePriority","PlainTypeValue":552}
Manager{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Canceller{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
MigrationStartBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
MigrationEndBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
WarmUpPeriod{"origin":"PlainType","plain_type":"frame_support:traits:schedule:DispatchTime","PlainTypeValue":166}
CoolOffPeriod{"origin":"PlainType","plain_type":"frame_support:traits:schedule:DispatchTime","PlainTypeValue":166}
ManagerMultisigs{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Call"],"value":"Vec<sp_runtime:MultiSigner>","keys_id":100,"value_id":1028}}
ManagerMultisigRound{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Error Types
Name
Docs
Unreachable
OutOfWeight
XcmErrorFailed to send XCM message to AH.
FailedToWithdrawAccountFailed to withdraw account from RC for migration to AH.
PastBlockNumberIndicates that the specified block number is in the past.
EraEndsTooSoonIndicates that there is not enough time for staking to lock.Schedule the migration at least two sessions before the current era ends.
BalanceOverflowBalance accounting overflow.
BalanceUnderflowBalance accounting underflow.
InvalidQueryResponseThe query response is invalid.
QueryNotFoundThe xcm query was not found.
XcmSendErrorFailed to send XCM message.
UnreachableStageThe migration stage is not reachable from the current stage.
InvalidParameterInvalid parameter.
AhUmpQueuePriorityAlreadySetThe AH UMP queue priority configuration is already set.
AccountReferencedThe account is referenced by some other pallet. It might have freezes or holds.
BadXcmVersionThe XCM version is invalid.
InvalidOriginThe origin is invalid.
InvalidStageTransitionThe stage transition is invalid.