Create standard ERC20 or BEP20 token Guide
Basic token with all standard features,no tax an no risk
Last updated
Was this helpful?
Basic token with all standard features,no tax an no risk
Last updated
Was this helpful?
A Standard Token refers to a token contract without additional functionalities or mechanisms. After creation, the contract automatically renounces ownership privileges, making it a pure, clean, and fully compliant ERC-20 or BEP-20 standard contract.
Follow these steps to create a Standard Token contract on any supported blockchain. We'll use BSC(Binance Smart Chain) as an example.
1.Open PandaTool
2.Select the standard token template
3.Connect Wallet
4.Token Parameter Configuration
5.Create Contract
6.View Tokens Via Console
Using your browser or wallet, open the PandaTool URL: https://www.pandatool.org/#/coinrelease/stardand?lang=en-US. Click on the top right corner to switch MetaMask to the BNB Chain(BSC).
If you successfully connect your wallet, the chain name and wallet address you belong to will be displayed in the upper right corner, as shown below
On the page that opens, fill in the token information in order. Assuming we are creating a token called "PandaTool", you should fill in the following:
Name: PandaTool (full token name)
Symbol: Panda (token abbreviation)
Total Supply: 1000000 (token quantity)
Decimals: 18 (number of decimal places)
After confirming that the parameters are correctly filled, click "Create Contract".
At this point, MetaMask will prompt you to pay the gas fee. Click Confirm, wait for a few tens of seconds, and the contract will be created.
Now, by clicking on the console, you can see the contract you created, and the token has already been sent to the creator's wallet address.
The console is a UI management page provided by PandaTool for tokens, which allows you to query token information and modify contract functions without code or blockchain browser.
As shown in the figure, we can see the token’s contract address, token template, token owner, etc.
As we mentioned earlier, standard tokens do not have any permissions or functions, so the owner is the Eater Address.
If you forget to enter the console, you can also enter it from this link:https://www.pandatool.org/#/coinrelease/console?lang=en-US
1.How to verify my token contract on blockchain explorers when created via PandaTool?
No manual verification required - PandaTool enables auto-verification of smart contracts through our platform.
2.How to make my token tradable?
You must create a liquidity pool on decentralized exchanges (DEX):
BSC: PancakeSwap
Ethereum: Uniswap
3.Does PandaTool support testnets?
Yes. PandaTool currently supports BSC Testnet. To deploy tokens there:
Switch your wallet to BSC Testnet
Obtain 0.3 tBNB (testnet BNB) from official faucets
4.Why isn't my token visible in the wallet? Manually import the token using its contract address. For MetaMask:
Open Assets tab → Click "Import tokens"
Paste contract address → Select "Add Custom Token"
For any additional issues, join the Telegram group to seek help from volunteers: https://t.me/pandatool_en