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
|
{
"metamask": {
"isInitialized": true,
"isUnlocked": true,
"rpcTarget": "https://rawtestrpc.metamask.io/",
"identities": {
"0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80": {
"name": "Wallet 1",
"address": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80",
"mayBeFauceting": false
},
"0xc4692812f03d96edf4ac88c9d08106222578407b": {
"name": "Wallet 2",
"address": "0xc4692812f03d96edf4ac88c9d08106222578407b",
"mayBeFauceting": false
},
"0x1abda824194d3583509c97e6faefd575e194844d": {
"name": "Wallet 3",
"address": "0x1abda824194d3583509c97e6faefd575e194844d",
"mayBeFauceting": false
},
"0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6": {
"name": "Wallet 4",
"address": "0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6",
"mayBeFauceting": false
},
"0xab64bed4528feed6a85ab3f3da91479954da9e46": {
"name": "Wallet 5",
"address": "0xab64bed4528feed6a85ab3f3da91479954da9e46",
"mayBeFauceting": false
},
"0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b": {
"name": "Wallet 6",
"address": "0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b",
"mayBeFauceting": false
},
"0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024": {
"name": "Wallet 7",
"address": "0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024",
"mayBeFauceting": false
}
},
"unconfTxs": {},
"currentCurrency": "USD",
"conversionRate": 11.84461814,
"conversionDate": 1476226414,
"accounts": {
"0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80": {
"balance": "0x0de0b6b3a7640000",
"nonce": "0x100000",
"code": "0x",
"address": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80"
},
"0xc4692812f03d96edf4ac88c9d08106222578407b": {
"balance": "0x00",
"nonce": "0x100000",
"code": "0x",
"address": "0xc4692812f03d96edf4ac88c9d08106222578407b"
},
"0x1abda824194d3583509c97e6faefd575e194844d": {
"balance": "0x00",
"nonce": "0x100000",
"code": "0x",
"address": "0x1abda824194d3583509c97e6faefd575e194844d"
},
"0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6": {
"balance": "0x00",
"nonce": "0x100000",
"code": "0x",
"address": "0xa7ea108f933abe81ddafc0b2279b1d828dd0e8d6"
},
"0xab64bed4528feed6a85ab3f3da91479954da9e46": {
"balance": "0x00",
"nonce": "0x100000",
"code": "0x",
"address": "0xab64bed4528feed6a85ab3f3da91479954da9e46"
},
"0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b": {
"balance": "0x00",
"nonce": "0x100000",
"code": "0x",
"address": "0x69e90083dabd9acc9ea6d706eb6dccf245ae4d6b"
},
"0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024": {
"balance": "0x00",
"nonce": "0x100000",
"code": "0x",
"address": "0xebcc86684ef70e0ec3ad85f996b22e1bdad2d024"
}
},
"transactions": [],
"network": "2",
"unconfMsgs": {},
"messages": [],
"shapeShiftTxList": [],
"provider": {
"type": "testnet"
},
"selectedAddress": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80",
"seedWords": null
},
"appState": {
"menuOpen": false,
"currentView": {
"name": "accounts"
},
"accountDetail": {
"subview": "transactions"
},
"transForward": true,
"isLoading": false,
"warning": null,
"scrollToBottom": true
},
"identities": {}
}
|