kusama
subscan
Kusama
Runtime Modules / Treasury
Spec Version:
Call Functions
Name
Lookup
Parameters
propose_spend12002
reject_proposal12011
approve_proposal12021
report_awesome12032
retract_tip12041
tip_new12053
tip12062
close_tip12071
Events
Name
Lookup
Attributes
Proposed0d00
Spending0d01
Awarded0d02
Rejected0d03
Burnt0d04
Rollover0d05
Deposit0d06
NewTip0d07
TipClosing0d08
TipClosed0d09
TipRetracted0d0a
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
ProposalBondMinimumBalanceOf0x0040e59c301200000000000000000000
SpendPeriodBlockNumber0x80510100
BurnPermill0x00000000
TipCountdownBlockNumber0x40380000
TipFindersFeePercent0x14
TipReportDepositBaseBalanceOf0x0010a5d4e80000000000000000000000
TipReportDepositPerByteBalanceOf0x00e40b54020000000000000000000000
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.