manta
subscan
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend1a002
reject_proposal1a011
approve_proposal1a021
spend1a032
remove_approval1a041
Events
Name
Lookup
Attributes
Proposed1a00["ProposalIndex"]
Spending1a01["BalanceOf"]
Awarded1a02["ProposalIndex","BalanceOf","AccountId"]
Rejected1a03["ProposalIndex","BalanceOf"]
Burnt1a04["BalanceOf"]
Rollover1a05["BalanceOf"]
Deposit1a06["BalanceOf"]
SpendApproved1a07["ProposalIndex","BalanceOf","AccountId"]
UpdatedInactive1a08["BalanceOf","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":350}}
Deactivated{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Approvals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":351}
Constants
Name
Type
Value
ProposalBondU3210270000
ProposalBondMinimumU1280000b89d0d6955a00100000000000000
ProposalBondMaximumoption<U128>01000050efe2d6e41a1b00000000000000
SpendPeriodU32c0890100
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.