Compilation warnings encountered:
(...)/SmartContracts/Token/EasyMineToken.sol:16:7: Warning: "throw" is deprecated in favour of "revert()", "require()" and "assert()".
throw;
^---^
(...)/SmartContracts/contracts/ICO/EasyMineIco.sol:74:7: Warning: "throw" is deprecated in favour of "revert()", "require()" and "assert()".
throw;
^---^
... many more ...
I've got messages like:
Is it safe to use "throw"?