subscan
Runtime Modules / ParachainBondTreasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend12002
reject_proposal12011
approve_proposal12021
Events
Name
Lookup
Attributes
Proposed1200
Spending1201
Awarded1202
Rejected1203
Burnt1204
Rollover1205
Deposit1206
Storage Functions
Name
Type
ProposalCount{"origin":"PlainType","plain_type":"ProposalIndex"}
Proposals{"origin":"MapType","map_type":{"key":"ProposalIndex","hasher":"Twox64Concat","value":"Proposal<AccountId, BalanceOf>","isLinked":false}}
Approvals{"origin":"PlainType","plain_type":"BoundedVec<ProposalIndex, MaxApprovals>"}
Constants
Name
Type
Value
ProposalBondPermill0x50c30000
ProposalBondMinimumBalanceOf0x000064a7b3b6e00d0000000000000000
SpendPeriodBlockNumber0xc0a80000
BurnPermill0x00000000
PalletIdPalletId0x70622f7472737279
Error Types
Name
Docs
InsufficientProposersBalance Proposer's balance is too low.
InvalidIndex No proposal or bounty at that index.
TooManyApprovals Too many approvals in the queue.