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
Property
Description
Type
timestamp
The timestamp of the transaction.
number
chain_id
The standard id of the chain.
number
block_number
The block number of the trade.
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
burn_amount
The amount of LP tokens burned, decimal normalized.
number
burn_amount_usd
(Optional) The amount of the burn in USD.
vnumber
Property
Description
Type
timestamp
The timestamp of the transaction.
number
chain_id
The standard id of the chain.
number
block_number
The block number of the trade.
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
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
Property
Description
Type
timestamp
The timestamp of the transaction.
number
chain_id
The standard id of the chain.
number
block_number
The block number of the trade.
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 address that sends the LP token.
string
to_address
The address that receives the LP token.
string
pool_address
The contract address of the pool.
string
pool_token_balance
The balance of the pool token, decimal normalized.
number
Property
Description
Type
timestamp
The timestamp of the transaction.
number
chain_id
The standard id of the chain.
number
block_number
The block number of the trade.
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
event_type
The action type of the event (ie, mint, burn).
string
pool_address
The contract address of the pool.
string
tick_lower
The lower tick of the liquidity position.
number
tick_upper
The upper tick of the liquidity position.
number
current_tick
The current tick of the liquidity pool.
number
tick_spacing
The tick spacing of the liquidity pool.
number
nft_token_id
The token ID of the NFT that represents the liquidity position
number
token0_address
The contract address of token0.
string
token0_amount
The amount of token0(raw token amount).
number
token1_address
The contract address of token1.
string
token1_amount
The amount of token1(raw token amount).
number
token_fees
The amount of token fees.
number
amount_liquidity
The amount of liquidity.
number
Property
Description
Type
timestamp
The timestamp of the transaction.
number
chain_id
The standard id of the chain.
number
block_number
The block number of the trade.
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).