Make multiple Ethereum network requests in a single HTTP query. ethcall for ethers v5.
224
stars
99
forks
source link
Uncaught (in promise) Error: invalid address (argument="address", value=0, code=INVALID_ARGUMENT, version=address/5.7.0) (argument=null, value=0, code=INVALID_ARGUMENT, version=abi/5.7.0) #60
Open
LygmaBawlz opened 10 months ago
Hello, I am trying to run a multicall using your API (thank you by the way), however I am running in to the following issue.
_Uncaught (in promise) Error: invalid address (argument="address", value=0, code=INVALID_ARGUMENT, version=address/5.7.0) (argument=null, value=0, code=INVALIDARGUMENT, version=abi/5.7.0)
The following is my code for running the multiCall API.
` async loadDataUsingMulticall() { const { web3 } = this.state; var multicall = null;
}`