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"]
BountyApproved2207["BountyIndex"]
CuratorProposed2208["BountyIndex","AccountId"]
CuratorUnassigned2209["BountyIndex"]
CuratorAccepted220a["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":719}}
BountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":721}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":637}
Constants
Name
Type
Value
BountyDepositBaseU1280000d9e9ac2d78030000000000000000
BountyDepositPayoutDelayU3200e10000
BountyUpdatePeriodU3240e30900
CuratorDepositMultiplierU3220a10700
CuratorDepositMaxoption<U128>01000050efe2d6e41a1b00000000000000
CuratorDepositMinoption<U128>010000c4588bd7f15a0100000000000000
BountyValueMinimumU12800007a22c1c8b1220000000000000000
DataDepositPerByteU1280080c6a47e8d03000000000000000000
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.