Skip to main content

StandardErc20.balance() method

Get Token Balance for the currently connected wallet

Example

const balance = await contract.balance();

Signature:

balance(): Promise<CurrencyValue>;

Returns:

Promise<CurrencyValue>

The balance of a specific wallet.

Remarks

Get a wallets token balance.