Skip to content

Latest commit

 

History

History
196 lines (181 loc) · 6.38 KB

IUniswapV2FactoryLike.md

File metadata and controls

196 lines (181 loc) · 6.38 KB

IUniswapV2FactoryLike.sol

View Source: contracts/dependencies/uniswap-v2/IUniswapV2FactoryLike.sol

↘ Derived Contracts: FakeUniswapV2FactoryLike

IUniswapV2FactoryLike

Events

event PairCreated(address indexed token0, address indexed token1, address  pair, uint256);

Functions

getPair

function getPair(address tokenA, address tokenB) external view
returns(pair address)

Arguments

Name Type Description
tokenA address
tokenB address
Source Code
function getPair(address tokenA, address tokenB) external view returns (address pair);

Contracts