Variable uniswapV3FactoryAbiConst
uniswapV3FactoryAbi: readonly [
{
inputs: readonly [
{ name: "tokenA"; type: "address" },
{ name: "tokenB"; type: "address" },
{ name: "fee"; type: "uint24" },
];
name: "getPool";
outputs: readonly [{ type: "address" }];
stateMutability: "view";
type: "function";
},
] = ...
Uniswap v3 factory (pool discovery).