> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/token/erc20-contract/updateerc20contractowner.md).

# UpdateErc20ContractOwner

### Description

This endpoint is used to update the owner of a token contract.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyTransactionHashResultDto> UpdateErc20ContractOwner(eVyChain chain, string contractAddress, VyUpdateErc20ContractOwnerRequest reqParams)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)                                                    |                                |
| --------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| contractAddress | string                                                                                                                    |                                |
| reqParams       | [VyUpdateErc20ContractOwnerRequest](/sdk-reference/c-sdk-v3/object-references/token/vyupdateerc20contractownerrequest.md) | Request data for the operation |

**Returns**

VyTask<[VyTransactionHashResultDto](/sdk-reference/c-sdk-v3/object-references/shared/vytransactionhashresultdto.md)>
{% endtab %}
{% endtabs %}
