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 Namecasper.dex.liquidity_events
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
projectVARCHAR(16777216)Name of the DEX protocol’s project (e.g., Casperswap).
protocolVARCHAR(16777216)Specific protocol variant or version identifier.
liquidity_pool_addressVARCHAR(16777216)Address of the liquidity pool contract.
event_typeVARCHAR(16777216)Type of liquidity event (e.g., Mint/Add or Burn/Remove).
sender_addressVARCHAR(16777216)Address that initiated the liquidity event.
to_addressVARCHAR(16777216)Address that received LP tokens (on add) or underlying tokens (on remove).
token0_addressVARCHAR(16777216)Address of token0 (the first token in the pool by sort order).
token0_nameVARCHAR(16777216)Human-readable name of token0.
token0_symbolVARCHAR(16777216)Ticker symbol of token0.
token0_decimalsNUMBER(38,0)Decimals of token0.
token0_amount_rawVARCHAR(16777216)Raw amount of token0 in its smallest unit (no decimal adjustment).
token0_amountFLOATHuman-readable amount of token0 adjusted for token decimals.
usd_amount0FLOATUSD value of the token0 amount at the time of the event.
token1_addressVARCHAR(16777216)Address of token1 (the second token in the pool by sort order).
token1_nameVARCHAR(16777216)Human-readable name of token1.
token1_symbolVARCHAR(16777216)Ticker symbol of token1.
token1_decimalsNUMBER(38,0)Decimals of token1.
token1_amount_rawVARCHAR(16777216)Raw amount of token1 in its smallest unit (no decimal adjustment).
token1_amountFLOATHuman-readable amount of token1 adjusted for token decimals.
usd_amount1FLOATUSD value of the token1 amount at the time of the event.
usd_amountFLOATTotal USD value of the liquidity event (sum of both sides).
transaction_hashVARCHAR(16777216)Hash of the transaction this event belongs to.
log_indexNUMBER(38,0)Index of the event within the transaction.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block this event was included in.
block_numberNUMBER(38,0)Height of the block this event was included in.
block_hashVARCHAR(16777216)Hash of the block this event was included in.
unique_idVARCHAR(16777216)Unique identifier for the row, used for deduplication.