DEX Events

In addition to the core DEX metrics offered in the DEX Protocol tables, we also track and aggregate V2/V3 (Uniswap forks) events of DEXs across multiple EVMs.

Key tables:

  • V2 Mints, Burns, and Syncs: Events related to LP token minting, burning, and pool synchronization for V2 protocols.

  • V2 Transfers: Tracks transfers of LP tokens between addresses on V2 DEX protocols.

  • V3 Events: Records of liquidity position changes, including minting, burning, and transfers, specific to V3 protocols.

  • V3 Transfers: Tracks transfers of LP tokens between addresses on V3 DEX protocols.

Property
Description
Type

timestamp

The timestamp of the record.

number

chain_id

The standard id of the chain.

number

block_number

The block number of the mint.

number

log_index

The event log. For transactions that don't emit event, create arbitrary index starting from 0.

number

transaction_hash

The hash of the transaction.

string

transaction_from_address

The address that initiates the transaction (ie, the transaction signer).

string

from_address

The from address of the event (ie, the from field in a transfer).

string

to_address

The to address of the event (ie, the to field in a transfer).

string

pool_address

The contract address of the pool.

string

token0_address

The contract address of token0.

string

token0_amount

The amount of token0.

number

token1_address

The contract address of token1.

string

token1_amount

The amount of token1.

number

mint_amount

The amount of LP token minted by the trader, decimal normalized.

number

mint_amount_usd

(Optional) The amount of the mint in USD.

number

Last updated