Polkadot
subscan
Runtime Modules / Treasury
Spec Version:
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}}
BountyCount{"origin":"PlainType","plain_type":"BountyIndex"}
Bounties{"origin":"MapType","map_type":{"key":"BountyIndex","hasher":"Twox64Concat","value":"Bounty<AccountId, BalanceOf, BlockNumber>","isLinked":false}}
BountyDescriptions{"origin":"MapType","map_type":{"key":"BountyIndex","hasher":"Twox64Concat","value":"Bytes","isLinked":false}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<BountyIndex>"}
Constants
Name
Type
Value
ProposalBondPermill0x50c30000
ProposalBondMinimumBalanceOf0x0010a5d4e80000000000000000000000
SpendPeriodBlockNumber0x00460500
BurnPermill0x10270000
TipCountdownBlockNumber0x40380000
TipFindersFeePercent0x14
TipReportDepositBaseBalanceOf0x00e40b54020000000000000000000000
DataDepositPerByteBalanceOf0x00e1f505000000000000000000000000
ModuleIdModuleId0x70792f7472737279
BountyDepositBaseBalanceOf0x00e40b54020000000000000000000000
BountyDepositPayoutDelayBlockNumber0x00c20100
BountyCuratorDepositPermill0x20a10700
BountyValueMinimumBalanceOf0x00e87648170000000000000000000000
MaximumReasonLengthu320x00400000
Error Types
Name
Docs
InsufficientProposersBalance Proposer's balance is too low.
InvalidIndex No proposal or bounty 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.
UnexpectedStatus The bounty status is unexpected.
RequireCurator Require bounty curator.
InvalidValue Invalid bounty value.
InvalidFee Invalid bounty fee.
PendingPayout A bounty payout is pending. To cancel the bounty, you must unassign and slash the curator.