Basically, there are 2 main type of block explorers at the moment, one provided by Etherscan and another is Blockscout. So if your chain's explorer looks a lot like Etherscan, proceed to Etherscan verification guide, otherwise follow Blockscout verification guide.
-
Etherscan supported chains: Ethereum, BNB Smart Chain, Polygon, Avalanche, Fantom Opera, Cronos, Arbitrum
-
Blockscout supported chains: Dogechain, Alvey, Pulsechain
Go to the token address's explorer page, for example: https://ftmscan.com/address/0x3895c3ad1951a77ff662313ff83741987cb3c123
Click on Contract, then Verify and Publish
-
Choose Solidity (Single file)
-
Choose line starting with v0.8.4
-
Choose 3) MIT License
-
Choose Yes
-
Enter the source code (file ending with
.sol
) corresponding to the token. For exampleLiquidityGeneratorToken.sol
. -
(optional) If there's a captcha present, solve it.
-
Click Verify and Publish
If all goes well, you will be redirected to a page with a green text saying Successfully generated ByteCode and ABI for Contract Address. If there's any error, a similar page with red text will be presented, in that case contact us for help.
Go to the token address's explorer page, for example: https://scan.pulsechain.com/address/0x49A64a63aFDE41693eb210d02f7C6E6667051957
Click on Code, then Verify & Publish
Choose Via flattened sourced code, then Next
-
Choose No
-
Enter the name of the token you minted, there are 4 types of tokens: StandardToken, LiquidityGeneratorToken, BABYTOKEN, BuybackBabyToken. If you also use PinkAntiBot, then use one of these name instead: AntiBotStandardToken, AntiBotLiquidityGeneratorToken, AntiBotBABYTOKEN, AntiBotBuybackBabyToken.
-
Choose No
-
Choose line starting with v0.8.4
-
Choose default
-
Choose Yes
-
Enter 200
-
Enter the source code (file ending with
.sol
) corresponding to the token. For exampleStandardToken.sol
. -
Choose Yes
-
Click Verify and Publish
If all goes well, your token will be successfully verified. If the explorer reports an error, contact us for help.