Skip to content

Instantly share code, notes, and snippets.

View sportgift's full-sized avatar
💻
Working

SportG sportgift

💻
Working
  • Ecuador
View GitHub Profile
@sportgift
sportgift / SportGiftToken.js
Last active June 15, 2020 14:50
Smart Contract
pragma solidity ^0.4.18;
// File: zeppelin-solidity/contracts/math/SafeMath.sol
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {