Uniswap V4 - how to get PoolKey from PoolId? Query Dune for Initialize events, replace id with your PoolId dune.com/queries/567154…
5
0
18
1K
5
Download Image
@ProgrammerSmart Good tip, But I'd also flag that you can grab the PoolKey directly from the contract's `getPool` function if you've got the key parameters handy.
@ProgrammerSmart Need to used this more often. Thanks