eth_call
Executes a new message call immediately without creating a transaction on the block chain.
Last updated
Executes a new message call immediately without creating a transaction on the block chain.
Last updated
curl https://rpc-mainnet.u2u.xyz \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{see above}],"id":1}'{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}