github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/test/contracts/uniswap/v2/IUniswapV1Factory.sol (about)

     1  pragma solidity >=0.5.0;
     2  
     3  interface IUniswapV1Factory {
     4      function getExchange(address) external view returns (address);
     5  }