Vara
subscan
Runtime Modules / Bounties
Spec Version:
Events
Name
Lookup
Attributes
BountyProposed1d00["BountyIndex"]
BountyRejected1d01["BountyIndex","BalanceOf"]
BountyBecameActive1d02["BountyIndex"]
BountyAwarded1d03["BountyIndex","AccountId"]
BountyClaimed1d04["BountyIndex","BalanceOf","AccountId"]
BountyCanceled1d05["BountyIndex"]
BountyExtended1d06["BountyIndex"]
BountyApproved1d07["BountyIndex"]
CuratorProposed1d08["BountyIndex","AccountId"]
CuratorUnassigned1d09["BountyIndex"]
CuratorAccepted1d0a["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":532}}
BountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":534}}
BountyApprovals{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":434}
Constants
Name
Type
Value
BountyDepositBaseU12800a0724e180900000000000000000000
BountyDepositPayoutDelayU3280700000
BountyUpdatePeriodU3200270600
CuratorDepositMultiplierU3220a10700
CuratorDepositMaxoption<U128>010080c6a47e8d03000000000000000000
CuratorDepositMinoption<U128>0100a0724e180900000000000000000000
BountyValueMinimumU12800203d88792d00000000000000000000
DataDepositPerByteU12800e87648170000000000000000000000
MaximumReasonLengthU322c010000
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.