Name | Lookup | Parameters | |
|---|---|---|---|
| propose_bounty | 1500 | 2 | |
| approve_bounty | 1501 | 1 | |
| propose_curator | 1502 | 3 | |
| unassign_curator | 1503 | 1 | |
| accept_curator | 1504 | 1 | |
| award_bounty | 1505 | 2 | |
| claim_bounty | 1506 | 1 | |
| close_bounty | 1507 | 1 | |
| extend_bounty_expiry | 1508 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyProposed | 1500 | ["BountyIndex"] | |
| BountyRejected | 1501 | ["BountyIndex","BalanceOf"] | |
| BountyBecameActive | 1502 | ["BountyIndex"] | |
| BountyAwarded | 1503 | ["BountyIndex","AccountId"] | |
| BountyClaimed | 1504 | ["BountyIndex","BalanceOf","AccountId"] | |
| BountyCanceled | 1505 | ["BountyIndex"] | |
| BountyExtended | 1506 | ["BountyIndex"] | |
| BountyApproved | 1507 | ["BountyIndex"] | |
| CuratorProposed | 1508 | ["BountyIndex","AccountId"] | |
| CuratorUnassigned | 1509 | ["BountyIndex"] | |
| CuratorAccepted | 150a | ["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":439}} | |
| BountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":441}} | |
| BountyApprovals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":434} |
Name | Type | Value | |
|---|---|---|---|
| BountyDepositBase | U128 | 00409452a30300000000000000000000 | |
| BountyDepositPayoutDelay | U32 | c0a80000 | |
| BountyUpdatePeriod | U32 | 60d80300 | |
| CuratorDepositMultiplier | U32 | 20a10700 | |
| CuratorDepositMax | option<U128> | 0100407a10f35a00000000000000000000 | |
| CuratorDepositMin | option<U128> | 010010a5d4e80000000000000000000000 | |
| BountyValueMinimum | U128 | 005039278c0400000000000000000000 | |
| DataDepositPerByte | U128 | 0046c323000000000000000000000000 | |
| MaximumReasonLength | U32 | 00200000 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | |
| InvalidIndex | |
| ReasonTooBig | |
| UnexpectedStatus | |
| RequireCurator | |
| InvalidValue | |
| InvalidFee | |
| PendingPayout | |
| Premature | |
| HasActiveChildBounty | |
| TooManyQueued |