Name | Lookup | Parameters | |
---|---|---|---|
report_awesome | 1600 | 2 | |
retract_tip | 1601 | 1 | |
tip_new | 1602 | 3 | |
tip | 1603 | 2 | |
close_tip | 1604 | 1 | |
slash_tip | 1605 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
NewTip | 1600 | ["Hash"] | |
TipClosing | 1601 | ["Hash"] | |
TipClosed | 1602 | ["Hash","AccountId","BalanceOf"] | |
TipRetracted | 1603 | ["Hash"] | |
TipSlashed | 1604 | ["Hash","AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
Tips | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"pallet_tips:OpenTip","keys_id":13,"value_id":494}} | |
Reasons | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":13,"value_id":14}} |
Name | Type | Value | |
---|---|---|---|
MaximumReasonLength | U32 | 00400000 | |
DataDepositPerByte | U128 | 00e40b54020000000000000000000000 | |
TipCountdown | U32 | 201c0000 | |
TipFindersFee | U8 | 0a | |
TipReportDepositBase | U128 | 0010a5d4e80000000000000000000000 | |
MaxTipAmount | U128 | 00000000000000000000000000000000 |
Name | Docs |
---|---|
ReasonTooBig | The reason given is just too big. |
AlreadyKnown | The tip was already found/started. |
UnknownTip | The tip hash is unknown. |
MaxTipAmountExceeded | The tip given was too generous. |
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. |