UniswapV3Pool

DEPLOYMENT DATE
1 year(s) ago
CONTRACT ADDRESS
 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640
MD5 BYTECODE
 0x8050fa5b1dede4aef5e23a663c858be3
VIEW IN
Etherscan
  • 1.BitMath.sol
  • 2.FixedPoint128.sol
  • 3.FixedPoint96.sol
  • 4.FullMath.sol
  • 5.IERC20Minimal.sol
  • 6.IUniswapV3Factory.sol
  • 7.IUniswapV3FlashCallback.sol
  • 8.IUniswapV3MintCallback.sol
  • 9.IUniswapV3Pool.sol
  • 10.IUniswapV3PoolActions.sol
  • 11.IUniswapV3PoolDeployer.sol
  • 12.IUniswapV3PoolDerivedState.sol
  • 13.IUniswapV3PoolEvents.sol
  • 14.IUniswapV3PoolImmutables.sol
  • 15.IUniswapV3PoolOwnerActions.sol
  • 16.IUniswapV3PoolState.sol
  • 17.IUniswapV3SwapCallback.sol
  • 18.LiquidityMath.sol
  • 19.LowGasSafeMath.sol
  • 20.NoDelegateCall.sol
  • 21.Oracle.sol
  • 22.Position.sol
  • 23.SafeCast.sol
  • 24.SqrtPriceMath.sol
  • 25.SwapMath.sol
  • 26.Tick.sol
  • 27.TickBitmap.sol
  • 28.TickMath.sol
  • 29.TransferHelper.sol
  • 30.UniswapV3Pool.sol
  • 31.UnsafeMath.sol
  • burn(int24,int24,uint128)
    0xa34123a7
  • collect(address,int24,int24,uint128,uint128)
    0x4f1eb3d8
  • collectProtocol(address,uint128,uint128)
    0x85b66729
  • factory()
    0xc45a0155
  • fee()
    0xddca3f43
  • feeGrowthGlobal0X128()
    0xf3058399
  • feeGrowthGlobal1X128()
    0x46141319
  • flash(address,uint256,uint256,bytes)
    0x490e6cbc
  • increaseObservationCardinalityNext(uint16)
    0x32148f67
  • initialize(uint160)
    0xf637731d
  • liquidity()
    0x1a686502
  • maxLiquidityPerTick()
    0x70cf754a
  • mint(address,int24,int24,uint128,bytes)
    0x3c8a7d8d
  • observations(uint256)
    0x252c09d7
  • observe(uint32[])
    0x883bdbfd
  • positions(bytes32)
    0x514ea4bf
  • protocolFees()
    0x1ad8b03b
  • setFeeProtocol(uint8,uint8)
    0x8206a4d1
  • slot0()
    0x3850c7bd
  • snapshotCumulativesInside(int24,int24)
    0xa38807f2
  • swap(address,bool,int256,uint160,bytes)
    0x128acb08
  • tickBitmap(int16)
    0x5339c296
  • tickSpacing()
    0xd0c93a7c
  • ticks(int24)
    0xf30dba93
  • token0()
    0x0dfe1681
  • token1()
    0xd21220a7

    Decoded Storage Data

    Beta

    Loading...

    uint256

    feeGrowthGlobal0X128

    Loading...

    uint256

    feeGrowthGlobal1X128

    Loading...

    Loading...

    uint128

    liquidity

    Loading...

    mapping(int24 => struct Tick.Info)

    ticks

    mapping(int16 => uint256)

    tickBitmap

    mapping(bytes32 => struct Position.Info)

    positions

    Loading...