Tx activity (count + contract check)
tx_activityOn-chain activity snapshot for an address: total outbound transaction count (nonce), whether the address is a contract (eth_getCode), and a first-funded heuristic (nonce > 0). Preflighted so you never pay during an RPC outage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | EVM address, 0x-prefixed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | ||
| scope | No | ||
| valid | Yes | ||
| address | Yes | ||
| tx_count | Yes | ||
| is_contract | No | ||
| first_funded_heuristic | No |