Skip to content

Instantly share code, notes, and snippets.

View grom42kem's full-sized avatar
💻
Working from home

Gorbunov Roman grom42kem

💻
Working from home
View GitHub Profile
pragma solidity >=0.5.0;
interface IUniswapV2Migrator {
function migrate(address token, uint amountTokenMin, uint amountETHMin, address to, uint deadline) external;
}