Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created April 18, 2020 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agoiabel/154546df46bfc36e3bbe0d25b844186d to your computer and use it in GitHub Desktop.
Save agoiabel/154546df46bfc36e3bbe0d25b844186d to your computer and use it in GitHub Desktop.
pragma solidity ^0.6.4;
contract Token {
uint public decimals = 18;
string public symbol = 'AT';
string public name = 'Agoi Token';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment