Data Class
Last updated
Last updated
Attribute | Description |
---|---|
Attribute | Description |
---|---|
Attribute | Description |
---|---|
Attribute | Description |
---|---|
Attribute | Description |
---|---|
Attribute | Description |
---|---|
Attribute | Description |
---|---|
position_token_address
Address of the ERC721 token contract representing liquidity positions
factory_address
Address of the Uniswap V3 factory contract that created this pool
pool_address
Unique address of this specific liquidity pool
token0_address
Contract address of the first token in the pair
token1_address
Contract address of the second token in the pair
fee
The fee tier of the pool
tick_spacing
The spacing between ticks for this pool
block_number
The block number when this pool was created or last updated
block_timestamp
The timestamp of the block when this pool was created or last updated
position_token_address
Address of the ERC721 token contract representing liquidity positions
token_id
Unique identifier for this specific liquidity position (NFT)
pool_address
Address of the pool this position is in
tick_lower
The lower tick of the price range for this position
tick_upper
The upper tick of the price range for this position
fee
The fee tier of the pool this position is in
block_number
The block number when this position was created or last updated
block_timestamp
The timestamp of the block when this position was created or last updated
factory_address
Address of the Uniswap V3 factory contract
pool_address
Address of the specific pool
sqrt_price_x96
The square root of the price ratio of the two tokens, encoded as a Q64.96 value
tick
The current tick of the pool
block_number
The block number when this price update occurred
block_timestamp
The timestamp of the block when this price update occurred
position_token_address
Address of the ERC721 token contract representing liquidity positions
token_id
Unique identifier for this specific liquidity position (NFT)
pool_address
Address of the pool this position is in
wallet_address
Address of the wallet that owns this position
liquidity
The amount of liquidity in this position
block_number
The block number when this detail was recorded or updated
block_timestamp
The timestamp of the block when this detail was recorded or updated
factory_address
Address of the Uniswap V3 factory contract
pool_address
Address of the specific pool
sqrt_price_x96
The current square root of the price ratio of the two tokens, encoded as a Q64.96 value
tick
The current tick of the pool
block_number
The most recent block number for this price information
block_timestamp
The timestamp of the most recent block for this price information
pool_address
Address of the pool where the swap occurred
position_token_address
Address of the ERC721 token contract representing liquidity positions
transaction_from_address
Address that initiated the transaction containing this swap
sender
Address that sent the tokens to be swapped
recipient
Address that received the output tokens from the swap
amount0
The amount of token0 involved in the swap (positive if received, negative if paid)
amount1
The amount of token1 involved in the swap (positive if received, negative if paid)
liquidity
The pool's liquidity after the swap
tick
The pool's tick after the swap
sqrt_price_x96
The pool's price after the swap, encoded as a Q64.96 value
token0_address
Contract address of token0 in the pool
token1_address
Contract address of token1 in the pool
transaction_hash
Hash of the transaction containing this swap event
log_index
Index of this event in the transaction logs
block_number
Block number in which this swap occurred
block_timestamp
Timestamp of the block in which this swap occurred
position_token_address
Address of the ERC721 token contract representing liquidity positions
token_id
Unique identifier for this specific liquidity position (NFT)
pool_address
Address of the pool this position is in
wallet_address
Current owner's wallet address for this position
liquidity
Current amount of liquidity in this position
block_number
Most recent block number for this status update
block_timestamp
Timestamp of the most recent block for this status update
position_token_address
Address of the ERC721 token contract representing liquidity positions
token_id
Unique identifier for the liquidity position (NFT) being updated
owner
Address of the wallet owning this position
liquidity
Amount of liquidity added or removed
amount0
Amount of token0 added or removed
amount1
Amount of token1 added or removed
action_type
Type of action (e.g., "mint" for adding liquidity, "burn" for removing)
transaction_hash
Hash of the transaction containing this liquidity update
pool_address
Address of the pool where liquidity was updated
token0_address
Contract address of token0 in the pool
token1_address
Contract address of token1 in the pool
log_index
Index of this event in the transaction logs
block_number
Block number in which this liquidity update occurred
block_timestamp
Timestamp of the block in which this liquidity update occurred
position_token_address
Address of the ERC721 token contract representing liquidity positions
recipient
Address receiving the collected fees
owner
Address of the wallet owning the position
token_id
Unique identifier for the liquidity position (NFT) collecting fees
amount0
Amount of token0 collected as fees
amount1
Amount of token1 collected as fees
pool_address
Address of the pool from which fees were collected
token0_address
Contract address of token0 in the pool
token1_address
Contract address of token1 in the pool
transaction_hash
Hash of the transaction in which fees were collected
log_index
Index of this event in the transaction logs
block_number
Block number in which this fee collection occurred
block_timestamp
Timestamp of the block in which this fee collection occurred