Skip to main content

Table Details

PropertyValue
Table Namerobinhood.dex.uniswap_v4_hooks
Table StatusProduction-Ready
Unique Keyid

Table Columns

Column NameData TypeDescription
pool_managerVARCHAR(16777216)Address of the Uniswap v4 PoolManager singleton contract that manages this pool
hook_contractVARCHAR(16777216)Address of the hook contract attached to the pool
hook_intVARCHAR(16777216)Integer-encoded bitmap of the hook permission flags enabled for this hook contract
hook_signaturesVARIANTDecoded list of hook callback functions (e.g. beforeSwap, afterSwap) enabled by the hook’s permission flags
hook_parametersVARIANTParsed parameters associated with the hook’s enabled callbacks
currency0VARCHAR(16777216)Address of the first token in the pool’s currency pair (lower-sorted). The zero address denotes native currency
currency1VARCHAR(16777216)Address of the second token in the pool’s currency pair (higher-sorted)
idVARCHAR(16777216)Pool ID: keccak256 hash of the pool key (currency0, currency1, fee, tick_spacing, hooks) uniquely identifying it
feeNUMBER(38,0)Swap fee tier of the pool, in hundredths of a basis point (e.g. 3000 = 0.30%)
tick_spacingNUMBER(38,0)Minimum tick granularity for liquidity positions in the pool
paramsVARIANTRaw pool key parameters emitted when the pool was initialized
deployerVARCHAR(16777216)Address that initialized the pool
transaction_hashVARCHAR(16777216)Transaction hash of the pool initialization
transaction_indexNUMBER(38,0)Index of the transaction within its block
transaction_from_addressVARCHAR(16777216)Address that sent the transaction
transaction_to_addressVARCHAR(16777216)Address the transaction was sent to (typically the PoolManager)
log_indexNUMBER(38,0)Index of the log within the transaction
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block containing this record
block_numberNUMBER(38,0)Number of the block containing this record
block_hashVARCHAR(16777216)Hash of the block containing this record
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.