Dock
subscan
Runtime Modules / Tips
Spec Version:
Call Functions
Name
Lookup
Parameters
report_awesome26002
retract_tip26011
tip_new26023
tip26032
close_tip26041
slash_tip26051
Events
Name
Lookup
Attributes
NewTip2600["Hash"]
TipClosing2601["Hash"]
TipClosed2602["Hash","AccountId","BalanceOf"]
TipRetracted2603["Hash"]
TipSlashed2604["Hash","AccountId","BalanceOf"]
Storage Functions
Name
Type
Tips{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"pallet_tips:OpenTip","keys_id":9,"value_id":811}}
Reasons{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":9,"value_id":10}}
Constants
Name
Type
Value
MaximumReasonLengthU3200400000
DataDepositPerByteU641027000000000000
TipCountdownU3280700000
TipFindersFeeU814
TipReportDepositBaseU6440420f0000000000
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.