github.com/carter-ya/go-ethereum@v0.0.0-20230628080049-d2309be3983b/eth/tracers/internal/tracetest/testdata/call_tracer/selfdestruct.json (about)

     1  {
     2    "context": {
     3      "difficulty": "3502894804",
     4      "gasLimit": "4722976",
     5      "miner": "0x1585936b53834b021f68cc13eeefdec2efc8e724",
     6      "number": "2289806",
     7      "timestamp": "1513601314"
     8    },
     9    "genesis": {
    10      "alloc": {
    11        "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5": {
    12          "balance": "0x0",
    13          "code": "0x",
    14          "nonce": "22",
    15          "storage": {}
    16        },
    17        "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe": {
    18          "balance": "0x4d87094125a369d9bd5",
    19          "code": "0x61deadff",
    20          "nonce": "1",
    21          "storage": {}
    22        },
    23        "0xb436ba50d378d4bbc8660d312a13df6af6e89dfb": {
    24          "balance": "0x1780d77678137ac1b775",
    25          "code": "0x",
    26          "nonce": "29072",
    27          "storage": {}
    28        }
    29      },
    30      "config": {
    31        "byzantiumBlock": 1700000,
    32        "chainId": 3,
    33        "daoForkSupport": true,
    34        "eip150Block": 0,
    35        "eip150Hash": "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d",
    36        "eip155Block": 10,
    37        "eip158Block": 10,
    38        "ethash": {},
    39        "homesteadBlock": 0
    40      },
    41      "difficulty": "3509749784",
    42      "extraData": "0x4554482e45544846414e532e4f52472d4641313738394444",
    43      "gasLimit": "4727564",
    44      "hash": "0x609948ac3bd3c00b7736b933248891d6c901ee28f066241bddb28f4e00a9f440",
    45      "miner": "0xbbf5029fd710d227630c8b7d338051b8e76d50b3",
    46      "mixHash": "0xb131e4507c93c7377de00e7c271bf409ec7492767142ff0f45c882f8068c2ada",
    47      "nonce": "0x4eb12e19c16d43da",
    48      "number": "2289805",
    49      "stateRoot": "0xc7f10f352bff82fac3c2999d3085093d12652e19c7fd32591de49dc5d91b4f1f",
    50      "timestamp": "1513601261",
    51      "totalDifficulty": "7143276353481064"
    52    },
    53    "input": "0xf88b8271908506fc23ac0083015f90943b873a919aa0512d5a0f09e6dcceaa4a6727fafe80a463e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c52aa0bdce0b59e8761854e857fe64015f06dd08a4fbb7624f6094893a79a72e6ad6bea01d9dde033cff7bb235a3163f348a6d7ab8d6b52bc0963a95b91612e40ca766a4",
    54    "result": {
    55      "calls": [
    56        {
    57          "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe",
    58          "gas": "0x0",
    59          "gasUsed": "0x0",
    60          "input": "0x",
    61          "to": "0x000000000000000000000000000000000000dEaD",
    62          "type": "SELFDESTRUCT",
    63          "value": "0x4d87094125a369d9bd5"
    64        }
    65      ],
    66      "from": "0xb436ba50d378d4bbc8660d312a13df6af6e89dfb",
    67      "gas": "0x10738",
    68      "gasUsed": "0x7533",
    69      "input": "0x63e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c5",
    70      "output": "0x",
    71      "to": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe",
    72      "type": "CALL",
    73      "value": "0x0"
    74    }
    75  }