Skip to main content

IUniswapV2Pair

IUniswapV2Pair​

token0​

function token0() external view returns (address)

token1​

function token1() external view returns (address)

getReserves​

function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast)

price0CumulativeLast​

function price0CumulativeLast() external view returns (uint256)

price1CumulativeLast​

function price1CumulativeLast() external view returns (uint256)

sync​

function sync() external