Skip to main content
id
String!
Pair identifier the label belongs to (matches the id argument passed to getEventLabels).
label
EventLabelType!
FrontRun (mapped from swap_type=MEV) or Sandwiched (mapped from swap_type=MEV_SANDWICHED). See EventLabelType.
data
EventLabelData
Per-label payload. Use a __typename switch. See EventLabelData.
logIndex
Int!
Log index of the swap. Legacy NULL-index rows coerced to 0.
networkId
Int!
Network ID parsed from the input pair id.
timestamp
Int!
Swap timestamp in Unix seconds.
transactionIndex
Int!
Always 0 (the swaps table has no transaction index column).
transactionHash
String!
Swap transaction hash. Empty string when null.