IUniswapV3PoolState
Overview
License: GPL-2.0-or-later
interface IUniswapV3PoolStateFunctions info
slot0 (0x3850c7bd)
function slot0()
external
view
returns (
uint160 sqrtPriceX96,
int24 tick,
uint16 observationIndex,
uint16 observationCardinality,
uint16 observationCardinalityNext,
uint8 feeProtocol,
bool unlocked
)Name
Type
Description
feeGrowthGlobal0X128 (0xf3058399)
feeGrowthGlobal1X128 (0x46141319)
protocolFees (0x1ad8b03b)
liquidity (0x1a686502)
ticks (0xf30dba93)
Name
Type
Description
Name
Type
Description
tickBitmap (0x5339c296)
positions (0x514ea4bf)
Name
Type
Description
Name
Type
Description
observations (0x252c09d7)
Name
Type
Description
Name
Type
Description
Last updated