Skip to content

Instantly share code, notes, and snippets.

pragma solidity ^0.4.18;
/**
* Math operations with safety checks
*/
library SafeMath
{
function mul(uint256 a, uint256 b) internal pure
returns (uint256)
{