[/i]LEVEL 1 / 114 FUTR/ETH / 1m FUTR
LEVEL 2 / 89 FUTR/ETH / 900k FUTR
LEVEL 3 / 55 FUTR/ETH / 800k FUTR
LEVEL 4 / 34 FUTR/ETH / 700k FUTR
LEVEL 5 / 21 FUTR/ETH / 600k FUTR
LEVEL 6 / 13 FUTR/ETH / 500k FUTR
LEVEL 7 / 8 FUTR/ETH / 400k FUTR
LEVEL 8 / 5 FUTR/ETH / 300k FUTR
LEVEL 9 / 3 FUTR/ETH / 200k FUTR
LEVEL 10 / 2 FUTR/ETH / 100k FUTR[/center]
If all levels are completed by GMT: Saturday, January 5, 2019 9:12:07 PM then all FUTR will be eligible to swap back with the ETH held in the smart contract on GMT: Saturday, February 9, 2019 9:12:07 PM. If any levels remain unmined after the completion date then the swap date will be moved back by 24 months.
Wow, so basically, you are saying: If people don't invest over 500000 ETH (600 Million USD) in FUTR, the swap date will be moved back by 24 months?
Oh, and i think you forgot to mention the fees that you take:
// Addresses for fees.
address public foundation = 0x950ec4ef693d90f8519c4213821e462426d30905;
address public owner = 0x78BFCA5E20B0D710EbEF98249f68d9320eE423be;
address public dev = 0x5d2b9f5345e69e2390ce4c26ccc9c2910a097520;
// Pays fees to the foundation, the owner, and the dev.
// It also updates the state. Anyone can call this.
function payFees() public {
// Check state to see if swap needs to happen.
_updateState();
uint256 fees = penalty + (_submitted - submittedFeesPaid) * 1530 / 10000; // fees are 15.3 % total.
submittedFeesPaid = _submitted;
.