Kusama
subscan
Runtime Modules / Bounties
Spec Version:
Events
Name
Lookup
Attributes
BountyProposed2300["BountyIndex"]
BountyRejected2301["BountyIndex","BalanceOf"]
BountyBecameActive2302["BountyIndex"]
BountyAwarded2303["BountyIndex","AccountId"]
BountyClaimed2304["BountyIndex","BalanceOf","AccountId"]
BountyCanceled2305["BountyIndex"]
BountyExtended2306["BountyIndex"]
BountyApproved2307["BountyIndex"]
CuratorProposed2308["BountyIndex","AccountId"]
CuratorUnassigned2309["BountyIndex"]
CuratorAccepted230a["BountyIndex","AccountId"]
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":768}}
BountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":770}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":653}
Constants
Name
Type
Value
BountyDepositBaseU128344dd2c2070000000000000000000000
BountyDepositPayoutDelayU3200e10000
BountyUpdatePeriodU3280c61300
CuratorDepositMultiplierU3220a10700
CuratorDepositMaxoption<U128>0104821bce260000000000000000000000
CuratorDepositMinoption<U128>0152a1aec6000000000000000000000000
BountyValueMinimumU128689aa4850f0000000000000000000000
DataDepositPerByteU1285543de13000000000000000000000000
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.
HasActiveChildBountyThe bounty cannot be closed because it has active child bounties.
TooManyQueuedToo many approvals are already queued.