Skip to content

Instantly share code, notes, and snippets.

@szymonlesisz
szymonlesisz / Erc20Token.sol
Created October 23, 2019 15:01
Erc20Token smartcontract creation
pragma solidity ^0.5.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see {ERC20Detailed}.
*/
interface ERC20Interface {
/**
* @dev Returns the amount of tokens in existence.
*/