get_starknet_contract_class
Retrieve the ABI and class information of a Starknet contract by providing its address or Starknet ID.
Instructions
Get the class (ABI and other information) of a contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g., 'mainnet', 'sepolia'). Defaults to Mainnet. | |
| contractAddress | Yes | Contract address or Starknet ID |