> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/result-types/smartcontractslistgetresult.md).

# SmartContractsListGetResult

The SmartContractsListGetResult model

| Field           | Type                                                                 | Description                    |
| --------------- | -------------------------------------------------------------------- | ------------------------------ |
| `Status`        | ​[APIResponse​](/netcs/api/basic-types/apiresponse.md)               | Status of API Call             |
| `Count`         | `int`                                                                | Count of Contracts by Deployer |
| `SmartContract` | `List<`[`SmartContract`](/netcs/api/basic-types/smartcontract.md)`>` | List of Smart Contracts        |
