bigman1208000 / BEP20-Contract-Template

Standard BEP20 Smart Contract BSC (binance smart chain) & Custom Contract.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEP20-Contract-Template

BEP20-Standard.sol Standart BEP20 Smart Contract BSC (binance smart chain)

NOTE

πŸ“ Line 339 change "BSCToken" to your token name (not use space) example "MyToken".
πŸ“ Line 352 change "BSC Token" to your token name (use space) example "My Token".
πŸ“ Line 353 change "BSCT" to your token ticker/symbol.
πŸ“ Line 354 set decimals recomended 8 or 18, why? 8 is standard decimal crypto market & 18 standard 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 contract", I am ready to help you with a service fee of 0,09 BNB.

About

Standard BEP20 Smart Contract BSC (binance smart chain) & Custom Contract.


Languages

Language:Solidity 100.0%