Name | Lookup | Parameters | |
|---|---|---|---|
| propose_bounty | 1400 | 2 | |
| approve_bounty | 1401 | 1 | |
| propose_curator | 1402 | 3 | |
| unassign_curator | 1403 | 1 | |
| accept_curator | 1404 | 1 | |
| award_bounty | 1405 | 2 | |
| claim_bounty | 1406 | 1 | |
| close_bounty | 1407 | 1 | |
| extend_bounty_expiry | 1408 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyProposed | 1400 | ["BountyIndex"] | |
| BountyRejected | 1401 | ["BountyIndex","BalanceOf"] | |
| BountyBecameActive | 1402 | ["BountyIndex"] | |
| BountyAwarded | 1403 | ["BountyIndex","AccountId"] | |
| BountyClaimed | 1404 | ["BountyIndex","BalanceOf","AccountId"] | |
| BountyCanceled | 1405 | ["BountyIndex"] | |
| BountyExtended | 1406 | ["BountyIndex"] | |
| BountyApproved | 1407 | ["BountyIndex"] | |
| CuratorProposed | 1408 | ["BountyIndex","AccountId"] | |
| CuratorUnassigned | 1409 | ["BountyIndex"] | |
| CuratorAccepted | 140a | ["BountyIndex","AccountId"] |
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":478}} | |
| BountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":480}} | |
| BountyApprovals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":472} |
Name | Type | Value | |
|---|---|---|---|
| BountyDepositBase | U128 | 0010a5d4e80000000000000000000000 | |
| BountyDepositPayoutDelay | U32 | 80700000 | |
| BountyUpdatePeriod | U32 | 80320200 | |
| CuratorDepositMultiplier | U32 | 20a10700 | |
| CuratorDepositMax | option<U128> | 0100407a10f35a00000000000000000000 | |
| CuratorDepositMin | option<U128> | 010010a5d4e80000000000000000000000 | |
| BountyValueMinimum | U128 | 005039278c0400000000000000000000 | |
| DataDepositPerByte | U128 | 00ac23fc060000000000000000000000 | |
| MaximumReasonLength | U32 | 88130000 |
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. |