subscan
Runtime Modules / Bounties
Spec Version:
Events
Name
Lookup
Attributes
BountyProposed1000["BountyIndex"]
BountyRejected1001["BountyIndex","BalanceOf"]
BountyBecameActive1002["BountyIndex"]
BountyAwarded1003["BountyIndex","AccountId"]
BountyClaimed1004["BountyIndex","BalanceOf","AccountId"]
BountyCanceled1005["BountyIndex"]
BountyExtended1006["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":336}}
BountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":338}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":330}
Constants
Name
Type
Value
BountyDepositBaseU128000064a7b3b6e00d0000000000000000
BountyDepositPayoutDelayU32201c0000
BountyUpdatePeriodU32c0890100
CuratorDepositMultiplierU3220a10700
CuratorDepositMaxoption<U128>01000010632d5ec76b0500000000000000
CuratorDepositMinoption<U128>01000064a7b3b6e00d0000000000000000
BountyValueMinimumU1280000f444829163450000000000000000
DataDepositPerByteU1280000c16ff28623000000000000000000
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.