ParserError: Expected identifier but got 'ILLEGAL'

59 Views Asked by At
Error: ParserError: Expected identifier but got 'ILLEGAL'
   --> 22omo.sol:560:10:
    |
560 | contract 2omo is Context, IERC20, Ownable {
    |          ^

CODE (to note this is not line 1):

contract 2omo is Context, IERC20, Ownable {

    using SafeMath for uint256;

    IUniswapV2Router02 private _uniswapV2Router;

    IERC20 private WrappedETH;
0

There are 0 best solutions below