forked from ethereum/dapp-bin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mix
86 lines (86 loc) · 1.76 KB
/
.mix
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
{
"applicationUrlEth": "",
"applicationUrlHttp": "",
"deployBlockNumber": "",
"deploymentAddresses": {},
"deploymentDir": "",
"files": [
{
"fileName": "contract.sol",
"title": "Witness"
},
{
"fileName": "index.html",
"title": "index.html"
}
],
"lastPackageDate": "",
"localPackageUrl": "",
"packageBase64": "",
"packageHash": "",
"registerContentHashBlockNumber": -1,
"registerContentHashTrHash": "",
"registerUrlBlockNumber": -1,
"registerUrlTrHash": "",
"title": "witness",
"states": [
{
"accounts": [
{
"address": "38f388fadf4a6a35c61c3f88194ec5ae162c8944",
"balance": {
"unit": 12,
"value": "1000000"
},
"name": "Account-38f3",
"secret": "cb73d9408c4720e230387d956eb0f829d8a4dd2c1055f96257167e14e7169074"
}
],
"blocks": [
{
"hash": "",
"number": -1,
"status": "pending",
"transactions": []
}
],
"contracts": [],
"miner": {
"address": "38f388fadf4a6a35c61c3f88194ec5ae162c8944",
"balance": {
"objectName": "",
"value": "1000000",
"unit": 12
},
"name": "Account-38f3",
"secret": "cb73d9408c4720e230387d956eb0f829d8a4dd2c1055f96257167e14e7169074"
},
"title": "Default",
"transactions": [
{
"contractId": "Witness",
"functionId": "Witness",
"gas": {
"value": "250000"
},
"gasAuto": true,
"gasPrice": {
"unit": 18,
"value": "100000"
},
"isContractCreation": true,
"isFunctionCall": true,
"label": "Contract.Contract()",
"parameters": {},
"saveStatus": true,
"sender": "cb73d9408c4720e230387d956eb0f829d8a4dd2c1055f96257167e14e7169074",
"value": {
"unit": 18,
"value": "0"
}
}
]
}
],
"defaultStateIndex": 0
}