Turing
subscan
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend33002
reject_proposal33011
approve_proposal33021
spend33032
remove_approval33041
Events
Name
Lookup
Attributes
Proposed3300["ProposalIndex"]
Spending3301["BalanceOf"]
Awarded3302["ProposalIndex","BalanceOf","AccountId"]
Rejected3303["ProposalIndex","BalanceOf"]
Burnt3304["BalanceOf"]
Rollover3305["BalanceOf"]
Deposit3306["BalanceOf"]
SpendApproved3307["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":406}}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":407}
Constants
Name
Type
Value
ProposalBondU3250c30000
ProposalBondMinimumU12800e40b54020000000000000000000000
ProposalBondMaximumoption<U128>0100743ba40b0000000000000000000000
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.
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.