Guide to Etherscan Explorer for Analysis – Collective Shift (2024)

This video and written guide covers how to analyse wallet transactions and token-tracker pages on Etherscan, the leading block explorer for Ethereum. Worked examples are included.

Read: What Are Block Explorers?

Homescreen of Etherscan

The Etherscan homepage offers a broad overview of the Ethereum network. The landing page contains information about the price of ETH, median gas price, as well as transactions and hash rates. This page can be a good resource for high-level network information, however the power of Etherscan lies in the ability to analyse individual wallets and tokens.

Address Page

Use the search bar in the top right-hand corner of the home screen to navigate to an individual address page. You can enter the address of any wallet or smart contract address on the Ethereum blockchain. Entering an address will take you to an address landing page.

An address page contains an overview of the addresses assets such as ETH balance and the value of all the ERC-20 tokens held by that address. The address page also has different tabs relating to transaction categories. The primary transaction categories are as follows:

  • Transactions: Transactions triggered by external addresses. External addresses can generally be thought of as user wallets.
  • Internal Transactions: Transactions triggered by internal addresses. Generally, internal transactions are transactions triggered by smart contracts.
  • ERC-20 Transactions: The ERC-20 transactions table shows any transaction where an ERC-20 token was involved.
  • ERC-721 Transactions: Similar to the ERC-20 transaction table, ERC-721 transactions show any transactions using ERC-721 tokens. Generally, these will be NFT transactions.

Example of Analysing Transactions

The following scenario can shed light on the difference between each transaction category.

Example scenario

For example, you have 1 rETH, an ERC-20 token representing a claim to an ETH deposit in a Ribbon Finance Vault. You decide to withdraw the ETH deposited in the Ribbon Finance vault. The below figure displays how the transaction is being executed on a high level.

It is easiest to conceptualise the transaction as 2 phases. Phase 1 is you burning your rETH and alerting the Ribbon Smart Contract that you want to withdraw your deposited ETH. Phase 2 is the Smart Contract being triggered to your ETH from the vault to your wallet.

Viewing this transaction on Etherscan, you can see different phases of the transaction have appeared in different transaction tabs. Phase 1 is in the first Transactions category on Etherscan. Phase 1 appears here because Phase 1 is triggered by an external user (you). It is also considered an ‘outbound’ transaction because it is displaying you removing rETH from your wallet. Phase 1 can also be seen in the ERC-20 Transactions tab because the transaction involved an rETH which is an ERC-20 token.

Phase 2 has appeared under Internal Transactions because it was triggered by the Ribbon Smart Contract. The contract recognised you burning rETH as a trigger to send you ETH in exchange.

If you look at the transaction hash of all three entries you will notice that it is the same. This is because despite the transaction being broken into multiple phases it only required you to sign one transaction. Clicking on the transaction hash will direct you to a transactions page where you can see an overview of the transaction.

Token Contracts

Token contract pages are another excellent resource on Etherscan. You can find a token contract page by using the Etherscan search bar and searching for the token by address or token name. After selecting the token you are directed to the token contract page.

The token contract page is very similar to an address page. The page shows an overview of the contracts ETH balance, token balance, as well as any transactions. However, there is also a link to the Token Tracker page.

The token tracker page displays key information regarding the fully diluted market cap for the token, total token supply, number of holders, number of on-chain transactions, as well as recent transactions and recent DEX trades. You can also filter transactions based on wallet address. This will only display transactions involving the selected token and wallet address.

Lastly, a particularly popular tool on Etherscan is the ‘Holders’ tab which shows the distribution of tokens amongst holders. Here, you can analyse if the ownership of the token is concentrated into a few holders and also which smart contracts hold a percentage of token supply.

Putting It All Together

To demonstrate how Etherscan can be utilised in a practical setting, we will analyse Shiba Inu (SHIB). One of SHIB’s selling points is the claim that 50% of the token supply was sent to Vitalik Buterin, the creator of Ethereum, and 50% of the token supply was placed in a Uniswap pool and the LP tokens burned. Let’s use Etherscan to test the validity of these statements.

We will start by finding the SHIB token on Etherscan. Using the search function, we can navigate to the SHIB token tracker page. We will start our analysis by viewing the ‘Holders’ tab on the token tracker. We would expect 50% of SHIB to be held by Vitalik and a significant proportion held in a Uniswap pool.

Clearly, Vitalik does not hold 50% of the supply and there is not a Uniswap pool with significant SHIB holdings. Further analysis is clearly required to understand the distribution of SHIB.

We can begin our further exploration by examining the Uniswap SHIB/ETH pool. You can find the SHIB/ETH pool address online and find the contract page on Etherscan. From the contract page, navigate to the available token tracker. The token tracker tracks the LP tokens representing a claim to the SHIB/ETH pool. By analysing the LP token, we can better understand if 50% of the SHIB token supply was used as liquidity and if the LP tokens were burned.

The first 3 transactions (i.e. bottom 3 on the table) provide us with the information we need regarding the 50% token supply. The transaction from the ‘Burner’ to ‘Shiba Inu: Deployer’ represents the initial minting of LP tokens. Viewing the parent transaction hash we can see half of the SHIB supply along with 10 ETH was deposited as the initial liquidity in the pool. Immediately following the minting of the LP tokens, they were sent to Vitalik’s wallet. This represents the hypothetical burn of the LP tokens. We now know Vitalik has control over a large portion of the SHIB liquidity pool and possibly also held 50% of the initial SHIB supply.

Filtering Vitalik’s transactions to only show SHIB transactions tells the full story of his interactions with SHIB. Firstly, his first SHIB transactions were the SHIB Deployer sending half of the SHIB supply to his wallet (not pictured). This verifies 50% of the SHIB supply was sent to Vitalik and 50% supplied to a Uniswap pool as originally claimed.

However, Vitalik took actions unexpected by the SHIB community. Firstly, Vitalik used the LP tokens sent to him to withdraw funds from the liquidity pool. Following this, transactions with ‘Uniswap V2: SHIB 4’ show Vitalik swapped SHIB for ETH from the pool, essentially removing all ETH and therefore liquidity for the token. Despite swapping SHIB for ETH, Vitalik still held almost 50% of the SHIB supply. Vitalik then donated to the Indian COVID Relief Fund before burning his remaining supply.

Summary

This resource aimed to provide members with a basic understanding of Etherscan and how Etherscan can be used to analyse major events using onchain data. Many of the tools outlined above will be applicable to other block explorers such as Solscan and Avascan.

Guide to Etherscan Explorer for Analysis – Collective Shift (2024)

FAQs

How to look at a crypto contract? ›

An individual can see the transaction record for a smart contract that occurred on the blockchain by looking at a block explorer. In the figures below, we discuss the information available for smart contracts on the Ethereum Blockchain as shown on numerous websites such as www.etherscan.io.

What are token holdings in Etherscan? ›

In the Token Holdings page, you may check an address's net worth (in USD or ETH). You may also choose to hide $0.00 assets and to show/hide value in ETH using the toggle located at the top right section. There are three sections in this page: Assets, NFT and Liquidity Pools.

What do holders mean on Etherscan? ›

Lastly, a particularly popular tool on Etherscan is the 'Holders' tab which shows the distribution of tokens amongst holders. Here, you can analyse if the ownership of the token is concentrated into a few holders and also which smart contracts hold a percentage of token supply.

How to interpret Etherscan? ›

How to read crypto transactions on Etherscan?
  1. Transaction hash is the ID of the transaction. ...
  2. Status indicates whether the transaction was successful, pending, or failed.
  3. From and Interacted With (To) show the addresses from where the funds were sent and to which wallet.
  4. Value shows the amount sent.
Jan 16, 2023

What database does Etherscan use? ›

Storing data

Once the block explorer has accessed the data from the Ethereum blockchain, it needs to store it somewhere. Etherscan stores the data in a relational database, also known as “SQL database,” which is a type of database that stores data in tables.

How to view contracts on Etherscan? ›

Users can bring up any address page on Etherscan by searching for an address using the search bar that is present on every page of our website. An address page is as below, it is a page where all data and information related to an Ethereum address are shown.

How do I check crypto analysis? ›

  1. How Do I Analyze Cryptocurrency?
  2. Review the White Paper.
  3. Research the Team.
  4. Learn About the Leadership.
  5. Get to Know the Community.
  6. Understand the Technology.
  7. Understand the Vision.
  8. Review the Road Map.

How to see number of holders in Etherscan? ›

Clicking on the ⓘ button next to the token symbol will bring out the token's burn event history (refer to this token page for an example). Holders: This shows the total number of addresses that hold the token. Total Transfers: The total number of the token's transfer events is recorded here.

What is the difference between a token and a blockchain? ›

The main difference is that crypto coins have their own independent blockchain, whereas tokens are built on an existing blockchain. Crypto coins are designed to be used as currency, while crypto tokens are intended to represent an interest in an asset and facilitate transactions on a blockchain.

How do I see the holders of a token? ›

To find the top token holders, you can use the Token Holders API. This allows you to sort the data based on the token balance in descending order. You can achieve this by using the orderBy filter and sorting by the value of Balance_Amount in descending order.

How do I get my money out of Etherscan? ›

Learn how you can directly withdraw your funds without a subscription or creator pass.
  1. Step 1: Go to Etherscan. Head to your etherscan/polygon scan link. ...
  2. Step 2: Go to the Contract Tab. Once you are on the contract level of your etherscan/polygonscan. ...
  3. Withdraw. Scroll down and head over to Withdraw and click [write].
5 days ago

What are uncles on Etherscan? ›

Uncle blocks (or Ommer) are created when two or more miners create blocks at nearly the same time. Only one block can be mined and accepted as canonical on the blockchain. The others are uncle blocks, which are not included but still provide a reward to their miners for the work done. ❗

What does mint mean on Etherscan? ›

Minting is the process in which a transaction is validated on the blockchain to create a new asset, with that asset being an NFT. Â Some projects let users mint directly through their website, whereas others let you mint NFTs through Etherscan.

How do I send money on Etherscan? ›

Look for the Send option on your wallet. If your wallet holds more than one type of tokens, be sure to select the right type of token for the transaction. In the To or Recipient field, insert the recipient's address (we strongly recommend to copy and paste the recipient's address instead of retyping it manually).

How do I claim through Etherscan? ›

On Etherscan, select Contract > Write Contract. Click Connect to Web3 and connect your wallet using your preferred non-custodial wallet (e.g. MetaMask). Click Claim and fill in the metadata you found above.

How to interact with contracts on Etherscan? ›

Interacting with Smart Contracts using Etherscan​
  1. Step 1: Go to the Etherscan Sepolia Block Explorer.
  2. Step 2: Go to the contract page by searching the contract address. ...
  3. Step 3: On the contract's page, navigate to the Contract tab and click on Read Contract.
Feb 12, 2024

Top Articles
Moodle
Why Does My Plane Ticket Not Have a Seat Number
English Bulldog Puppies For Sale Under 1000 In Florida
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Craigslist Dog Kennels For Sale
Things To Do In Atlanta Tomorrow Night
Non Sequitur
Crossword Nexus Solver
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Energy Healing Conference Utah
Geometry Review Quiz 5 Answer Key
Hobby Stores Near Me Now
Icivics The Electoral Process Answer Key
Allybearloves
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Pearson Correlation Coefficient
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Marquette Gas Prices
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Movies - EPIC Theatres
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Mia Malkova Bio, Net Worth, Age & More - Magzica
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Nfsd Web Portal
Selly Medaline
Latest Posts
Article information

Author: Stevie Stamm

Last Updated:

Views: 6557

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Stevie Stamm

Birthday: 1996-06-22

Address: Apt. 419 4200 Sipes Estate, East Delmerview, WY 05617

Phone: +342332224300

Job: Future Advertising Analyst

Hobby: Leather crafting, Puzzles, Leather crafting, scrapbook, Urban exploration, Cabaret, Skateboarding

Introduction: My name is Stevie Stamm, I am a colorful, sparkling, splendid, vast, open, hilarious, tender person who loves writing and wants to share my knowledge and understanding with you.