Velua / eth-multicall

MIT License
7 stars 5 forks source link

Cannot read property '_address' of undefined' #3

Closed dushmantha-plano closed 3 years ago

dushmantha-plano commented 3 years ago

I have tried to get some data from my contract web3 object which constructed using RPC URL "https://bsc-dataseed.binance.org" on Binance Smart Chain. it gives "Cannot read property '_address' of undefined" error. But when I tried to call the same after connecting to my wallet. then no such issue.

How can I use multicall without connecting my Metamask wallet and get data from SC without such an issue?

version : 1.3.13 web3 version : 1.3.5

dushmantha-plano commented 3 years ago

that's due to not passing valid SC calls to calling array