aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json
blob: f563a2ee340dc5555a04a141dd5308e0e0a2dfcd (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
{
"OOGStateCopyContainingDeletedContract" : {
        "genesisBlockHeader" : {
            "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
            "difficulty" : "0x020000",
            "extraData" : "0x42",
            "gasLimit" : "3141592",
            "gasUsed" : "0",
            "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "nonce" : "0x0102030405060708",
            "number" : "0",
            "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
            "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
            "timestamp" : "0x54c98c81",
            "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
            "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
        },
    "expect" : [
        {
            "network" : ["Frontier", "Homestead"],
            "result" : {

                "2e0de3fc10a88911ff857126db1a5f0da6f25173" : {
                "balance" : "0x03eb",
                "nonce" : "0x00",
                "storage" : {
                    "0x09" : "0x26c6a34c00000000000000000000000000000000000000000000000000000000"
                }
                },
                "64306ec3f51a26dcf19f5da0c043040f54f4eca5" : {
                "balance" : "0x00",
                "code" : "0x",
                "nonce" : "0x00",
                "storage" : {
                }
                },
                "8888f1f195afa192cfee860698584c030f4c9db1" : {
                "balance" : "5000000000001389600"
                },
                "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "nonce" : "0x02"
                }
            }
        },
        {
            "network" : ["EIP150"],
            "result" : {

                "2e0de3fc10a88911ff857126db1a5f0da6f25173" : {
                "balance" : "0x03eb",
                "nonce" : "0x00",
                "storage" : {
                    "0x09" : "0x26c6a34c00000000000000000000000000000000000000000000000000000000"
                }
                },
                "64306ec3f51a26dcf19f5da0c043040f54f4eca5" : {
                "balance" : "0x00",
                "code" : "0x",
                "nonce" : "0x00",
                "storage" : {
                }
                },
                "8888f1f195afa192cfee860698584c030f4c9db1" : {
                "balance" : "5000000000001427800"
                },
                "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "nonce" : "0x02"
                }
            }
        },
        {
            "network" : ["EIP158", "Metropolis"],
            "result" : {

                "2e0de3fc10a88911ff857126db1a5f0da6f25173" : {
                "balance" : "0x03eb",
                "nonce" : "0x00",
                "storage" : {
                    "0x09" : "0x26c6a34c00000000000000000000000000000000000000000000000000000000"
                }
                },
                "64306ec3f51a26dcf19f5da0c043040f54f4eca5" : {
                "shouldnotexist" : "1"
                },
                "8888f1f195afa192cfee860698584c030f4c9db1" : {
                "balance" : "5000000000001177800"
                },
                "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "nonce" : "0x02"
                }
            }
        }
        ],
        "pre" : {
            "2e0de3fc10a88911ff857126db1a5f0da6f25173" : {
                "balance" : "1",
                "nonce" : "0",
        "code" : "contract RestoreVictim { uint256[10] s;  function Store() { for (var i = 0; i < 10; i++) {  s[i] = 42; }} function Run(address a) {  this.call.gas(60000)(bytes4 (sha3('Store()')));  s[9] = Victim(a).GetNum();  } }",
                "code" : "0x60606040526000357c01000000000000000000000000000000000000000000000000000000009004806342e90c3314610044578063fc49c80e1461005157610042565b005b61004f600450610064565b005b6100626004803590602001506100a4565b005b6000600090505b600a8160ff1610156100a057602a600060005082600a81101561000257909001600050819055505b808060010191505061006b565b5b50565b3073ffffffffffffffffffffffffffffffffffffffff1661ea6060405180807f53746f7265282900000000000000000000000000000000000000000000000000815260200150600701905060405180910390207c0100000000000000000000000000000000000000000000000000000000809104027c0100000000000000000000000000000000000000000000000000000000900490604051827c010000000000000000000000000000000000000000000000000000000002815260040180905060006040518083038160008887f19350505050508073ffffffffffffffffffffffffffffffffffffffff166326c6a34c604051817c01000000000000000000000000000000000000000000000000000000000281526004018090506020604051808303816000876161da5a03f115610002575050506040515160006000506009600a81101561000257909001600050819055505b5056",
                "storage": {}
            },
            "64306ec3f51a26dcf19f5da0c043040f54f4eca5" : {
                "balance" : "1",
                "nonce" : "0",
        "code" : "contract Victim { function Die () {  suicide(msg.sender);  } function GetNum() returns (uint) { return 1337; } }",
                "code" : "0x60606040526000357c0100000000000000000000000000000000000000000000000000000000900480630c5feb5d14604157806326c6a34c14604c57603f565b005b604a600450606b565b005b60556004506086565b6040518082815260200191505060405180910390f35b3373ffffffffffffffffffffffffffffffffffffffff16ff5b565b600061053990506091565b9056",
                "storage": {}
            },
            "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "100000000000",
                "nonce" : "0",
                "code" : "",
                "storage": {}
            }
        },
        "blocks" : [
            {
                "transactions" : [
          {
            "data" : "0x0c5feb5d",
            "gasLimit" : "0x0493e0",
            "gasPrice" : "0x0a",
            "nonce" : "0x00",
            "r" : "0x0cf2cc4de3013273d0aae3cf36cdb6cf152573f7a5b99fe2c514a845bbb98a93",
            "s" : "0x48f4aa20b37303bf4f2c0e7e5f6c178814f99ab4d3d98cf9382185f1ae256b7f",
            "to" : "64306ec3f51a26dcf19f5da0c043040f54f4eca5",
            "v" : "0x1b",
            "value" : "0x01"
         },
         {
            "data" : "0xfc49c80e00000000000000000000000064306ec3f51a26dcf19f5da0c043040f54f4eca5",
            "gasLimit" : "0x0493e0",
            "gasPrice" : "0x0a",
            "nonce" : "0x01",
            "r" : "0xc9f11f1b4aedd9c1d99a6e2aea6f9ce90bdd6bb6063193715fdb43e77029346f",
            "s" : "0x3440044e3aa54293e887f1751146bf915e73c39eae7da82b75a6d2c7a31d252b",
            "to" : "2e0de3fc10a88911ff857126db1a5f0da6f25173",
            "v" : "0x1c",
            "value" : "0x03ea"
         }
                ],
                "uncleHeaders" : [
                ]
            }
        ]
    }
}