We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27eb63 commit 23223f1Copy full SHA for 23223f1
contracts/POOLZ.sol
@@ -5,7 +5,7 @@ import '@openzeppelin/contracts/token/ERC20/ERC20Burnable.sol';
5
6
contract POOLZ is ERC20Capped, ERC20Detailed, ERC20Burnable {
7
constructor()
8
- ERC20Detailed("Poolz Finance","POOLZ",18)
+ ERC20Detailed("Poolz Finance","$POOLZ",18)
9
ERC20Capped(5000000*10**18)
10
public {}
11
}
0 commit comments