Home > @3rdweb/sdk > VoteModule > balanceOfToken
Check the balance of the project wallet in a particular ERC20 token contract
Signature:
balanceOfToken(tokenAddress: string): Promise<CurrencyValue>;
| Parameter | Type | Description |
|---|---|---|
| tokenAddress | string |
Returns:
Promise<CurrencyValue>