You are viewing a single comment's thread from:
RE: How to contribute to a future period/window in the EOSCrowdsale using MyEtherWallet (MEW)
Simple sending ether to contract address works the same as calling buyWithLimit() with zero limit.
But what is really needed and NOT explained in your article - how to claim tokens and how to generate and register EOS key (without which yoo'll be unable to use tokens after EOS blockchain launch).
Also, if you contribute to a closed window this instruction in buyWithLimit()
assert(day >= today());
will throw exception. Transaction'll fail using all gas.
Updated post, there was a typo at "Amount to send." If you sent transaction, please send me the tx hash and I'll refund the fee.
Simple sending, or payable root function defined as
()
in contract actually callsbuy()
which callsbuyWithLimit
like sobuyWithLimit(today(), 0)
You should have read the article more closely. At the end of the article, it says the following.
Click that link. This article is specifically for contributing to a future window.
Sorry, hadn't understand it's specifically to a future window. Also, can't understand why one may want to do such a strange thing.
Because this is a no fomo ICO.