I found a little bit issue where after i bought every token in the PreICO, and start to buy the token in ICO, I couldn't get the token into my account. Does anyone know why
Hi Martin, i understand that the ether go the vault during the ICO stage, but the investors should get their token in their account, which in this code it doesn't. After the PreICO limit hit, it returns the ether directly to the investor's wallet, without going to the ICO stage. Did i miss out anything?
that is not written in the contract code, you must change the status of the contract manually by calling the function: "setCrowdsaleStage" to 1, using web3js and using owner account in metamask
Hello Martin Blanco, can you please explain in details how to call contract methods in ropsten test network. I have successfully done the PreICO but now i am stuck in start the ICO.