polkadot
subscan
Polkadot
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend13002
reject_proposal13011
approve_proposal13021
report_awesome13032
retract_tip13041
tip_new13053
tip13062
close_tip13071
Events
Name
Lookup
Attributes
Proposed0e00
Spending0e01
Awarded0e02
Rejected0e03
Burnt0e04
Rollover0e05
Deposit0e06
NewTip0e07
TipClosing0e08
TipClosed0e09
TipRetracted0e0a
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":"Vec<ProposalIndex>"}
Tips{"origin":"MapType","map_type":{"key":"Hash","hasher":"Twox64Concat","value":"OpenTip<AccountId, BalanceOf, BlockNumber, Hash>","isLinked":false}}
Reasons{"origin":"MapType","map_type":{"key":"Hash","hasher":"Identity","value":"Bytes","isLinked":false}}
Constants
Name
Type
Value
ProposalBondPermill0x50c30000
ProposalBondMinimumBalanceOf0x0010a5d4e80000000000000000000000
SpendPeriodBlockNumber0x00460500
BurnPermill0x10270000
TipCountdownBlockNumber0x40380000
TipFindersFeePercent0x14
TipReportDepositBaseBalanceOf0x00e40b54020000000000000000000000
TipReportDepositPerByteBalanceOf0x00e1f505000000000000000000000000
ModuleIdModuleId0x70792f7472737279
Error Types
Name
Docs
InsufficientProposersBalance Proposer's balance is too low.
InvalidProposalIndex No proposal at that index.
ReasonTooBig The reason given is just too big.
AlreadyKnown The tip was already found/started.
UnknownTip The tip hash is unknown.
NotFinder The account attempting to retract the tip is not the finder of the tip.
StillOpen The tip cannot be claimed/closed because there are not enough tippers yet.
Premature The tip cannot be claimed/closed because it's still in the countdown period.