ghost-dao-contracts/dependencies/@uniswap-v2-periphery-1.1.0-beta.0/contracts/interfaces/V1/IUniswapV1Factory.sol
2025-10-07 14:20:56 +03:00

6 lines
125 B
Solidity

pragma solidity >=0.5.0;
interface IUniswapV1Factory {
function getExchange(address) external view returns (address);
}