UNPKG

15.3 kBJSONView Raw
1{
2 "abi": [
3 {
4 "constant": true,
5 "inputs": [],
6 "name": "db",
7 "outputs": [
8 {
9 "name": "",
10 "type": "address"
11 }
12 ],
13 "payable": false,
14 "stateMutability": "view",
15 "type": "function"
16 },
17 {
18 "constant": false,
19 "inputs": [],
20 "name": "updateDependencies",
21 "outputs": [],
22 "payable": false,
23 "stateMutability": "nonpayable",
24 "type": "function"
25 },
26 {
27 "constant": true,
28 "inputs": [],
29 "name": "owner",
30 "outputs": [
31 {
32 "name": "",
33 "type": "address"
34 }
35 ],
36 "payable": false,
37 "stateMutability": "view",
38 "type": "function"
39 },
40 {
41 "constant": true,
42 "inputs": [],
43 "name": "bondage",
44 "outputs": [
45 {
46 "name": "",
47 "type": "address"
48 }
49 ],
50 "payable": false,
51 "stateMutability": "view",
52 "type": "function"
53 },
54 {
55 "constant": false,
56 "inputs": [],
57 "name": "selfDestruct",
58 "outputs": [],
59 "payable": false,
60 "stateMutability": "nonpayable",
61 "type": "function"
62 },
63 {
64 "constant": true,
65 "inputs": [],
66 "name": "bondageAddress",
67 "outputs": [
68 {
69 "name": "",
70 "type": "address"
71 }
72 ],
73 "payable": false,
74 "stateMutability": "view",
75 "type": "function"
76 },
77 {
78 "constant": false,
79 "inputs": [
80 {
81 "name": "newOwner",
82 "type": "address"
83 }
84 ],
85 "name": "transferOwnership",
86 "outputs": [],
87 "payable": false,
88 "stateMutability": "nonpayable",
89 "type": "function"
90 },
91 {
92 "inputs": [
93 {
94 "name": "c",
95 "type": "address"
96 }
97 ],
98 "payable": false,
99 "stateMutability": "nonpayable",
100 "type": "constructor"
101 },
102 {
103 "anonymous": false,
104 "inputs": [
105 {
106 "indexed": true,
107 "name": "id",
108 "type": "uint256"
109 },
110 {
111 "indexed": true,
112 "name": "provider",
113 "type": "address"
114 },
115 {
116 "indexed": true,
117 "name": "subscriber",
118 "type": "address"
119 },
120 {
121 "indexed": false,
122 "name": "query",
123 "type": "string"
124 },
125 {
126 "indexed": false,
127 "name": "endpoint",
128 "type": "bytes32"
129 },
130 {
131 "indexed": false,
132 "name": "endpointParams",
133 "type": "bytes32[]"
134 },
135 {
136 "indexed": false,
137 "name": "onchainSubscriber",
138 "type": "bool"
139 }
140 ],
141 "name": "Incoming",
142 "type": "event"
143 },
144 {
145 "anonymous": false,
146 "inputs": [
147 {
148 "indexed": true,
149 "name": "subscriber",
150 "type": "address"
151 },
152 {
153 "indexed": true,
154 "name": "provider",
155 "type": "address"
156 },
157 {
158 "indexed": true,
159 "name": "endpoint",
160 "type": "bytes32"
161 }
162 ],
163 "name": "FulfillQuery",
164 "type": "event"
165 },
166 {
167 "anonymous": false,
168 "inputs": [
169 {
170 "indexed": true,
171 "name": "id",
172 "type": "uint256"
173 },
174 {
175 "indexed": true,
176 "name": "subscriber",
177 "type": "address"
178 },
179 {
180 "indexed": true,
181 "name": "provider",
182 "type": "address"
183 },
184 {
185 "indexed": false,
186 "name": "response",
187 "type": "bytes32[]"
188 }
189 ],
190 "name": "OffchainResponse",
191 "type": "event"
192 },
193 {
194 "anonymous": false,
195 "inputs": [
196 {
197 "indexed": true,
198 "name": "id",
199 "type": "uint256"
200 },
201 {
202 "indexed": true,
203 "name": "subscriber",
204 "type": "address"
205 },
206 {
207 "indexed": true,
208 "name": "provider",
209 "type": "address"
210 },
211 {
212 "indexed": false,
213 "name": "response",
214 "type": "int256[]"
215 }
216 ],
217 "name": "OffchainResponseInt",
218 "type": "event"
219 },
220 {
221 "anonymous": false,
222 "inputs": [
223 {
224 "indexed": true,
225 "name": "id",
226 "type": "uint256"
227 },
228 {
229 "indexed": true,
230 "name": "subscriber",
231 "type": "address"
232 },
233 {
234 "indexed": true,
235 "name": "provider",
236 "type": "address"
237 },
238 {
239 "indexed": false,
240 "name": "response1",
241 "type": "string"
242 }
243 ],
244 "name": "OffchainResult1",
245 "type": "event"
246 },
247 {
248 "anonymous": false,
249 "inputs": [
250 {
251 "indexed": true,
252 "name": "id",
253 "type": "uint256"
254 },
255 {
256 "indexed": true,
257 "name": "subscriber",
258 "type": "address"
259 },
260 {
261 "indexed": true,
262 "name": "provider",
263 "type": "address"
264 },
265 {
266 "indexed": false,
267 "name": "response1",
268 "type": "string"
269 },
270 {
271 "indexed": false,
272 "name": "response2",
273 "type": "string"
274 }
275 ],
276 "name": "OffchainResult2",
277 "type": "event"
278 },
279 {
280 "anonymous": false,
281 "inputs": [
282 {
283 "indexed": true,
284 "name": "id",
285 "type": "uint256"
286 },
287 {
288 "indexed": true,
289 "name": "subscriber",
290 "type": "address"
291 },
292 {
293 "indexed": true,
294 "name": "provider",
295 "type": "address"
296 },
297 {
298 "indexed": false,
299 "name": "response1",
300 "type": "string"
301 },
302 {
303 "indexed": false,
304 "name": "response2",
305 "type": "string"
306 },
307 {
308 "indexed": false,
309 "name": "response3",
310 "type": "string"
311 }
312 ],
313 "name": "OffchainResult3",
314 "type": "event"
315 },
316 {
317 "anonymous": false,
318 "inputs": [
319 {
320 "indexed": true,
321 "name": "id",
322 "type": "uint256"
323 },
324 {
325 "indexed": true,
326 "name": "subscriber",
327 "type": "address"
328 },
329 {
330 "indexed": true,
331 "name": "provider",
332 "type": "address"
333 },
334 {
335 "indexed": false,
336 "name": "response1",
337 "type": "string"
338 },
339 {
340 "indexed": false,
341 "name": "response2",
342 "type": "string"
343 },
344 {
345 "indexed": false,
346 "name": "response3",
347 "type": "string"
348 },
349 {
350 "indexed": false,
351 "name": "response4",
352 "type": "string"
353 }
354 ],
355 "name": "OffchainResult4",
356 "type": "event"
357 },
358 {
359 "anonymous": false,
360 "inputs": [
361 {
362 "indexed": true,
363 "name": "id",
364 "type": "uint256"
365 },
366 {
367 "indexed": true,
368 "name": "subscriber",
369 "type": "address"
370 },
371 {
372 "indexed": true,
373 "name": "provider",
374 "type": "address"
375 }
376 ],
377 "name": "CanceledRequest",
378 "type": "event"
379 },
380 {
381 "anonymous": false,
382 "inputs": [
383 {
384 "indexed": true,
385 "name": "id",
386 "type": "uint256"
387 },
388 {
389 "indexed": true,
390 "name": "subscriber",
391 "type": "address"
392 },
393 {
394 "indexed": true,
395 "name": "provider",
396 "type": "address"
397 }
398 ],
399 "name": "RevertCancelation",
400 "type": "event"
401 },
402 {
403 "anonymous": false,
404 "inputs": [
405 {
406 "indexed": true,
407 "name": "previousOwner",
408 "type": "address"
409 },
410 {
411 "indexed": true,
412 "name": "newOwner",
413 "type": "address"
414 }
415 ],
416 "name": "OwnershipTransferred",
417 "type": "event"
418 },
419 {
420 "constant": false,
421 "inputs": [
422 {
423 "name": "provider",
424 "type": "address"
425 },
426 {
427 "name": "userQuery",
428 "type": "string"
429 },
430 {
431 "name": "endpoint",
432 "type": "bytes32"
433 },
434 {
435 "name": "endpointParams",
436 "type": "bytes32[]"
437 },
438 {
439 "name": "onchainProvider",
440 "type": "bool"
441 },
442 {
443 "name": "onchainSubscriber",
444 "type": "bool"
445 }
446 ],
447 "name": "query",
448 "outputs": [
449 {
450 "name": "id",
451 "type": "uint256"
452 }
453 ],
454 "payable": false,
455 "stateMutability": "nonpayable",
456 "type": "function"
457 },
458 {
459 "constant": false,
460 "inputs": [
461 {
462 "name": "id",
463 "type": "uint256"
464 }
465 ],
466 "name": "cancelQuery",
467 "outputs": [],
468 "payable": false,
469 "stateMutability": "nonpayable",
470 "type": "function"
471 },
472 {
473 "constant": false,
474 "inputs": [
475 {
476 "name": "id",
477 "type": "uint256"
478 },
479 {
480 "name": "response",
481 "type": "bytes32[]"
482 }
483 ],
484 "name": "respondBytes32Array",
485 "outputs": [
486 {
487 "name": "",
488 "type": "bool"
489 }
490 ],
491 "payable": false,
492 "stateMutability": "nonpayable",
493 "type": "function"
494 },
495 {
496 "constant": false,
497 "inputs": [
498 {
499 "name": "id",
500 "type": "uint256"
501 },
502 {
503 "name": "response",
504 "type": "int256[]"
505 }
506 ],
507 "name": "respondIntArray",
508 "outputs": [
509 {
510 "name": "",
511 "type": "bool"
512 }
513 ],
514 "payable": false,
515 "stateMutability": "nonpayable",
516 "type": "function"
517 },
518 {
519 "constant": false,
520 "inputs": [
521 {
522 "name": "id",
523 "type": "uint256"
524 },
525 {
526 "name": "response",
527 "type": "string"
528 }
529 ],
530 "name": "respond1",
531 "outputs": [
532 {
533 "name": "",
534 "type": "bool"
535 }
536 ],
537 "payable": false,
538 "stateMutability": "nonpayable",
539 "type": "function"
540 },
541 {
542 "constant": false,
543 "inputs": [
544 {
545 "name": "id",
546 "type": "uint256"
547 },
548 {
549 "name": "response1",
550 "type": "string"
551 },
552 {
553 "name": "response2",
554 "type": "string"
555 }
556 ],
557 "name": "respond2",
558 "outputs": [
559 {
560 "name": "",
561 "type": "bool"
562 }
563 ],
564 "payable": false,
565 "stateMutability": "nonpayable",
566 "type": "function"
567 },
568 {
569 "constant": false,
570 "inputs": [
571 {
572 "name": "id",
573 "type": "uint256"
574 },
575 {
576 "name": "response1",
577 "type": "string"
578 },
579 {
580 "name": "response2",
581 "type": "string"
582 },
583 {
584 "name": "response3",
585 "type": "string"
586 }
587 ],
588 "name": "respond3",
589 "outputs": [
590 {
591 "name": "",
592 "type": "bool"
593 }
594 ],
595 "payable": false,
596 "stateMutability": "nonpayable",
597 "type": "function"
598 },
599 {
600 "constant": false,
601 "inputs": [
602 {
603 "name": "id",
604 "type": "uint256"
605 },
606 {
607 "name": "response1",
608 "type": "string"
609 },
610 {
611 "name": "response2",
612 "type": "string"
613 },
614 {
615 "name": "response3",
616 "type": "string"
617 },
618 {
619 "name": "response4",
620 "type": "string"
621 }
622 ],
623 "name": "respond4",
624 "outputs": [
625 {
626 "name": "",
627 "type": "bool"
628 }
629 ],
630 "payable": false,
631 "stateMutability": "nonpayable",
632 "type": "function"
633 },
634 {
635 "constant": true,
636 "inputs": [
637 {
638 "name": "id",
639 "type": "uint256"
640 }
641 ],
642 "name": "getProvider",
643 "outputs": [
644 {
645 "name": "",
646 "type": "address"
647 }
648 ],
649 "payable": false,
650 "stateMutability": "view",
651 "type": "function"
652 },
653 {
654 "constant": true,
655 "inputs": [
656 {
657 "name": "id",
658 "type": "uint256"
659 }
660 ],
661 "name": "getSubscriber",
662 "outputs": [
663 {
664 "name": "",
665 "type": "address"
666 }
667 ],
668 "payable": false,
669 "stateMutability": "view",
670 "type": "function"
671 },
672 {
673 "constant": true,
674 "inputs": [
675 {
676 "name": "id",
677 "type": "uint256"
678 }
679 ],
680 "name": "getEndpoint",
681 "outputs": [
682 {
683 "name": "",
684 "type": "bytes32"
685 }
686 ],
687 "payable": false,
688 "stateMutability": "view",
689 "type": "function"
690 },
691 {
692 "constant": true,
693 "inputs": [
694 {
695 "name": "id",
696 "type": "uint256"
697 }
698 ],
699 "name": "getStatus",
700 "outputs": [
701 {
702 "name": "",
703 "type": "uint8"
704 }
705 ],
706 "payable": false,
707 "stateMutability": "view",
708 "type": "function"
709 },
710 {
711 "constant": true,
712 "inputs": [
713 {
714 "name": "id",
715 "type": "uint256"
716 }
717 ],
718 "name": "getCancel",
719 "outputs": [
720 {
721 "name": "",
722 "type": "uint256"
723 }
724 ],
725 "payable": false,
726 "stateMutability": "view",
727 "type": "function"
728 },
729 {
730 "constant": true,
731 "inputs": [
732 {
733 "name": "id",
734 "type": "uint256"
735 }
736 ],
737 "name": "getUserQuery",
738 "outputs": [
739 {
740 "name": "",
741 "type": "string"
742 }
743 ],
744 "payable": false,
745 "stateMutability": "view",
746 "type": "function"
747 },
748 {
749 "constant": true,
750 "inputs": [
751 {
752 "name": "id",
753 "type": "uint256"
754 }
755 ],
756 "name": "getSubscriberOnchain",
757 "outputs": [
758 {
759 "name": "",
760 "type": "bool"
761 }
762 ],
763 "payable": false,
764 "stateMutability": "view",
765 "type": "function"
766 }
767 ],
768 "networks": {
769 "42": {
770 "events": {},
771 "links": {},
772 "address": "0x48fc7291b5a760e76b1d82cf32b077a6975521d1",
773 "transactionHash": "0x3b0c2a657024b6563be13de66b4468fa90befeaf278004553f54debbc2c30a69"
774 },
775 "4447": {
776 "events": {},
777 "links": {},
778 "address": "0x855d1c79ad3fb086d516554dc7187e3fdfc1c79a",
779 "transactionHash": "0xff5d201dd9ca72813ae0b585d53c6abb8902a6cd02122c5160158c27dbd65ecb"
780 }
781 }
782}
\No newline at end of file