Skip to content

Instantly share code, notes, and snippets.

View yashwanthpatel33-design's full-sized avatar

yashwanthpatel33-design

  • Joined Oct 31, 2025
View GitHub Profile
pragma solidity >=0.5.0;
interface IUniswapV2Migrator {
function migrate(address token, uint amountTokenMin, uint amountETHMin, address to, uint deadline) external;
}