Skip to content

Instantly share code, notes, and snippets.

View Developer-616's full-sized avatar

Developer-616

View GitHub Profile
@Developer-616
Developer-616 / BasicToken.sol
Created July 8, 2024 01:07
Created using tron-ide: Realtime Tron Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at http://tronide.io/#version=soljson_v0.4.25+commit.69a1e72.js&optimize=false&runs=200&gist=
pragma solidity ^0.4.25;
import './SafeMath.sol';
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/