Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ETHoverNew to Visual Studio Code? Get it now.
ETHover

ETHover

tintinweb

|
128,001 installs
| (1) | Free
Ethereum Account Address Hover Info and Actions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

get in touch with Consensys Diligence
[ 🌐 📩 🔥 ]

vscode marketplace open-vsx

ETHover

Ethereum Account Address Hover Info and Actions

vscode-ethover

Marketplace

Hover over an ethereum address and:

  • Open it in etherscan (or whatever you configure)
  • Show address balance in hover (mainnet) (note: might be rate-limited, configure your API key in settings)
  • Download the bytecode and disassemble it.
    • With hover info on instructions
    • Representation of data as ASCII and resolving 4bytes to funcsigs, Color code reflects the type of instruction: stack, memory, storage, arithm., logic, system, environment, …
  • Download the bytecode and show it.
    • With hover info
    • Click to see instruction boundaries
    • Color coded bytes to reflect type of instruction)
  • Show verified contract source (etherscan.io)
  • Show reconstructed contract source from eveem.org
  • Show reconstructed contract source from evm.js
  • run vscode-decompiler to decompile it manually using panoramix (eveem.org) locally

Currently enabled for the following filetypes

  • TypeScript
  • JavaScript
  • Markdown
  • Solidity
  • Python
  • Vyper
  • JSON

Let me know if you want to enable this extension for more filetypes.

Credits

  • https://etherscan.io (get your API-Key there <3)
  • https://www.npmjs.com/package/evm
  • https://eveem.org
  • vscode-decompiler

Release Notes

see CHANGELOG


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft