GetErc20Contract

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

void GetErc20Contract(EVyChain Chain, FString ContractAddress, const FVyOnGetErc20ContractComplete& OnComplete) const;

Parameters

Chain

The blockchain of the token contract.

ContractAddress

FString

The token contract address whose details you want to fetch.

OnComplete

FVyOnGetErc20ContractComplete

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

OnComplete Callback (FVyOnGetErc20ContractComplete) Contains a FVyErc20TokenContractDto response type

Last updated