subscan
Runtime Modules / Pips
Spec Version:
Events
Name
Lookup
Attributes
HistoricalPipsPruned2100["IdentityId","bool","bool"]
ProposalCreated2101["IdentityId","Proposer<AccountId>","PipId","Balance","Option<Url>","Option<PipDescription>","MaybeBlock<BlockNumber>","ProposalData"]
ProposalStateUpdated2102["IdentityId","PipId","ProposalState"]
Voted2103["IdentityId","AccountId","PipId","bool","Balance"]
PipClosed2104["IdentityId","PipId","bool"]
ExecutionScheduled2105["IdentityId","PipId","BlockNumber"]
DefaultEnactmentPeriodChanged2106["IdentityId","BlockNumber","BlockNumber"]
MinimumProposalDepositChanged2107["IdentityId","Balance","Balance"]
PendingPipExpiryChanged2108["IdentityId","MaybeBlock<BlockNumber>","MaybeBlock<BlockNumber>"]
MaxPipSkipCountChanged2109["IdentityId","SkippedCount","SkippedCount"]
ActivePipLimitChanged210a["IdentityId","u32","u32"]
ProposalRefund210b["IdentityId","PipId","Balance"]
SnapshotCleared210c["IdentityId","SnapshotId"]
SnapshotTaken210d["IdentityId","SnapshotId","Vec<SnapshottedPip>"]
PipSkipped210e["IdentityId","PipId","SkippedCount"]
SnapshotResultsEnacted210f["IdentityId","Option<SnapshotId>","Vec<(PipId, SkippedCount)>","Vec<PipId>","Vec<PipId>"]
ExecutionSchedulingFailed2110["IdentityId","PipId","BlockNumber"]
ExpiryScheduled2111["IdentityId","PipId","BlockNumber"]
ExpirySchedulingFailed2112["IdentityId","PipId","BlockNumber"]
ExecutionCancellingFailed2113["PipId"]
Storage Functions
Name
Type
PruneHistoricalPips{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":78}
MinimumProposalDeposit{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
DefaultEnactmentPeriod{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
PendingPipExpiry{"origin":"PlainType","plain_type":"polymesh_primitives:MaybeBlock","PlainTypeValue":84}
MaxPipSkipCount{"origin":"PlainType","plain_type":"U8","PlainTypeValue":2}
ActivePipLimit{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
PipIdSequence{"origin":"PlainType","plain_type":"U32","PlainTypeValue":211}
SnapshotIdSequence{"origin":"PlainType","plain_type":"U32","PlainTypeValue":216}
ActivePipCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ProposalMetadata{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_pips:types:PipsMetadata","keys_id":211,"value_id":654}}
Deposits{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_pips:types:DepositInfo","keys_id":655,"value_id":656}}
Proposals{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_pips:types:Pip","keys_id":211,"value_id":657}}
ProposalResult{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_pips:types:VotingResult","keys_id":211,"value_id":658}}
ProposalVotes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_pips:types:Vote","keys_id":655,"value_id":659}}
PipToSchedule{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":211,"value_id":4}}
LiveQueue{"origin":"PlainType","plain_type":"Vec<pallet_pips:types:SnapshottedPip>","PlainTypeValue":217}
SnapshotQueue{"origin":"PlainType","plain_type":"Vec<pallet_pips:types:SnapshottedPip>","PlainTypeValue":217}
SnapshotMeta{"origin":"PlainType","plain_type":"pallet_pips:types:SnapshotMetadata","PlainTypeValue":660}
PipSkipCount{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U8","keys_id":211,"value_id":2}}
CommitteePips{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":223}
ProposalStates{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_pips:types:ProposalState","keys_id":211,"value_id":215}}
PendingRefunds{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Bool","keys_id":211,"value_id":78}}
VotesToBePruned{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Bool","keys_id":211,"value_id":78}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":661}
Constants
Name
Type
Value
MaxRefundsAndVotesPrunedU3280000000
Error Types
Name
Docs
RescheduleNotByReleaseCoordinatorOnly the GC release coordinator is allowed to reschedule proposal execution.
NotFromCommunityThe given dispatchable call is not valid for this proposal.The proposal must be from the community, but isn't.
NotByCommitteeThe given dispatchable call is not valid for this proposal.The proposal must be from a committee, but isn't.
TooManyActivePipsThe current number of active (pending or scheduled) PIPs exceeds the maximumand the proposal is not by a committee.
IncorrectDepositProposer specifies an incorrect deposit amount.
InsufficientDepositProposer cannot afford to lock the minimum deposit.
NoSuchProposalThe proposal does not exist.
NotACommitteeMemberThe caller is not a member of the governance committee.
InvalidFutureBlockNumberThe specified block number is less than the current block number.
NumberOfVotesExceededThe number of votes exceeds the allowed limit.
StakeAmountOfVotesExceededThe stake amount of a vote exceeds the allowed limit.
MissingCurrentIdentityThe current DID is missing.
IncorrectProposalStateThe proposal is not in the correct state for the requested operation.
CannotSkipPipWhen enacting snapshot results, an unskippable PIP was skipped.
SnapshotResultTooLargeTried to enact results for the snapshot queue overflowing its length.
SnapshotIdMismatchTried to enact result for PIP with an ID different from that at the position in the queue.
ScheduledProposalDoesntExistExecution of a scheduled proposal failed because it is missing.
ProposalNotInScheduledStateA proposal that is not in a scheduled state cannot be executed.
InvalidPipIdInvalid PIP ID. Pip id was not expected to be in the live queue.