Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Minereum - First Self Mining Smart Contract - TOKEN SERVICE NOW LIVE
by
yehey
on 27/06/2017, 23:41:47 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:

http://i.imgur.com/D3Tpzy4.png

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