> 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/smartcontractdeploy.md).

# SmartContractDeploy

The SmartContractDeploy model

| Field             | Type                                                                   | Description                             |
| ----------------- | ---------------------------------------------------------------------- | --------------------------------------- |
| `SourceCode`      | `string`                                                               | Source code of the Smart Contract(JAVA) |
| `ByteCodeObjects` | `List<`[`ByteCodeObject`](/netcs/api/basic-types/bytecodeobject.md)`>` | List of ByteCodeObjects                 |
| `hashState`       | `string`                                                               | HashState of Smart Contract             |
| `TokenStandard`   | `int`                                                                  | TokenStandard version                   |
