ArchiveErc20Contract

Description

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(const EVyChain& chain, const FString& contractAddress) const

Parameters

chain

The blockchain of the token contract.

contractAddress

FString

The token contract address that you want to delete.

Last updated