mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
4e08f359fc
* Tracing client package, basic utils. * Start of address tracer. * Rename trace CLI. * Call tracer API. * Tracing timeout, more traces. * Integrate address tracer into call address tracer.
12 lines
450 B
JSON
12 lines
450 B
JSON
{
|
|
"type": "CALL",
|
|
"from": "0xdc7d7a8920c8eecc098da5b7522a5f31509b5bfc",
|
|
"to": "0x1ca7c995f8ef0a2989bbce08d5b7efe50a584aa1",
|
|
"value": "0x0",
|
|
"gas": "0xabbb",
|
|
"gasUsed": "0x3982",
|
|
"input": "0xa9059cbb000000000000000000000000ca6d29232d1435d8198e3e5302495417dd073d61000000000000000000000000000000000000000000000000000000000000000a",
|
|
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
"time": "2.893709ms"
|
|
}
|