Etherscan is the Ethereum blockchain explorer — a free tool that shows the complete history of any Ethereum address or smart contract. For presale and IDO investors, Etherscan is the ground truth for verifying token legitimacy, checking holder distribution, and monitoring wallet activity. Here is the complete inspection process.
Step 1: Find the Token Contract Page
- Go to etherscan.io
- Search the token name or paste the contract address (0x...)
- In results: click on "Token" rather than an address
- You're now on the token's main page (e.g., etherscan.io/token/0x...)
Key Data Points to Check
Overview Panel
- Total Supply: Matches the whitepaper? Discrepancies indicate undisclosed minting.
- Holders: Number of unique wallets holding the token. Under 100 holders post-TGE is very concentrated; 10,000+ holders indicates broad distribution.
- Transfers: Total number of transactions involving this token — activity indicator.
Holders Tab
Click "Holders" to see the distribution table. Key checks:
- What percentage does the top wallet hold? Top 1 wallet above 50% = extreme concentration risk
- Are large holders known entities? (Deployer wallet, DEX liquidity pool, vesting contract — these are expected and normal)
- Are large holders anonymous wallets? Unexplained large wallet concentration is a risk signal
- Is the distribution spreading over time? Healthy tokens show holder count growing, concentration reducing
Contract Tab
- Contract Source Code Verified: Green checkmark = source code publicly readable (reduces hidden function risk)
- Owner: Who controls the contract admin keys? "0x0000...0000" (null address) = renounced ownership (positive). A known deployer wallet = team retains control.
- Proxy pattern: Upgradeable contracts allow post-deployment code changes — higher risk than immutable contracts
Using Etherscan for Team Wallet Monitoring
If team wallet addresses are disclosed, add them to Etherscan's "Watchlist" (requires free account) to receive email notifications of any outgoing transactions — early warning for potential selling before vesting cliffs.
For the rug pull protection guide showing how Etherscan fits in safety checks, see our rug pull protection guide. For the complete token contract safety checking process including Honeypot.is and TokenSniffer, see our crypto fraud protection guide. For adding a token to MetaMask using its Etherscan contract address, see our MetaMask token import guide.
Glossary
- Contract Source Code Verified
- The smart contract's source code has been submitted to Etherscan and confirmed to match the deployed bytecode — anyone can read and audit the contract logic.
- Renounced Ownership
- Admin keys transferred to the null address (0x0000...0000), permanently removing admin control — prevents developers from calling privileged contract functions.
- Proxy Contract
- A smart contract that delegates calls to an implementation contract — allowing post-deployment upgrades but introducing upgrade-related risk.
Disclaimer
Important: Etherscan data is on-chain verified but doesn't guarantee investment safety. This guide is educational only. CryptoPresaleNews.com is not a licensed financial advisor.
