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
DataDepositPerByteBalanceOf0x00e40b54020000000000000000000000
BountyDepositBaseBalanceOf0x0010a5d4e80000000000000000000000
BountyDepositPayoutDelayBlockNumber0x201c0000
BountyUpdatePeriodBlockNumber0xc0890100
BountyCuratorDepositPermill0x20a10700
BountyValueMinimumBalanceOf0x005039278c0400000000000000000000
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.