RE: How To Create Your Own Ethereum Token In An Hour (ERC20 + Verified)

You are viewing a single comment's thread from:

How To Create Your Own Ethereum Token In An Hour (ERC20 + Verified)

in ethereum •  7 years ago 

Hello Max, Great Guide! On the final step to verify the contract, I get a few errors regarding the name. Any ideas?

Sorry! The Compiled Contract ByteCode for 'CoinMarkertAlert' does NOT match the Contract Creation Code for [0xb623864cc5ea683ecab9f41a822a49901d03978d].

Contract name(s) found: 'CoinMarketAlert' , 'StandardToken' , 'Token'
Unable to Verify Contract at this point time.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hey rodw, make sure that your compiler in the online browser is the same as the one that's being tested when you're trying to verify the contract.

Otherwise the bytecode won't be the same and it won't verify.

Ok thanks. I'll try it again