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
|
{
"Vitalik_4" : {
"expect" : [
{
"network" : ["EIP158", "Byzantium", "Constantinople"],
"result" : "valid",
"sender" : "82a88539669a3fd524d669e858935de5e5410cf0"
},
{
"network" : ["Frontier", "Homestead", "EIP150"],
"result" : "invalid"
}
],
"transaction" :
{
"data" : "",
"gasLimit" : "0x014820",
"gasPrice" : "0x04a817c803",
"nonce" : "0x03",
"to" : "3535353535353535353535353535353535353535",
"value" : "0x1b",
"v" : "0x25",
"r" : "0x2a80e1ef1d7842f27f2e6be0972bb708b9a135c38860dbe73c27c3486c34f4e0",
"s" : "0x2a80e1ef1d7842f27f2e6be0972bb708b9a135c38860dbe73c27c3486c34f4de"
}
}
}
|