eth.uniswap_v3.pools
SQL table schema for eth.uniswap_v3.pools
Ethereum Top 1000 Uniswap-V3 Pools.
Column Name | Data Type | Description |
---|---|---|
| BIGINT | The swap fee for this pool. |
| CHARACTER VARYING | The id of this specific token:token liquidity pool. |
| CHARACTER VARYING | The contract address that defines the first token in the pool. |
| CHARACTER VARYING | The human-readable symbol name for the first token in the pool, eg. "WETH". |
| CHARACTER VARYING | The contract address that defines the second token in the pool. |
| CHARACTER VARYING | The human-readable symbol name for the second token in the pool, eg. "USDC". |
Last updated