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 — discriminate via __typename. Currently null for every event; the field shape is forward-compatible and will be populated once drained-amount math lands.
FrontRunLabelData
object
Attacker-leg payload. See FrontRunLabelData.
SandwichedLabelData
object
Victim payload. See SandwichedLabelData.

Example

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