Skip to main content

TypeScript shape

interface SyncEventData {
  reserve0: string;
  reserve1: string;
  type: EventType;
}
__typename
String!
Always "SyncEventData".
type
EventType!
Always Sync.
reserve0
String!
Token0 reserve after the sync (raw, integer).
reserve1
String!
Token1 reserve after the sync.
Note: Sync is not exposed through getTokenEvents (Codex contract). Documented here for schema completeness.