From 3e33dd2e8d78a07bfe524c6439b3966ddb95adc9 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 9 Feb 2022 14:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9coin=E7=9A=84=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E5=92=8C=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contracts/BECoin.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/BECoin.sol b/contracts/BECoin.sol index 7411847..36ad1e7 100644 --- a/contracts/BECoin.sol +++ b/contracts/BECoin.sol @@ -6,7 +6,7 @@ import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol"; contract BECoin is ERC20Burnable { uint256 public constant INITIALIZED_CAP = 20000000 * 1e18; - constructor() ERC20("Blissful Elites Coin", "BEC") { + constructor() ERC20("Crypto Elite's Coin", "CEC") { _mint(_msgSender(), INITIALIZED_CAP); } } \ No newline at end of file