Skip to content

Instantly share code, notes, and snippets.

View sthnaqvi's full-sized avatar

Sayed Tauseef Haider Naqvi sthnaqvi

  • Gurgaon, India
View GitHub Profile
@sthnaqvi
sthnaqvi / erc20-token
Created April 16, 2018 08:28
ERC20 Token Source code solidity
pragma solidity ^0.4.18;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.