ArchiveErc20Contract

This endpoint allows you to archive an ERC20 contract. When you archive an ERC20 contract, it will be removed from all API responses, rendering it inaccessible via any API calls. Furthermore, you cannot mint new tokens under the archived contract. All minted ERC20 tokens associated with the archived contract will also be archived and cannot be accessed via API calls. However, the ERC20 contract will remain on the blockchain.

void ArchiveErc20Contract(EVyChain Chain, FString ContractAddress, const FVyOnComplete& OnComplete) const;

Parameters

Chain

The blockchain of the token contract.

ContractAddress

FString

The token contract address that you want to delete.

OnComplete

FVyOnComplete

The callback function called when the user preferences retrieval operation is complete.

Last updated