subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.23k stars 151 forks source link

update evm trace schema definition #234

Closed tmcgroul closed 8 months ago

tmcgroul commented 8 months ago

EvmTraceCreateResult.address can be optional if creation wasn't successful.

{
    "debugFrame_": {
        "result": {
            "from": "0x967d458697fb512394740a37d39c3a1ca90b1a30",
            "gas": "0xd34cc",
            "gasUsed": "0xf4240",
            "input": "0x...",
            "error": "contract creation code storage out of gas",
            "value": "0x0",
            "type": "CREATE"
        }
    }
}