Hi Guys,
I deployed a BEP20 contract on BscScan Testnet, and now I am trying to get the source code verified. But it shows the below error. I tried adding flattered code using the remix, but I am getting the same error.
Compiler debug log:
- Error! Unable to generate Contract ByteCode and ABI
- Found the following ContractName(s) in source code : Address , Context , Curiosity , IERC20 , IUniswapV2Factory , IUniswapV2Pair , IUniswapV2Router01 , IUniswapV2Router02 , Ownable , SafeMath
- But we were unable to locate a matching bytecode (err_code_2)
- For troubleshooting, you can try compiling your source code with the Remix - Solidity IDE and check for exceptions
-
Contract Address (Bscscan Testnet) - https://testnet.bscscan.com/token/0x11f917a896e905e0d542f6cbcca7aa6b0ff56a2b
-
Sourcecode - https://github.com/Curioscrew/Curioscrew/blob/main/Curiosity
Can anyone help me to resolve this error, please?
Thank you.