Name | Lookup | Parameters | |
|---|---|---|---|
| report_awesome | 1d00 | 2 | |
| retract_tip | 1d01 | 1 | |
| tip_new | 1d02 | 3 | |
| tip | 1d03 | 2 | |
| close_tip | 1d04 | 1 | |
| slash_tip | 1d05 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewTip | 1d00 | ||
| TipClosing | 1d01 | ||
| TipClosed | 1d02 | ||
| TipRetracted | 1d03 | ||
| TipSlashed | 1d04 |
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 | 0x40380000 | |
| TipFindersFee | Percent | 0x14 | |
| TipReportDepositBase | BalanceOf | 0x000064a7b3b6e00d0000000000000000 | |
| DataDepositPerByte | BalanceOf | 0x00407a10f35a00000000000000000000 | |
| 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. |