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: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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