The following eth_call to mainnet:
{
"jsonrpc":"2.0",
"method":"eth_call",
"params":[{
"to": "0x2184fae5a2e3355df155ad3cdb2089f9f6e0868b",
"data": "0x41976e09000000000000000000000000f6ce9BFA82D1088d3257a76ec2e0ce1C8060BF8c"
}, "0xB8C333"],
"id":1
}
Will return 0x0000000000000000000000000000000000000000000000000000000000000000
on Infura, however the correct response is 0x000000000000000000000000000000000000000000000000000000000011a2dc
. This can be reproduced with other block numbers, including "latest"
, the correct response will change but Infura will always respond with 0x00...00
.
Note that this bug makes Infura unsuitable to be used by indexers in The Graph.