aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/private-network.json
blob: 546387aed7240211df4eb662590731eff644e958 (plain) (blame)
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
{
  "metamask": {
    "isInitialized": true,
    "isUnlocked": true,
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {
      "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": {
        "name": "Account 1",
        "address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
        "mayBeFauceting": false
      },
      "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": {
        "name": "Account 2",
        "address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb",
        "mayBeFauceting": false
      }
    },
    "unconfTxs": {},
    "currentFiat": "USD",
    "conversionRate": 9.52855776,
    "conversionDate": 1479756513,
    "accounts": {
      "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": {
        "balance": "0x0",
        "nonce": "0x0",
        "code": "0x0",
        "address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
      },
      "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": {
        "balance": "0x0",
        "nonce": "0x0",
        "code": "0x0",
        "address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb"
      }
    },
    "transactions": [
      {
        "id": 5551995700357153,
        "txParams": {
          "from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
          "to": "0x48ff0cbac0acefedf152281ee80e9a0a01d5da63",
          "data": "0x90b98a11000000000000000000000000c5b8dbac4c1d3f152cdeb400e2313f309c410acb000000000000000000000000000000000000000000000000000000000000000a",
          "metamaskId": 5551995700357153,
          "metamaskNetworkId": "1479490588308"
        },
        "time": 1479498745949,
        "status": "confirmed",
        "gasMultiplier": 1,
        "metamaskNetworkId": "1479490588308",
        "containsDelegateCall": true,
        "estimatedGas": "0x24b33",
        "hash": "0xad609a6931f54a575ad71222ffc27cd6746017106d5b89f4ad300b37b273f8ac"
      }
    ],
    "selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
    "network": "1479753732793",
    "isConfirmed": true,
    "isEthConfirmed": true,
    "unconfMsgs": {},
    "messages": [],
    "shapeShiftTxList": [],
    "gasMultiplier": false,
    "provider": {
      "type": "rpc",
      "rpcTarget": "http://localhost:8545"
    },
    "selectedAccount": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
    "isDisclaimerConfirmed": true
  },
  "appState": {
    "menuOpen": false,
    "currentView": {
      "name": "accountDetail"
    },
    "accountDetail": {
      "subview": "transactions",
      "accountExport": "none",
      "privateKey": ""
    },
    "transForward": false,
    "isLoading": false,
    "warning": null,
    "scrollToBottom": false
  },
  "identities": {}
}