Skip to content

Instantly share code, notes, and snippets.

@kingassune
Created June 22, 2020 22:34
Show Gist options
  • Save kingassune/bcd1243d94e302ff8a2bacfc3663d7fc to your computer and use it in GitHub Desktop.
Save kingassune/bcd1243d94e302ff8a2bacfc3663d7fc to your computer and use it in GitHub Desktop.
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.6.10+commit.00c0fcaf.js&optimize=false&gist=
pragma solidity ^0.6.2;
// ----------------------------------------------------------------------------
// 'TERN' token contract
//
// Deployed to : 6/19/2020
// Symbol : TERN
// Name : Ternio
// Total supply: 100000000.
// Decimals : 18
//
//
//
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.0.1/contracts/presets/ERC20PresetMinterPauser.sol";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment