Skip to content

v1.5.0 — 6 Advanced Tools (20 total)

Choose a tag to compare

@calintzy calintzy released this 09 Mar 16:52
· 13 commits to master since this release

What's New

6 new tools bringing evmscope to 20 tools total:

Tool Description API
getYieldRates DeFi yield rates (APY) DefiLlama Yields
getContractEvents Contract event logs with ABI decoding RPC eth_getLogs
getTokenHolders Top token holders Ethplorer / Etherscan
simulateTx Transaction simulation RPC eth_call
checkHoneypot Honeypot token detection Honeypot.is
getBridgeRoutes Cross-chain bridge routes LI.FI

CLI Commands

npx evmscope yield aave-v3
npx evmscope events 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
npx evmscope holders USDC
npx evmscope simulate 0xfrom 0xto
npx evmscope honeypot 0xtokenAddress
npx evmscope bridge ethereum arbitrum USDC 100

Stats

  • 23 files changed, +2014 lines
  • 105 tests passing (31 new)
  • Zero config — all new APIs are free/keyless

Full Changelog: v1.0.0...v1.5.0