useTokenBalance
Hook for fetching the balance a wallet has for a specific ERC20 token.
This hook is for custom ERC20 tokens. For native tokens such as Ether, use useBalance
or useBalanceForAddress
Available to use on contracts that implement the ERC20 interface.