Name | Lookup | Parameters | |
|---|---|---|---|
| propose_bounty | 3e00 | 2 | |
| approve_bounty | 3e01 | 1 | |
| propose_curator | 3e02 | 3 | |
| unassign_curator | 3e03 | 1 | |
| accept_curator | 3e04 | 1 | |
| award_bounty | 3e05 | 2 | |
| claim_bounty | 3e06 | 1 | |
| close_bounty | 3e07 | 1 | |
| extend_bounty_expiry | 3e08 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyProposed | 3e00 | ["BountyIndex"] | |
| BountyRejected | 3e01 | ["BountyIndex","BalanceOf"] | |
| BountyBecameActive | 3e02 | ["BountyIndex"] | |
| BountyAwarded | 3e03 | ["BountyIndex","AccountId"] | |
| BountyClaimed | 3e04 | ["BountyIndex","BalanceOf","AccountId"] | |
| BountyCanceled | 3e05 | ["BountyIndex"] | |
| BountyExtended | 3e06 | ["BountyIndex"] |
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":538}} | |
| BountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":540}} | |
| BountyApprovals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":535} |
Name | Type | Value | |
|---|---|---|---|
| BountyDepositBase | U128 | 0010a5d4e80000000000000000000000 | |
| BountyDepositPayoutDelay | U32 | 00e10000 | |
| BountyUpdatePeriod | U32 | 40e30900 | |
| CuratorDepositMultiplier | U32 | 20a10700 | |
| CuratorDepositMax | option<U128> | 010080f420e6b500000000000000000000 | |
| CuratorDepositMin | option<U128> | 0100a0724e180900000000000000000000 | |
| BountyValueMinimum | U128 | 00a0724e180900000000000000000000 | |
| DataDepositPerByte | U128 | 00e40b54020000000000000000000000 | |
| 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. |