Closed ashrita-systango closed 5 months ago
This is interesting, I checked the deploy block for both GNT and for the multicall2 contract, neither one seems to coincide with the block at which you see the issue start.
Does this error replicate on another node?
going to close this due to no activity. Feel free to reopen if this is still an issue.
Hi,
I have written a script that takes multiple wallet/account address, token address & block number, then it prepares a multicall & call the function. For recent block numbers I get the proper result but for block number which are old like block numbers from 2017 or 2018 it gives invalid opcode SHR error. If I make the same contract function call via web3 library then it returns the result as expected.
I am getting error till block number 7256659 on ethereum.
Below is the sample code for Multicall on ETH chain:
Sample code for contract function call via web3: