Skip to main content

TypeScript shape

type EventLabelType =
  | 'FrontRun'
  | 'Sandwiched';
FrontRun
enum
Front-running attack. Mapped from swap_type=MEV.
Sandwiched
enum
Sandwiched attack. Mapped from swap_type=MEV_SANDWICHED.