Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

EventLabelData is a GraphQL union with two variants. Switch on __typename:
FrontRunLabelData
union
Front-run / back-run leg of an MEV attack. See FrontRunLabelData.
SandwichedLabelData
union
A swap that was sandwiched. See SandwichedLabelData.

Usage

data {
  __typename
  ... on FrontRunLabelData { index token0DrainedAmount token1DrainedAmount }
  ... on SandwichedLabelData { token0DrainedAmount token1DrainedAmount }
}