Skip to main content

Erc20.balance() method

Get Token Balance for the currently connected wallet

Example

const balance = await contract.token.balance();

Signature:

balance(): Promise<CurrencyValue>;

Returns:

Promise<CurrencyValue>

The balance of a specific wallet.

Remarks

Get a wallets token balance.