Skip to main content

eth_call RPC Method

Loading...

Updated on
Apr 24, 2024

eth_call RPC Method

Parameters

transaction
object
REQUIRED
Loading...
from
string
Loading...
to
string
REQUIRED
Loading...
gas
integer
Loading...
gasPrice
integer
Loading...
value
integer
Loading...
data
string
Loading...
blockNumber/tag
string
REQUIRED
Loading...
Object
object
Loading...
balance
string
Loading...
nonce
string
Loading...
code
string
Loading...
state
object
Loading...
stateDiff
integer
Loading...

Returns

data
Loading...
Request
1
curl --location 'https://docs-demo.mantle-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "eth_call",
7
"params": [
8
{
9
"to": "0x0fd43c8fabe26d70dfa4c8b6fa680db39f147460",
10
"data": "0x919840ad"
11
},
12
"latest",
13
{
14
"0x0fd43c8fabe26d70dfa4c8b6fa680db39f147460": {
15
"code": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063919840ad14602d575b600080fd5b60336045565b60408051918252519081900360200190f35b60005a90509056fea265627a7a72315820df124583906aafd283490b866399b6762e2075e1d84214363893c5993a13276f64736f6c63430005110032"
16
}
17
}
18
]
19
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free