subscan
Runtime Modules / CommunityPool
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend0f002
reject_proposal0f011
approve_proposal0f021
spend0f032
remove_approval0f041
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"]
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":487}}
Deactivated{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":488}
Constants
Name
Type
Value
ProposalBondU3250c30000
ProposalBondMinimumU128000010632d5ec76b0500000000000000
ProposalBondMaximumoption<U128>00
SpendPeriodU3200a30200
BurnU3210270000
PalletId[U8; 8]65662f636d6e7479
MaxApprovalsU3264000000
Error Types
Name
Docs
InsufficientProposersBalanceProposer's balance is too low.
InvalidIndexNo proposal or bounty 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.