get_contract_status
Check whether a Neo N3 contract is deployed and inspect its current on-chain status using its name, script hash, or address.
Instructions
Check whether a contract is deployed and inspect its current on-chain status by known name, script hash, or Neo address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | No | Generic contract reference: known name, script hash, or Neo address | |
| contractName | No | Supported contract name | |
| nameOrHash | No | Backward-compatible alias for contract name or script hash | |
| network | No | Network to use: "mainnet" or "testnet" |