Zeitgeist
subscan
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend0c002
reject_proposal0c011
approve_proposal0c021
spend0c032
remove_approval0c041
Events
Name
Lookup
Attributes
Proposed0c00["ProposalIndex"]
Spending0c01["BalanceOf"]
Awarded0c02["ProposalIndex","BalanceOf","AccountId"]
Rejected0c03["ProposalIndex","BalanceOf"]
Burnt0c04["BalanceOf"]
Rollover0c05["BalanceOf"]
Deposit0c06["BalanceOf"]
SpendApproved0c07["ProposalIndex","BalanceOf","AccountId"]
UpdatedInactive0c08["BalanceOf","BalanceOf"]
Storage Functions
Name
Type
ProposalCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":7}
Proposals{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_treasury:Proposal","keys_id":7,"value_id":395}}
Deactivated{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":396}
Constants
Name
Type
Value
ProposalBondU3250c30000
ProposalBondMinimumU12800e87648170000000000000000000000
ProposalBondMaximumoption<U128>01005039278c0400000000000000000000
SpendPeriodU6400a3020000000000
BurnU32a0860100
PalletId[U8; 8]7a67652f74737279
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.