Skip to content

Commit 9c0232a

Browse files
committed
MakeMoney test
1 parent 3ba0007 commit 9c0232a

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

StateTests/stSpecialTest.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"makeMoney" : {
3+
"env" : {
4+
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
5+
"currentDifficulty" : "256",
6+
"currentGasLimit" : "1000000",
7+
"currentNumber" : "0",
8+
"currentTimestamp" : 1,
9+
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
10+
},
11+
"out" : "0x",
12+
"post" : {
13+
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
14+
"balance" : "1000000000000000010",
15+
"code" : "0x7b601080600c6000396000f200600035541560095700602035600035556000526000600060006000601773aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf1",
16+
"nonce" : "0",
17+
"storage" : {
18+
}
19+
},
20+
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
21+
"balance" : "850",
22+
"code" : "0x",
23+
"nonce" : "0",
24+
"storage" : {
25+
}
26+
},
27+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
28+
"balance" : "140",
29+
"code" : "0x",
30+
"nonce" : "1",
31+
"storage" : {
32+
}
33+
},
34+
"aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b" : {
35+
"balance" : "1000000000000000000",
36+
"code" : "0x600160015532600255",
37+
"nonce" : "0",
38+
"storage" : {
39+
}
40+
}
41+
},
42+
"pre" : {
43+
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
44+
"balance" : "1000000000000000000",
45+
"code" : "0x7b601080600c6000396000f200600035541560095700602035600035556000526000600060006000601773aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf1",
46+
"nonce" : "0",
47+
"storage" : {
48+
}
49+
},
50+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
51+
"balance" : "1000",
52+
"code" : "0x",
53+
"nonce" : "0",
54+
"storage" : {
55+
}
56+
},
57+
"aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b" : {
58+
"balance" : "1000000000000000000",
59+
"code" : "0x600160015532600255",
60+
"nonce" : "0",
61+
"storage" : {
62+
}
63+
}
64+
},
65+
"transaction" : {
66+
"data" : "",
67+
"gasLimit" : "850",
68+
"gasPrice" : "1",
69+
"nonce" : "0",
70+
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
71+
"to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
72+
"value" : "10"
73+
}
74+
}
75+
}

0 commit comments

Comments
 (0)