mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-12 10:18:16 +10:00
commit
6ad249fcc5
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user