subscan
Runtime Modules / Tips
Spec Version:
Call Functions
Name
Lookup
Parameters
report_awesome0d002
retract_tip0d011
tip_new0d023
tip0d032
close_tip0d041
slash_tip0d051
Events
Name
Lookup
Attributes
NewTip0d00["Hash"]
TipClosing0d01["Hash"]
TipClosed0d02["Hash","AccountId","BalanceOf"]
TipRetracted0d03["Hash"]
TipSlashed0d04["Hash","AccountId","BalanceOf"]
Storage Functions
Name
Type
Tips{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"pallet_tips:OpenTip","keys_id":10,"value_id":372}}
Reasons{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":10,"value_id":11}}
Constants
Name
Type
Value
MaximumReasonLengthU3200040000
DataDepositPerByteU1280010a5d4e80000000000000000000000
TipCountdownU3258020000
TipFindersFeeU801
TipReportDepositBaseU1280080c6a47e8d03000000000000000000
Error Types
Name
Docs
ReasonTooBigThe reason given is just too big.
AlreadyKnownThe tip was already found/started.
UnknownTipThe tip hash is unknown.
NotFinderThe account attempting to retract the tip is not the finder of the tip.
StillOpenThe tip cannot be claimed/closed because there are not enough tippers yet.
PrematureThe tip cannot be claimed/closed because it's still in the countdown period.