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 | ||
| BountyRejected | 2201 | ||
| BountyBecameActive | 2202 | ||
| BountyAwarded | 2203 | ||
| BountyClaimed | 2204 | ||
| BountyCanceled | 2205 | ||
| BountyExtended | 2206 |
Name | Type | |
|---|---|---|
| BountyCount | {"origin":"PlainType","plain_type":"BountyIndex"} | |
| Bounties | {"origin":"MapType","map_type":{"key":"BountyIndex","hasher":"Twox64Concat","value":"Bounty<AccountId, BalanceOf, BlockNumber>","isLinked":false}} | |
| BountyDescriptions | {"origin":"MapType","map_type":{"key":"BountyIndex","hasher":"Twox64Concat","value":"Bytes","isLinked":false}} | |
| BountyApprovals | {"origin":"PlainType","plain_type":"Vec<BountyIndex>"} |
Name | Type | Value | |
|---|---|---|---|
| DataDepositPerByte | BalanceOf | 0x00e1f505000000000000000000000000 | |
| BountyDepositBase | BalanceOf | 0x00e40b54020000000000000000000000 | |
| BountyDepositPayoutDelay | BlockNumber | 0x00c20100 | |
| BountyUpdatePeriod | BlockNumber | 0x80c61300 | |
| BountyCuratorDeposit | Permill | 0x20a10700 | |
| BountyValueMinimum | BalanceOf | 0x00e87648170000000000000000000000 | |
| MaximumReasonLength | u32 | 0x00400000 |
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. |