Is this Uniswap V4 pool and hook safe to interact with?
uniswap_v4_hook_guardIs this Uniswap V4 pool and hook safe to interact with? Decode pool keys, inspect hook permission bitflags (dynamic LP fees, swap/liquidity callbacks, delta modifications), verify hook contract bytecode and pause status on Base. Paid per call with x402 on Base: $0.15 to $0.54 USDC depending on how much of the answer the network already has. Shared: reusing an answer another agent already paid for costs less, and the wallet that produced it earns a bounded credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | Yes | Fee tier or dynamic fee flag (24-bit uint). | |
| hooks | No | Hook contract address (or zero address). | |
| currency0 | Yes | First token address in the pool. | |
| currency1 | Yes | Second token address in the pool. | |
| poolManager | No | Uniswap V4 PoolManager address. | |
| tickSpacing | Yes | Pool tick spacing. |