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

# TokenDeployTransInfo

The TokenDeployTransInfo model provides information of deploying Token contract

| Field              | Type                                                            | Description             |
| ------------------ | --------------------------------------------------------------- | ----------------------- |
| `name`             | `string`                                                        | Name of Token           |
| `Code`             | `string`                                                        | Code                    |
| `TokenStandard`    | `int`                                                           | TokenStandard           |
| `State`            | [SmartOperationState](/netcs/api/states/smartoperationstate.md) | State of Smart Contract |
| `StateTransaction` | [TransactionId](/netcs/api/basic-types/transactionid.md)        | State of Transaction    |
