Pay attention to **Token** https://github.com/DenisKaizer/Hyperion/blob/9a978ad414fa156072df5978949a49e7f664d1ec/contracts/HyperionWattToken.sol#L287 and https://github.com/DenisKaizer/Hyperion/blob/9a978ad414fa156072df5978949a49e7f664d1ec/contracts/HyperionWattToken.sol#L294 **Presale** harcap calculated in tokens https://github.com/DenisKaizer/Hyperion/blob/806843b543c4dc1ec3ac6473b58a8f9b941a10ec/contracts/HWTPresale.sol#L85 https://github.com/DenisKaizer/Hyperion/blob/806843b543c4dc1ec3ac6473b58a8f9b941a10ec/contracts/HWTPresale.sol#L95 Calculations https://github.com/DenisKaizer/Hyperion/blob/806843b543c4dc1ec3ac6473b58a8f9b941a10ec/contracts/HWTPresale.sol#L149 **Crowdsale** same hardcap https://github.com/DenisKaizer/Hyperion/blob/806843b543c4dc1ec3ac6473b58a8f9b941a10ec/contracts/HWTCrowdsale.sol#L104 not sure if we should transfer ownership https://github.com/DenisKaizer/Hyperion/blob/806843b543c4dc1ec3ac6473b58a8f9b941a10ec/contracts/HWTCrowdsale.sol#L146 dunno how to check https://github.com/DenisKaizer/Hyperion/blob/806843b543c4dc1ec3ac6473b58a8f9b941a10ec/contracts/HWTCrowdsale.sol#L175