Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

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

Table Details

PropertyValue
Table Namevana.dex.events
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
eventVARCHAR(16777216)Event log name (e.g. mint, burn, swap, sync, flash)
projectVARCHAR(16777216)Name of the project (e.g. uniswap)
protocolVARCHAR(16777216)Protocol name (e.g. uniswap_v2, uniswap_v3, uniswap_v4)
factory_addressVARCHAR(42)The factory address that deployed the liquidity pool
liquidity_pool_addressVARCHAR(42)The liquidity pool address which emitted the event
owner_addressVARCHAR(42)Owner address
sender_addressVARCHAR(42)Address of the sender of the event log, which can be the Router
recipient_addressVARCHAR(42)Address of the recipient of the event log, which can be the Router
token0_addressVARCHAR(42)Token0 contract address
token0_nameVARCHAR(16777216)Token0 name
token0_symbolVARCHAR(16777216)Token0 symbol
token0_decimalsNUMBER(38,0)Token0 decimals
token0_amount_raw_strVARCHAR(16777216)Token0 amount unnormalized, in string format for precision
token0_amount_rawFLOATToken0 amount unnormalized
token0_amount_strVARCHAR(16777216)Token0 amount normalized, in string format for precision
token0_amountFLOATToken0 amount normalized
token0_amount_usdFLOATToken0 USD amount
token0_price_usdFLOATToken0 hourly USD price at the time of the event
token1_addressVARCHAR(42)Token1 contract address
token1_nameVARCHAR(16777216)Token1 name
token1_symbolVARCHAR(16777216)Token1 symbol
token1_decimalsNUMBER(38,0)Token1 decimals
token1_amount_raw_strVARCHAR(16777216)Token1 amount unnormalized, in string format for precision
token1_amount_rawFLOATToken1 amount unnormalized
token1_amount_strVARCHAR(16777216)Token1 amount normalized, in string format for precision
token1_amountFLOATToken1 amount normalized
token1_amount_usdFLOATToken1 USD amount
token1_price_usdFLOATToken1 hourly USD price at the time of the event
usd_amountFLOATUSD value of the event
liquidityVARCHAR(16777216)Liquidity field (Uniswap V3/V4 concentrated liquidity positions)
feeNUMBER(38,0)Fee denomination of the pool (Uniswap V3/V4)
tick_spacingNUMBER(38,0)Tick spacing of the pool (Uniswap V3/V4)
sqrt_price_x96VARCHAR(16777216)Square-root price in Q64.96 fixed-point representation (Uniswap V3/V4)
tickFLOATCurrent price tick of the pool (Uniswap V3/V4)
tick_lowerFLOATThe lower tick of the position (Uniswap V3/V4)
tick_upperFLOATThe upper tick of the position (Uniswap V3/V4)
price_lower_0_1VARCHAR(16777216)Lower bound price of token0 per token1
price_upper_0_1VARCHAR(16777216)Upper bound price of token0 per token1
price_lower_1_0VARCHAR(16777216)Lower bound price of token1 per token0
price_upper_1_0VARCHAR(16777216)Upper bound price of token1 per token0
transaction_from_addressVARCHAR(42)The address of the sending party of this transaction
transaction_to_addressVARCHAR(42)The address of the receiving party of this transaction
transaction_hashVARCHAR(66)Transaction hash of this event
transaction_indexNUMBER(38,0)Transaction index of this event in the block
transaction_feesFLOATFees paid at the transaction level
transaction_fees_usdFLOATFees paid in USD
fee_detailsVARIANTAdditional fee details of the transaction (gas, gas price, etc.)
selectorVARCHAR(16777216)Call data selector at the transaction level
log_indexNUMBER(38,0)Log index of this event
block_timestampTIMESTAMP_NTZ(9)Block timestamp of this event
block_numberNUMBER(38,0)Block number of this event
block_hashVARCHAR(66)Block hash of this event
unique_idVARCHAR(16777216)Unique ID of each event
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.