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 | |
| approve_bounty_with_curator | 2309 | 3 | |
| poke_deposit | 230a | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyProposed | 2300 | ["BountyIndex"] | |
| BountyRejected | 2301 | ["BountyIndex","BalanceOf"] | |
| BountyBecameActive | 2302 | ["BountyIndex"] | |
| BountyAwarded | 2303 | ["BountyIndex","AccountId"] | |
| BountyClaimed | 2304 | ["BountyIndex","BalanceOf","AccountId"] | |
| BountyCanceled | 2305 | ["BountyIndex"] | |
| BountyExtended | 2306 | ["BountyIndex"] | |
| BountyApproved | 2307 | ["BountyIndex"] | |
| CuratorProposed | 2308 | ["BountyIndex","AccountId"] | |
| CuratorUnassigned | 2309 | ["BountyIndex"] | |
| CuratorAccepted | 230a | ["BountyIndex","AccountId"] | |
| DepositPoked | 230b | ["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":816}} | |
| BountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":818}} | |
| BountyApprovals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":719} |
Name | Type | Value | |
|---|---|---|---|
| BountyDepositBase | U128 | 344dd2c2070000000000000000000000 | |
| BountyDepositPayoutDelay | U32 | 00000000 | |
| BountyUpdatePeriod | U32 | 00041703 | |
| CuratorDepositMultiplier | U32 | 20a10700 | |
| CuratorDepositMax | option<U128> | 0104821bce260000000000000000000000 | |
| CuratorDepositMin | option<U128> | 0152a1aec6000000000000000000000000 | |
| BountyValueMinimum | U128 | 689aa4850f0000000000000000000000 | |
| DataDepositPerByte | U128 | 55a0fc01000000000000000000000000 | |
| 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. |