aboutsummaryrefslogtreecommitdiffstats
path: root/BlockchainTests/GeneralStateTests/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0.json
blob: d5fc3b142a8bb73698688c90f13d04b771007a47 (plain) (blame)
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
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
{
    "static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0_Byzantium" : {
        "_info" : {
            "comment" : "",
            "filledwith" : "cpp-1.3.0+commit.e0f7b68a.Linux.g++",
            "source" : "/src/GenStateTestAsBcTemp/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0Filler.json"
        },
        "blocks" : [
            {
                "blockHeader" : {
                    "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                    "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
                    "difficulty" : "0x020000",
                    "extraData" : "",
                    "gasLimit" : "0x989680",
                    "gasUsed" : "0x0234de",
                    "hash" : "0xfbd1d166179a8d12591d2d5c83b7ddc90f04f473ba1ab013f7a04e8b19af40a1",
                    "mixHash" : "0x2975c85a0919ad821a59700245ffb33fbd2dccd8b6f1b5328f1674dafc0f7be5",
                    "nonce" : "0x2051bd5c462fab58",
                    "number" : "0x01",
                    "parentHash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
                    "receiptTrie" : "0xa541d4594033d16f82849a848524a4440d0f2160d4579e32279c18b21ccaac93",
                    "stateRoot" : "0xab5bcc3ae0b7cb6442bdc344f6cceaed401299489fc5314c5493696fb1ae56e9",
                    "timestamp" : "0x03e8",
                    "transactionsTrie" : "0xbef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59",
                    "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
                },
                "rlp" : "0xf90280f901f8a0456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ab5bcc3ae0b7cb6442bdc344f6cceaed401299489fc5314c5493696fb1ae56e9a0bef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59a0a541d4594033d16f82849a848524a4440d0f2160d4579e32279c18b21ccaac93b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680830234de8203e880a02975c85a0919ad821a59700245ffb33fbd2dccd8b6f1b5328f1674dafc0f7be5882051bd5c462fab58f882f8808001830927c094100000000000000000000000000000000000000080a0000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ca095a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cca05492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566ec0",
                "transactions" : [
                    {
                        "data" : "0x000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                        "gasLimit" : "0x0927c0",
                        "gasPrice" : "0x01",
                        "nonce" : "0x00",
                        "r" : "0x95a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cc",
                        "s" : "0x5492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566e",
                        "to" : "0x1000000000000000000000000000000000000000",
                        "v" : "0x1c",
                        "value" : "0x00"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ],
        "genesisBlockHeader" : {
            "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "0x989680",
            "gasUsed" : "0x00",
            "hash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0x00",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0x4140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bc",
            "timestamp" : "0x03b6",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
        "genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
        "lastblockhash" : "0xfbd1d166179a8d12591d2d5c83b7ddc90f04f473ba1ab013f7a04e8b19af40a1",
        "network" : "Byzantium",
        "postState" : {
            "0x00000000000000000000000000000000000000f0" : {
                "balance" : "0x00",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                    "0x00" : "0x01",
                    "0x01" : "0x074105"
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
                "balance" : "0x4563918244f634de",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a2db22",
                "code" : "",
                "nonce" : "0x01",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                    "0x00" : "0x12",
                    "0x08" : "0x08aa2f",
                    "0x09" : "0x01",
                    "0x0a" : "0x01"
                }
            }
        },
        "pre" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a51000",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        }
    },
    "static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0_Constantinople" : {
        "_info" : {
            "comment" : "",
            "filledwith" : "cpp-1.3.0+commit.e0f7b68a.Linux.g++",
            "source" : "/src/GenStateTestAsBcTemp/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0Filler.json"
        },
        "blocks" : [
            {
                "blockHeader" : {
                    "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                    "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
                    "difficulty" : "0x020000",
                    "extraData" : "",
                    "gasLimit" : "0x989680",
                    "gasUsed" : "0x0234de",
                    "hash" : "0xfea8bcacb4827b71dcb19ed0e4b5157341cb181abdc8d951729356a0bd75e04a",
                    "mixHash" : "0xfd87dec14a574a6049eefeefc2cad614faccf1285a0d199f81d896864b7637f5",
                    "nonce" : "0x50c597209f14d08e",
                    "number" : "0x01",
                    "parentHash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
                    "receiptTrie" : "0xa541d4594033d16f82849a848524a4440d0f2160d4579e32279c18b21ccaac93",
                    "stateRoot" : "0xab5bcc3ae0b7cb6442bdc344f6cceaed401299489fc5314c5493696fb1ae56e9",
                    "timestamp" : "0x03e8",
                    "transactionsTrie" : "0xbef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59",
                    "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
                },
                "rlp" : "0xf90280f901f8a0456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ab5bcc3ae0b7cb6442bdc344f6cceaed401299489fc5314c5493696fb1ae56e9a0bef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59a0a541d4594033d16f82849a848524a4440d0f2160d4579e32279c18b21ccaac93b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680830234de8203e880a0fd87dec14a574a6049eefeefc2cad614faccf1285a0d199f81d896864b7637f58850c597209f14d08ef882f8808001830927c094100000000000000000000000000000000000000080a0000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ca095a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cca05492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566ec0",
                "transactions" : [
                    {
                        "data" : "0x000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                        "gasLimit" : "0x0927c0",
                        "gasPrice" : "0x01",
                        "nonce" : "0x00",
                        "r" : "0x95a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cc",
                        "s" : "0x5492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566e",
                        "to" : "0x1000000000000000000000000000000000000000",
                        "v" : "0x1c",
                        "value" : "0x00"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ],
        "genesisBlockHeader" : {
            "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "0x989680",
            "gasUsed" : "0x00",
            "hash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0x00",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0x4140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bc",
            "timestamp" : "0x03b6",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
        "genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
        "lastblockhash" : "0xfea8bcacb4827b71dcb19ed0e4b5157341cb181abdc8d951729356a0bd75e04a",
        "network" : "Constantinople",
        "postState" : {
            "0x00000000000000000000000000000000000000f0" : {
                "balance" : "0x00",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                    "0x00" : "0x01",
                    "0x01" : "0x074105"
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
                "balance" : "0x4563918244f634de",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a2db22",
                "code" : "",
                "nonce" : "0x01",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                    "0x00" : "0x12",
                    "0x08" : "0x08aa2f",
                    "0x09" : "0x01",
                    "0x0a" : "0x01"
                }
            }
        },
        "pre" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a51000",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        }
    },
    "static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0_EIP150" : {
        "_info" : {
            "comment" : "",
            "filledwith" : "cpp-1.3.0+commit.e0f7b68a.Linux.g++",
            "source" : "/src/GenStateTestAsBcTemp/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0Filler.json"
        },
        "blocks" : [
            {
                "blockHeader" : {
                    "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                    "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
                    "difficulty" : "0x020000",
                    "extraData" : "",
                    "gasLimit" : "0x989680",
                    "gasUsed" : "0x0927c0",
                    "hash" : "0x7b1e685d0a7c9fa311373fd81ac82afd4b369d96e62fdb8f9ff59ef5a63da228",
                    "mixHash" : "0x9b358bdf3aef4bd54400616a27f015c75841f7fcc35e9d70441e5c45c9eef04c",
                    "nonce" : "0x4f383173946137b7",
                    "number" : "0x01",
                    "parentHash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
                    "receiptTrie" : "0x5970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2",
                    "stateRoot" : "0xb0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1",
                    "timestamp" : "0x03e8",
                    "transactionsTrie" : "0xbef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59",
                    "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
                },
                "rlp" : "0xf90280f901f8a0456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1a0bef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59a05970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680830927c08203e880a09b358bdf3aef4bd54400616a27f015c75841f7fcc35e9d70441e5c45c9eef04c884f383173946137b7f882f8808001830927c094100000000000000000000000000000000000000080a0000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ca095a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cca05492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566ec0",
                "transactions" : [
                    {
                        "data" : "0x000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                        "gasLimit" : "0x0927c0",
                        "gasPrice" : "0x01",
                        "nonce" : "0x00",
                        "r" : "0x95a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cc",
                        "s" : "0x5492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566e",
                        "to" : "0x1000000000000000000000000000000000000000",
                        "v" : "0x1c",
                        "value" : "0x00"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ],
        "genesisBlockHeader" : {
            "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "0x989680",
            "gasUsed" : "0x00",
            "hash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0x00",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0x4140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bc",
            "timestamp" : "0x03b6",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
        "genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
        "lastblockhash" : "0x7b1e685d0a7c9fa311373fd81ac82afd4b369d96e62fdb8f9ff59ef5a63da228",
        "network" : "EIP150",
        "postState" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
                "balance" : "0x4563918244fd27c0",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d49be840",
                "code" : "",
                "nonce" : "0x01",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        },
        "pre" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a51000",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        }
    },
    "static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0_EIP158" : {
        "_info" : {
            "comment" : "",
            "filledwith" : "cpp-1.3.0+commit.e0f7b68a.Linux.g++",
            "source" : "/src/GenStateTestAsBcTemp/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0Filler.json"
        },
        "blocks" : [
            {
                "blockHeader" : {
                    "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                    "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
                    "difficulty" : "0x020000",
                    "extraData" : "",
                    "gasLimit" : "0x989680",
                    "gasUsed" : "0x0927c0",
                    "hash" : "0x344bfaf683fc3d729af03f9ff2b3094a7fbab38752f1dcab78e4f10aada845fc",
                    "mixHash" : "0x53437fe95ccab4c949ddeca8c9232946b026ad5e4a0a806781868042a26a85dc",
                    "nonce" : "0x94060a2e35e51131",
                    "number" : "0x01",
                    "parentHash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
                    "receiptTrie" : "0x5970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2",
                    "stateRoot" : "0xb0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1",
                    "timestamp" : "0x03e8",
                    "transactionsTrie" : "0xbef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59",
                    "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
                },
                "rlp" : "0xf90280f901f8a0456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1a0bef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59a05970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680830927c08203e880a053437fe95ccab4c949ddeca8c9232946b026ad5e4a0a806781868042a26a85dc8894060a2e35e51131f882f8808001830927c094100000000000000000000000000000000000000080a0000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ca095a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cca05492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566ec0",
                "transactions" : [
                    {
                        "data" : "0x000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                        "gasLimit" : "0x0927c0",
                        "gasPrice" : "0x01",
                        "nonce" : "0x00",
                        "r" : "0x95a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cc",
                        "s" : "0x5492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566e",
                        "to" : "0x1000000000000000000000000000000000000000",
                        "v" : "0x1c",
                        "value" : "0x00"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ],
        "genesisBlockHeader" : {
            "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "0x989680",
            "gasUsed" : "0x00",
            "hash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0x00",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0x4140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bc",
            "timestamp" : "0x03b6",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
        "genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
        "lastblockhash" : "0x344bfaf683fc3d729af03f9ff2b3094a7fbab38752f1dcab78e4f10aada845fc",
        "network" : "EIP158",
        "postState" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
                "balance" : "0x4563918244fd27c0",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d49be840",
                "code" : "",
                "nonce" : "0x01",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        },
        "pre" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a51000",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        }
    },
    "static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0_Frontier" : {
        "_info" : {
            "comment" : "",
            "filledwith" : "cpp-1.3.0+commit.e0f7b68a.Linux.g++",
            "source" : "/src/GenStateTestAsBcTemp/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0Filler.json"
        },
        "blocks" : [
            {
                "blockHeader" : {
                    "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                    "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
                    "difficulty" : "0x020000",
                    "extraData" : "",
                    "gasLimit" : "0x989680",
                    "gasUsed" : "0x0927c0",
                    "hash" : "0x10d279fe5caff8c5c68f477835d5c36733f2f128831df439d5b774dc429cc785",
                    "mixHash" : "0xaf3ed22b7bba5675fd37562a4436cd1e06334ca96d99872cec8ae8599dc800ce",
                    "nonce" : "0x95c94d30928dbe34",
                    "number" : "0x01",
                    "parentHash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
                    "receiptTrie" : "0x5970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2",
                    "stateRoot" : "0xb0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1",
                    "timestamp" : "0x03e8",
                    "transactionsTrie" : "0xbef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59",
                    "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
                },
                "rlp" : "0xf90280f901f8a0456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1a0bef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59a05970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680830927c08203e880a0af3ed22b7bba5675fd37562a4436cd1e06334ca96d99872cec8ae8599dc800ce8895c94d30928dbe34f882f8808001830927c094100000000000000000000000000000000000000080a0000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ca095a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cca05492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566ec0",
                "transactions" : [
                    {
                        "data" : "0x000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                        "gasLimit" : "0x0927c0",
                        "gasPrice" : "0x01",
                        "nonce" : "0x00",
                        "r" : "0x95a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cc",
                        "s" : "0x5492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566e",
                        "to" : "0x1000000000000000000000000000000000000000",
                        "v" : "0x1c",
                        "value" : "0x00"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ],
        "genesisBlockHeader" : {
            "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "0x989680",
            "gasUsed" : "0x00",
            "hash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0x00",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0x4140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bc",
            "timestamp" : "0x03b6",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
        "genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
        "lastblockhash" : "0x10d279fe5caff8c5c68f477835d5c36733f2f128831df439d5b774dc429cc785",
        "network" : "Frontier",
        "postState" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
                "balance" : "0x4563918244fd27c0",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d49be840",
                "code" : "",
                "nonce" : "0x01",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        },
        "pre" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a51000",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        }
    },
    "static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0_Homestead" : {
        "_info" : {
            "comment" : "",
            "filledwith" : "cpp-1.3.0+commit.e0f7b68a.Linux.g++",
            "source" : "/src/GenStateTestAsBcTemp/stStaticCall/static_CallAndCallcodeConsumeMoreGasThenTransactionHas_d1g0v0Filler.json"
        },
        "blocks" : [
            {
                "blockHeader" : {
                    "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                    "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
                    "difficulty" : "0x020000",
                    "extraData" : "",
                    "gasLimit" : "0x989680",
                    "gasUsed" : "0x0927c0",
                    "hash" : "0x5f79676e6ede3ec506abd3b8540707357167662b310975cd854ba147797c3f0d",
                    "mixHash" : "0x7483c24cd55363da6a98b210f2e36f2f56962d8aa2d92bba1463ef9d03b6d9c9",
                    "nonce" : "0x84d438ec54fe9258",
                    "number" : "0x01",
                    "parentHash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
                    "receiptTrie" : "0x5970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2",
                    "stateRoot" : "0xb0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1",
                    "timestamp" : "0x03e8",
                    "transactionsTrie" : "0xbef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59",
                    "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
                },
                "rlp" : "0xf90280f901f8a0456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b0861a5e14a9b884d90050fee260f3ce71e7d0387ff3421b8e78d7d8df6ca7e1a0bef3d29d4653e0ba97ba493f2ee617cdedbeb2322acb191beafb821eb2d23a59a05970decdc5e592d7b7c6a9a31d72204efca131d73c0dbe655c96079d67b9b2c2b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200000183989680830927c08203e880a07483c24cd55363da6a98b210f2e36f2f56962d8aa2d92bba1463ef9d03b6d9c98884d438ec54fe9258f882f8808001830927c094100000000000000000000000000000000000000080a0000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ca095a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cca05492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566ec0",
                "transactions" : [
                    {
                        "data" : "0x000000000000000000000000c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                        "gasLimit" : "0x0927c0",
                        "gasPrice" : "0x01",
                        "nonce" : "0x00",
                        "r" : "0x95a8ca84c5432f3f02eb06b3e0361c0135d1e865c5622805cf5d110bb22bf0cc",
                        "s" : "0x5492704f0c1e0351061be0bcb15c635c8f0715cfcab9b7b12f3620d3b2c1566e",
                        "to" : "0x1000000000000000000000000000000000000000",
                        "v" : "0x1c",
                        "value" : "0x00"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ],
        "genesisBlockHeader" : {
            "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "0x989680",
            "gasUsed" : "0x00",
            "hash" : "0x456af66fa3e4fa0839dc56d8f822dc4ae2ea19c6347070ecf8f421145cfe0384",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0x00",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0x4140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bc",
            "timestamp" : "0x03b6",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
        "genesisRLP" : "0xf901faf901f5a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04140804cd90d264960bed5aec35cb8d6fe5b7586b707c34e4f372f8a0864d1bca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000830200008083989680808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0",
        "lastblockhash" : "0x5f79676e6ede3ec506abd3b8540707357167662b310975cd854ba147797c3f0d",
        "network" : "Homestead",
        "postState" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
                "balance" : "0x4563918244fd27c0",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d49be840",
                "code" : "",
                "nonce" : "0x01",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        },
        "pre" : {
            "0x1000000000000000000000000000000000000000" : {
                "balance" : "0x00",
                "code" : "0x6000600060006000346000355af16000555a600155",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x1000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600055",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0x2000000000000000000000000000000000000103" : {
                "balance" : "0x00",
                "code" : "0x6012600052",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0xe8d4a51000",
                "code" : "",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000731000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            },
            "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "0x00",
                "code" : "0x5a6008556000600060006000732000000000000000000000000000000000000103620927c0fa60095560006000600060006000731000000000000000000000000000000000000103620927c0f2600a55",
                "nonce" : "0x00",
                "storage" : {
                }
            }
        }
    }
}