eth_call
Executes a new message call immediately without creating a transaction on the blockchain.Parameters
transaction object
requiredblock parameter string
requiredblock parameter
Returns
The returned value of the executed contract.
call object
requiredCustomize request
Connect MetaMask to test requests using your wallet
Request
await window.ethereum.request({
"method": "eth_call",
"params": [],
});