Created
April 18, 2020 21:41
-
-
Save agoiabel/154546df46bfc36e3bbe0d25b844186d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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