Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Minereum - First Self Mining Smart Contract - TOKEN SERVICE NOW LIVE
by
Voltaje
on 28/06/2017, 01:58:10 UTC
In the Contract Address field, this is my token address?. Not working. Please help!

Quote
You can can verify your code here:

1. Go to https://etherscan.io/address/[YourContractAddress]

2. Click on the tab Contract Code

3. Click on "Verify and Publish"

4. Paste the source code as stated in the Token Creation Service post: https://bitcointalk.org/index.php?topic=1867535.msg19583893#msg19583893

5. Put the following parameters:



Contract Name: Token
Compiler: v0.4.11+commit.68ef5810
Optimization: Enabled

6. On the field "Constructor Arguments ABI-encoded" Insert the following:

6.1 Take note of the "From" address that you used to initiate the transaction, for this example we will use the address 0xe64286a1d33c57dc5173297146edd713211eed85.
6.2 Remove the 0x from the address (we now have e64286a1d33c57dc5173297146edd713211eed85)
6.3 add 24 Zeros before the value from 6.2 (we now have 000000000000000000000000e64286a1d33c57dc5173297146edd713211eed85)
6.4 Paste this value on the Constructor Arguments ABI-encoded


Write in this post https://bitcointalk.org/index.php?topic=1975550.0, wich is for help in the token creation service, this post is teh ANN for the token MNE, hope you solve the problem.