# GetErc1155Contract

This endpoint is used to get a specific contract by blockchain and contract address.

{% code overflow="wrap" %}

```cpp
void GetErc1155Contract(EVyChain Chain, FString ContractAddress, const FVyOnGetErc1155ContractComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain           | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain) | The blockchain of the contract                                                          |
| --------------- | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| ContractAddress | FString                                                                                          | The contract address whose details you want to fetch.                                   |
| OnComplete      | FVyOnGetErc1155ContractComplete                                                                  | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetErc1155ContractComplete)\
Contains a [FVyErc1155ContractDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc1155contractdto) response type
