ethereum-erc20-token-balances-multicall
ethereum-erc20-token-balances-multicall copied to clipboard
Feature request: Check multiple addresses balances
My use case is a bit backwards as I only have one balance I want to check, Ethereum, but checking multiple accounts. Currently the only way to do this is with ethcall which is a bit ugly. No rush on this, just sharing my needs
const balances = await getBalancesForEthereumAddresses( {
contractAddresses: ['0x0000000000000000000000000000000000000000'],
ethereumAddress: addrs, // Should support an array
providerOptions: { ethersProvider },
} );
hey sorry i didnt see this will look into this, this week for you
Hi. I got a error on get balance in BSC network. Error is Returned error: execution reverted.kindly give solution for this issue.Thank you