Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 522 Bytes

File metadata and controls

24 lines (16 loc) · 522 Bytes

Binance Smart Chain Demo Token Template

  • Total supply is 1000000
  • Symbol Nerd Moon Token "NMT"
  • Decimals index is 18

How to use

uint public totalSupply = "Enter your total supply Here" * 10 ** 18;
string public name = "Token Name Here";
string public symbol = "Token Symbol Here";

Important

Once token is deployed on network you won't be able to change the total supply. Other than that soon I will be uploading cryptocurrent token website here. Till than stay tuned.