get_contract
Retrieve the source code of a contract deployed on the Flow blockchain by providing its address and contract name. Works on mainnet or testnet.
Instructions
Get the source code of a contract deployed at a specific address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Flow address where the contract is deployed | |
| network | No | Flow network to use | mainnet |
| contractName | Yes | Name of the contract to fetch |