isSpamContract
Check if a blockchain contract address is flagged as spam by providing the contract address and network. Use this to avoid interacting with malicious contracts.
Instructions
Check if a specific contract address is flagged as spam
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | Yes | Contract address to check for spam status. |