1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
|
{
"StoreClearsAndInternlCallStoreClearsOOG_d0g0v0_Byzantium" : {
"_info" : {
"comment" : "",
"filledwith" : "cpp-1.3.0+commit.274a516d.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
"source" : "src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOG_d0g0v0Filler.json"
},
"blocks" : [
{
"blockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "",
"gasLimit" : "0x989680",
"gasUsed" : "0x8a2d",
"hash" : "0x7c52114a2fda8205917d93fafedfddc304b6660c4106248244307760fd3adfd8",
"mixHash" : "0x833a87f8c48bc5a4dcbb7c197f97b1e8aa77a55b15e158bbb3b9da38a367e1bb",
"nonce" : "0xc292e36c9659f4ae",
"number" : "0x01",
"parentHash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"receiptTrie" : "0xcf4e41ad3a5547e6fe8fe2cf2fd1061083f71034d28f3587a956453231317a91",
"stateRoot" : "0x42d1b2f424d67059b9698e1f5e30939c9cc9a63a418aa9037c90646fb0d75a6b",
"timestamp" : "0x03e8",
"transactionsTrie" : "0x1e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0bae",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"rlp" : "0xf9025ff901f7a0eda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41eda01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba042d1b2f424d67059b9698e1f5e30939c9cc9a63a418aa9037c90646fb0d75a6ba01e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0baea0cf4e41ad3a5547e6fe8fe2cf2fd1061083f71034d28f3587a956453231317a91b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680828a2d8203e880a0833a87f8c48bc5a4dcbb7c197f97b1e8aa77a55b15e158bbb3b9da38a367e1bb88c292e36c9659f4aef862f860800183030d4094c94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ba06f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5a007c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6c0",
"transactions" : [
{
"data" : "",
"gasLimit" : "0x030d40",
"gasPrice" : "0x01",
"nonce" : "0x00",
"r" : "0x6f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5",
"s" : "0x07c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6",
"to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"v" : "0x1b",
"value" : "0x0a"
}
],
"uncleHeaders" : [
]
}
],
"genesisBlockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "0x42",
"gasLimit" : "0x989680",
"gasUsed" : "0x00",
"hash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"nonce" : "0x0102030405060708",
"number" : "0x00",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"stateRoot" : "0x9876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81a",
"timestamp" : "0x03b6",
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba09876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
"lastblockhash" : "0x7c52114a2fda8205917d93fafedfddc304b6660c4106248244307760fd3adfd8",
"network" : "Byzantium",
"postState" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0716e9",
"code" : "",
"nonce" : "0x01",
"storage" : {
}
},
"0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x29a2241af62c8a2d",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x14",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x04" : "0x0c"
}
}
},
"pre" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x07a120",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0a",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c"
}
}
}
},
"StoreClearsAndInternlCallStoreClearsOOG_d0g0v0_EIP150" : {
"_info" : {
"comment" : "",
"filledwith" : "cpp-1.3.0+commit.274a516d.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
"source" : "src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOG_d0g0v0Filler.json"
},
"blocks" : [
{
"blockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "",
"gasLimit" : "0x989680",
"gasUsed" : "0x8a2d",
"hash" : "0xc3d46888d8579b2dac25b598045f3c5db79c7be698d136650fdb7ba0057d9444",
"mixHash" : "0xd40e377348061b32b95842aa8ab34a140fc0e77416b2c0ead05e44ec0a62a769",
"nonce" : "0xbca4ae7e02aab969",
"number" : "0x01",
"parentHash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"receiptTrie" : "0x5cd73fe1af2475cd0e3069baf0897b43b555edd7b9a438644ec18b1133a1098a",
"stateRoot" : "0xd5eb71c37278f9519d84acca69af9e6c269ef4312ae440fcc3d52426e47ec717",
"timestamp" : "0x03e8",
"transactionsTrie" : "0x1e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0bae",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"rlp" : "0xf9025ff901f7a0eda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41eda01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba0d5eb71c37278f9519d84acca69af9e6c269ef4312ae440fcc3d52426e47ec717a01e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0baea05cd73fe1af2475cd0e3069baf0897b43b555edd7b9a438644ec18b1133a1098ab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680828a2d8203e880a0d40e377348061b32b95842aa8ab34a140fc0e77416b2c0ead05e44ec0a62a76988bca4ae7e02aab969f862f860800183030d4094c94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ba06f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5a007c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6c0",
"transactions" : [
{
"data" : "",
"gasLimit" : "0x030d40",
"gasPrice" : "0x01",
"nonce" : "0x00",
"r" : "0x6f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5",
"s" : "0x07c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6",
"to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"v" : "0x1b",
"value" : "0x0a"
}
],
"uncleHeaders" : [
]
}
],
"genesisBlockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "0x42",
"gasLimit" : "0x989680",
"gasUsed" : "0x00",
"hash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"nonce" : "0x0102030405060708",
"number" : "0x00",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"stateRoot" : "0x9876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81a",
"timestamp" : "0x03b6",
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba09876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
"lastblockhash" : "0xc3d46888d8579b2dac25b598045f3c5db79c7be698d136650fdb7ba0057d9444",
"network" : "EIP150",
"postState" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0716e9",
"code" : "",
"nonce" : "0x01",
"storage" : {
}
},
"0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x4563918244f48a2d",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x14",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x04" : "0x0c"
}
}
},
"pre" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x07a120",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0a",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c"
}
}
}
},
"StoreClearsAndInternlCallStoreClearsOOG_d0g0v0_EIP158" : {
"_info" : {
"comment" : "",
"filledwith" : "cpp-1.3.0+commit.274a516d.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
"source" : "src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOG_d0g0v0Filler.json"
},
"blocks" : [
{
"blockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "",
"gasLimit" : "0x989680",
"gasUsed" : "0x8a2d",
"hash" : "0x938c2d2fa9fd8d403767315b1ae0da6ab72744229dda323b4baa7757df5a06e6",
"mixHash" : "0x9fdbfe1eb25eed596a4199b59f718163a9e2830a2ff034d0d05d1eb549543e29",
"nonce" : "0xcb17d89e3a6fb730",
"number" : "0x01",
"parentHash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"receiptTrie" : "0x5cd73fe1af2475cd0e3069baf0897b43b555edd7b9a438644ec18b1133a1098a",
"stateRoot" : "0xd5eb71c37278f9519d84acca69af9e6c269ef4312ae440fcc3d52426e47ec717",
"timestamp" : "0x03e8",
"transactionsTrie" : "0x1e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0bae",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"rlp" : "0xf9025ff901f7a0eda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41eda01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba0d5eb71c37278f9519d84acca69af9e6c269ef4312ae440fcc3d52426e47ec717a01e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0baea05cd73fe1af2475cd0e3069baf0897b43b555edd7b9a438644ec18b1133a1098ab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680828a2d8203e880a09fdbfe1eb25eed596a4199b59f718163a9e2830a2ff034d0d05d1eb549543e2988cb17d89e3a6fb730f862f860800183030d4094c94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ba06f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5a007c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6c0",
"transactions" : [
{
"data" : "",
"gasLimit" : "0x030d40",
"gasPrice" : "0x01",
"nonce" : "0x00",
"r" : "0x6f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5",
"s" : "0x07c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6",
"to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"v" : "0x1b",
"value" : "0x0a"
}
],
"uncleHeaders" : [
]
}
],
"genesisBlockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "0x42",
"gasLimit" : "0x989680",
"gasUsed" : "0x00",
"hash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"nonce" : "0x0102030405060708",
"number" : "0x00",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"stateRoot" : "0x9876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81a",
"timestamp" : "0x03b6",
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba09876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
"lastblockhash" : "0x938c2d2fa9fd8d403767315b1ae0da6ab72744229dda323b4baa7757df5a06e6",
"network" : "EIP158",
"postState" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0716e9",
"code" : "",
"nonce" : "0x01",
"storage" : {
}
},
"0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x4563918244f48a2d",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x14",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x04" : "0x0c"
}
}
},
"pre" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x07a120",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0a",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c"
}
}
}
},
"StoreClearsAndInternlCallStoreClearsOOG_d0g0v0_Frontier" : {
"_info" : {
"comment" : "",
"filledwith" : "cpp-1.3.0+commit.274a516d.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
"source" : "src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOG_d0g0v0Filler.json"
},
"blocks" : [
{
"blockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "",
"gasLimit" : "0x989680",
"gasUsed" : "0x88e3",
"hash" : "0xdefae1dcc6bd8e69f62d3ef7e46d081cd7a8ce1c25e2d80e1a782b3a22b2a635",
"mixHash" : "0xf4c47b86e7221746bd32fd3c73dcb7ba06e9f708710be4d380df4b5886097c17",
"nonce" : "0x81c81d7993d0e3f4",
"number" : "0x01",
"parentHash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"receiptTrie" : "0x1642ccdcc26597101e5fd04a3f8da363497249ed0a7c0ddfcbfbc9373cd86991",
"stateRoot" : "0xac6de487fbaa4eff7a619c29e5fc8094ec494033848f4c9f3bf7cbe332da1dd9",
"timestamp" : "0x03e8",
"transactionsTrie" : "0x1e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0bae",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"rlp" : "0xf9025ff901f7a0eda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41eda01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba0ac6de487fbaa4eff7a619c29e5fc8094ec494033848f4c9f3bf7cbe332da1dd9a01e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0baea01642ccdcc26597101e5fd04a3f8da363497249ed0a7c0ddfcbfbc9373cd86991b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008302000001839896808288e38203e880a0f4c47b86e7221746bd32fd3c73dcb7ba06e9f708710be4d380df4b5886097c178881c81d7993d0e3f4f862f860800183030d4094c94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ba06f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5a007c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6c0",
"transactions" : [
{
"data" : "",
"gasLimit" : "0x030d40",
"gasPrice" : "0x01",
"nonce" : "0x00",
"r" : "0x6f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5",
"s" : "0x07c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6",
"to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"v" : "0x1b",
"value" : "0x0a"
}
],
"uncleHeaders" : [
]
}
],
"genesisBlockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "0x42",
"gasLimit" : "0x989680",
"gasUsed" : "0x00",
"hash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"nonce" : "0x0102030405060708",
"number" : "0x00",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"stateRoot" : "0x9876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81a",
"timestamp" : "0x03b6",
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba09876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
"lastblockhash" : "0xdefae1dcc6bd8e69f62d3ef7e46d081cd7a8ce1c25e2d80e1a782b3a22b2a635",
"network" : "Frontier",
"postState" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x071833",
"code" : "",
"nonce" : "0x01",
"storage" : {
}
},
"0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x4563918244f488e3",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x14",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x04" : "0x0c"
}
}
},
"pre" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x07a120",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0a",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c"
}
}
}
},
"StoreClearsAndInternlCallStoreClearsOOG_d0g0v0_Homestead" : {
"_info" : {
"comment" : "",
"filledwith" : "cpp-1.3.0+commit.274a516d.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
"source" : "src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOG_d0g0v0Filler.json"
},
"blocks" : [
{
"blockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "",
"gasLimit" : "0x989680",
"gasUsed" : "0x88e3",
"hash" : "0x0ad4b60227e20bfc678c7e72ed94b3aa6aa54ea55ca23fa13573959d81de683d",
"mixHash" : "0xb9156ac7c78ada5c4793d00d153d019df9e291d65d910eed8fd47abc09e5c681",
"nonce" : "0xfdd836c2a010e7a6",
"number" : "0x01",
"parentHash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"receiptTrie" : "0x1642ccdcc26597101e5fd04a3f8da363497249ed0a7c0ddfcbfbc9373cd86991",
"stateRoot" : "0xac6de487fbaa4eff7a619c29e5fc8094ec494033848f4c9f3bf7cbe332da1dd9",
"timestamp" : "0x03e8",
"transactionsTrie" : "0x1e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0bae",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"rlp" : "0xf9025ff901f7a0eda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41eda01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba0ac6de487fbaa4eff7a619c29e5fc8094ec494033848f4c9f3bf7cbe332da1dd9a01e33dec8f8bcfa97b05c985988a668b694b06df138212e8680c788bad2ec0baea01642ccdcc26597101e5fd04a3f8da363497249ed0a7c0ddfcbfbc9373cd86991b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008302000001839896808288e38203e880a0b9156ac7c78ada5c4793d00d153d019df9e291d65d910eed8fd47abc09e5c68188fdd836c2a010e7a6f862f860800183030d4094c94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ba06f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5a007c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6c0",
"transactions" : [
{
"data" : "",
"gasLimit" : "0x030d40",
"gasPrice" : "0x01",
"nonce" : "0x00",
"r" : "0x6f109e4c3936cdf76c69176a1c1143141a249e08b2724b636fd5191e4c3503c5",
"s" : "0x07c20efee46c20d804ba68f87d807e74b1a6ab5bd687902d3cdc071699f446c6",
"to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"v" : "0x1b",
"value" : "0x0a"
}
],
"uncleHeaders" : [
]
}
],
"genesisBlockHeader" : {
"bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"difficulty" : "0x020000",
"extraData" : "0x42",
"gasLimit" : "0x989680",
"gasUsed" : "0x00",
"hash" : "0xeda0add42b04e6c7558de0c8d9ded56a526da0e2e33228439589f7b12b3c41ed",
"mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"nonce" : "0x0102030405060708",
"number" : "0x00",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"stateRoot" : "0x9876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81a",
"timestamp" : "0x03b6",
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
"genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d4934794b94f5374fce5edbc8e2a8697c15331677e6ebf0ba09876da83c28da1fe5f94a135ad5881765090cf03dc03b44dbe9dbc3137a8b81aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
"lastblockhash" : "0x0ad4b60227e20bfc678c7e72ed94b3aa6aa54ea55ca23fa13573959d81de683d",
"network" : "Homestead",
"postState" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x071833",
"code" : "",
"nonce" : "0x01",
"storage" : {
}
},
"0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x4563918244f488e3",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x14",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x04" : "0x0c"
}
}
},
"pre" : {
"0x0000000000000000000000000000000000000000" : {
"balance" : "0x00",
"code" : "0x6000600055600060015560006002556000600355600060045560006005556000600655600060075560006008556000600955",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c",
"0x05" : "0x0c",
"0x06" : "0x0c",
"0x07" : "0x0c",
"0x08" : "0x0c",
"0x09" : "0x0c"
}
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x07a120",
"code" : "",
"nonce" : "0x00",
"storage" : {
}
},
"0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0x0a",
"code" : "0x6000600055600060015560006002556000600355600060006000600060016000614e20f1",
"nonce" : "0x00",
"storage" : {
"0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
"0x04" : "0x0c"
}
}
}
}
}
|