> ## 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.

# SandwichedLabelData

> Payload for an EventLabel with label=Sandwiched. The middle (victim) swap of a sandwich attack.

### TypeScript shape

```ts theme={null}
interface SandwichedLabelData {
  token0DrainedAmount: string | null;
  token1DrainedAmount: string | null;
}
```

<ResponseField name="__typename" type="String!">Always `"SandwichedLabelData"`.</ResponseField>
<ResponseField name="token0DrainedAmount" type="String">Unsigned magnitude of the swap's token0 movement (sign stripped). Null when the underlying field was missing.</ResponseField>
<ResponseField name="token1DrainedAmount" type="String">Unsigned magnitude of the swap's token1 movement.</ResponseField>
