Quick Start
Contract Instance
getContract() returns a contract with callable methods:
Method Access
By Name
By Signature
For overloaded functions, use the full signature:Resolution Modes
| Mode | Behavior |
|---|---|
verified-only | Only verified ABIs. Fails if not found. |
verified-first | Try verified sources in order. Fails if all miss. (Default) |
best-effort | Falls back to ABI recovery. For inspection only. |
Configuration
Environment
Explicit
Proxy Resolution
Error Handling
| Error | When |
|---|---|
BlockExplorerNotFoundError | No ABI found |
BlockExplorerRateLimitError | Rate limited |
BlockExplorerConfigError | Bad config |
Convenience Methods
See Also
- Contract Factory - Type-safe contracts with known ABIs
- Contract Registry - Pre-configured contracts

