mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 03:48:40 +11:00
Update zdOS
This commit is contained in:
parent
9dc77e91cf
commit
8e3e3c9280
@ -51,10 +51,10 @@ contract BlockonomiToken is ERC20Interface, SafeMath {
|
||||
* Initializes contract with initial supply tokens to the creator of the contract
|
||||
*/
|
||||
constructor() public {
|
||||
name = "zdOS token";
|
||||
symbol = "ZDS";
|
||||
decimals = 18;
|
||||
_totalSupply = 990000000000000000000000013;
|
||||
name = "";
|
||||
symbol = "";
|
||||
decimals = ;
|
||||
_totalSupply = ;
|
||||
|
||||
balances[msg.sender] = _totalSupply;
|
||||
emit Transfer(address(0), msg.sender, _totalSupply);
|
||||
|
Loading…
Reference in New Issue
Block a user