ethereum-erc20-token-balances-multicall icon indicating copy to clipboard operation
ethereum-erc20-token-balances-multicall copied to clipboard

Feature request: Check multiple addresses balances

Open jaggedsoft opened this issue 4 years ago • 2 comments

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 },
    } );

jaggedsoft avatar Sep 06 '21 00:09 jaggedsoft

hey sorry i didnt see this will look into this, this week for you

joshstevens19 avatar Sep 14 '21 21:09 joshstevens19

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

Veilumuthu07 avatar Mar 14 '22 08:03 Veilumuthu07