curl -X POST --data '{"jsonrpc":"2.0","method":"eth_call","params":[{"to": "0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0", "data":"0x70a082310000000000000000000000000b88516a6d22bf8e0d3657effbd41577c5fd4cb7"}, "latest"],"id":67}' -H "Content-Type: application/json" http://127.0.0.1:8545/
to
是合约地址
data
是DATA - (optional) Hash of the method signature and encoded parameters.
具体使用和参数详细讲解请参考我在Stack Overflow的回答Get token balance with Ethereum RPC?