CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

Abort ICO - 10% of ICO contract Ether balance is trapped/lost #122

Closed gundas closed 7 years ago

gundas commented 7 years ago

After abortICO() is called there is no way for Foundation to receive it's 10% of ICO contract Ether balance. Only ICO investors are allowed to receive their 90% of the Ether paid. So, 10% of ICO contract balance stay locked in the contract.

Dexaran commented 7 years ago

10% of the ICO funds would be instantly delivered to the foundation at the moment of token purchase. Not after the end/abort of the ICO. https://github.com/CORIONplatform/solidity/blob/master/ico.sol#L269

gundas commented 7 years ago

Yes, you are right.