Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Minereum Token Creation Service - Create your own ERC20 Ethereum Token
by
minereum
on 25/07/2017, 09:26:27 UTC
i tried the token creation service but my token says unverified even though i verified it as mentioned here: https://bitcointalk.org/index.php?topic=1867535.msg19630037#msg19630037

Contract address: https://etherscan.io/address/0x6f5f4798dacad912612d06a30b4683e92f3f6f54
token link: https://etherscan.io/token/0x6f5f4798dacad912612d06a30b4683e92f3f6f54

please let me know how to verify it


also, under contract source it says:  Warning: The compiled contract might be susceptible to SkipEmptyStringLiteral (low-severity) Solidity compiler bugs.

whats this and how to solve it?

Hi,

There are 2 types of verification on etehrscan.io:

1. Source Code Verification

This is already done on your Smart Contract as you can see on the Smart Contract etherscan Link:

https://etherscan.io/address/0x6f5f4798dacad912612d06a30b4683e92f3f6f54#code

You can see a "Yes" on the "Contract Source" Tab, this means the source code is already verified.

2. Etherscan.io Token Verification

This is the verification that you see on the token link:

https://etherscan.io/token/0x6f5f4798dacad912612d06a30b4683e92f3f6f54

For you to verify this, you have to contact ethescan.io:

https://etherscan.io/contactus

This verification is not about the Smart Contract Source Code, is a manual verification done by etherscan.io staff (place logo, confirm that website exists, etc.)

About the warning you mentioned, it's not relevant for the ERC20 Contracts created by Minereum Token Service since there is no function with string inputs (except the SetupToken which is only setup once)