Hey,
When i download the contract files, and open up the CrowdsaleTokenExt file, there are no contructor arguments at the bottom.
Anyone know why this is?
Hey,
When i download the contract files, and open up the CrowdsaleTokenExt file, there are no contructor arguments at the bottom.
Anyone know why this is?
If you will open Etherscan link with smart-contract address you’ll see constructor arguments of this contract used to deploy it: https://etherscan.io/address/[address_of_your_contract]#code
Thanks !!! that was useful
Hey viktorbaranov,
Sorry mate, your reply was not helpful.
This is the contract address and nothing shows under this contract
0x7B81ded99dF53C243eA3b2627c03f2CF52906CE7
The second problem is, for a simple contract made with (a) allowing modification, (b). Disabling white list , I’m unable to get 5 text/5 .sol files. I’ve seen steve videos and he got a total of 10 files. The one I’m missing is “FlatpricingExt.Txt” and “FlatpricingExt.Sol”
Perhaps, you forgot to write #code
at the end of the link.
The second problem is, for a simple contract made with (a) allowing modification, (b). Disabling white list , I’m unable to get 5 text/5 .sol files. I’ve seen steve videos and he got a total of 10 files. The one I’m missing is “FlatpricingExt.Txt” and “FlatpricingExt.Sol”
Hotfix for that is already implemented.