Skip to content

Instantly share code, notes, and snippets.

View PinkTaxiCoin's full-sized avatar

PinkTaxiCoin PinkTaxiCoin

View GitHub Profile
pragma solidity ^0.4.23;
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {