Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.53 KB

eth.uniswap_v3.event_initializes.md

File metadata and controls

20 lines (17 loc) · 2.53 KB
description
SQL table schema for eth.uniswap_v3.event_initializes and eth.uniswap_v3.recent_event_initializes

eth.uniswap_v3.event_initializes

Ethereum Uniswap-V3 initialize events.

Column Name Data Type Description
address CHARACTER VARYING The address of the contract that defines this pool.
log_index BIGINT The index of this collect event in the block.
sqrt_price_x96 CHARACTER VARYING The initial square root of the price of the pool, as a Q64.96 fixed point number, encoded as a hexadecimal string.
tick INTEGER The initial tick of the pool.
transaction_hash CHARACTER VARYING The hash of the transaction in which this event occurred.
block_timestamp BIGINT The timestamp of the block in which this event occurred.
block_number BIGINT The number of the block in which this event occurred.
block_hash CHARACTER VARYING The hash of the block in which this event occurred.