Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2024-12-14 10:12:30 +08:00
parent 543a8566de
commit cc07116c4a
No known key found for this signature in database
GPG key ID: 06611D50DEB243B6

View file

@ -70,13 +70,9 @@ Return:
"gasCost": 3,
"depth": 1,
"error": null,
"stack":[
],
"stack": [ ... ],
"memory": null,
"storage":{
}
"storage": { ... }
},
{
"pc": 2,
@ -89,13 +85,9 @@ Return:
"0000000000000000000000000000000000000000000000000000000000000060"
],
"memory": null,
"storage":{
}
"storage": { ... }
},
...
```
## Native tracers {#native-tracers}