mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"metamask": {
|
|
"currentFiat": "USD",
|
|
"conversionRate": 11.06608791,
|
|
"conversionDate": 1470421024,
|
|
"isInitialized": true,
|
|
"isInitialized": true,
|
|
"isUnlocked": true,
|
|
"isEthConfirmed": false,
|
|
"currentDomain": "example.com",
|
|
"rpcTarget": "https://rawtestrpc.metamask.io/",
|
|
"identities": {
|
|
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": {
|
|
"name": "Wallet 1",
|
|
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
|
|
"mayBeFauceting": false
|
|
},
|
|
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": {
|
|
"name": "Wallet 2",
|
|
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb",
|
|
"mayBeFauceting": false
|
|
},
|
|
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": {
|
|
"name": "Wallet 3",
|
|
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d",
|
|
"mayBeFauceting": false
|
|
}
|
|
},
|
|
"unconfTxs": {
|
|
"1473207765149885": {
|
|
"id": 1473207765149885,
|
|
"txParams": {
|
|
"from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
|
|
"value": "0x16345785d8a0000",
|
|
"to": "0xC5b8dBAc4c1d3F152cDeb400E2313F309c410aCb",
|
|
"origin": "MetaMask",
|
|
"metamaskId": 1473207765149885,
|
|
"metamaskNetworkId": "1473186153102"
|
|
},
|
|
"time": 1473207765149,
|
|
"status": "unconfirmed",
|
|
"containsDelegateCall": false,
|
|
"estimatedGas": "0x5208"
|
|
}
|
|
},
|
|
"accounts": {
|
|
"0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": {
|
|
"code": "0x",
|
|
"balance": "0x38326dc32cf80800",
|
|
"nonce": "0x10000c",
|
|
"address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
|
|
},
|
|
"0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": {
|
|
"code": "0x",
|
|
"balance": "0x15e578bd8e9c8000",
|
|
"nonce": "0x100000",
|
|
"address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb"
|
|
},
|
|
"0x2f8d4a878cfa04a6e60d46362f5644deab66572d": {
|
|
"code": "0x",
|
|
"nonce": "0x100000",
|
|
"balance": "0x2386f26fc10000",
|
|
"address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d"
|
|
}
|
|
},
|
|
"transactions": [],
|
|
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
|
|
"network": "2",
|
|
"seedWords": null,
|
|
"isConfirmed": true,
|
|
"unconfMsgs": {},
|
|
"messages": [],
|
|
"provider": {
|
|
"type": "testnet"
|
|
},
|
|
"selectedAccount": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
|
|
},
|
|
"appState": {
|
|
"menuOpen": false,
|
|
"currentView": {
|
|
"name": "confTx",
|
|
"context": 0
|
|
},
|
|
"accountDetail": {
|
|
"subview": "transactions"
|
|
},
|
|
"currentDomain": "extensions",
|
|
"transForward": true,
|
|
"isLoading": false,
|
|
"warning": null
|
|
},
|
|
"identities": {}
|
|
}
|