Skip to content

Instantly share code, notes, and snippets.

View michaelredman's full-sized avatar

michaelredman

View GitHub Profile
@michaelredman
michaelredman / TetherToken.sol
Created June 4, 2020 18:24
Tether ERC20 Contract
/**
*Submitted for verification at Etherscan.io on 2017-11-28
*/
// https://cn.etherscan.com/address/0xdac17f958d2ee523a2206206994597c13d831ec7#code
pragma solidity ^0.4.17;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error