ethereum / wiki

The Ethereum Wiki
https://www.ethereum.org
14.75k stars 2.56k forks source link

eth_call with "balanceOf" method bug? #655

Open kazaff opened 5 years ago

kazaff commented 5 years ago

Hi there~

version:

geth 1.9.0-unstable
# curl -X POST --data '{"jsonrpc":"2.0","method":"eth_call","params":[{"to":"XXXX...","data":"0x70a08231000000000000000000000000XXXX..."},"latest"],"id":1}'
# {"jsonrpc":"2.0","id":2,"result":"0x000000000000000000000000000000000000000000000000000000005f5e1000"}

// repeat call
# curl -X POST --data '{"jsonrpc":"2.0","method":"eth_call","params":[{"to":"XXXX...","data":"0x70a08231000000000000000000000000XXXX..."},"latest"],"id":1}'
# {"jsonrpc":"2.0","id":1,"result":"0x"}
ChrisChinchilla commented 4 years ago

And what's the question @kazaff ?