subscan
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend3f002
reject_proposal3f011
approve_proposal3f021
remove_approval3f031
Events
Name
Lookup
Attributes
Proposed3f00["ProposalIndex"]
Spending3f01["BalanceOf"]
Awarded3f02["ProposalIndex","BalanceOf","AccountId"]
Rejected3f03["ProposalIndex","BalanceOf"]
Burnt3f04["BalanceOf"]
Rollover3f05["BalanceOf"]
Deposit3f06["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":460}}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":461}
Constants
Name
Type
Value
ProposalBondU3250c30000
ProposalBondMinimumU1280010a5d4e80000000000000000000000
ProposalBondMaximumoption<U128>00
SpendPeriodU32201c0000
BurnU3200000000
PalletId[U8; 8]70792f7472737279
MaxApprovalsU3264000000
Error Types
Name
Docs
InsufficientProposersBalanceProposer's balance is too low.
InvalidIndexNo proposal or bounty at that index.
TooManyApprovalsToo many approvals in the queue.
ProposalNotApprovedProposal has not been approved.