eth.uniswap_v3.pool_stats
SQL table schema for eth.uniswap_v3.pool_stats
Ethereum Uniswap-V3 Pool stats (reserves, etc) for each block.
Column Name | Data Type | Description |
---|---|---|
| BIGINT | The number of the block at which these stats were calculated. |
| CHARACTER VARYING | The address of the contract that defines this pool. |
| CHARACTER VARYING | The total liquidity tokens for this pool, encoded as a hexadecimal string. |
| CHARACTER VARYING | The maximum liquidity in the pool's "tick" timeframe, encoded as a hexadecimal string. |
| CHARACTER VARYING | The fixed width Uniswap v3 slot price embedding, encoded as a hexadecimal string. |
Last updated