Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
2.93k stars 3.15k forks source link

Which implementation contract of IUniswapV2Callee is? #97

Closed zjsunzone closed 4 years ago

zjsunzone commented 4 years ago

interface IUniswapV2Callee { function uniswapV2Call(address sender, uint amount0, uint amount1, bytes calldata data) external; }

moodysalem commented 4 years ago

That is something you would implement if you wanted to use flash swaps.