I have developed my token with openzeppelin and remix, when i released it and received the contract address, i went to etherscan to verify the CONTRACT SOURCE CODE but then the ByteCode does not match.
Please, i am going crazy trying to find the way to provide the right ByteCode to get my token verified and continue with the project.
Which one of these two words are you having a hard time following?
The description of your problem by itself is not sufficient for helping you out with it.
Hence, please provide the required details...
Compiler debug log:
Error! Unable to generate Contract ByteCode and ABI
Found the following ContractName(s) in source code : ARCANO, Context, ERC20, ERC20Burnable, IERC20, IERC20Metadata, Ownable
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
Compiler Version: v0.8.9+commit.e5eed63a
Optimization Enabled: False
Runs: 200
ByteCode (what we are looking for):
6080xxxxxx....
vs what we got -
We tried looking for a match from the list of compiled contract bytecode outputs (as listed below), but was unable to find an exact match.