Skip to content

v1.7.0 — Block, Transfers & Portfolio tools

Latest

Choose a tag to compare

@calintzy calintzy released this 10 Mar 04:57
· 5 commits to master since this release

What's New

3 new tools added (23 → 26 total):

getBlockInfo

  • Block details: number, hash, timestamp, transactions, gas usage
  • Supports latest, earliest, pending, or specific block number

getTokenTransfers

  • ERC-20 token transfer history for any wallet
  • Powered by Etherscan/block explorer APIs
  • Recent 50 transfers with token metadata

getPortfolio

  • Full wallet portfolio with USD values
  • Native + ERC-20 token balances
  • Percentage allocation breakdown
  • Powered by CoinGecko price feeds

CLI Commands

evmscope block [number] [chain]
evmscope transfers <address> [chain]
evmscope portfolio <address> [chain]

Full Changelog: v1.6.1...v1.7.0