curl 'https://rpc1.aries.axiomesh.io' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "debug_traceTransaction",
"params": ["0x7832ec555494bd6dd8578c3f47aea5c346185ed83a8a2be73bfc5b7918a283bd",
{
"tracer": "callTracer"
}],
"id": 1
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"from": "0x14e1d181f211eb211b24fe53bd8ebb1580a00eab",
"gas": "0x5208",
"gasUsed": "0x5208",
"to": "0x52100e671baa7af7af2f62ecadc2442453b65950",
"input": "0x",
"value": "0xad78ebc5ac6200000",
"type": "CALL"
}
}
curl 'https://rpc1.aries.axiomesh.io' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "debug_traceTransaction",
"params": ["0x7832ec555494bd6dd8578c3f47aea5c346185ed83a8a2be73bfc5b7918a283bd",
{
"tracer": "callTracer"
}],
"id": 1
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"from": "0x14e1d181f211eb211b24fe53bd8ebb1580a00eab",
"gas": "0x5208",
"gasUsed": "0x5208",
"to": "0x52100e671baa7af7af2f62ecadc2442453b65950",
"input": "0x",
"value": "0xad78ebc5ac6200000",
"type": "CALL"
}
}
Show Object
Show Object
Show result
Show callTracer
curl 'https://rpc1.aries.axiomesh.io' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "debug_traceTransaction",
"params": ["0x7832ec555494bd6dd8578c3f47aea5c346185ed83a8a2be73bfc5b7918a283bd",
{
"tracer": "callTracer"
}],
"id": 1
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"from": "0x14e1d181f211eb211b24fe53bd8ebb1580a00eab",
"gas": "0x5208",
"gasUsed": "0x5208",
"to": "0x52100e671baa7af7af2f62ecadc2442453b65950",
"input": "0x",
"value": "0xad78ebc5ac6200000",
"type": "CALL"
}
}