subscan
Runtime Modules / CommunityPool
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Proposed0f00["ProposalIndex"]
Spending0f01["BalanceOf"]
Awarded0f02["ProposalIndex","BalanceOf","AccountId"]
Rejected0f03["ProposalIndex","BalanceOf"]
Burnt0f04["BalanceOf"]
Rollover0f05["BalanceOf"]
Deposit0f06["BalanceOf"]
SpendApproved0f07["ProposalIndex","BalanceOf","AccountId"]
UpdatedInactive0f08["BalanceOf","BalanceOf"]
AssetSpendApproved0f09["SpendIndex","AssetKind","AssetBalanceOf","Beneficiary","BlockNumberFor","BlockNumberFor"]
AssetSpendVoided0f0a["SpendIndex"]
Paid0f0b["SpendIndex","<Paymaster as Pay>::Id"]
PaymentFailed0f0c["SpendIndex","<Paymaster as Pay>::Id"]
SpendProcessed0f0d["SpendIndex"]
Storage Functions
Name
Type
ProposalCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Proposals{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_treasury:Proposal","keys_id":4,"value_id":636}}
Deactivated{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":637}
SpendCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Spends{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_treasury:SpendStatus","keys_id":4,"value_id":639}}
Constants
Name
Type
Value
ProposalBondU3250c30000
ProposalBondMinimumU1280000c4588bd7f15a0100000000000000
ProposalBondMaximumoption<U128>00
SpendPeriodU3200a30200
BurnU3210270000
PalletId[U8; 8]65662f636d6e7479
MaxApprovalsU3264000000
PayoutPeriodU32c04b0300
Error Types
Name
Docs
InsufficientProposersBalanceProposer's balance is too low.
InvalidIndexNo proposal, bounty or spend at that index.
TooManyApprovalsToo many approvals in the queue.
InsufficientPermissionThe spend origin is valid but the amount it is allowed to spend is lower than theamount to be spent.
ProposalNotApprovedProposal has not been approved.
FailedToConvertBalanceThe balance of the asset kind is not convertible to the balance of the native asset.
SpendExpiredThe spend has expired and cannot be claimed.
EarlyPayoutThe spend is not yet eligible for payout.
AlreadyAttemptedThe payment has already been attempted.
PayoutErrorThere was some issue with the mechanism of payment.
NotAttemptedThe payout was not yet attempted/claimed.
InconclusiveThe payment has neither failed nor succeeded yet.