UNPKG

8.03 kBJSONView Raw
1{
2 "abi": [
3 {
4 "constant": true,
5 "inputs": [],
6 "name": "mintingFinished",
7 "outputs": [
8 {
9 "name": "",
10 "type": "bool"
11 }
12 ],
13 "payable": false,
14 "stateMutability": "view",
15 "type": "function"
16 },
17 {
18 "constant": true,
19 "inputs": [],
20 "name": "name",
21 "outputs": [
22 {
23 "name": "",
24 "type": "string"
25 }
26 ],
27 "payable": false,
28 "stateMutability": "view",
29 "type": "function"
30 },
31 {
32 "constant": false,
33 "inputs": [
34 {
35 "name": "_spender",
36 "type": "address"
37 },
38 {
39 "name": "_value",
40 "type": "uint256"
41 }
42 ],
43 "name": "approve",
44 "outputs": [
45 {
46 "name": "",
47 "type": "bool"
48 }
49 ],
50 "payable": false,
51 "stateMutability": "nonpayable",
52 "type": "function"
53 },
54 {
55 "constant": true,
56 "inputs": [],
57 "name": "totalSupply",
58 "outputs": [
59 {
60 "name": "",
61 "type": "uint256"
62 }
63 ],
64 "payable": false,
65 "stateMutability": "view",
66 "type": "function"
67 },
68 {
69 "constant": false,
70 "inputs": [
71 {
72 "name": "_from",
73 "type": "address"
74 },
75 {
76 "name": "_to",
77 "type": "address"
78 },
79 {
80 "name": "_value",
81 "type": "uint256"
82 }
83 ],
84 "name": "transferFrom",
85 "outputs": [
86 {
87 "name": "",
88 "type": "bool"
89 }
90 ],
91 "payable": false,
92 "stateMutability": "nonpayable",
93 "type": "function"
94 },
95 {
96 "constant": true,
97 "inputs": [],
98 "name": "decimals",
99 "outputs": [
100 {
101 "name": "",
102 "type": "uint256"
103 }
104 ],
105 "payable": false,
106 "stateMutability": "view",
107 "type": "function"
108 },
109 {
110 "constant": false,
111 "inputs": [
112 {
113 "name": "_to",
114 "type": "address"
115 },
116 {
117 "name": "_amount",
118 "type": "uint256"
119 }
120 ],
121 "name": "mint",
122 "outputs": [
123 {
124 "name": "",
125 "type": "bool"
126 }
127 ],
128 "payable": false,
129 "stateMutability": "nonpayable",
130 "type": "function"
131 },
132 {
133 "constant": false,
134 "inputs": [
135 {
136 "name": "_spender",
137 "type": "address"
138 },
139 {
140 "name": "_subtractedValue",
141 "type": "uint256"
142 }
143 ],
144 "name": "decreaseApproval",
145 "outputs": [
146 {
147 "name": "success",
148 "type": "bool"
149 }
150 ],
151 "payable": false,
152 "stateMutability": "nonpayable",
153 "type": "function"
154 },
155 {
156 "constant": true,
157 "inputs": [
158 {
159 "name": "_owner",
160 "type": "address"
161 }
162 ],
163 "name": "balanceOf",
164 "outputs": [
165 {
166 "name": "balance",
167 "type": "uint256"
168 }
169 ],
170 "payable": false,
171 "stateMutability": "view",
172 "type": "function"
173 },
174 {
175 "constant": false,
176 "inputs": [],
177 "name": "finishMinting",
178 "outputs": [
179 {
180 "name": "",
181 "type": "bool"
182 }
183 ],
184 "payable": false,
185 "stateMutability": "nonpayable",
186 "type": "function"
187 },
188 {
189 "constant": true,
190 "inputs": [],
191 "name": "owner",
192 "outputs": [
193 {
194 "name": "",
195 "type": "address"
196 }
197 ],
198 "payable": false,
199 "stateMutability": "view",
200 "type": "function"
201 },
202 {
203 "constant": true,
204 "inputs": [],
205 "name": "symbol",
206 "outputs": [
207 {
208 "name": "",
209 "type": "string"
210 }
211 ],
212 "payable": false,
213 "stateMutability": "view",
214 "type": "function"
215 },
216 {
217 "constant": false,
218 "inputs": [
219 {
220 "name": "_to",
221 "type": "address"
222 },
223 {
224 "name": "_value",
225 "type": "uint256"
226 }
227 ],
228 "name": "transfer",
229 "outputs": [
230 {
231 "name": "",
232 "type": "bool"
233 }
234 ],
235 "payable": false,
236 "stateMutability": "nonpayable",
237 "type": "function"
238 },
239 {
240 "constant": false,
241 "inputs": [
242 {
243 "name": "_spender",
244 "type": "address"
245 },
246 {
247 "name": "_addedValue",
248 "type": "uint256"
249 }
250 ],
251 "name": "increaseApproval",
252 "outputs": [
253 {
254 "name": "success",
255 "type": "bool"
256 }
257 ],
258 "payable": false,
259 "stateMutability": "nonpayable",
260 "type": "function"
261 },
262 {
263 "constant": true,
264 "inputs": [
265 {
266 "name": "_owner",
267 "type": "address"
268 },
269 {
270 "name": "_spender",
271 "type": "address"
272 }
273 ],
274 "name": "allowance",
275 "outputs": [
276 {
277 "name": "remaining",
278 "type": "uint256"
279 }
280 ],
281 "payable": false,
282 "stateMutability": "view",
283 "type": "function"
284 },
285 {
286 "constant": false,
287 "inputs": [
288 {
289 "name": "newOwner",
290 "type": "address"
291 }
292 ],
293 "name": "transferOwnership",
294 "outputs": [],
295 "payable": false,
296 "stateMutability": "nonpayable",
297 "type": "function"
298 },
299 {
300 "anonymous": false,
301 "inputs": [
302 {
303 "indexed": true,
304 "name": "to",
305 "type": "address"
306 },
307 {
308 "indexed": false,
309 "name": "amount",
310 "type": "uint256"
311 }
312 ],
313 "name": "Mint",
314 "type": "event"
315 },
316 {
317 "anonymous": false,
318 "inputs": [],
319 "name": "MintFinished",
320 "type": "event"
321 },
322 {
323 "anonymous": false,
324 "inputs": [
325 {
326 "indexed": true,
327 "name": "previousOwner",
328 "type": "address"
329 },
330 {
331 "indexed": true,
332 "name": "newOwner",
333 "type": "address"
334 }
335 ],
336 "name": "OwnershipTransferred",
337 "type": "event"
338 },
339 {
340 "anonymous": false,
341 "inputs": [
342 {
343 "indexed": true,
344 "name": "owner",
345 "type": "address"
346 },
347 {
348 "indexed": true,
349 "name": "spender",
350 "type": "address"
351 },
352 {
353 "indexed": false,
354 "name": "value",
355 "type": "uint256"
356 }
357 ],
358 "name": "Approval",
359 "type": "event"
360 },
361 {
362 "anonymous": false,
363 "inputs": [
364 {
365 "indexed": true,
366 "name": "from",
367 "type": "address"
368 },
369 {
370 "indexed": true,
371 "name": "to",
372 "type": "address"
373 },
374 {
375 "indexed": false,
376 "name": "value",
377 "type": "uint256"
378 }
379 ],
380 "name": "Transfer",
381 "type": "event"
382 },
383 {
384 "constant": false,
385 "inputs": [
386 {
387 "name": "to",
388 "type": "address"
389 },
390 {
391 "name": "amount",
392 "type": "uint256"
393 }
394 ],
395 "name": "allocate",
396 "outputs": [],
397 "payable": false,
398 "stateMutability": "nonpayable",
399 "type": "function"
400 }
401 ],
402 "networks": {
403 "42": {
404 "events": {},
405 "links": {},
406 "address": "0x977bfb630b4d4d95ac7b288f1b54a07456cb6fb6",
407 "transactionHash": "0x0323e79e6c0c01b5c7c2ced1d7bf1f8df695a02ddecefde5cb6fe187a88eb7d0"
408 },
409 "4447": {
410 "events": {},
411 "links": {},
412 "address": "0xde5491f774f0cb009abcea7326342e105dbb1b2e",
413 "transactionHash": "0xb819d6a20075202ab57fcddee788140cc001ca0eb6f7ed3e6665f3f6991963b4"
414 }
415 }
416}
\No newline at end of file