Skip to main content

TypeScript shape

interface SandwichedLabelData {
  token0DrainedAmount: string | null;
  token1DrainedAmount: string | null;
}
__typename
String!
Always "SandwichedLabelData".
token0DrainedAmount
String
Unsigned magnitude of the swap’s token0 movement (sign stripped). Null when the underlying field was missing.
token1DrainedAmount
String
Unsigned magnitude of the swap’s token1 movement.