1{
2  "name": "Lunyr - Crowdsale",
3  "address": "0xfa05A73FfE78ef8f1a739473e462c54bae6567D9",
4  "comment": "",
5  "abi": [
6    {
7      "constant": true,
8      "inputs": [],
9      "name": "name",
10      "outputs": [{ "name": "", "type": "string" }],
11      "payable": false,
12      "type": "function"
13    },
14    {
15      "constant": true,
16      "inputs": [],
17      "name": "vaultPercentOfTotal",
18      "outputs": [{ "name": "", "type": "uint256" }],
19      "payable": false,
20      "type": "function"
21    },
22    {
23      "constant": false,
24      "inputs": [
25        { "name": "spender", "type": "address" },
26        { "name": "value", "type": "uint256" }
27      ],
28      "name": "approve",
29      "outputs": [{ "name": "ok", "type": "bool" }],
30      "payable": false,
31      "type": "function"
32    },
33    {
34      "constant": true,
35      "inputs": [],
36      "name": "totalSupply",
37      "outputs": [{ "name": "", "type": "uint256" }],
38      "payable": false,
39      "type": "function"
40    },
41    {
42      "constant": true,
43      "inputs": [],
44      "name": "getState",
45      "outputs": [{ "name": "", "type": "uint8" }],
46      "payable": false,
47      "type": "function"
48    },
49    {
50      "constant": true,
51      "inputs": [],
52      "name": "crowdfundPercentOfTotal",
53      "outputs": [{ "name": "", "type": "uint256" }],
54      "payable": false,
55      "type": "function"
56    },
57    {
58      "constant": false,
59      "inputs": [],
60      "name": "finalizeCrowdfunding",
61      "outputs": [],
62      "payable": false,
63      "type": "function"
64    },
65    {
66      "constant": true,
67      "inputs": [],
68      "name": "tokenCreationMax",
69      "outputs": [{ "name": "", "type": "uint256" }],
70      "payable": false,
71      "type": "function"
72    },
73    {
74      "constant": false,
75      "inputs": [
76        { "name": "from", "type": "address" },
77        { "name": "to", "type": "address" },
78        { "name": "value", "type": "uint256" }
79      ],
80      "name": "transferFrom",
81      "outputs": [{ "name": "ok", "type": "bool" }],
82      "payable": false,
83      "type": "function"
84    },
85    {
86      "constant": true,
87      "inputs": [],
88      "name": "lunyrPercentOfTotal",
89      "outputs": [{ "name": "", "type": "uint256" }],
90      "payable": false,
91      "type": "function"
92    },
93    {
94      "constant": true,
95      "inputs": [],
96      "name": "decimals",
97      "outputs": [{ "name": "", "type": "uint256" }],
98      "payable": false,
99      "type": "function"
100    },
101    {
102      "constant": false,
103      "inputs": [{ "name": "value", "type": "uint256" }],
104      "name": "upgrade",
105      "outputs": [],
106      "payable": false,
107      "type": "function"
108    },
109    {
110      "constant": false,
111      "inputs": [],
112      "name": "refund",
113      "outputs": [],
114      "payable": false,
115      "type": "function"
116    },
117    {
118      "constant": true,
119      "inputs": [],
120      "name": "upgradeAgent",
121      "outputs": [{ "name": "", "type": "address" }],
122      "payable": false,
123      "type": "function"
124    },
125    {
126      "constant": true,
127      "inputs": [],
128      "name": "upgradeMaster",
129      "outputs": [{ "name": "", "type": "address" }],
130      "payable": false,
131      "type": "function"
132    },
133    {
134      "constant": true,
135      "inputs": [],
136      "name": "finalizedCrowdfunding",
137      "outputs": [{ "name": "", "type": "bool" }],
138      "payable": false,
139      "type": "function"
140    },
141    {
142      "constant": true,
143      "inputs": [{ "name": "who", "type": "address" }],
144      "name": "balanceOf",
145      "outputs": [{ "name": "", "type": "uint256" }],
146      "payable": false,
147      "type": "function"
148    },
149    {
150      "constant": true,
151      "inputs": [],
152      "name": "hundredPercent",
153      "outputs": [{ "name": "", "type": "uint256" }],
154      "payable": false,
155      "type": "function"
156    },
157    {
158      "constant": true,
159      "inputs": [],
160      "name": "isLunyrToken",
161      "outputs": [{ "name": "", "type": "bool" }],
162      "payable": false,
163      "type": "function"
164    },
165    {
166      "constant": true,
167      "inputs": [],
168      "name": "lunyrMultisig",
169      "outputs": [{ "name": "", "type": "address" }],
170      "payable": false,
171      "type": "function"
172    },
173    {
174      "constant": true,
175      "inputs": [],
176      "name": "fundingEndBlock",
177      "outputs": [{ "name": "", "type": "uint256" }],
178      "payable": false,
179      "type": "function"
180    },
181    {
182      "constant": true,
183      "inputs": [],
184      "name": "symbol",
185      "outputs": [{ "name": "", "type": "string" }],
186      "payable": false,
187      "type": "function"
188    },
189    {
190      "constant": false,
191      "inputs": [
192        { "name": "to", "type": "address" },
193        { "name": "value", "type": "uint256" }
194      ],
195      "name": "transfer",
196      "outputs": [{ "name": "ok", "type": "bool" }],
197      "payable": false,
198      "type": "function"
199    },
200    {
201      "constant": true,
202      "inputs": [],
203      "name": "tokenCreationMin",
204      "outputs": [{ "name": "", "type": "uint256" }],
205      "payable": false,
206      "type": "function"
207    },
208    {
209      "constant": true,
210      "inputs": [],
211      "name": "totalUpgraded",
212      "outputs": [{ "name": "", "type": "uint256" }],
213      "payable": false,
214      "type": "function"
215    },
216    {
217      "constant": true,
218      "inputs": [],
219      "name": "fundingStartBlock",
220      "outputs": [{ "name": "", "type": "uint256" }],
221      "payable": false,
222      "type": "function"
223    },
224    {
225      "constant": false,
226      "inputs": [{ "name": "agent", "type": "address" }],
227      "name": "setUpgradeAgent",
228      "outputs": [],
229      "payable": false,
230      "type": "function"
231    },
232    {
233      "constant": true,
234      "inputs": [
235        { "name": "owner", "type": "address" },
236        { "name": "spender", "type": "address" }
237      ],
238      "name": "allowance",
239      "outputs": [{ "name": "", "type": "uint256" }],
240      "payable": false,
241      "type": "function"
242    },
243    {
244      "constant": false,
245      "inputs": [],
246      "name": "create",
247      "outputs": [],
248      "payable": true,
249      "type": "function"
250    },
251    {
252      "constant": false,
253      "inputs": [{ "name": "newWallet", "type": "address" }],
254      "name": "setMultiSigWallet",
255      "outputs": [],
256      "payable": false,
257      "type": "function"
258    },
259    {
260      "constant": true,
261      "inputs": [],
262      "name": "timeVault",
263      "outputs": [{ "name": "", "type": "address" }],
264      "payable": false,
265      "type": "function"
266    },
267    {
268      "constant": true,
269      "inputs": [],
270      "name": "tokensPerEther",
271      "outputs": [{ "name": "", "type": "uint256" }],
272      "payable": false,
273      "type": "function"
274    },
275    {
276      "constant": false,
277      "inputs": [{ "name": "master", "type": "address" }],
278      "name": "setUpgradeMaster",
279      "outputs": [],
280      "payable": false,
281      "type": "function"
282    },
283    {
284      "inputs": [
285        { "name": "_lunyrMultisig", "type": "address" },
286        { "name": "_upgradeMaster", "type": "address" },
287        { "name": "_fundingStartBlock", "type": "uint256" },
288        { "name": "_fundingEndBlock", "type": "uint256" }
289      ],
290      "payable": false,
291      "type": "constructor"
292    },
293    { "payable": false, "type": "fallback" },
294    {
295      "anonymous": false,
296      "inputs": [
297        { "indexed": true, "name": "_from", "type": "address" },
298        { "indexed": true, "name": "_to", "type": "address" },
299        { "indexed": false, "name": "_value", "type": "uint256" }
300      ],
301      "name": "Upgrade",
302      "type": "event"
303    },
304    {
305      "anonymous": false,
306      "inputs": [
307        { "indexed": true, "name": "_from", "type": "address" },
308        { "indexed": false, "name": "_value", "type": "uint256" }
309      ],
310      "name": "Refund",
311      "type": "event"
312    },
313    {
314      "anonymous": false,
315      "inputs": [
316        { "indexed": false, "name": "sender", "type": "address" },
317        { "indexed": false, "name": "upgradeAgent", "type": "address" }
318      ],
319      "name": "UpgradeFinalized",
320      "type": "event"
321    },
322    {
323      "anonymous": false,
324      "inputs": [{ "indexed": false, "name": "agent", "type": "address" }],
325      "name": "UpgradeAgentSet",
326      "type": "event"
327    },
328    {
329      "anonymous": false,
330      "inputs": [
331        { "indexed": true, "name": "from", "type": "address" },
332        { "indexed": true, "name": "to", "type": "address" },
333        { "indexed": false, "name": "value", "type": "uint256" }
334      ],
335      "name": "Transfer",
336      "type": "event"
337    },
338    {
339      "anonymous": false,
340      "inputs": [
341        { "indexed": true, "name": "owner", "type": "address" },
342        { "indexed": true, "name": "spender", "type": "address" },
343        { "indexed": false, "name": "value", "type": "uint256" }
344      ],
345      "name": "Approval",
346      "type": "event"
347    }
348  ]
349}
350