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

     1  {
     2    "genesis": {
     3      "number": "566098",
     4      "hash": "0xba134562590a59291892395a29c5088899c2c64d720135dad88f7f076cf55f5f",
     5      "nonce": "0x4b281be9594e3eb3",
     6      "mixHash": "0xdb4ec386166d9c0dc9ba147755ecbb87af9f0a22563cbda02c799efa4e29db6e",
     7      "stateRoot": "0xfc01993ad96a8fb8790a093cea4f505f8db1b0e1143c5f57bb1d173db0baa9e3",
     8      "miner": "0x877bd459c9b7d8576b44e59e09d076c25946f443",
     9      "difficulty": "1926740",
    10      "totalDifficulty": "482216286599",
    11      "extraData": "0xd883010906846765746888676f312e31332e35856c696e7578",
    12      "gasLimit": "19388354",
    13      "timestamp": "1577558314",
    14      "alloc": {
    15        "0x6ab9dd83108698b9ca8d03af3c7eb91c0e54c3fc": {
    16          "balance": "0x0",
    17          "nonce": "0",
    18          "code": "0x",
    19          "storage": {}
    20        },
    21        "0x877bd459c9b7d8576b44e59e09d076c25946f443": {
    22          "balance": "0xcbd5b9b25d1c38c2aad",
    23          "nonce": "134969",
    24          "code": "0x",
    25          "storage": {}
    26        },
    27        "0x91765918420bcb5ad22ee0997abed04056705798": {
    28          "balance": "0x0",
    29          "nonce": "1",
    30          "code": "0x366000803760206000366000736ab9dd83108698b9ca8d03af3c7eb91c0e54c3fc60325a03f41560015760206000f3",
    31          "storage": {}
    32        }
    33      },
    34      "config": {
    35        "chainId": 63,
    36        "daoForkSupport": true,
    37        "eip150Block": 0,
    38        "eip150Hash": "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d",
    39        "eip155Block": 0,
    40        "eip158Block": 0,
    41        "ethash": {},
    42        "homesteadBlock": 0,
    43        "byzantiumBlock": 0,
    44        "constantinopleBlock": 301243,
    45        "petersburgBlock": 999983,
    46        "istanbulBlock": 999983
    47      }
    48    },
    49    "context": {
    50      "number": "566099",
    51      "difficulty": "1927680",
    52      "timestamp": "1577558317",
    53      "gasLimit": "19369422",
    54      "miner": "0x774c398d763161f55b66a646f17edda4addad2ca"
    55    },
    56    "input": "0xf87983020f3985746a52880083015f909491765918420bcb5ad22ee0997abed04056705798888ac7230489e80000884e45375a4741394181a1a04b7260723fd02830754916b3bdf1537b6a851a7ae27c7e9296cfe1fc8275ec08a049d32158988eb717d61b4503b27c7583037c067daba1eb56f4bdfafc1b0045f6",
    57    "result": [
    58      {
    59        "action": {
    60          "callType": "call",
    61          "from": "0x877bd459c9b7d8576b44e59e09d076c25946f443",
    62          "gas": "0x15f90",
    63          "input": "0x4e45375a47413941",
    64          "to": "0x91765918420bcb5ad22ee0997abed04056705798",
    65          "value": "0x8ac7230489e80000"
    66        },
    67        "blockHash": "0xb05cc5c8f11df2b5d53ced342ee79e2805785f04c2f40add4539f27bd349f74e",
    68        "blockNumber": 566099,
    69        "result": {
    70          "gasUsed": "0x5721",
    71          "output": "0x4e45375a47413941000000000000000000000000000000000000000000000000"
    72        },
    73        "subtraces": 1,
    74        "traceAddress": [],
    75        "transactionHash": "0x6e26dffe2f66186f03a2c36a16a4cd9724d07622c83746f1e35f988515713d4b",
    76        "transactionPosition": 10,
    77        "type": "call"
    78      },
    79      {
    80        "action": {
    81          "callType": "delegatecall",
    82          "from": "0x91765918420bcb5ad22ee0997abed04056705798",
    83          "gas": "0x10463",
    84          "input": "0x4e45375a47413941",
    85          "to": "0x6ab9dd83108698b9ca8d03af3c7eb91c0e54c3fc",
    86          "value": "0x8ac7230489e80000"
    87        },
    88        "blockHash": "0xb05cc5c8f11df2b5d53ced342ee79e2805785f04c2f40add4539f27bd349f74e",
    89        "blockNumber": 566099,
    90        "result": {
    91          "gasUsed": "0x0",
    92          "output": "0x"
    93        },
    94        "subtraces": 0,
    95        "traceAddress": [
    96          0
    97        ],
    98        "transactionHash": "0x6e26dffe2f66186f03a2c36a16a4cd9724d07622c83746f1e35f988515713d4b",
    99        "transactionPosition": 10,
   100        "type": "call"
   101      }
   102    ]
   103  }