本文へスキップ

[Transaction] eth_call

Executes a new message call immediately, without creating a transaction on the block chain. The eth_call method can be used to query internal contract state, to execute validations coded into a contract or even to test what the effect of a transaction would be without running it live.

JSONRPC: eth_call

Request

Responses

The returned data of the call

ページを改善してください。