Last active
August 20, 2020 10:07
-
-
Save orkunkl/7df3ee7137887289c72863f394cfaf0c 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
>> dizz.tokenInfo() | |
{ | |
name: 'DIZZ COIN', | |
symbol: 'DIZZ', | |
decimals: 6, | |
total_supply: '1000888000' | |
} | |
>> dizz.minter() | |
{ | |
minter: 'coral156apryzy9x890nmnthuf6wfauuevv64m4z7qr6', | |
cap: '99900000000' | |
} | |
>> dizz.balance() | |
'1000000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment