Skip to content

Instantly share code, notes, and snippets.

View Malyugin-Anton's full-sized avatar
🎯
Focusing

Malyugin-Anton

🎯
Focusing
View GitHub Profile
pragma solidity ^0.4.22;
import "./utils/SafeMath.sol";
import "./HEROES.sol";
contract Mentoring {
using SafeMath for uint256;
using SafeMath for uint32;