eth.uniswap_v3.event_initializes
SQL table schema for eth.uniswap_v3.event_initializes and eth.uniswap_v3.recent_event_initializes
Ethereum Uniswap-V3 initialize events.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the contract that defines this pool. |
| BIGINT | The index of this collect event in the block. |
| CHARACTER VARYING | The initial square root of the price of the pool, as a Q64.96 fixed point number, encoded as a hexadecimal string. |
| INTEGER | The initial tick of the pool. |
| CHARACTER VARYING | The hash of the transaction in which this event occurred. |
| BIGINT | The timestamp of the block in which this event occurred. |
| BIGINT | The number of the block in which this event occurred. |
| CHARACTER VARYING | The hash of the block in which this event occurred. |
Last updated