ConsenSysDiligence
vscode-ethover
JavaScript

Ethereum Account Address Hover Info and Actions

Last updated Dec 19, 2025
46
Stars
7
Forks
6
Issues
0
Stars/day
Attention Score
23
Language breakdown
No language data available.
Files click to expand
README

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


© 2026 GitRepoTrend · ConsenSysDiligence/vscode-ethover · Updated daily from GitHub