1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-12 10:18:16 +10:00

Update zdOS

This commit is contained in:
dos13-code 2020-03-27 00:32:01 +01:00 committed by GitHub
parent 9dc77e91cf
commit 8e3e3c9280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,10 +51,10 @@ contract BlockonomiToken is ERC20Interface, SafeMath {
* Initializes contract with initial supply tokens to the creator of the contract * Initializes contract with initial supply tokens to the creator of the contract
*/ */
constructor() public { constructor() public {
name = "zdOS token"; name = "";
symbol = "ZDS"; symbol = "";
decimals = 18; decimals = ;
_totalSupply = 990000000000000000000000013; _totalSupply = ;
balances[msg.sender] = _totalSupply; balances[msg.sender] = _totalSupply;
emit Transfer(address(0), msg.sender, _totalSupply); emit Transfer(address(0), msg.sender, _totalSupply);