We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ba1a39 + 29235a8 commit 909d5d5Copy full SHA for 909d5d5
TestToken/Token/Web3SwiftToken.sol
@@ -2,13 +2,13 @@ pragma solidity ^0.4.24;
2
3
import "../Helpers/TokenBasics/ERC20.sol";
4
5
-contract Web3SwiftToken is ERC20 {
+contract web3swift is ERC20 {
6
7
- string public constant name = "Web3Swift";
8
- string public constant symbol = "W3S";
+ string public constant name = "web3swift";
+ string public constant symbol = "w3s";
9
uint8 public constant decimals = 18;
10
11
- uint256 public constant INITIAL_SUPPLY = 10000 * (10 ** uint256(decimals));
+ uint256 public constant INITIAL_SUPPLY = 1024 * (10 ** uint256(decimals));
12
13
/**
14
* @dev Constructor that gives msg.sender all of existing tokens.
0 commit comments