Skip to content

Standart BEP20 Smart Contract BSC (binance smart chain)

Notifications You must be signed in to change notification settings

zulqarnain4/BEP20-Contract-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

BEP20-Contract-Template

Standart BEP20 Smart Contract BSC (binance smart chain)

NOTE

📝 Line 339 change "BSCToken" to your token name (not use space).
📝 Line 352 change "BSC Token" to your token name (use space).
📝 Line 353 change "BSCT" to your token ticker/symbol.
📝 Line 354 set decimals recomended 8 or 18, why? 8 is standart decimal crypto market & 18 standart ERC20.
📝 Line 355 set total supply with uint256 example 100k, write 100000 plus 0 x 8 (decimals 8) & 0 x 18 (for decimal 18) so for decimal 8 write 10000000000000 & for decimal 18 write 100000000000000000000000.
📝 Verified Contract: license MIT, solidity 0.5.16, optimized yes 200.

BEP20 Token Creation Services

if you need help deployment standard BEP20 tokens (binance smart chain / BSC) I am ready to help you with a service fee of $50

Contact me on:

💬 Telegram @agusFinance

👥 Twitter @agus_Finance

📧 Email [email protected]

🌐 Website agus.Finance

About

Standart BEP20 Smart Contract BSC (binance smart chain)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published