subscan
Runtime Modules / CommunityTreasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend11002
reject_proposal11011
approve_proposal11021
Events
Name
Lookup
Attributes
Proposed1100
Spending1101
Awarded1102
Rejected1103
Burnt1104
Rollover1105
Deposit1106
Storage Functions
Name
Type
ProposalCount{"origin":"PlainType","plain_type":"ProposalIndex"}
Proposals{"origin":"MapType","map_type":{"key":"ProposalIndex","hasher":"Twox64Concat","value":"Proposal<AccountId, BalanceOf>","isLinked":false}}
Approvals{"origin":"PlainType","plain_type":"BoundedVec<ProposalIndex, MaxApprovals>"}
Constants
Name
Type
Value
ProposalBondPermill0x50c30000
ProposalBondMinimumBalanceOf0x000064a7b3b6e00d0000000000000000
SpendPeriodBlockNumber0xc0a80000
BurnPermill0x00000000
PalletIdPalletId0x70632f7472737279
Error Types
Name
Docs
InsufficientProposersBalance Proposer's balance is too low.
InvalidIndex No proposal or bounty at that index.
TooManyApprovals Too many approvals in the queue.