
Uniswap V4 · Reads onchain state
Reads the current state of a Uniswap V4 pool: its price, the tick it sits in, and the fees it is charging. The pool's stored state is read through the StateView in one call, so the square-root price, the current tick, and the protocol and LP fee rates all come back together. Reach for it to check whether a position is still in range before collecting or rebalancing, or to gate a later step on the fee the pool is charging right now.