Polkadot
subscan
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend13002
reject_proposal13011
approve_proposal13021
spend13032
remove_approval13041
Events
Name
Lookup
Attributes
Proposed1300["ProposalIndex"]
Spending1301["BalanceOf"]
Awarded1302["ProposalIndex","BalanceOf","AccountId"]
Rejected1303["ProposalIndex","BalanceOf"]
Burnt1304["BalanceOf"]
Rollover1305["BalanceOf"]
Deposit1306["BalanceOf"]
SpendApproved1307["ProposalIndex","BalanceOf","AccountId"]
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":555}}
Inactive{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":556}
Constants
Name
Type
Value
ProposalBondU3250c30000
ProposalBondMinimumU1280010a5d4e80000000000000000000000
ProposalBondMaximumoption<U128>01005039278c0400000000000000000000
SpendPeriodU3200460500
BurnU3210270000
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.
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.