Polkadot
subscan
Runtime Modules / Bounties
Spec Version:
Storage Functions
Name
Type
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
DataDepositPerByteBalanceOf0x00e1f505000000000000000000000000
BountyDepositBaseBalanceOf0x00e40b54020000000000000000000000
BountyDepositPayoutDelayBlockNumber0x00c20100
BountyUpdatePeriodBlockNumber0x80c61300
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.
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.
Premature The bounties cannot be claimed/closed because it's still in the countdown period.