Polkadot
subscan
Runtime Modules / Bounties
Spec Version:
Events
Name
Lookup
Attributes
BountyProposed2200["BountyIndex"]
BountyRejected2201["BountyIndex","BalanceOf"]
BountyBecameActive2202["BountyIndex"]
BountyAwarded2203["BountyIndex","AccountId"]
BountyClaimed2204["BountyIndex","BalanceOf","AccountId"]
BountyCanceled2205["BountyIndex"]
BountyExtended2206["BountyIndex"]
Storage Functions
Name
Type
BountyCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Bounties{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_bounties:Bounty","keys_id":4,"value_id":549}}
BountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":10}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":187}
Constants
Name
Type
Value
BountyDepositBaseU12800e40b54020000000000000000000000
BountyDepositPayoutDelayU3200c20100
BountyUpdatePeriodU3280c61300
BountyCuratorDepositU3220a10700
BountyValueMinimumU12800e87648170000000000000000000000
DataDepositPerByteU12800e1f505000000000000000000000000
MaximumReasonLengthU3200400000
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.