Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1300 | 2 | |
| reject_proposal | 1301 | 1 | |
| approve_proposal | 1302 | 1 | |
| report_awesome | 1303 | 2 | |
| retract_tip | 1304 | 1 | |
| tip_new | 1305 | 3 | |
| tip | 1306 | 2 | |
| close_tip | 1307 | 1 | |
| propose_bounty | 1308 | 2 | |
| approve_bounty | 1309 | 1 | |
| propose_curator | 130a | 3 | |
| unassign_curator | 130b | 1 | |
| accept_curator | 130c | 1 | |
| award_bounty | 130d | 2 | |
| claim_bounty | 130e | 1 | |
| close_bounty | 130f | 1 | |
| extend_bounty_expiry | 1310 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 1300 | ||
| Spending | 1301 | ||
| Awarded | 1302 | ||
| Rejected | 1303 | ||
| Burnt | 1304 | ||
| Rollover | 1305 | ||
| Deposit | 1306 | ||
| NewTip | 1307 | ||
| TipClosing | 1308 | ||
| TipClosed | 1309 | ||
| TipRetracted | 130a | ||
| BountyProposed | 130b | ||
| BountyRejected | 130c | ||
| BountyBecameActive | 130d | ||
| BountyAwarded | 130e | ||
| BountyClaimed | 130f | ||
| BountyCanceled | 1310 | ||
| BountyExtended | 1311 |
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 | 0x0010a5d4e80000000000000000000000 | |
| SpendPeriod | BlockNumber | 0x00460500 | |
| Burn | Permill | 0x10270000 | |
| TipCountdown | BlockNumber | 0x40380000 | |
| TipFindersFee | Percent | 0x14 | |
| TipReportDepositBase | BalanceOf | 0x00e40b54020000000000000000000000 | |
| DataDepositPerByte | BalanceOf | 0x00e1f505000000000000000000000000 | |
| ModuleId | ModuleId | 0x70792f7472737279 | |
| BountyDepositBase | BalanceOf | 0x00e40b54020000000000000000000000 | |
| BountyDepositPayoutDelay | BlockNumber | 0x00c20100 | |
| BountyCuratorDeposit | Permill | 0x20a10700 | |
| BountyValueMinimum | BalanceOf | 0x00e87648170000000000000000000000 | |
| 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. |