Skip to main content

Module etherscan

Module etherscan 

Source
Expand description

Etherscan API client module

Wraps foundry-block-explorers with additional functionality:

  • Signature cache for function selectors and event topics
  • 4byte.directory integration for signature lookups
  • Token metadata via eth_call

Re-exports§

pub use cache::CacheData;
pub use cache::CacheEntry;
pub use cache::CacheStats;
pub use cache::SignatureCache;
pub use cache::TokenCacheEntry;
pub use cache::TokenMetadataCache;

Modules§

cache
Signature cache for event and function signatures

Structs§

Client
Extended Etherscan client with signature caching and 4byte lookups