Skip to content

Instantly share code, notes, and snippets.

View acrdlph's full-sized avatar

Achill Rudolph acrdlph

View GitHub Profile
@acrdlph
acrdlph / AchillToken.sol
Created June 9, 2018 12:44
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.4.24+commit.e67f0147.js&optimize=false&gist=
pragma solidity ^0.4.0;
import "browser/ERC20.sol";
contract AchillToken is ERC20 {
string public constant symbol = "AT";
string public constant name = "Achill Token";
uint8 public constant decimals = 18;
uint price = 0.1 ether;