GetErc20Contract

Description

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

void GetErc20Contract(const EVyChain& chain, const FString& contractAddress) const

Parameters

chain

The blockchain of the token contract.

contractAddress

FString

The token contract address whose details you want to fetch.

Returns

void

Last updated