ethereum/wiki

eth_call with "balanceOf" method bug?

kazaff opened this issue · 1 comments

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"}

And what's the question @kazaff ?