Name | Lookup | Parameters | |
---|---|---|---|
propose_bounty | 2200 | 2 | |
approve_bounty | 2201 | 1 | |
propose_curator | 2202 | 3 | |
unassign_curator | 2203 | 1 | |
accept_curator | 2204 | 1 | |
award_bounty | 2205 | 2 | |
claim_bounty | 2206 | 1 | |
close_bounty | 2207 | 1 | |
extend_bounty_expiry | 2208 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
BountyProposed | 2200 | ["BountyIndex"] | |
BountyRejected | 2201 | ["BountyIndex","BalanceOf"] | |
BountyBecameActive | 2202 | ["BountyIndex"] | |
BountyAwarded | 2203 | ["BountyIndex","AccountId"] | |
BountyClaimed | 2204 | ["BountyIndex","BalanceOf","AccountId"] | |
BountyCanceled | 2205 | ["BountyIndex"] | |
BountyExtended | 2206 | ["BountyIndex"] | |
BountyApproved | 2207 | ["BountyIndex"] | |
CuratorProposed | 2208 | ["BountyIndex","AccountId"] | |
CuratorUnassigned | 2209 | ["BountyIndex"] | |
CuratorAccepted | 220a | ["BountyIndex","AccountId"] |
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} |
Name | Type | Value | |
---|---|---|---|
BountyDepositBase | U128 | 0000d9e9ac2d78030000000000000000 | |
BountyDepositPayoutDelay | U32 | 00e10000 | |
BountyUpdatePeriod | U32 | 40e30900 | |
CuratorDepositMultiplier | U32 | 20a10700 | |
CuratorDepositMax | option<U128> | 01000050efe2d6e41a1b00000000000000 | |
CuratorDepositMin | option<U128> | 010000c4588bd7f15a0100000000000000 | |
BountyValueMinimum | U128 | 00007a22c1c8b1220000000000000000 | |
DataDepositPerByte | U128 | 0080c6a47e8d03000000000000000000 | |
MaximumReasonLength | U32 | 00400000 |
Name | Docs |
---|---|
InsufficientProposersBalance | Proposer's balance is too low. |
InvalidIndex | No proposal or bounty at that index. |
ReasonTooBig | The reason given is just too big. |
UnexpectedStatus | The bounty status is unexpected. |
RequireCurator | Require bounty curator. |
InvalidValue | Invalid bounty value. |
InvalidFee | Invalid bounty fee. |
PendingPayout | A bounty payout is pending.To cancel the bounty, you must unassign and slash the curator. |
Premature | The bounties cannot be claimed/closed because it's still in the countdown period. |
HasActiveChildBounty | The bounty cannot be closed because it has active child bounties. |
TooManyQueued | Too many approvals are already queued. |