Skip to main content

TypeScript shape

interface UniswapV4Data {
  uniswapV4HookAddress: string | null;
  isToken0NetworkToken: boolean | null;
  isDynamicFee: boolean | null;
  type: string;
}
uniswapV4HookAddress
String
Hook address.
isToken0NetworkToken
Boolean
Whether token0 is the network native token.
isDynamicFee
Boolean
Whether the pool uses dynamic fees.
type
String!
Type label.