修改coin的名字和符号
This commit is contained in:
parent
80527418cd
commit
3e33dd2e8d
@ -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);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user