# VyCreateErc1155ContractRequest

## Properties

| Field                       | Type                                                                                                                 | Description                                                                                                                                                                                                                                                                         | Required |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Chain                       | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                              | The blockchain on which your contract/collection will be created                                                                                                                                                                                                                    | ✗        |
| Name                        | string                                                                                                               | The name of the contract/collection                                                                                                                                                                                                                                                 | ✗        |
| Symbol                      | string                                                                                                               | The symbol for the contract such as \*\*VENS\*\*                                                                                                                                                                                                                                    | ✗        |
| Description                 | string                                                                                                               | The description of the contract/collection                                                                                                                                                                                                                                          | ✗        |
| Image                       | string                                                                                                               | The URL of the image that will be displayed for your collection                                                                                                                                                                                                                     | ✗        |
| ExternalUrl                 | string                                                                                                               | You can add an external URL to your collection. This can be anything such as a link to your website                                                                                                                                                                                 | ✗        |
| Media                       | [VyMediaDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vymediadto)                         | This is the media object where you can add an optional key-value pair                                                                                                                                                                                                               | ✗        |
| Owner                       | string                                                                                                               | The wallet address which will have admin access to the contract. The owner can call the admin right functions on the contract. You will be co-owning the contract with Venly where you will be the public owner of the contract. Venly is still allowed to do mints on your behalf. | ✗        |
| AutoApprovedAddressesLocked | bool                                                                                                                 |                                                                                                                                                                                                                                                                                     | ✗        |
| Royalties                   | [VyRoyaltiesReceiverDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyroyaltiesreceiverdto) |                                                                                                                                                                                                                                                                                     | ✗        |
| Storage                     | [VyStorageDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vystoragedto)                     |                                                                                                                                                                                                                                                                                     | ✗        |
| CompanyId                   | string                                                                                                               | You can optionally provide the \`companyId\` to specify for which company the contract should be created.                                                                                                                                                                           | ✗        |

## References

**Operation**

* [CreateErc1155Contract](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/token/contract/createerc1155contract)
