I've been able to create and move some of my new token.
It shows on the token page like this...
ERC20-TOKEN Getit (*Unverified)
Note: just example
How long does it take for a token to be verified or are there some steps
we must do to verify a new token?
Thanks
To verify your token you need to contact etherscan.io, more info here:
https://etherscan.io/token-searchThey ask for the following but I'm not sure on the #1. With 2-4 questions, I have those ready to submit.
- 1. Ensure that you token contract source code has been verified
- 2. Provide us with your Official Site URL:
- 3. Contract Address:
- 4. Link to download a 28x28png icon logo:
Thanks in advance
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. Submit the source code as stated in the Token Creation Service post:
https://bitcointalksearch.org/topic/m.195838935. After submitting your Source Code should be verified automatically
This process is now letting me do step 3 and the form comes up. These two fields I'm not sure about.
There is also an Optimization select that is defaulted to Enabled which I'm assuming is just left this way.
So if you can clarify if the Name is the name of the token and what compiler option we should select then
I can be sure I'm doing this correctly.
Sorry but a lot of times there is no do overs in the crypto world so I want to double check everything. I'm
sure the information will help other as well that need to do these steps.
Thanks
Hi,
There was a little mistake in my previous post, I updated it.
You can see the updated post here:
https://bitcointalksearch.org/topic/m.19630037Follow these steps:
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://bitcointalksearch.org/topic/m.195838935. 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
Example:
6. After submitting your Source Code should be verified automatically