Skip to main content

TypeScript shape

interface LabelsForEvent {
  sandwich: SandwichLabelForEvent | null;
  washtrade: WashtradeLabelForEvent | null;
}
Currently emitted as null on every event. Use the dedicated onEventLabelCreated subscription for live MEV labels.
sandwich
SandwichLabelForEvent
Sandwich detection details. See SandwichLabelForEvent.
washtrade
WashtradeLabelForEvent
Washtrade detection details. See WashtradeLabelForEvent.