Skip to main content

TypeScript shape

type TokenPairEventType =
  | 'SWAP'
  | 'MINT'
  | 'BURN'
  | 'SYNC'
  | 'BUY'
  | 'SELL'
  | 'COLLECT'
  | 'COLLECT_PROTOCOL';
SWAP
enum
A swap (trade) on the pair.
MINT
enum
Liquidity added to the pair.
BURN
enum
Liquidity removed from the pair.