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_2" : {
"expect" : [
{
"network" : ["EIP158", "Byzantium", "Constantinople"],
"result" : "valid",
"sender" : "23ef145a395ea3fa3deb533b8a9e1b4c6c25d112"
},
{
"network" : ["Frontier", "Homestead", "EIP150"],
"result" : "invalid"
}
],
"transaction" :
{
"data" : "",
"gasLimit" : "0xa410",
"gasPrice" : "0x04a817c801",
"nonce" : "0x01",
"to" : "3535353535353535353535353535353535353535",
"value" : "0x01",
"v" : "0x25",
"r" : "0x489efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bca",
"s" : "0x489efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6"
}
}
}
|