@explorer:account
Human-readable summary of an address: EOA / contract / EIP-7702-delegated EOA, verified contract name, proxy implementation, ENS name, balance and tx count.
⚗️ Experimental — available at next.evmcrispr.com.
Returns: string
Syntax
Section titled “Syntax”@explorer:account(address chain?)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
address | address | Address to inspect |
[chain] | chain | Chain to look on (default: current chain) |
Examples
Section titled “Examples”# Inspect what an address isprint @explorer:account(0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d)For proxies the verified name and compiler shown are the implementation's — the proxy shell itself carries no useful information. Verification metadata comes from Etherscan when an API key is configured, falling back to the chain's Blockscout instance.
See Also
Section titled “See Also”- @explorer:txs — recent transactions of an address
- @contracts:codeAt — raw deployed bytecode