TRC20 Token Code v4.2
by MHDscripts
Getting Started
Thank you for purchasing this solution.
If you need help, feel free to contact us via
our helpdesk.
Introduction
The TRC20 Token Code is considered as your ready-made solidity code to launch your own cryptocurrency in less than a minute. It comes with full features to easily control your cryptocurrency such as: Transferable, Tradeable, Not a Honeypot, Anti-Whale, Liquidity Fee percentage, marketing fee percentage, buy fee percentage, sell fee percentage, minimum amount to transfer the marketing fees collected, verified contract, modifiable percentages, whitelisted, no external calls, compatible with all the Tron blockchain wallets (Web Wallets, Hardware Wallets, Desktop wallets, Mobile Wallets, Swaps, Exchanges, ..)
Your TRC20 Tron Token gets Free Listing on DEX Exchange: SunSwap (SunSwap offers Free Listing for all the TRC20 Tokens), Free Listing on the DEX Exchange: DexTools (DexTools offers Free Listing for all the TRC20 Tokens), and many more. You can also list your TRC20 Token on any Cryptocurrency Swaps that supports TRC20 Tokens as well as on any Cryptocurrency Exchange CEX or DEX.
Free and Normal Listing
Your TRC20 Tron Token comes with a variety of big benefits for easier usages. Thanks to the Tron Blockchain that allows your token to get:
a) Free Listing on Explorers
- TronScan
- Cryptomus
- OkLink
- GetBlock
- TokenView
- TomoChain
- Blockchair
- DexScan
- Xscan
- BlockHead
- SocketScan
- BlockScout
- Bitquery
- and many more
b) Free Listing on Tron Wallets
- TronLink
- TrustWallet
- BitGet
- TokenPocket
- AtomicWallet
- Guarda
- Coinomi
- Math Wallet
- FreeWallet
- CoolWallet
- Huobi Wallet
- Klever
- imToken
- and many more
c) Free Listing on DEX Swaps Exchanges
- SunSwap
- DexTools
- SwapSpace
- SimpleSwap
- LocalCoinSwap
- OKX DEX
- Bridgers
- JustMoney Swap
- WhiteSwap
- Symbiosis Finance
- MultiChain Swap
- TronSwap
- Any TRC20 Swap
- and many more
d) Normal/Paid Listing on Exchanges
- CoinBase
- Binance
- Bittrex
- Kraken
- OKX
- ByBit
- Bithumb
- KuCoin
- BitStamp
- Mercatox
- LaToken
- BTCalpha
- eToro
- and many more
Security
The Privacy and Security of your TRC20 Tron TokenThe TRC20 tokens are an essential component of the Tron Blockchain ecosystem, the TRC20 is a token standard that allows the creation of tokens on the TRON network. The TRC20 standard requires the implementation of several functions so that the contract can work correctly with the protocol.
In order to swap, transfer, share TRC20 token and be supported by digital wallets, all the TRC20 tokens follow a series of specifications which include 6 required items and 3 optional items. Tron's blockchain is more centralized, largely under the influence of its founder Justin Sun, differing from the decentralized nature of networks like Tron.
Tron works on a delegated proof-of-stake consensus mechanism. In this system, transactions are validated by 27 super representatives that are entrusted to maintain the transaction history. Super representatives are chosen every six hours, and earn TRX coin generated by the mechanism as a reward for their services.
The TRC20 Tokens are secured by cryptography and managed through digital wallets. Therefore, the security of a TRC20 Token is only as good as the security of the wallet it is stored in. The TRC20 Wallets are generally secure, but users should take precautions to protect their private keys. Using a hardware wallet and avoiding sharing private keys are some ways to enhance the security of TRC20 wallets.
Big thanks to the Tron Blockchain that enables the TRC20 Tokens Transactions to get automatically stored on the immutable Tron Blockchain, making them highly secure and resistant to hacking, fraud, and other nefarious activities as well as enhanced security and reliability
Requirements
What is needed to launch your own TRC20 Tron Token:- Token Name: (example: Tron)
- Token Symbol: (example: TRX)
- Token Decimals: (example: 8)
- Token Supply "quantity": (example: 1 Billion Token)
- Your Tron Wallet Address: (example: T_)
"To receive your tokens and ownership" - Auto-Liquidity Fee: (example: 1%)
- Marketing-Fee: (example: 0.5%)
- Your Tron Marketing Address: (example: T_)
"To receive your marketing-fees on it" - Token Buy-Fee: (example: 0.5%)
- Token Sell-Fee: (example: 0.5%)
- Auto-Burn percentage: (example: 0.5%)
"A percentage out of each transaction or swap to be burned"
Toke Code
Your Token Code FilesAfter purchasing, you will be able to download the zip file that contains your Token Code.
Extract the zip file using free winrar or any zip extractor
Open the folder "Token Code" to find your file "TokenCode.txt"
You can place your token details (Toke Name, Symbol, Decimals, Supply, Percentages) inside the .txt file, or we can do it for you.
You can use a text editor or NotePad++ to replace the following:
- Replace All for: Your_Token_Name with your Token Name
- Replace All for: Your_Token_Symbol with your Token Symbol
- Replace All for: 1572318421 with your Token Quantity ( example 1 Billion is 1000000000 )
- Replace All for: Your_Marketing_Wallet with your Tron Marketing Wallet Address ( example T_____ )
- Line567: Set your "Buy Marketing-Fee" ( uint256 _buyMarketingFee = )
- Line568: Set your "Buy Liquidity-Fee" ( uint256 _buyLiquidityFee = )
- Line570: Set your "Sell Marketing-Fee" ( uint256 _sellMarketingFee = )
- Line571: Set your "Sell Liquidity-Fee" ( uint256 _sellLiquidityFee = )
Deploy and Launch Your Token
You can follow these steps to Deploy and Launch Your Token:
1. Go to the Tron Compiler Deployer at https://tronscan.io/#/contracts/contract-compiler using the same browser where you have TronLink extension available in it)
- Click on "Link Wallet" and connect your TronLink
- Click on "Upload Contract File" to Upload your Token Code File
- Click on the green button "Compile"
- Choose the same compile version (example: 0.5.10 version compiler)
- You can see the following prompt which indicates a successful compilation
- Click on the red button "Deploy"
Be sure to choose your Token as the main contract
- Click Confirm to deploy, the tronlink signature dialog box will pop up, click to sign accept
- Congratulations! Deployment is Successful.
Please get and record your contract address
2. Very Good! The second step is to record your Token Contract Code
Go to the TronScan Record Tool at https://tronscan.org/#/tokens/create/Type using the same browser
-
Select Token Type: TRC20 Token, and click on YES
-
Enter the basic information, contract information and social media information of the token.
Fields with "*" are required information.
The information you entered must match that of the TRC20 contract.
-
Enter all the information required for your TRC20 Token, then click "Next" and "Submit".
-
Confirm token information
-
You will see a popup dialog to confirm token issuance.
Click Confirm and you will see another popup from Tronlink asking for your signature.
Click Accept to sign the message.
-
Congratulations!
Your Token has been Successfully Recorded
3. Add Your TRC20 Token to Tronlink
-
On the Asset Management, fill in your Token Contract Address in the add token input box, then your contract will pop up, click the switch button, and add your Token to Tronlink.
After the addition is successful, any transfer can be carried out.
-
You can also search the contract on TronScan
-
Note: Tronlink plug-in currently supports the mainnet and Nile testnet to add tokens.
At the same time, the token must be successfully recored in Tronscan and requires 2 hours of data synchronization.
4. Last Step: Verify Your TRC20 Token on the TronScan
Go to the TronScan Validation Tool at https://tronscan.org/#/contracts/verify using the same browser
-
Enter contract information including contract address,contract name, compiler version, License, optimization history and Runs.
Contract address is the address recorded while deploying the contract.
Contract name refers to the name of the main contract deployed. In the example above, the name is "Token".
Compiler version is (example: 0.5.10)
You may select None for License
Optimization history is Yes and Runs is 0 by default.
-
Upload your Token Contract Code, and click "Verify & Publish"
-
You will be directed to the contract information page
Congratulations! Contract is Successfully Validated
If you are not familiar with the process, we can do it for you
Free Bonuses
- Free Guidance
- Free Support for 1 Year
- Free Consultation and Training Sessions
- Free Blockchain Education "eBooks"
- Free follow-ups till you successfully launch your business in the way you want and after launching for 1 year for Free