Zeitgeist
subscan
Runtime Modules / Bounties
Spec Version:
Events
Name
Lookup
Attributes
BountyProposed0f00["BountyIndex"]
BountyRejected0f01["BountyIndex","BalanceOf"]
BountyBecameActive0f02["BountyIndex"]
BountyAwarded0f03["BountyIndex","AccountId"]
BountyClaimed0f04["BountyIndex","BalanceOf","AccountId"]
BountyCanceled0f05["BountyIndex"]
BountyExtended0f06["BountyIndex"]
Storage Functions
Name
Type
BountyCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":7}
Bounties{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_bounties:Bounty","keys_id":7,"value_id":409}}
BountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":7,"value_id":411}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":396}
Constants
Name
Type
Value
BountyDepositBaseU1280010a5d4e80000000000000000000000
BountyDepositPayoutDelayU646054000000000000
BountyUpdatePeriodU6460d8030000000000
CuratorDepositMultiplierU3220a10700
CuratorDepositMaxoption<U128>01005039278c0400000000000000000000
CuratorDepositMinoption<U128>0100e87648170000000000000000000000
BountyValueMinimumU1280088526a740000000000000000000000
DataDepositPerByteU12800e40b54020000000000000000000000
MaximumReasonLengthU3200200000
Error Types
Name
Docs
InsufficientProposersBalanceProposer's balance is too low.
InvalidIndexNo proposal or bounty at that index.
ReasonTooBigThe reason given is just too big.
UnexpectedStatusThe bounty status is unexpected.
RequireCuratorRequire bounty curator.
InvalidValueInvalid bounty value.
InvalidFeeInvalid bounty fee.
PendingPayoutA bounty payout is pending.To cancel the bounty, you must unassign and slash the curator.
PrematureThe bounties cannot be claimed/closed because it's still in the countdown period.
HasActiveChildBountyThe bounty cannot be closed because it has active child bounties.
TooManyQueuedToo many approvals are already queued.