Registry / networking / ethers-etherscan

ethers-etherscan

JSON →
library2.0.14rscratesunverified

Bindings for the Etherscan.io web API to interact with Ethereum blockchain data.

# Cargo.toml [dependencies] ethers-etherscan = "2.0.14"
INSTALL
IMPORT
SIG · ETHERS-ETHERSCAN
E
ethers-etherscan
networkingrustv2.0.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ use ethers_etherscan::Client;

Create an Etherscan API client

use ethers_etherscan::Client; #[tokio::main] async fn main() { let client = Client::new("YOUR_API_KEY").unwrap(); println!("Etherscan client created"); }
Debug
Known issues
gotchaRequires API key from Etherscan; rate limits apply
fix
Obtain a free API key from etherscan.io
affects: >=2.0.0
Upgrade
Version history
2.0.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
ethers-etherscan — cargo add ethers-etherscan · libregistry