Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

amount0
String
The amount of token0 added or removed from the pair.
amount1
String
The amount of token1 added or removed from the pair.
amount0Shifted
String
The amount of token0 added or removed from the pair, adjusted by the number of decimals in the token. For example, if amount0 is in WEI, amount0Shifted will be in ETH.
amount1Shifted
String
The amount of token1 added or removed from the pair, adjusted by the number of decimals in the token. For example, USDC amount1Shifted will be by 6 decimals.
type
EventType!
The type of token event, Mint or ‘Burn’. See EventType

Used By

Returned by
  • onUnconfirmedEventsCreated (deprecated): Deprecated unconfirmed live-streamed transactions for a token. Use onEventsCreated instead. (Solana only)
  • onUnconfirmedEventsCreatedByMaker (deprecated): Deprecated unconfirmed live-streamed transactions for a maker. Use onEventsCreatedByMaker instead. (Solana only)