typescript-sdk

Home > @3rdweb/sdk > AppModule > balanceOfToken

AppModule.balanceOfToken() method

Check the balance of the project wallet in a particular ERC20 token contract

Signature:

balanceOfToken(tokenAddress: string): Promise<CurrencyValue>;

Parameters

Parameter Type Description
tokenAddress string  

Returns:

Promise<CurrencyValue>