Uniswap / v3-periphery

🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3
https://uniswap.org
GNU General Public License v2.0
1.16k stars 1.08k forks source link

import '@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol'; #326

Closed depomagelme closed 1 year ago

depomagelme commented 1 year ago
    import '@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol';

contract MyContract { ISwapRouter router;

function doSomethingWithSwapRouter() { // router.exactInput(...); } }

Originally posted by @7779043 in https://github.com/Uniswap/v3-periphery/issues/100#issuecomment-1019158099

depomagelme commented 1 year ago

.