UniswapV2Mock Uniswap v2 Mock that allows manual price injection. Functions setTokens(_token0, _token1) setPrice(reserve0, reserve1) Events UniswapV2 Sync(reserve0, reserve1) setTokens(address _token0, address _token1) external setPrice(uint112 reserve0, uint112 reserve1) external Sync(uint112 reserve0, uint112 reserve1) event ← Uniswap V 2 Uniswap V 3 →