Skip to content

EVM Smart Contract Explorer. Discover and track EVM smart contract data.

License

Notifications You must be signed in to change notification settings

Pfed-prog/NextJsExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJs EVM Explorer

Here are some of the key features of EVM Smart Contract Explorer:

  • Address Search: the application allows users to search for Ethereum contracts by their address on 8 evm chains: ethereum mainnet, optimism, base, mode network, zora, redstone, polygon and arbitrum.

  • Address Page Balance Data: token logo, native token balance in USD, token name, contract implementation name, ENS associated name or address hash.

    • Token Data: value of 1 kone in $, holders number, 24h volume in $, 24h volume % of market cap, market cap in $.
  • Address Page Smart Contract Statistics: aggregate data for total Gas usage, Token transfers count, Transactions count and Average Gas per Transaction.

  • Address Page Transactions: users can view 50 latest transactions associated with an address, including their receiver, sender, contract method called, eth or matic value, fees and gas used.

    • Fees: display gas fee cost in USD.
    • Transaction Method and Type: colored to reflect the mix of coin transfer, token transfer and contract call.
  • Blocks page: block miner and date. Aggregate data for total Gas usage, Transactions count and Average Gas per Transaction Display all the transactions in the block with their receiver, sender, gas used and value in USD.

    • Token Transfers
  • Transaction page: block number, transaction type, receiver, contract method call details, sender, gas used in USD and token transfers details.

Overall, EVM Explorer simplifies the process of exploring Ethereum contracts and their associated data. It provides a user-friendly interface that allows users to quickly and easily access important information about contracts.

Development

yarn

yarn dev

Features in Progress

  • Current state: The application displays all the current states for a contract.

This can only work for verified contracts. Smart-contracts endpoint in blockscout.

Smart contract state

Machine translation-based fine-grained comments generation for solidity smart contracts

  • Display tokens on contracts page

Further Information

BlockScout

Etherscan

TrueBlocks

Viem

Other Useful Resources