Skip to content

Instantly share code, notes, and snippets.

@SERVICOIN
SERVICOIN / ETHINC
Last active June 25, 2019 01:55
CONTRACT
pragma solidity ^0.4.16;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; }
contract TokenERC20 {
// Public variables of the token
string public name;
string public symbol;
uint8 public decimals = 18;
// 18 decimals is the strongly suggested default, avoid changing it
pragma solidity ^0.4.10;
interface ERC20 {
function balanceOf(address who) public view returns (uint256);
function transfer(address to, uint256 value) public returns (bool);
function allowance(address owner, address spender) public view returns (uint256);
function transferFrom(address from, address to, uint256 value) public returns (bool);
function approve(address spender, uint256 value) public returns (bool);
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
0x17d48Ea56Dd0Bd67beA652b96aD53a151fC70279
SERVIECONOMIA INC is a business advisory, projects and investments company.
Legal constitution 02-07-2014.
You can request your tokens in:
http://www.servieconomia.com/token