We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
DenisKaizer
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: