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
DataDepositPerByteBalanceOf0x00a3e111000000000000000000000000
BountyDepositBaseBalanceOf0x00204aa9d10100000000000000000000
BountyDepositPayoutDelayBlockNumber0x80700000
BountyUpdatePeriodBlockNumber0x60d80300
BountyCuratorDepositPermill0x20a10700
BountyValueMinimumBalanceOf0x005039278c0400000000000000000000
MaximumReasonLengthu320x00200000
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.