is_contract
Determine whether an address is a smart contract or an externally owned account (EOA). Provide the address and optional network to classify contracts across EVM chains.
Instructions
Check if an address is a smart contract or an externally owned account (EOA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet or contract address to check | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |