🪝 The Hooks!useTokenBalanceOn this pageuseTokenBalanceGet the balance of an ERC20 token at an address.Returns undefined or the balance.How to importimport { useTokenBalance } from 'eth-hooks';How to useTo get started:const balance = useTokenBalance<GContract>(contract, address, options?): THookResult<BigNumber>To learn moreGo here for this hooks full API documentation.