Get out of here with your newbie 1 post account. Stop creating new accounts and spreading FUD.
This function is clearly described in the whitepaper, and it aint no loophole.
I'll explain it in a simple way for your simple mind:
1. ETH address sends ETH to smart contract
2. Smart contract creates & sends SMART tokens to ETH sender address
3. SMART tokens can be 'traded in' and the ETH is returned to original address.
This function is available to anyone who sends money into the smart contract. By sending 1500 ETH to the contract the dev's are permitted to withdraw 1500 ETH and no more.
This is not the whole story. They CAN withdraw the jackpot if they hold more than 50% of all investments.
It’s this two lines of code:
if(investBalance >= investBalanceGot / 2){ // additional jackpot protection
require((_amount <= this.balance / 400) && coldStoreLast + 60 * 60 * 24 * 7 <= block.timestamp);
}
investBalanceGot is the total investments they got in the lifetime of the contract.
investBalance is the actual balance. It’s decremented if a investor withdraws his investment.
If they own more than 50% of the amount that was invested ever, they can first withdraw their own investment and after that they are able to withdraw the jackpot (the jackpot, not other investments or users balances) and run away.
Waiting for answer to that.. It doesn't look good..
I hope this is just a mistake and not a deliberate action
I hope so too.
But what kind of dev stays quiet for 3 days during a "multimillion" dollar ico?
At least now we know exactly why he wanted to stay anonymous...
edit: also looks like he hasn't filled in his bounty campaign sheet for 2 weeks already, why would you not do this? smells very fishy
Sometimes developers are really busy and forget about such trivia as answering the forum questions or updating spreadsheets.. We will see..