Compiler debug log:
Error! Unable to generate Contract ByteCode and ABI
Found the following ContractName(s) in source code : ERC20Interface, MyToken, 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

  • Compiler Version: v0.4.24+commit.e67f0147
  • Optimization Enabled: False
  • Runs: 200
ByteCode (what we are looking for):

{bzzr}

- 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.

1) MyToken

{bzzr}

2) SafeMath
6080604052348015600f57600080fd5b50603580601d6000396000f3006080604052600080fd00
{bzzr}


Start Over