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
DataDepositPerByteBalanceOf0x1027000000000000
BountyDepositBaseBalanceOf0x40420f0000000000
BountyDepositPayoutDelayBlockNumber0x80700000
BountyUpdatePeriodBlockNumber0x00270600
BountyCuratorDepositPermill0x20a10700
BountyValueMinimumBalanceOf0x404b4c0000000000
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.