Skip to content

Instantly share code, notes, and snippets.

View Aminwalker200k's full-sized avatar

Aminwalker200k

View GitHub Profile
@Aminwalker200k
Aminwalker200k / erc20-token.sol
Created September 29, 2020 14:28 — forked from jcmartinezdev/erc20-token-sample.sol
Necessary code to generate an ERC20 Token
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : {{Token Symbol}}
// Name : {{Token Name}}
// Total supply : {{Total Supply}}
// Decimals : {{Decimals}}
// Owner Account : {{Owner Account}}