Anvil seems not to be compatible with returning data from the constructor of a read-only deployment eth_call #4549
Gilgames000
started this conversation in
General
Replies: 1 comment
-
I have the same issue. I deployed my contract on 9 chains. only eth_call to Anvil returns |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using a library that supports deployless multicall on networks where the contract is not deployed or if you try to fetch historical state at a block number where the multicall contract was not available. It works with all the nodes I tried (Infura, Alchemy, Tenderly, Hardhat, etc.) except Anvil, where it seems to return
0x
as the data.From the deployless multicall Solidity implementation repo :
Is this intended behavior in Anvil?
Beta Was this translation helpful? Give feedback.
All reactions