github.com/calmw/ethereum@v0.1.1/eth/tracers/internal/tracetest/testdata/call_tracer_flat/callcode_precompiled_throw.json (about)

     1  {
     2    "genesis": {
     3      "difficulty": "4683014",
     4      "extraData": "0x537465762d63676574682d76312e31312e34",
     5      "gasLimit": "9435044",
     6      "hash": "0x3452ca5005cb73cd60dfa488a7b124251168e564491f80eb66765e79d78cfd95",
     7      "miner": "0x415aa6292d1db797a467b22139704956c030e62f",
     8      "mixHash": "0x6037612618507ae70c74a72bc2580253662971db959cfbc06d3f8527d4d01575",
     9      "nonce": "0x314fc90dee5e39a2",
    10      "number": "1555274",
    11      "stateRoot": "0x795751f3f96a5de1fd3944ddd78cbfe4ef10491e1086be47609869a30929d0e5",
    12      "timestamp": "1590795228",
    13      "totalDifficulty": "2242595605834",
    14      "alloc": {
    15        "0x0000000000000000000000000000000000000009": {
    16          "balance": "0x0",
    17          "nonce": "0",
    18          "code": "0x",
    19          "storage": {}
    20        },
    21        "0x877bd459c9b7d8576b44e59e09d076c25946f443": {
    22          "balance": "0x6242e3ccf48e66425fb1",
    23          "nonce": "264981",
    24          "code": "0x",
    25          "storage": {}
    26        }
    27      },
    28      "config": {
    29        "chainId": 63,
    30        "daoForkSupport": true,
    31        "eip150Block": 0,
    32        "eip150Hash": "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d",
    33        "eip155Block": 0,
    34        "eip158Block": 0,
    35        "ethash": {},
    36        "homesteadBlock": 0,
    37        "byzantiumBlock": 0,
    38        "constantinopleBlock": 301243,
    39        "petersburgBlock": 999983,
    40        "istanbulBlock": 999983
    41      }
    42    },
    43    "context": {
    44      "number": "1555275",
    45      "difficulty": "4683014",
    46      "timestamp": "1590795244",
    47      "gasLimit": "9444256",
    48      "miner": "0x877bd459c9b7d8576b44e59e09d076c25946f443"
    49    },
    50    "input": "0xf87a83040b15843b9aca008301a0348080a636600060003760406103e8366000600060095af26001556103e851600255610408516003550081a1a0dd883fbbb489b640dadc8c1bf151767155228d0a1321f687f070f35f14374b05a02dd0ccb16a8de39bc8ee61381bbbbb54f0ab18422afd7b03c6163da1f5023934",
    51    "result": [
    52      {
    53        "type": "create",
    54        "action": {
    55          "from": "0x877bd459c9b7d8576b44e59e09d076c25946f443",
    56          "value": "0x0",
    57          "gas": "0x1a034",
    58          "init": "0x36600060003760406103e8366000600060095af26001556103e8516002556104085160035500"
    59        },
    60        "error": "out of gas",
    61        "traceAddress": [],
    62        "subtraces": 1,
    63        "transactionPosition": 117,
    64        "transactionHash": "0x7fe4dec901e1a62c1a1d96b8267bb9ff9dc1f75def43aa45b998743455eff8f9",
    65        "blockNumber": 1555275,
    66        "blockHash": "0x80945caaff2fc67253cbb0217d2e5a307afde943929e97d8b36e58b88cbb02fd",
    67        "time": "332.877µs"
    68      },
    69      {
    70        "type": "call",
    71        "action": {
    72          "from": "0x8832ef498070145c3a5b30f47fbca71fd7b1de9f",
    73          "to": "0x0000000000000000000000000000000000000009",
    74          "value": "0x0",
    75          "gas": "0xc897",
    76          "input": "0x",
    77          "callType": "callcode"
    78        },
    79        "error": "invalid input length",
    80        "traceAddress": [
    81          0
    82        ],
    83        "subtraces": 0,
    84        "transactionPosition": 117,
    85        "transactionHash": "0x7fe4dec901e1a62c1a1d96b8267bb9ff9dc1f75def43aa45b998743455eff8f9",
    86        "blockNumber": 1555275,
    87        "blockHash": "0x80945caaff2fc67253cbb0217d2e5a307afde943929e97d8b36e58b88cbb02fd"
    88      }
    89    ]
    90  }