Skip to content

Instantly share code, notes, and snippets.

pragma solidity 0.5.17;
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20Burnable.sol";
import "@openzeppelin/contracts/ownership/Ownable.sol";
import './interfaces/IUniswapV2Router01.sol';
contract IERC20Burnable is IERC20 {