Table Details
| Property | Value |
|---|---|
| Table Name | polygon.dex.uniswap_v4_positions |
| Table Status | Beta π± |
| Unique Key | position |
| Clustering Key(s) | mint_block_timestamp::timestamp, position, id |
| Search Optimization | position, id |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| id | VARCHAR(134217728) | Uniswap V4 pool identifier (pool ID including hooks) the position belongs to. |
| token0_address | VARCHAR(134217728) | Contract address of the poolβs first token. |
| token1_address | VARCHAR(134217728) | Contract address of the poolβs second token. |
| tick_lower | NUMBER(38,0) | Lower tick bound of the positionβs liquidity range. |
| tick_upper | NUMBER(38,0) | Upper tick bound of the positionβs liquidity range. |
| position | VARCHAR(134217728) | Identifier (token ID) of the position NFT. |
| mint_transaction_hash | VARCHAR(134217728) | Hash of the transaction that minted the position. |
| mint_transaction_index | NUMBER(38,0) | Zero-based position of the mint transaction within its block. |
| mint_block_timestamp | TIMESTAMP_NTZ(9) | Timestamp (UTC) of the block that contains the mint. |
| mint_block_number | NUMBER(38,0) | Number of the block that contains the mint. |
| mint_block_hash | VARCHAR(134217728) | Hash of the block that contains the mint. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |