Name | Lookup | Parameters | |
|---|---|---|---|
| propose_bounty | 2300 | 2 | |
| approve_bounty | 2301 | 1 | |
| propose_curator | 2302 | 3 | |
| unassign_curator | 2303 | 1 | |
| accept_curator | 2304 | 1 | |
| award_bounty | 2305 | 2 | |
| claim_bounty | 2306 | 1 | |
| close_bounty | 2307 | 1 | |
| extend_bounty_expiry | 2308 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyProposed | 2300 | ||
| BountyRejected | 2301 | ||
| BountyBecameActive | 2302 | ||
| BountyAwarded | 2303 | ||
| BountyClaimed | 2304 | ||
| BountyCanceled | 2305 | ||
| BountyExtended | 2306 |
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 | 0xaa505763000000000000000000000000 | |
| BountyDepositBase | BalanceOf | 0xaa821bce260000000000000000000000 | |
| BountyDepositPayoutDelay | BlockNumber | 0x00e10000 | |
| BountyUpdatePeriod | BlockNumber | 0x80c61300 | |
| BountyCuratorDeposit | Permill | 0x20a10700 | |
| BountyValueMinimum | BalanceOf | 0x5405379c4d0000000000000000000000 | |
| 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. |