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
|
{
"Vitalik_3" : {
"expect" : [
{
"network" : ["EIP158", "Byzantium", "Constantinople"],
"result" : "valid",
"sender" : "2e485e0c23b4c3c542628a5f672eeab0ad4888be"
},
{
"network" : ["Frontier", "Homestead", "EIP150"],
"result" : "invalid",
"sender" : "2e485e0c23b4c3c542628a5f672eeab0ad4888be"
}
],
"transaction" :
{
"data" : "",
"gasLimit" : "0xf618",
"gasPrice" : "0x04a817c802",
"nonce" : "0x02",
"to" : "3535353535353535353535353535353535353535",
"value" : "0x08",
"v" : "0x25",
"r" : "0x2d7c5bef027816a800da1736444fb58a807ef4c9603b7848673f7e3a68eb14a5",
"s" : "0x2d7c5bef027816a800da1736444fb58a807ef4c9603b7848673f7e3a68eb14a5"
}
}
}
|