poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
384 stars 215 forks source link

Unable to verify CrowdsaleTokenExt #1140

Closed Bitacium closed 5 years ago

Bitacium commented 5 years ago

Hello, We have been able to verify the rest except CrowdsaleTokenExt We have tried with and without ^ and : but non seems to work. Instruction was followed but non was positive error

Please advice. The token have already been sent to reserve account and the contract has been finalized.

vbaranov commented 5 years ago

@Bitacium open the link like this: https://etherscan.io/verifyContract?a=[ADDRESS_OF_YOUR_CROWDSALE] and fill all empty fields with the info from your zip file (do not rewrite ABI ENCODED parameters). Does it help?

Bitacium commented 5 years ago

We did exactly as the instructions, we did not rewrite the ABI ENCODED parameters. But this does not solve the problem.

vbaranov commented 5 years ago

@Bitacium attach screenshot of the verification form before submisson.

Bitacium commented 5 years ago

crowd

Bitacium commented 5 years ago

Screenshot attached and waiting.

vbaranov commented 5 years ago

@Bitacium follow the instruction, I gave you above. Your ABI encoded parameters on the screenshot don't match the parameters from this page https://etherscan.io/verifyContract?a=0x19d6c93f2d298362045d63c6e32f741954379a6f. Do not rewrite them.

Bitacium commented 5 years ago

Yes. Its finally verified. I must have entered the code incorrectly. Thank you Victor