Skip to content

Instantly share code, notes, and snippets.

View tradingusdt's full-sized avatar
💭
I may be slow to respond.

tradingusdt

💭
I may be slow to respond.
View GitHub Profile
@tradingusdt
tradingusdt / TUM.sol
Created May 21, 2020 09:00
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.1+commit.c8a2cb62.js&optimize=false&gist=
// ----------------------------------------------------------------------------
// TradingUsdt MiningToken contract
// Symbol : TUM
// Name : TradingUsdt MiningToken
// Decimals : 7
// ----------------------------------------------------------------------------
pragma solidity 0.5.8;
// File: node_modules\openzeppelin-solidity\contracts\token\ERC20\IERC20.sol
@tradingusdt
tradingusdt / Address.sol
Created May 8, 2020 17:45
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.5+commit.47a71e8f.js&optimize=false&gist=
pragma solidity ^0.5.5;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
@tradingusdt
tradingusdt / Address.sol
Created May 8, 2020 16:13
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.5+commit.47a71e8f.js&optimize=false&gist=
pragma solidity ^0.5.5;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
@tradingusdt
tradingusdt / Address.sol
Created May 8, 2020 16:02
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.5+commit.47a71e8f.js&optimize=false&gist=
pragma solidity ^0.5.5;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]