subscan
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend50002
reject_proposal50011
approve_proposal50021
Events
Name
Lookup
Attributes
Proposed5000
Spending5001
Awarded5002
Rejected5003
Burnt5004
Rollover5005
Deposit5006
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
PalletIdPalletId0x70792f7472737279
MaxApprovalsu320x64000000
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.