Polkadot
subscan
Runtime Modules / ElectionProviderMultiPhase
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
SolutionStored2400["ElectionCompute","bool"]
ElectionFinalized2401["Option<ElectionCompute>"]
Rewarded2402["<T as frame_system::Config>::AccountId","BalanceOf"]
Slashed2403["<T as frame_system::Config>::AccountId","BalanceOf"]
SignedPhaseStarted2404["u32"]
UnsignedPhaseStarted2405["u32"]
Storage Functions
Name
Type
Round{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
CurrentPhase{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":554}
QueuedSolution{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":556}
Snapshot{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":557}
DesiredTargets{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
SnapshotMetadata{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":343}
SignedSubmissionNextIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
SignedSubmissionIndices{"origin":"PlainType","plain_type":"Vec<Tuple:[U128; 3]U32>","PlainTypeValue":560}
SignedSubmissionsMap{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":564}}
MinimumUntrustedScore{"origin":"PlainType","plain_type":"[U128; 3]","PlainTypeValue":342}
Constants
Name
Type
Value
UnsignedPhaseU3258020000
SignedPhaseU3258020000
SolutionImprovementThresholdU3220a10700
OffchainRepeatU3212000000
MinerTxPriorityU6465666666666666e6
MinerMaxWeightU64c084666557010000
SignedMaxSubmissionsU3210000000
SignedMaxWeightU64c084666557010000
SignedRewardBaseU12800e40b54020000000000000000000000
SignedDepositBaseU12800a0db215d0000000000000000000000
SignedDepositByteU128787d0100000000000000000000000000
SignedDepositWeightU12800000000000000000000000000000000
VoterSnapshotPerBlockU32e4570000
MinerMaxLengthU3200003600
Error Types
Name
Docs
PreDispatchEarlySubmissionSubmission was too early.
PreDispatchWrongWinnerCountWrong number of winners presented.
PreDispatchWeakSubmissionSubmission was too weak, score-wise.
SignedQueueFullThe queue was full, and the solution was not better than any of the existing ones.
SignedCannotPayDepositThe origin failed to pay the deposit.
SignedInvalidWitnessWitness data to dispatchable is invalid.
SignedTooMuchWeightThe signed submission consumes too much weight
OcwCallWrongEraOCW submitted solution for wrong round
MissingSnapshotMetadataSnapshot metadata should exist but didn't.
InvalidSubmissionIndex`Self::insert_submission` returned an invalid index.
CallNotAllowedThe call is not allowed at this point.