Name | Lookup | Parameters | |
|---|---|---|---|
| report_awesome | 2500 | 2 | |
| retract_tip | 2501 | 1 | |
| tip_new | 2502 | 3 | |
| tip | 2503 | 2 | |
| close_tip | 2504 | 1 | |
| slash_tip | 2505 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewTip | 2500 | ||
| TipClosing | 2501 | ||
| TipClosed | 2502 | ||
| TipRetracted | 2503 | ||
| TipSlashed | 2504 |
Name | Type | |
|---|---|---|
| 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}} |
Name | Type | Value | |
|---|---|---|---|
| TipCountdown | BlockNumber | 0x80700000 | |
| TipFindersFee | Percent | 0x14 | |
| TipReportDepositBase | BalanceOf | 0x40420f0000000000 | |
| DataDepositPerByte | BalanceOf | 0x1027000000000000 | |
| MaximumReasonLength | u32 | 0x00400000 |
Name | Docs |
|---|---|
| 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. |