Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1200 | 2 | |
| reject_proposal | 1201 | 1 | |
| approve_proposal | 1202 | 1 | |
| report_awesome | 1203 | 2 | |
| retract_tip | 1204 | 1 | |
| tip_new | 1205 | 3 | |
| tip | 1206 | 2 | |
| close_tip | 1207 | 1 | |
| propose_bounty | 1208 | 2 | |
| approve_bounty | 1209 | 1 | |
| propose_curator | 120a | 3 | |
| unassign_curator | 120b | 1 | |
| accept_curator | 120c | 1 | |
| award_bounty | 120d | 2 | |
| claim_bounty | 120e | 1 | |
| close_bounty | 120f | 1 | |
| extend_bounty_expiry | 1210 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 1200 | ||
| Spending | 1201 | ||
| Awarded | 1202 | ||
| Rejected | 1203 | ||
| Burnt | 1204 | ||
| Rollover | 1205 | ||
| Deposit | 1206 | ||
| NewTip | 1207 | ||
| TipClosing | 1208 | ||
| TipClosed | 1209 | ||
| TipRetracted | 120a | ||
| BountyProposed | 120b | ||
| BountyRejected | 120c | ||
| BountyBecameActive | 120d | ||
| BountyAwarded | 120e | ||
| BountyClaimed | 120f | ||
| BountyCanceled | 1210 | ||
| BountyExtended | 1211 |
Name | Type | |
|---|---|---|
| ProposalCount | {"origin":"PlainType","plain_type":"ProposalIndex"} | |
| Proposals | {"origin":"MapType","map_type":{"key":"ProposalIndex","hasher":"Twox64Concat","value":"Proposal<AccountId, BalanceOf>","isLinked":false}} | |
| Approvals | {"origin":"PlainType","plain_type":"Vec<ProposalIndex>"} | |
| Tips | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Twox64Concat","value":"OpenTip<AccountId, BalanceOf, BlockNumber, Hash>","isLinked":false}} | |
| Reasons | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Identity","value":"Bytes","isLinked":false}} | |
| 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 | |
|---|---|---|---|
| ProposalBond | Permill | 0x50c30000 | |
| ProposalBondMinimum | BalanceOf | 0x4835261a080300000000000000000000 | |
| SpendPeriod | BlockNumber | 0x80510100 | |
| Burn | Permill | 0xd0070000 | |
| TipCountdown | BlockNumber | 0x40380000 | |
| TipFindersFee | Percent | 0x14 | |
| TipReportDepositBase | BalanceOf | 0xaa821bce260000000000000000000000 | |
| DataDepositPerByte | BalanceOf | 0xaa505763000000000000000000000000 | |
| ModuleId | ModuleId | 0x70792f7472737279 | |
| BountyDepositBase | BalanceOf | 0xaa821bce260000000000000000000000 | |
| BountyDepositPayoutDelay | BlockNumber | 0x00e10000 | |
| 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. |
| AlreadyKnown | The tip was already found/started. |
| UnknownTip | The tip hash is unknown. |
| NotFinder | The account attempting to retract the tip is not the finder of the tip. |
| StillOpen | The tip cannot be claimed/closed because there are not enough tippers yet. |
| Premature | The tip cannot be claimed/closed because it's still in the countdown period. |
| 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. |