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 | |
| approve_bounty_with_curator | 2209 | 3 | |
| poke_deposit | 220a | 1 |
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"] | |
| DepositPoked | 220b | ["BountyIndex","AccountId","BalanceOf","BalanceOf"] |
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":682}} | |
| BountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":684}} | |
| BountyApprovals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":625} |
Name | Type | Value | |
|---|---|---|---|
| BountyDepositBase | U128 | 00e40b54020000000000000000000000 | |
| BountyDepositPayoutDelay | U32 | 00000000 | |
| BountyUpdatePeriod | U32 | 00041703 | |
| CuratorDepositMultiplier | U32 | 20a10700 | |
| CuratorDepositMax | option<U128> | 0100204aa9d10100000000000000000000 | |
| CuratorDepositMin | option<U128> | 0100e87648170000000000000000000000 | |
| BountyValueMinimum | U128 | 00e87648170000000000000000000000 | |
| DataDepositPerByte | U128 | 00e1f505000000000000000000000000 | |
| 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. |
| NotProposer | User is not the proposer of the bounty. |