> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Uniswap V4 Hooks

### Table Details

| Property     | Value                        |
| ------------ | ---------------------------- |
| Table Name   | `tempo.dex.uniswap_v4_hooks` |
| Table Status | Production-Ready             |
| Unique Key   | `id`                         |

### Table Columns

| Column Name                | Data Type         | Description                                                   |
| -------------------------- | ----------------- | ------------------------------------------------------------- |
| pool\_manager              | VARCHAR(16777216) |                                                               |
| hook\_contract             | VARCHAR(16777216) |                                                               |
| hook\_int                  | VARCHAR(16777216) |                                                               |
| hook\_signatures           | VARIANT           |                                                               |
| hook\_parameters           | VARIANT           |                                                               |
| currency0                  | VARCHAR(16777216) |                                                               |
| currency1                  | VARCHAR(16777216) |                                                               |
| id                         | VARCHAR(16777216) |                                                               |
| fee                        | NUMBER(38,0)      |                                                               |
| tick\_spacing              | NUMBER(38,0)      |                                                               |
| params                     | VARIANT           |                                                               |
| deployer                   | VARCHAR(16777216) |                                                               |
| transaction\_hash          | VARCHAR(16777216) |                                                               |
| transaction\_index         | NUMBER(38,0)      |                                                               |
| transaction\_from\_address | VARCHAR(16777216) |                                                               |
| transaction\_to\_address   | VARCHAR(16777216) |                                                               |
| log\_index                 | NUMBER(38,0)      |                                                               |
| block\_timestamp           | TIMESTAMP\_NTZ(9) |                                                               |
| block\_number              | NUMBER(38,0)      |                                                               |
| block\_hash                | VARCHAR(16777216) |                                                               |
| \_created\_at              | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.      |
| \_updated\_at              | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database. |
