Hi,
I have issue to verify my smart contract on etherscan. It was compiling fine on Remix.
Address of contract : https://etherscan.io/address/0xa63469dc14802e6d1fa554023ee6226790e6bb80
The message I get seems to be classic:
Error! Unable to generate Contract ByteCode and ABI
Found the following ContractName(s) in source code : Context , IERC20 , IUniswapV2Factory , IUniswapV2Pair , IUniswapV2Router01 , IUniswapV2Router02 , MrSuccContract , Ownable , Project , SafeMath
But we were unable to locate a matching bytecode (err_code_2)"
Unfortunately, I've tried all I could with my lack of competence including (abi.hashex, check the abi in the input creation code, flatten) but it didn't seems to works.
Can someone help me?
Regards
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;