> 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/basic-types/smartcontract.md).

# SmartContract

The SmartContract model

| Field                 | Type                                                                 | Description                                    |
| --------------------- | -------------------------------------------------------------------- | ---------------------------------------------- |
| `Deployer`            | `byte[]`                                                             | Deployer of Smart Contract in `byte[] ed25519` |
| `SmartContractDeploy` | [SmartContractDeploy](/netcs/api/basic-types/smartcontractdeploy.md) | SmartContract Deploy Model                     |
| `ObjectState`         | `byte[]`                                                             | The Current State of object                    |
| `CreateTime`          | `long`                                                               | Creation time of Contract in epoch             |
| `TransactionsCount`   | `int`                                                                | Transaction count of Contract                  |
