@venusprotocol/oracle 2.8.0-dev.6 → 2.9.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3701 @@
1
+ {
2
+ "name": "unichainsepolia",
3
+ "chainId": "1301",
4
+ "contracts": {
5
+ "BoundValidator": {
6
+ "address": "0x51C9F57Ffc0A4dD6d135aa3b856571F5A4e4C6CB",
7
+ "abi": [
8
+ {
9
+ "anonymous": false,
10
+ "inputs": [
11
+ {
12
+ "indexed": false,
13
+ "internalType": "address",
14
+ "name": "previousAdmin",
15
+ "type": "address"
16
+ },
17
+ {
18
+ "indexed": false,
19
+ "internalType": "address",
20
+ "name": "newAdmin",
21
+ "type": "address"
22
+ }
23
+ ],
24
+ "name": "AdminChanged",
25
+ "type": "event"
26
+ },
27
+ {
28
+ "anonymous": false,
29
+ "inputs": [
30
+ {
31
+ "indexed": true,
32
+ "internalType": "address",
33
+ "name": "beacon",
34
+ "type": "address"
35
+ }
36
+ ],
37
+ "name": "BeaconUpgraded",
38
+ "type": "event"
39
+ },
40
+ {
41
+ "anonymous": false,
42
+ "inputs": [
43
+ {
44
+ "indexed": true,
45
+ "internalType": "address",
46
+ "name": "implementation",
47
+ "type": "address"
48
+ }
49
+ ],
50
+ "name": "Upgraded",
51
+ "type": "event"
52
+ },
53
+ {
54
+ "stateMutability": "payable",
55
+ "type": "fallback"
56
+ },
57
+ {
58
+ "inputs": [],
59
+ "name": "admin",
60
+ "outputs": [
61
+ {
62
+ "internalType": "address",
63
+ "name": "admin_",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "stateMutability": "nonpayable",
68
+ "type": "function"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "implementation",
73
+ "outputs": [
74
+ {
75
+ "internalType": "address",
76
+ "name": "implementation_",
77
+ "type": "address"
78
+ }
79
+ ],
80
+ "stateMutability": "nonpayable",
81
+ "type": "function"
82
+ },
83
+ {
84
+ "inputs": [
85
+ {
86
+ "internalType": "address",
87
+ "name": "newImplementation",
88
+ "type": "address"
89
+ }
90
+ ],
91
+ "name": "upgradeTo",
92
+ "outputs": [],
93
+ "stateMutability": "nonpayable",
94
+ "type": "function"
95
+ },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "internalType": "address",
100
+ "name": "newImplementation",
101
+ "type": "address"
102
+ },
103
+ {
104
+ "internalType": "bytes",
105
+ "name": "data",
106
+ "type": "bytes"
107
+ }
108
+ ],
109
+ "name": "upgradeToAndCall",
110
+ "outputs": [],
111
+ "stateMutability": "payable",
112
+ "type": "function"
113
+ },
114
+ {
115
+ "stateMutability": "payable",
116
+ "type": "receive"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "sender",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "internalType": "address",
127
+ "name": "calledContract",
128
+ "type": "address"
129
+ },
130
+ {
131
+ "internalType": "string",
132
+ "name": "methodSignature",
133
+ "type": "string"
134
+ }
135
+ ],
136
+ "name": "Unauthorized",
137
+ "type": "error"
138
+ },
139
+ {
140
+ "anonymous": false,
141
+ "inputs": [
142
+ {
143
+ "indexed": false,
144
+ "internalType": "uint8",
145
+ "name": "version",
146
+ "type": "uint8"
147
+ }
148
+ ],
149
+ "name": "Initialized",
150
+ "type": "event"
151
+ },
152
+ {
153
+ "anonymous": false,
154
+ "inputs": [
155
+ {
156
+ "indexed": false,
157
+ "internalType": "address",
158
+ "name": "oldAccessControlManager",
159
+ "type": "address"
160
+ },
161
+ {
162
+ "indexed": false,
163
+ "internalType": "address",
164
+ "name": "newAccessControlManager",
165
+ "type": "address"
166
+ }
167
+ ],
168
+ "name": "NewAccessControlManager",
169
+ "type": "event"
170
+ },
171
+ {
172
+ "anonymous": false,
173
+ "inputs": [
174
+ {
175
+ "indexed": true,
176
+ "internalType": "address",
177
+ "name": "previousOwner",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "indexed": true,
182
+ "internalType": "address",
183
+ "name": "newOwner",
184
+ "type": "address"
185
+ }
186
+ ],
187
+ "name": "OwnershipTransferStarted",
188
+ "type": "event"
189
+ },
190
+ {
191
+ "anonymous": false,
192
+ "inputs": [
193
+ {
194
+ "indexed": true,
195
+ "internalType": "address",
196
+ "name": "previousOwner",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "indexed": true,
201
+ "internalType": "address",
202
+ "name": "newOwner",
203
+ "type": "address"
204
+ }
205
+ ],
206
+ "name": "OwnershipTransferred",
207
+ "type": "event"
208
+ },
209
+ {
210
+ "anonymous": false,
211
+ "inputs": [
212
+ {
213
+ "indexed": true,
214
+ "internalType": "address",
215
+ "name": "asset",
216
+ "type": "address"
217
+ },
218
+ {
219
+ "indexed": true,
220
+ "internalType": "uint256",
221
+ "name": "upperBound",
222
+ "type": "uint256"
223
+ },
224
+ {
225
+ "indexed": true,
226
+ "internalType": "uint256",
227
+ "name": "lowerBound",
228
+ "type": "uint256"
229
+ }
230
+ ],
231
+ "name": "ValidateConfigAdded",
232
+ "type": "event"
233
+ },
234
+ {
235
+ "inputs": [],
236
+ "name": "acceptOwnership",
237
+ "outputs": [],
238
+ "stateMutability": "nonpayable",
239
+ "type": "function"
240
+ },
241
+ {
242
+ "inputs": [],
243
+ "name": "accessControlManager",
244
+ "outputs": [
245
+ {
246
+ "internalType": "contract IAccessControlManagerV8",
247
+ "name": "",
248
+ "type": "address"
249
+ }
250
+ ],
251
+ "stateMutability": "view",
252
+ "type": "function"
253
+ },
254
+ {
255
+ "inputs": [
256
+ {
257
+ "internalType": "address",
258
+ "name": "accessControlManager_",
259
+ "type": "address"
260
+ }
261
+ ],
262
+ "name": "initialize",
263
+ "outputs": [],
264
+ "stateMutability": "nonpayable",
265
+ "type": "function"
266
+ },
267
+ {
268
+ "inputs": [],
269
+ "name": "owner",
270
+ "outputs": [
271
+ {
272
+ "internalType": "address",
273
+ "name": "",
274
+ "type": "address"
275
+ }
276
+ ],
277
+ "stateMutability": "view",
278
+ "type": "function"
279
+ },
280
+ {
281
+ "inputs": [],
282
+ "name": "pendingOwner",
283
+ "outputs": [
284
+ {
285
+ "internalType": "address",
286
+ "name": "",
287
+ "type": "address"
288
+ }
289
+ ],
290
+ "stateMutability": "view",
291
+ "type": "function"
292
+ },
293
+ {
294
+ "inputs": [],
295
+ "name": "renounceOwnership",
296
+ "outputs": [],
297
+ "stateMutability": "nonpayable",
298
+ "type": "function"
299
+ },
300
+ {
301
+ "inputs": [
302
+ {
303
+ "internalType": "address",
304
+ "name": "accessControlManager_",
305
+ "type": "address"
306
+ }
307
+ ],
308
+ "name": "setAccessControlManager",
309
+ "outputs": [],
310
+ "stateMutability": "nonpayable",
311
+ "type": "function"
312
+ },
313
+ {
314
+ "inputs": [
315
+ {
316
+ "components": [
317
+ {
318
+ "internalType": "address",
319
+ "name": "asset",
320
+ "type": "address"
321
+ },
322
+ {
323
+ "internalType": "uint256",
324
+ "name": "upperBoundRatio",
325
+ "type": "uint256"
326
+ },
327
+ {
328
+ "internalType": "uint256",
329
+ "name": "lowerBoundRatio",
330
+ "type": "uint256"
331
+ }
332
+ ],
333
+ "internalType": "struct BoundValidator.ValidateConfig",
334
+ "name": "config",
335
+ "type": "tuple"
336
+ }
337
+ ],
338
+ "name": "setValidateConfig",
339
+ "outputs": [],
340
+ "stateMutability": "nonpayable",
341
+ "type": "function"
342
+ },
343
+ {
344
+ "inputs": [
345
+ {
346
+ "components": [
347
+ {
348
+ "internalType": "address",
349
+ "name": "asset",
350
+ "type": "address"
351
+ },
352
+ {
353
+ "internalType": "uint256",
354
+ "name": "upperBoundRatio",
355
+ "type": "uint256"
356
+ },
357
+ {
358
+ "internalType": "uint256",
359
+ "name": "lowerBoundRatio",
360
+ "type": "uint256"
361
+ }
362
+ ],
363
+ "internalType": "struct BoundValidator.ValidateConfig[]",
364
+ "name": "configs",
365
+ "type": "tuple[]"
366
+ }
367
+ ],
368
+ "name": "setValidateConfigs",
369
+ "outputs": [],
370
+ "stateMutability": "nonpayable",
371
+ "type": "function"
372
+ },
373
+ {
374
+ "inputs": [
375
+ {
376
+ "internalType": "address",
377
+ "name": "newOwner",
378
+ "type": "address"
379
+ }
380
+ ],
381
+ "name": "transferOwnership",
382
+ "outputs": [],
383
+ "stateMutability": "nonpayable",
384
+ "type": "function"
385
+ },
386
+ {
387
+ "inputs": [
388
+ {
389
+ "internalType": "address",
390
+ "name": "",
391
+ "type": "address"
392
+ }
393
+ ],
394
+ "name": "validateConfigs",
395
+ "outputs": [
396
+ {
397
+ "internalType": "address",
398
+ "name": "asset",
399
+ "type": "address"
400
+ },
401
+ {
402
+ "internalType": "uint256",
403
+ "name": "upperBoundRatio",
404
+ "type": "uint256"
405
+ },
406
+ {
407
+ "internalType": "uint256",
408
+ "name": "lowerBoundRatio",
409
+ "type": "uint256"
410
+ }
411
+ ],
412
+ "stateMutability": "view",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "inputs": [
417
+ {
418
+ "internalType": "address",
419
+ "name": "asset",
420
+ "type": "address"
421
+ },
422
+ {
423
+ "internalType": "uint256",
424
+ "name": "reportedPrice",
425
+ "type": "uint256"
426
+ },
427
+ {
428
+ "internalType": "uint256",
429
+ "name": "anchorPrice",
430
+ "type": "uint256"
431
+ }
432
+ ],
433
+ "name": "validatePriceWithAnchorPrice",
434
+ "outputs": [
435
+ {
436
+ "internalType": "bool",
437
+ "name": "",
438
+ "type": "bool"
439
+ }
440
+ ],
441
+ "stateMutability": "view",
442
+ "type": "function"
443
+ },
444
+ {
445
+ "inputs": [
446
+ {
447
+ "internalType": "address",
448
+ "name": "_logic",
449
+ "type": "address"
450
+ },
451
+ {
452
+ "internalType": "address",
453
+ "name": "admin_",
454
+ "type": "address"
455
+ },
456
+ {
457
+ "internalType": "bytes",
458
+ "name": "_data",
459
+ "type": "bytes"
460
+ }
461
+ ],
462
+ "stateMutability": "payable",
463
+ "type": "constructor"
464
+ }
465
+ ]
466
+ },
467
+ "BoundValidator_Implementation": {
468
+ "address": "0xA382F5CD9ECf7187C986c170D939A6fA05aF0996",
469
+ "abi": [
470
+ {
471
+ "inputs": [],
472
+ "stateMutability": "nonpayable",
473
+ "type": "constructor"
474
+ },
475
+ {
476
+ "inputs": [
477
+ {
478
+ "internalType": "address",
479
+ "name": "sender",
480
+ "type": "address"
481
+ },
482
+ {
483
+ "internalType": "address",
484
+ "name": "calledContract",
485
+ "type": "address"
486
+ },
487
+ {
488
+ "internalType": "string",
489
+ "name": "methodSignature",
490
+ "type": "string"
491
+ }
492
+ ],
493
+ "name": "Unauthorized",
494
+ "type": "error"
495
+ },
496
+ {
497
+ "anonymous": false,
498
+ "inputs": [
499
+ {
500
+ "indexed": false,
501
+ "internalType": "uint8",
502
+ "name": "version",
503
+ "type": "uint8"
504
+ }
505
+ ],
506
+ "name": "Initialized",
507
+ "type": "event"
508
+ },
509
+ {
510
+ "anonymous": false,
511
+ "inputs": [
512
+ {
513
+ "indexed": false,
514
+ "internalType": "address",
515
+ "name": "oldAccessControlManager",
516
+ "type": "address"
517
+ },
518
+ {
519
+ "indexed": false,
520
+ "internalType": "address",
521
+ "name": "newAccessControlManager",
522
+ "type": "address"
523
+ }
524
+ ],
525
+ "name": "NewAccessControlManager",
526
+ "type": "event"
527
+ },
528
+ {
529
+ "anonymous": false,
530
+ "inputs": [
531
+ {
532
+ "indexed": true,
533
+ "internalType": "address",
534
+ "name": "previousOwner",
535
+ "type": "address"
536
+ },
537
+ {
538
+ "indexed": true,
539
+ "internalType": "address",
540
+ "name": "newOwner",
541
+ "type": "address"
542
+ }
543
+ ],
544
+ "name": "OwnershipTransferStarted",
545
+ "type": "event"
546
+ },
547
+ {
548
+ "anonymous": false,
549
+ "inputs": [
550
+ {
551
+ "indexed": true,
552
+ "internalType": "address",
553
+ "name": "previousOwner",
554
+ "type": "address"
555
+ },
556
+ {
557
+ "indexed": true,
558
+ "internalType": "address",
559
+ "name": "newOwner",
560
+ "type": "address"
561
+ }
562
+ ],
563
+ "name": "OwnershipTransferred",
564
+ "type": "event"
565
+ },
566
+ {
567
+ "anonymous": false,
568
+ "inputs": [
569
+ {
570
+ "indexed": true,
571
+ "internalType": "address",
572
+ "name": "asset",
573
+ "type": "address"
574
+ },
575
+ {
576
+ "indexed": true,
577
+ "internalType": "uint256",
578
+ "name": "upperBound",
579
+ "type": "uint256"
580
+ },
581
+ {
582
+ "indexed": true,
583
+ "internalType": "uint256",
584
+ "name": "lowerBound",
585
+ "type": "uint256"
586
+ }
587
+ ],
588
+ "name": "ValidateConfigAdded",
589
+ "type": "event"
590
+ },
591
+ {
592
+ "inputs": [],
593
+ "name": "acceptOwnership",
594
+ "outputs": [],
595
+ "stateMutability": "nonpayable",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [],
600
+ "name": "accessControlManager",
601
+ "outputs": [
602
+ {
603
+ "internalType": "contract IAccessControlManagerV8",
604
+ "name": "",
605
+ "type": "address"
606
+ }
607
+ ],
608
+ "stateMutability": "view",
609
+ "type": "function"
610
+ },
611
+ {
612
+ "inputs": [
613
+ {
614
+ "internalType": "address",
615
+ "name": "accessControlManager_",
616
+ "type": "address"
617
+ }
618
+ ],
619
+ "name": "initialize",
620
+ "outputs": [],
621
+ "stateMutability": "nonpayable",
622
+ "type": "function"
623
+ },
624
+ {
625
+ "inputs": [],
626
+ "name": "owner",
627
+ "outputs": [
628
+ {
629
+ "internalType": "address",
630
+ "name": "",
631
+ "type": "address"
632
+ }
633
+ ],
634
+ "stateMutability": "view",
635
+ "type": "function"
636
+ },
637
+ {
638
+ "inputs": [],
639
+ "name": "pendingOwner",
640
+ "outputs": [
641
+ {
642
+ "internalType": "address",
643
+ "name": "",
644
+ "type": "address"
645
+ }
646
+ ],
647
+ "stateMutability": "view",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [],
652
+ "name": "renounceOwnership",
653
+ "outputs": [],
654
+ "stateMutability": "nonpayable",
655
+ "type": "function"
656
+ },
657
+ {
658
+ "inputs": [
659
+ {
660
+ "internalType": "address",
661
+ "name": "accessControlManager_",
662
+ "type": "address"
663
+ }
664
+ ],
665
+ "name": "setAccessControlManager",
666
+ "outputs": [],
667
+ "stateMutability": "nonpayable",
668
+ "type": "function"
669
+ },
670
+ {
671
+ "inputs": [
672
+ {
673
+ "components": [
674
+ {
675
+ "internalType": "address",
676
+ "name": "asset",
677
+ "type": "address"
678
+ },
679
+ {
680
+ "internalType": "uint256",
681
+ "name": "upperBoundRatio",
682
+ "type": "uint256"
683
+ },
684
+ {
685
+ "internalType": "uint256",
686
+ "name": "lowerBoundRatio",
687
+ "type": "uint256"
688
+ }
689
+ ],
690
+ "internalType": "struct BoundValidator.ValidateConfig",
691
+ "name": "config",
692
+ "type": "tuple"
693
+ }
694
+ ],
695
+ "name": "setValidateConfig",
696
+ "outputs": [],
697
+ "stateMutability": "nonpayable",
698
+ "type": "function"
699
+ },
700
+ {
701
+ "inputs": [
702
+ {
703
+ "components": [
704
+ {
705
+ "internalType": "address",
706
+ "name": "asset",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "internalType": "uint256",
711
+ "name": "upperBoundRatio",
712
+ "type": "uint256"
713
+ },
714
+ {
715
+ "internalType": "uint256",
716
+ "name": "lowerBoundRatio",
717
+ "type": "uint256"
718
+ }
719
+ ],
720
+ "internalType": "struct BoundValidator.ValidateConfig[]",
721
+ "name": "configs",
722
+ "type": "tuple[]"
723
+ }
724
+ ],
725
+ "name": "setValidateConfigs",
726
+ "outputs": [],
727
+ "stateMutability": "nonpayable",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [
732
+ {
733
+ "internalType": "address",
734
+ "name": "newOwner",
735
+ "type": "address"
736
+ }
737
+ ],
738
+ "name": "transferOwnership",
739
+ "outputs": [],
740
+ "stateMutability": "nonpayable",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [
745
+ {
746
+ "internalType": "address",
747
+ "name": "",
748
+ "type": "address"
749
+ }
750
+ ],
751
+ "name": "validateConfigs",
752
+ "outputs": [
753
+ {
754
+ "internalType": "address",
755
+ "name": "asset",
756
+ "type": "address"
757
+ },
758
+ {
759
+ "internalType": "uint256",
760
+ "name": "upperBoundRatio",
761
+ "type": "uint256"
762
+ },
763
+ {
764
+ "internalType": "uint256",
765
+ "name": "lowerBoundRatio",
766
+ "type": "uint256"
767
+ }
768
+ ],
769
+ "stateMutability": "view",
770
+ "type": "function"
771
+ },
772
+ {
773
+ "inputs": [
774
+ {
775
+ "internalType": "address",
776
+ "name": "asset",
777
+ "type": "address"
778
+ },
779
+ {
780
+ "internalType": "uint256",
781
+ "name": "reportedPrice",
782
+ "type": "uint256"
783
+ },
784
+ {
785
+ "internalType": "uint256",
786
+ "name": "anchorPrice",
787
+ "type": "uint256"
788
+ }
789
+ ],
790
+ "name": "validatePriceWithAnchorPrice",
791
+ "outputs": [
792
+ {
793
+ "internalType": "bool",
794
+ "name": "",
795
+ "type": "bool"
796
+ }
797
+ ],
798
+ "stateMutability": "view",
799
+ "type": "function"
800
+ }
801
+ ]
802
+ },
803
+ "BoundValidator_Proxy": {
804
+ "address": "0x51C9F57Ffc0A4dD6d135aa3b856571F5A4e4C6CB",
805
+ "abi": [
806
+ {
807
+ "inputs": [
808
+ {
809
+ "internalType": "address",
810
+ "name": "_logic",
811
+ "type": "address"
812
+ },
813
+ {
814
+ "internalType": "address",
815
+ "name": "admin_",
816
+ "type": "address"
817
+ },
818
+ {
819
+ "internalType": "bytes",
820
+ "name": "_data",
821
+ "type": "bytes"
822
+ }
823
+ ],
824
+ "stateMutability": "payable",
825
+ "type": "constructor"
826
+ },
827
+ {
828
+ "anonymous": false,
829
+ "inputs": [
830
+ {
831
+ "indexed": false,
832
+ "internalType": "address",
833
+ "name": "previousAdmin",
834
+ "type": "address"
835
+ },
836
+ {
837
+ "indexed": false,
838
+ "internalType": "address",
839
+ "name": "newAdmin",
840
+ "type": "address"
841
+ }
842
+ ],
843
+ "name": "AdminChanged",
844
+ "type": "event"
845
+ },
846
+ {
847
+ "anonymous": false,
848
+ "inputs": [
849
+ {
850
+ "indexed": true,
851
+ "internalType": "address",
852
+ "name": "beacon",
853
+ "type": "address"
854
+ }
855
+ ],
856
+ "name": "BeaconUpgraded",
857
+ "type": "event"
858
+ },
859
+ {
860
+ "anonymous": false,
861
+ "inputs": [
862
+ {
863
+ "indexed": true,
864
+ "internalType": "address",
865
+ "name": "implementation",
866
+ "type": "address"
867
+ }
868
+ ],
869
+ "name": "Upgraded",
870
+ "type": "event"
871
+ },
872
+ {
873
+ "stateMutability": "payable",
874
+ "type": "fallback"
875
+ },
876
+ {
877
+ "inputs": [],
878
+ "name": "admin",
879
+ "outputs": [
880
+ {
881
+ "internalType": "address",
882
+ "name": "admin_",
883
+ "type": "address"
884
+ }
885
+ ],
886
+ "stateMutability": "nonpayable",
887
+ "type": "function"
888
+ },
889
+ {
890
+ "inputs": [],
891
+ "name": "implementation",
892
+ "outputs": [
893
+ {
894
+ "internalType": "address",
895
+ "name": "implementation_",
896
+ "type": "address"
897
+ }
898
+ ],
899
+ "stateMutability": "nonpayable",
900
+ "type": "function"
901
+ },
902
+ {
903
+ "inputs": [
904
+ {
905
+ "internalType": "address",
906
+ "name": "newImplementation",
907
+ "type": "address"
908
+ }
909
+ ],
910
+ "name": "upgradeTo",
911
+ "outputs": [],
912
+ "stateMutability": "nonpayable",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "inputs": [
917
+ {
918
+ "internalType": "address",
919
+ "name": "newImplementation",
920
+ "type": "address"
921
+ },
922
+ {
923
+ "internalType": "bytes",
924
+ "name": "data",
925
+ "type": "bytes"
926
+ }
927
+ ],
928
+ "name": "upgradeToAndCall",
929
+ "outputs": [],
930
+ "stateMutability": "payable",
931
+ "type": "function"
932
+ },
933
+ {
934
+ "stateMutability": "payable",
935
+ "type": "receive"
936
+ }
937
+ ]
938
+ },
939
+ "DefaultProxyAdmin": {
940
+ "address": "0x256735eFdfDf135bD6991854e0065909e57804aa",
941
+ "abi": [
942
+ {
943
+ "inputs": [
944
+ {
945
+ "internalType": "address",
946
+ "name": "initialOwner",
947
+ "type": "address"
948
+ }
949
+ ],
950
+ "stateMutability": "nonpayable",
951
+ "type": "constructor"
952
+ },
953
+ {
954
+ "anonymous": false,
955
+ "inputs": [
956
+ {
957
+ "indexed": true,
958
+ "internalType": "address",
959
+ "name": "previousOwner",
960
+ "type": "address"
961
+ },
962
+ {
963
+ "indexed": true,
964
+ "internalType": "address",
965
+ "name": "newOwner",
966
+ "type": "address"
967
+ }
968
+ ],
969
+ "name": "OwnershipTransferred",
970
+ "type": "event"
971
+ },
972
+ {
973
+ "inputs": [
974
+ {
975
+ "internalType": "contract TransparentUpgradeableProxy",
976
+ "name": "proxy",
977
+ "type": "address"
978
+ },
979
+ {
980
+ "internalType": "address",
981
+ "name": "newAdmin",
982
+ "type": "address"
983
+ }
984
+ ],
985
+ "name": "changeProxyAdmin",
986
+ "outputs": [],
987
+ "stateMutability": "nonpayable",
988
+ "type": "function"
989
+ },
990
+ {
991
+ "inputs": [
992
+ {
993
+ "internalType": "contract TransparentUpgradeableProxy",
994
+ "name": "proxy",
995
+ "type": "address"
996
+ }
997
+ ],
998
+ "name": "getProxyAdmin",
999
+ "outputs": [
1000
+ {
1001
+ "internalType": "address",
1002
+ "name": "",
1003
+ "type": "address"
1004
+ }
1005
+ ],
1006
+ "stateMutability": "view",
1007
+ "type": "function"
1008
+ },
1009
+ {
1010
+ "inputs": [
1011
+ {
1012
+ "internalType": "contract TransparentUpgradeableProxy",
1013
+ "name": "proxy",
1014
+ "type": "address"
1015
+ }
1016
+ ],
1017
+ "name": "getProxyImplementation",
1018
+ "outputs": [
1019
+ {
1020
+ "internalType": "address",
1021
+ "name": "",
1022
+ "type": "address"
1023
+ }
1024
+ ],
1025
+ "stateMutability": "view",
1026
+ "type": "function"
1027
+ },
1028
+ {
1029
+ "inputs": [],
1030
+ "name": "owner",
1031
+ "outputs": [
1032
+ {
1033
+ "internalType": "address",
1034
+ "name": "",
1035
+ "type": "address"
1036
+ }
1037
+ ],
1038
+ "stateMutability": "view",
1039
+ "type": "function"
1040
+ },
1041
+ {
1042
+ "inputs": [],
1043
+ "name": "renounceOwnership",
1044
+ "outputs": [],
1045
+ "stateMutability": "nonpayable",
1046
+ "type": "function"
1047
+ },
1048
+ {
1049
+ "inputs": [
1050
+ {
1051
+ "internalType": "address",
1052
+ "name": "newOwner",
1053
+ "type": "address"
1054
+ }
1055
+ ],
1056
+ "name": "transferOwnership",
1057
+ "outputs": [],
1058
+ "stateMutability": "nonpayable",
1059
+ "type": "function"
1060
+ },
1061
+ {
1062
+ "inputs": [
1063
+ {
1064
+ "internalType": "contract TransparentUpgradeableProxy",
1065
+ "name": "proxy",
1066
+ "type": "address"
1067
+ },
1068
+ {
1069
+ "internalType": "address",
1070
+ "name": "implementation",
1071
+ "type": "address"
1072
+ }
1073
+ ],
1074
+ "name": "upgrade",
1075
+ "outputs": [],
1076
+ "stateMutability": "nonpayable",
1077
+ "type": "function"
1078
+ },
1079
+ {
1080
+ "inputs": [
1081
+ {
1082
+ "internalType": "contract TransparentUpgradeableProxy",
1083
+ "name": "proxy",
1084
+ "type": "address"
1085
+ },
1086
+ {
1087
+ "internalType": "address",
1088
+ "name": "implementation",
1089
+ "type": "address"
1090
+ },
1091
+ {
1092
+ "internalType": "bytes",
1093
+ "name": "data",
1094
+ "type": "bytes"
1095
+ }
1096
+ ],
1097
+ "name": "upgradeAndCall",
1098
+ "outputs": [],
1099
+ "stateMutability": "payable",
1100
+ "type": "function"
1101
+ }
1102
+ ]
1103
+ },
1104
+ "RedStoneOracle": {
1105
+ "address": "0x8683D6902A669Ac479cfcCf2542724a133D4d872",
1106
+ "abi": [
1107
+ {
1108
+ "anonymous": false,
1109
+ "inputs": [
1110
+ {
1111
+ "indexed": false,
1112
+ "internalType": "address",
1113
+ "name": "previousAdmin",
1114
+ "type": "address"
1115
+ },
1116
+ {
1117
+ "indexed": false,
1118
+ "internalType": "address",
1119
+ "name": "newAdmin",
1120
+ "type": "address"
1121
+ }
1122
+ ],
1123
+ "name": "AdminChanged",
1124
+ "type": "event"
1125
+ },
1126
+ {
1127
+ "anonymous": false,
1128
+ "inputs": [
1129
+ {
1130
+ "indexed": true,
1131
+ "internalType": "address",
1132
+ "name": "beacon",
1133
+ "type": "address"
1134
+ }
1135
+ ],
1136
+ "name": "BeaconUpgraded",
1137
+ "type": "event"
1138
+ },
1139
+ {
1140
+ "anonymous": false,
1141
+ "inputs": [
1142
+ {
1143
+ "indexed": true,
1144
+ "internalType": "address",
1145
+ "name": "implementation",
1146
+ "type": "address"
1147
+ }
1148
+ ],
1149
+ "name": "Upgraded",
1150
+ "type": "event"
1151
+ },
1152
+ {
1153
+ "stateMutability": "payable",
1154
+ "type": "fallback"
1155
+ },
1156
+ {
1157
+ "inputs": [],
1158
+ "name": "admin",
1159
+ "outputs": [
1160
+ {
1161
+ "internalType": "address",
1162
+ "name": "admin_",
1163
+ "type": "address"
1164
+ }
1165
+ ],
1166
+ "stateMutability": "nonpayable",
1167
+ "type": "function"
1168
+ },
1169
+ {
1170
+ "inputs": [],
1171
+ "name": "implementation",
1172
+ "outputs": [
1173
+ {
1174
+ "internalType": "address",
1175
+ "name": "implementation_",
1176
+ "type": "address"
1177
+ }
1178
+ ],
1179
+ "stateMutability": "nonpayable",
1180
+ "type": "function"
1181
+ },
1182
+ {
1183
+ "inputs": [
1184
+ {
1185
+ "internalType": "address",
1186
+ "name": "newImplementation",
1187
+ "type": "address"
1188
+ }
1189
+ ],
1190
+ "name": "upgradeTo",
1191
+ "outputs": [],
1192
+ "stateMutability": "nonpayable",
1193
+ "type": "function"
1194
+ },
1195
+ {
1196
+ "inputs": [
1197
+ {
1198
+ "internalType": "address",
1199
+ "name": "newImplementation",
1200
+ "type": "address"
1201
+ },
1202
+ {
1203
+ "internalType": "bytes",
1204
+ "name": "data",
1205
+ "type": "bytes"
1206
+ }
1207
+ ],
1208
+ "name": "upgradeToAndCall",
1209
+ "outputs": [],
1210
+ "stateMutability": "payable",
1211
+ "type": "function"
1212
+ },
1213
+ {
1214
+ "stateMutability": "payable",
1215
+ "type": "receive"
1216
+ },
1217
+ {
1218
+ "inputs": [
1219
+ {
1220
+ "internalType": "address",
1221
+ "name": "sender",
1222
+ "type": "address"
1223
+ },
1224
+ {
1225
+ "internalType": "address",
1226
+ "name": "calledContract",
1227
+ "type": "address"
1228
+ },
1229
+ {
1230
+ "internalType": "string",
1231
+ "name": "methodSignature",
1232
+ "type": "string"
1233
+ }
1234
+ ],
1235
+ "name": "Unauthorized",
1236
+ "type": "error"
1237
+ },
1238
+ {
1239
+ "anonymous": false,
1240
+ "inputs": [
1241
+ {
1242
+ "indexed": false,
1243
+ "internalType": "uint8",
1244
+ "name": "version",
1245
+ "type": "uint8"
1246
+ }
1247
+ ],
1248
+ "name": "Initialized",
1249
+ "type": "event"
1250
+ },
1251
+ {
1252
+ "anonymous": false,
1253
+ "inputs": [
1254
+ {
1255
+ "indexed": false,
1256
+ "internalType": "address",
1257
+ "name": "oldAccessControlManager",
1258
+ "type": "address"
1259
+ },
1260
+ {
1261
+ "indexed": false,
1262
+ "internalType": "address",
1263
+ "name": "newAccessControlManager",
1264
+ "type": "address"
1265
+ }
1266
+ ],
1267
+ "name": "NewAccessControlManager",
1268
+ "type": "event"
1269
+ },
1270
+ {
1271
+ "anonymous": false,
1272
+ "inputs": [
1273
+ {
1274
+ "indexed": true,
1275
+ "internalType": "address",
1276
+ "name": "previousOwner",
1277
+ "type": "address"
1278
+ },
1279
+ {
1280
+ "indexed": true,
1281
+ "internalType": "address",
1282
+ "name": "newOwner",
1283
+ "type": "address"
1284
+ }
1285
+ ],
1286
+ "name": "OwnershipTransferStarted",
1287
+ "type": "event"
1288
+ },
1289
+ {
1290
+ "anonymous": false,
1291
+ "inputs": [
1292
+ {
1293
+ "indexed": true,
1294
+ "internalType": "address",
1295
+ "name": "previousOwner",
1296
+ "type": "address"
1297
+ },
1298
+ {
1299
+ "indexed": true,
1300
+ "internalType": "address",
1301
+ "name": "newOwner",
1302
+ "type": "address"
1303
+ }
1304
+ ],
1305
+ "name": "OwnershipTransferred",
1306
+ "type": "event"
1307
+ },
1308
+ {
1309
+ "anonymous": false,
1310
+ "inputs": [
1311
+ {
1312
+ "indexed": true,
1313
+ "internalType": "address",
1314
+ "name": "asset",
1315
+ "type": "address"
1316
+ },
1317
+ {
1318
+ "indexed": false,
1319
+ "internalType": "uint256",
1320
+ "name": "previousPriceMantissa",
1321
+ "type": "uint256"
1322
+ },
1323
+ {
1324
+ "indexed": false,
1325
+ "internalType": "uint256",
1326
+ "name": "newPriceMantissa",
1327
+ "type": "uint256"
1328
+ }
1329
+ ],
1330
+ "name": "PricePosted",
1331
+ "type": "event"
1332
+ },
1333
+ {
1334
+ "anonymous": false,
1335
+ "inputs": [
1336
+ {
1337
+ "indexed": true,
1338
+ "internalType": "address",
1339
+ "name": "asset",
1340
+ "type": "address"
1341
+ },
1342
+ {
1343
+ "indexed": false,
1344
+ "internalType": "address",
1345
+ "name": "feed",
1346
+ "type": "address"
1347
+ },
1348
+ {
1349
+ "indexed": false,
1350
+ "internalType": "uint256",
1351
+ "name": "maxStalePeriod",
1352
+ "type": "uint256"
1353
+ }
1354
+ ],
1355
+ "name": "TokenConfigAdded",
1356
+ "type": "event"
1357
+ },
1358
+ {
1359
+ "inputs": [],
1360
+ "name": "NATIVE_TOKEN_ADDR",
1361
+ "outputs": [
1362
+ {
1363
+ "internalType": "address",
1364
+ "name": "",
1365
+ "type": "address"
1366
+ }
1367
+ ],
1368
+ "stateMutability": "view",
1369
+ "type": "function"
1370
+ },
1371
+ {
1372
+ "inputs": [],
1373
+ "name": "acceptOwnership",
1374
+ "outputs": [],
1375
+ "stateMutability": "nonpayable",
1376
+ "type": "function"
1377
+ },
1378
+ {
1379
+ "inputs": [],
1380
+ "name": "accessControlManager",
1381
+ "outputs": [
1382
+ {
1383
+ "internalType": "contract IAccessControlManagerV8",
1384
+ "name": "",
1385
+ "type": "address"
1386
+ }
1387
+ ],
1388
+ "stateMutability": "view",
1389
+ "type": "function"
1390
+ },
1391
+ {
1392
+ "inputs": [
1393
+ {
1394
+ "internalType": "address",
1395
+ "name": "asset",
1396
+ "type": "address"
1397
+ }
1398
+ ],
1399
+ "name": "getPrice",
1400
+ "outputs": [
1401
+ {
1402
+ "internalType": "uint256",
1403
+ "name": "",
1404
+ "type": "uint256"
1405
+ }
1406
+ ],
1407
+ "stateMutability": "view",
1408
+ "type": "function"
1409
+ },
1410
+ {
1411
+ "inputs": [
1412
+ {
1413
+ "internalType": "address",
1414
+ "name": "accessControlManager_",
1415
+ "type": "address"
1416
+ }
1417
+ ],
1418
+ "name": "initialize",
1419
+ "outputs": [],
1420
+ "stateMutability": "nonpayable",
1421
+ "type": "function"
1422
+ },
1423
+ {
1424
+ "inputs": [],
1425
+ "name": "owner",
1426
+ "outputs": [
1427
+ {
1428
+ "internalType": "address",
1429
+ "name": "",
1430
+ "type": "address"
1431
+ }
1432
+ ],
1433
+ "stateMutability": "view",
1434
+ "type": "function"
1435
+ },
1436
+ {
1437
+ "inputs": [],
1438
+ "name": "pendingOwner",
1439
+ "outputs": [
1440
+ {
1441
+ "internalType": "address",
1442
+ "name": "",
1443
+ "type": "address"
1444
+ }
1445
+ ],
1446
+ "stateMutability": "view",
1447
+ "type": "function"
1448
+ },
1449
+ {
1450
+ "inputs": [
1451
+ {
1452
+ "internalType": "address",
1453
+ "name": "",
1454
+ "type": "address"
1455
+ }
1456
+ ],
1457
+ "name": "prices",
1458
+ "outputs": [
1459
+ {
1460
+ "internalType": "uint256",
1461
+ "name": "",
1462
+ "type": "uint256"
1463
+ }
1464
+ ],
1465
+ "stateMutability": "view",
1466
+ "type": "function"
1467
+ },
1468
+ {
1469
+ "inputs": [],
1470
+ "name": "renounceOwnership",
1471
+ "outputs": [],
1472
+ "stateMutability": "nonpayable",
1473
+ "type": "function"
1474
+ },
1475
+ {
1476
+ "inputs": [
1477
+ {
1478
+ "internalType": "address",
1479
+ "name": "accessControlManager_",
1480
+ "type": "address"
1481
+ }
1482
+ ],
1483
+ "name": "setAccessControlManager",
1484
+ "outputs": [],
1485
+ "stateMutability": "nonpayable",
1486
+ "type": "function"
1487
+ },
1488
+ {
1489
+ "inputs": [
1490
+ {
1491
+ "internalType": "address",
1492
+ "name": "asset",
1493
+ "type": "address"
1494
+ },
1495
+ {
1496
+ "internalType": "uint256",
1497
+ "name": "price",
1498
+ "type": "uint256"
1499
+ }
1500
+ ],
1501
+ "name": "setDirectPrice",
1502
+ "outputs": [],
1503
+ "stateMutability": "nonpayable",
1504
+ "type": "function"
1505
+ },
1506
+ {
1507
+ "inputs": [
1508
+ {
1509
+ "components": [
1510
+ {
1511
+ "internalType": "address",
1512
+ "name": "asset",
1513
+ "type": "address"
1514
+ },
1515
+ {
1516
+ "internalType": "address",
1517
+ "name": "feed",
1518
+ "type": "address"
1519
+ },
1520
+ {
1521
+ "internalType": "uint256",
1522
+ "name": "maxStalePeriod",
1523
+ "type": "uint256"
1524
+ }
1525
+ ],
1526
+ "internalType": "struct ChainlinkOracle.TokenConfig",
1527
+ "name": "tokenConfig",
1528
+ "type": "tuple"
1529
+ }
1530
+ ],
1531
+ "name": "setTokenConfig",
1532
+ "outputs": [],
1533
+ "stateMutability": "nonpayable",
1534
+ "type": "function"
1535
+ },
1536
+ {
1537
+ "inputs": [
1538
+ {
1539
+ "components": [
1540
+ {
1541
+ "internalType": "address",
1542
+ "name": "asset",
1543
+ "type": "address"
1544
+ },
1545
+ {
1546
+ "internalType": "address",
1547
+ "name": "feed",
1548
+ "type": "address"
1549
+ },
1550
+ {
1551
+ "internalType": "uint256",
1552
+ "name": "maxStalePeriod",
1553
+ "type": "uint256"
1554
+ }
1555
+ ],
1556
+ "internalType": "struct ChainlinkOracle.TokenConfig[]",
1557
+ "name": "tokenConfigs_",
1558
+ "type": "tuple[]"
1559
+ }
1560
+ ],
1561
+ "name": "setTokenConfigs",
1562
+ "outputs": [],
1563
+ "stateMutability": "nonpayable",
1564
+ "type": "function"
1565
+ },
1566
+ {
1567
+ "inputs": [
1568
+ {
1569
+ "internalType": "address",
1570
+ "name": "",
1571
+ "type": "address"
1572
+ }
1573
+ ],
1574
+ "name": "tokenConfigs",
1575
+ "outputs": [
1576
+ {
1577
+ "internalType": "address",
1578
+ "name": "asset",
1579
+ "type": "address"
1580
+ },
1581
+ {
1582
+ "internalType": "address",
1583
+ "name": "feed",
1584
+ "type": "address"
1585
+ },
1586
+ {
1587
+ "internalType": "uint256",
1588
+ "name": "maxStalePeriod",
1589
+ "type": "uint256"
1590
+ }
1591
+ ],
1592
+ "stateMutability": "view",
1593
+ "type": "function"
1594
+ },
1595
+ {
1596
+ "inputs": [
1597
+ {
1598
+ "internalType": "address",
1599
+ "name": "newOwner",
1600
+ "type": "address"
1601
+ }
1602
+ ],
1603
+ "name": "transferOwnership",
1604
+ "outputs": [],
1605
+ "stateMutability": "nonpayable",
1606
+ "type": "function"
1607
+ },
1608
+ {
1609
+ "inputs": [
1610
+ {
1611
+ "internalType": "address",
1612
+ "name": "_logic",
1613
+ "type": "address"
1614
+ },
1615
+ {
1616
+ "internalType": "address",
1617
+ "name": "admin_",
1618
+ "type": "address"
1619
+ },
1620
+ {
1621
+ "internalType": "bytes",
1622
+ "name": "_data",
1623
+ "type": "bytes"
1624
+ }
1625
+ ],
1626
+ "stateMutability": "payable",
1627
+ "type": "constructor"
1628
+ }
1629
+ ]
1630
+ },
1631
+ "RedStoneOracle_Implementation": {
1632
+ "address": "0xb180a21eE8372a40636B2990fC0396e03c034aAA",
1633
+ "abi": [
1634
+ {
1635
+ "inputs": [],
1636
+ "stateMutability": "nonpayable",
1637
+ "type": "constructor"
1638
+ },
1639
+ {
1640
+ "inputs": [
1641
+ {
1642
+ "internalType": "address",
1643
+ "name": "sender",
1644
+ "type": "address"
1645
+ },
1646
+ {
1647
+ "internalType": "address",
1648
+ "name": "calledContract",
1649
+ "type": "address"
1650
+ },
1651
+ {
1652
+ "internalType": "string",
1653
+ "name": "methodSignature",
1654
+ "type": "string"
1655
+ }
1656
+ ],
1657
+ "name": "Unauthorized",
1658
+ "type": "error"
1659
+ },
1660
+ {
1661
+ "anonymous": false,
1662
+ "inputs": [
1663
+ {
1664
+ "indexed": false,
1665
+ "internalType": "uint8",
1666
+ "name": "version",
1667
+ "type": "uint8"
1668
+ }
1669
+ ],
1670
+ "name": "Initialized",
1671
+ "type": "event"
1672
+ },
1673
+ {
1674
+ "anonymous": false,
1675
+ "inputs": [
1676
+ {
1677
+ "indexed": false,
1678
+ "internalType": "address",
1679
+ "name": "oldAccessControlManager",
1680
+ "type": "address"
1681
+ },
1682
+ {
1683
+ "indexed": false,
1684
+ "internalType": "address",
1685
+ "name": "newAccessControlManager",
1686
+ "type": "address"
1687
+ }
1688
+ ],
1689
+ "name": "NewAccessControlManager",
1690
+ "type": "event"
1691
+ },
1692
+ {
1693
+ "anonymous": false,
1694
+ "inputs": [
1695
+ {
1696
+ "indexed": true,
1697
+ "internalType": "address",
1698
+ "name": "previousOwner",
1699
+ "type": "address"
1700
+ },
1701
+ {
1702
+ "indexed": true,
1703
+ "internalType": "address",
1704
+ "name": "newOwner",
1705
+ "type": "address"
1706
+ }
1707
+ ],
1708
+ "name": "OwnershipTransferStarted",
1709
+ "type": "event"
1710
+ },
1711
+ {
1712
+ "anonymous": false,
1713
+ "inputs": [
1714
+ {
1715
+ "indexed": true,
1716
+ "internalType": "address",
1717
+ "name": "previousOwner",
1718
+ "type": "address"
1719
+ },
1720
+ {
1721
+ "indexed": true,
1722
+ "internalType": "address",
1723
+ "name": "newOwner",
1724
+ "type": "address"
1725
+ }
1726
+ ],
1727
+ "name": "OwnershipTransferred",
1728
+ "type": "event"
1729
+ },
1730
+ {
1731
+ "anonymous": false,
1732
+ "inputs": [
1733
+ {
1734
+ "indexed": true,
1735
+ "internalType": "address",
1736
+ "name": "asset",
1737
+ "type": "address"
1738
+ },
1739
+ {
1740
+ "indexed": false,
1741
+ "internalType": "uint256",
1742
+ "name": "previousPriceMantissa",
1743
+ "type": "uint256"
1744
+ },
1745
+ {
1746
+ "indexed": false,
1747
+ "internalType": "uint256",
1748
+ "name": "newPriceMantissa",
1749
+ "type": "uint256"
1750
+ }
1751
+ ],
1752
+ "name": "PricePosted",
1753
+ "type": "event"
1754
+ },
1755
+ {
1756
+ "anonymous": false,
1757
+ "inputs": [
1758
+ {
1759
+ "indexed": true,
1760
+ "internalType": "address",
1761
+ "name": "asset",
1762
+ "type": "address"
1763
+ },
1764
+ {
1765
+ "indexed": false,
1766
+ "internalType": "address",
1767
+ "name": "feed",
1768
+ "type": "address"
1769
+ },
1770
+ {
1771
+ "indexed": false,
1772
+ "internalType": "uint256",
1773
+ "name": "maxStalePeriod",
1774
+ "type": "uint256"
1775
+ }
1776
+ ],
1777
+ "name": "TokenConfigAdded",
1778
+ "type": "event"
1779
+ },
1780
+ {
1781
+ "inputs": [],
1782
+ "name": "NATIVE_TOKEN_ADDR",
1783
+ "outputs": [
1784
+ {
1785
+ "internalType": "address",
1786
+ "name": "",
1787
+ "type": "address"
1788
+ }
1789
+ ],
1790
+ "stateMutability": "view",
1791
+ "type": "function"
1792
+ },
1793
+ {
1794
+ "inputs": [],
1795
+ "name": "acceptOwnership",
1796
+ "outputs": [],
1797
+ "stateMutability": "nonpayable",
1798
+ "type": "function"
1799
+ },
1800
+ {
1801
+ "inputs": [],
1802
+ "name": "accessControlManager",
1803
+ "outputs": [
1804
+ {
1805
+ "internalType": "contract IAccessControlManagerV8",
1806
+ "name": "",
1807
+ "type": "address"
1808
+ }
1809
+ ],
1810
+ "stateMutability": "view",
1811
+ "type": "function"
1812
+ },
1813
+ {
1814
+ "inputs": [
1815
+ {
1816
+ "internalType": "address",
1817
+ "name": "asset",
1818
+ "type": "address"
1819
+ }
1820
+ ],
1821
+ "name": "getPrice",
1822
+ "outputs": [
1823
+ {
1824
+ "internalType": "uint256",
1825
+ "name": "",
1826
+ "type": "uint256"
1827
+ }
1828
+ ],
1829
+ "stateMutability": "view",
1830
+ "type": "function"
1831
+ },
1832
+ {
1833
+ "inputs": [
1834
+ {
1835
+ "internalType": "address",
1836
+ "name": "accessControlManager_",
1837
+ "type": "address"
1838
+ }
1839
+ ],
1840
+ "name": "initialize",
1841
+ "outputs": [],
1842
+ "stateMutability": "nonpayable",
1843
+ "type": "function"
1844
+ },
1845
+ {
1846
+ "inputs": [],
1847
+ "name": "owner",
1848
+ "outputs": [
1849
+ {
1850
+ "internalType": "address",
1851
+ "name": "",
1852
+ "type": "address"
1853
+ }
1854
+ ],
1855
+ "stateMutability": "view",
1856
+ "type": "function"
1857
+ },
1858
+ {
1859
+ "inputs": [],
1860
+ "name": "pendingOwner",
1861
+ "outputs": [
1862
+ {
1863
+ "internalType": "address",
1864
+ "name": "",
1865
+ "type": "address"
1866
+ }
1867
+ ],
1868
+ "stateMutability": "view",
1869
+ "type": "function"
1870
+ },
1871
+ {
1872
+ "inputs": [
1873
+ {
1874
+ "internalType": "address",
1875
+ "name": "",
1876
+ "type": "address"
1877
+ }
1878
+ ],
1879
+ "name": "prices",
1880
+ "outputs": [
1881
+ {
1882
+ "internalType": "uint256",
1883
+ "name": "",
1884
+ "type": "uint256"
1885
+ }
1886
+ ],
1887
+ "stateMutability": "view",
1888
+ "type": "function"
1889
+ },
1890
+ {
1891
+ "inputs": [],
1892
+ "name": "renounceOwnership",
1893
+ "outputs": [],
1894
+ "stateMutability": "nonpayable",
1895
+ "type": "function"
1896
+ },
1897
+ {
1898
+ "inputs": [
1899
+ {
1900
+ "internalType": "address",
1901
+ "name": "accessControlManager_",
1902
+ "type": "address"
1903
+ }
1904
+ ],
1905
+ "name": "setAccessControlManager",
1906
+ "outputs": [],
1907
+ "stateMutability": "nonpayable",
1908
+ "type": "function"
1909
+ },
1910
+ {
1911
+ "inputs": [
1912
+ {
1913
+ "internalType": "address",
1914
+ "name": "asset",
1915
+ "type": "address"
1916
+ },
1917
+ {
1918
+ "internalType": "uint256",
1919
+ "name": "price",
1920
+ "type": "uint256"
1921
+ }
1922
+ ],
1923
+ "name": "setDirectPrice",
1924
+ "outputs": [],
1925
+ "stateMutability": "nonpayable",
1926
+ "type": "function"
1927
+ },
1928
+ {
1929
+ "inputs": [
1930
+ {
1931
+ "components": [
1932
+ {
1933
+ "internalType": "address",
1934
+ "name": "asset",
1935
+ "type": "address"
1936
+ },
1937
+ {
1938
+ "internalType": "address",
1939
+ "name": "feed",
1940
+ "type": "address"
1941
+ },
1942
+ {
1943
+ "internalType": "uint256",
1944
+ "name": "maxStalePeriod",
1945
+ "type": "uint256"
1946
+ }
1947
+ ],
1948
+ "internalType": "struct ChainlinkOracle.TokenConfig",
1949
+ "name": "tokenConfig",
1950
+ "type": "tuple"
1951
+ }
1952
+ ],
1953
+ "name": "setTokenConfig",
1954
+ "outputs": [],
1955
+ "stateMutability": "nonpayable",
1956
+ "type": "function"
1957
+ },
1958
+ {
1959
+ "inputs": [
1960
+ {
1961
+ "components": [
1962
+ {
1963
+ "internalType": "address",
1964
+ "name": "asset",
1965
+ "type": "address"
1966
+ },
1967
+ {
1968
+ "internalType": "address",
1969
+ "name": "feed",
1970
+ "type": "address"
1971
+ },
1972
+ {
1973
+ "internalType": "uint256",
1974
+ "name": "maxStalePeriod",
1975
+ "type": "uint256"
1976
+ }
1977
+ ],
1978
+ "internalType": "struct ChainlinkOracle.TokenConfig[]",
1979
+ "name": "tokenConfigs_",
1980
+ "type": "tuple[]"
1981
+ }
1982
+ ],
1983
+ "name": "setTokenConfigs",
1984
+ "outputs": [],
1985
+ "stateMutability": "nonpayable",
1986
+ "type": "function"
1987
+ },
1988
+ {
1989
+ "inputs": [
1990
+ {
1991
+ "internalType": "address",
1992
+ "name": "",
1993
+ "type": "address"
1994
+ }
1995
+ ],
1996
+ "name": "tokenConfigs",
1997
+ "outputs": [
1998
+ {
1999
+ "internalType": "address",
2000
+ "name": "asset",
2001
+ "type": "address"
2002
+ },
2003
+ {
2004
+ "internalType": "address",
2005
+ "name": "feed",
2006
+ "type": "address"
2007
+ },
2008
+ {
2009
+ "internalType": "uint256",
2010
+ "name": "maxStalePeriod",
2011
+ "type": "uint256"
2012
+ }
2013
+ ],
2014
+ "stateMutability": "view",
2015
+ "type": "function"
2016
+ },
2017
+ {
2018
+ "inputs": [
2019
+ {
2020
+ "internalType": "address",
2021
+ "name": "newOwner",
2022
+ "type": "address"
2023
+ }
2024
+ ],
2025
+ "name": "transferOwnership",
2026
+ "outputs": [],
2027
+ "stateMutability": "nonpayable",
2028
+ "type": "function"
2029
+ }
2030
+ ]
2031
+ },
2032
+ "RedStoneOracle_Proxy": {
2033
+ "address": "0x8683D6902A669Ac479cfcCf2542724a133D4d872",
2034
+ "abi": [
2035
+ {
2036
+ "inputs": [
2037
+ {
2038
+ "internalType": "address",
2039
+ "name": "_logic",
2040
+ "type": "address"
2041
+ },
2042
+ {
2043
+ "internalType": "address",
2044
+ "name": "admin_",
2045
+ "type": "address"
2046
+ },
2047
+ {
2048
+ "internalType": "bytes",
2049
+ "name": "_data",
2050
+ "type": "bytes"
2051
+ }
2052
+ ],
2053
+ "stateMutability": "payable",
2054
+ "type": "constructor"
2055
+ },
2056
+ {
2057
+ "anonymous": false,
2058
+ "inputs": [
2059
+ {
2060
+ "indexed": false,
2061
+ "internalType": "address",
2062
+ "name": "previousAdmin",
2063
+ "type": "address"
2064
+ },
2065
+ {
2066
+ "indexed": false,
2067
+ "internalType": "address",
2068
+ "name": "newAdmin",
2069
+ "type": "address"
2070
+ }
2071
+ ],
2072
+ "name": "AdminChanged",
2073
+ "type": "event"
2074
+ },
2075
+ {
2076
+ "anonymous": false,
2077
+ "inputs": [
2078
+ {
2079
+ "indexed": true,
2080
+ "internalType": "address",
2081
+ "name": "beacon",
2082
+ "type": "address"
2083
+ }
2084
+ ],
2085
+ "name": "BeaconUpgraded",
2086
+ "type": "event"
2087
+ },
2088
+ {
2089
+ "anonymous": false,
2090
+ "inputs": [
2091
+ {
2092
+ "indexed": true,
2093
+ "internalType": "address",
2094
+ "name": "implementation",
2095
+ "type": "address"
2096
+ }
2097
+ ],
2098
+ "name": "Upgraded",
2099
+ "type": "event"
2100
+ },
2101
+ {
2102
+ "stateMutability": "payable",
2103
+ "type": "fallback"
2104
+ },
2105
+ {
2106
+ "inputs": [],
2107
+ "name": "admin",
2108
+ "outputs": [
2109
+ {
2110
+ "internalType": "address",
2111
+ "name": "admin_",
2112
+ "type": "address"
2113
+ }
2114
+ ],
2115
+ "stateMutability": "nonpayable",
2116
+ "type": "function"
2117
+ },
2118
+ {
2119
+ "inputs": [],
2120
+ "name": "implementation",
2121
+ "outputs": [
2122
+ {
2123
+ "internalType": "address",
2124
+ "name": "implementation_",
2125
+ "type": "address"
2126
+ }
2127
+ ],
2128
+ "stateMutability": "nonpayable",
2129
+ "type": "function"
2130
+ },
2131
+ {
2132
+ "inputs": [
2133
+ {
2134
+ "internalType": "address",
2135
+ "name": "newImplementation",
2136
+ "type": "address"
2137
+ }
2138
+ ],
2139
+ "name": "upgradeTo",
2140
+ "outputs": [],
2141
+ "stateMutability": "nonpayable",
2142
+ "type": "function"
2143
+ },
2144
+ {
2145
+ "inputs": [
2146
+ {
2147
+ "internalType": "address",
2148
+ "name": "newImplementation",
2149
+ "type": "address"
2150
+ },
2151
+ {
2152
+ "internalType": "bytes",
2153
+ "name": "data",
2154
+ "type": "bytes"
2155
+ }
2156
+ ],
2157
+ "name": "upgradeToAndCall",
2158
+ "outputs": [],
2159
+ "stateMutability": "payable",
2160
+ "type": "function"
2161
+ },
2162
+ {
2163
+ "stateMutability": "payable",
2164
+ "type": "receive"
2165
+ }
2166
+ ]
2167
+ },
2168
+ "ResilientOracle": {
2169
+ "address": "0xA469E718BDE2C9939bD29529A38184e97dF0A741",
2170
+ "abi": [
2171
+ {
2172
+ "anonymous": false,
2173
+ "inputs": [
2174
+ {
2175
+ "indexed": false,
2176
+ "internalType": "address",
2177
+ "name": "previousAdmin",
2178
+ "type": "address"
2179
+ },
2180
+ {
2181
+ "indexed": false,
2182
+ "internalType": "address",
2183
+ "name": "newAdmin",
2184
+ "type": "address"
2185
+ }
2186
+ ],
2187
+ "name": "AdminChanged",
2188
+ "type": "event"
2189
+ },
2190
+ {
2191
+ "anonymous": false,
2192
+ "inputs": [
2193
+ {
2194
+ "indexed": true,
2195
+ "internalType": "address",
2196
+ "name": "beacon",
2197
+ "type": "address"
2198
+ }
2199
+ ],
2200
+ "name": "BeaconUpgraded",
2201
+ "type": "event"
2202
+ },
2203
+ {
2204
+ "anonymous": false,
2205
+ "inputs": [
2206
+ {
2207
+ "indexed": true,
2208
+ "internalType": "address",
2209
+ "name": "implementation",
2210
+ "type": "address"
2211
+ }
2212
+ ],
2213
+ "name": "Upgraded",
2214
+ "type": "event"
2215
+ },
2216
+ {
2217
+ "stateMutability": "payable",
2218
+ "type": "fallback"
2219
+ },
2220
+ {
2221
+ "inputs": [],
2222
+ "name": "admin",
2223
+ "outputs": [
2224
+ {
2225
+ "internalType": "address",
2226
+ "name": "admin_",
2227
+ "type": "address"
2228
+ }
2229
+ ],
2230
+ "stateMutability": "nonpayable",
2231
+ "type": "function"
2232
+ },
2233
+ {
2234
+ "inputs": [],
2235
+ "name": "implementation",
2236
+ "outputs": [
2237
+ {
2238
+ "internalType": "address",
2239
+ "name": "implementation_",
2240
+ "type": "address"
2241
+ }
2242
+ ],
2243
+ "stateMutability": "nonpayable",
2244
+ "type": "function"
2245
+ },
2246
+ {
2247
+ "inputs": [
2248
+ {
2249
+ "internalType": "address",
2250
+ "name": "newImplementation",
2251
+ "type": "address"
2252
+ }
2253
+ ],
2254
+ "name": "upgradeTo",
2255
+ "outputs": [],
2256
+ "stateMutability": "nonpayable",
2257
+ "type": "function"
2258
+ },
2259
+ {
2260
+ "inputs": [
2261
+ {
2262
+ "internalType": "address",
2263
+ "name": "newImplementation",
2264
+ "type": "address"
2265
+ },
2266
+ {
2267
+ "internalType": "bytes",
2268
+ "name": "data",
2269
+ "type": "bytes"
2270
+ }
2271
+ ],
2272
+ "name": "upgradeToAndCall",
2273
+ "outputs": [],
2274
+ "stateMutability": "payable",
2275
+ "type": "function"
2276
+ },
2277
+ {
2278
+ "stateMutability": "payable",
2279
+ "type": "receive"
2280
+ },
2281
+ {
2282
+ "inputs": [
2283
+ {
2284
+ "internalType": "address",
2285
+ "name": "sender",
2286
+ "type": "address"
2287
+ },
2288
+ {
2289
+ "internalType": "address",
2290
+ "name": "calledContract",
2291
+ "type": "address"
2292
+ },
2293
+ {
2294
+ "internalType": "string",
2295
+ "name": "methodSignature",
2296
+ "type": "string"
2297
+ }
2298
+ ],
2299
+ "name": "Unauthorized",
2300
+ "type": "error"
2301
+ },
2302
+ {
2303
+ "anonymous": false,
2304
+ "inputs": [
2305
+ {
2306
+ "indexed": false,
2307
+ "internalType": "uint8",
2308
+ "name": "version",
2309
+ "type": "uint8"
2310
+ }
2311
+ ],
2312
+ "name": "Initialized",
2313
+ "type": "event"
2314
+ },
2315
+ {
2316
+ "anonymous": false,
2317
+ "inputs": [
2318
+ {
2319
+ "indexed": false,
2320
+ "internalType": "address",
2321
+ "name": "oldAccessControlManager",
2322
+ "type": "address"
2323
+ },
2324
+ {
2325
+ "indexed": false,
2326
+ "internalType": "address",
2327
+ "name": "newAccessControlManager",
2328
+ "type": "address"
2329
+ }
2330
+ ],
2331
+ "name": "NewAccessControlManager",
2332
+ "type": "event"
2333
+ },
2334
+ {
2335
+ "anonymous": false,
2336
+ "inputs": [
2337
+ {
2338
+ "indexed": true,
2339
+ "internalType": "address",
2340
+ "name": "asset",
2341
+ "type": "address"
2342
+ },
2343
+ {
2344
+ "indexed": true,
2345
+ "internalType": "uint256",
2346
+ "name": "role",
2347
+ "type": "uint256"
2348
+ },
2349
+ {
2350
+ "indexed": true,
2351
+ "internalType": "bool",
2352
+ "name": "enable",
2353
+ "type": "bool"
2354
+ }
2355
+ ],
2356
+ "name": "OracleEnabled",
2357
+ "type": "event"
2358
+ },
2359
+ {
2360
+ "anonymous": false,
2361
+ "inputs": [
2362
+ {
2363
+ "indexed": true,
2364
+ "internalType": "address",
2365
+ "name": "asset",
2366
+ "type": "address"
2367
+ },
2368
+ {
2369
+ "indexed": true,
2370
+ "internalType": "address",
2371
+ "name": "oracle",
2372
+ "type": "address"
2373
+ },
2374
+ {
2375
+ "indexed": true,
2376
+ "internalType": "uint256",
2377
+ "name": "role",
2378
+ "type": "uint256"
2379
+ }
2380
+ ],
2381
+ "name": "OracleSet",
2382
+ "type": "event"
2383
+ },
2384
+ {
2385
+ "anonymous": false,
2386
+ "inputs": [
2387
+ {
2388
+ "indexed": true,
2389
+ "internalType": "address",
2390
+ "name": "previousOwner",
2391
+ "type": "address"
2392
+ },
2393
+ {
2394
+ "indexed": true,
2395
+ "internalType": "address",
2396
+ "name": "newOwner",
2397
+ "type": "address"
2398
+ }
2399
+ ],
2400
+ "name": "OwnershipTransferStarted",
2401
+ "type": "event"
2402
+ },
2403
+ {
2404
+ "anonymous": false,
2405
+ "inputs": [
2406
+ {
2407
+ "indexed": true,
2408
+ "internalType": "address",
2409
+ "name": "previousOwner",
2410
+ "type": "address"
2411
+ },
2412
+ {
2413
+ "indexed": true,
2414
+ "internalType": "address",
2415
+ "name": "newOwner",
2416
+ "type": "address"
2417
+ }
2418
+ ],
2419
+ "name": "OwnershipTransferred",
2420
+ "type": "event"
2421
+ },
2422
+ {
2423
+ "anonymous": false,
2424
+ "inputs": [
2425
+ {
2426
+ "indexed": false,
2427
+ "internalType": "address",
2428
+ "name": "account",
2429
+ "type": "address"
2430
+ }
2431
+ ],
2432
+ "name": "Paused",
2433
+ "type": "event"
2434
+ },
2435
+ {
2436
+ "anonymous": false,
2437
+ "inputs": [
2438
+ {
2439
+ "indexed": true,
2440
+ "internalType": "address",
2441
+ "name": "asset",
2442
+ "type": "address"
2443
+ },
2444
+ {
2445
+ "indexed": true,
2446
+ "internalType": "address",
2447
+ "name": "mainOracle",
2448
+ "type": "address"
2449
+ },
2450
+ {
2451
+ "indexed": true,
2452
+ "internalType": "address",
2453
+ "name": "pivotOracle",
2454
+ "type": "address"
2455
+ },
2456
+ {
2457
+ "indexed": false,
2458
+ "internalType": "address",
2459
+ "name": "fallbackOracle",
2460
+ "type": "address"
2461
+ }
2462
+ ],
2463
+ "name": "TokenConfigAdded",
2464
+ "type": "event"
2465
+ },
2466
+ {
2467
+ "anonymous": false,
2468
+ "inputs": [
2469
+ {
2470
+ "indexed": false,
2471
+ "internalType": "address",
2472
+ "name": "account",
2473
+ "type": "address"
2474
+ }
2475
+ ],
2476
+ "name": "Unpaused",
2477
+ "type": "event"
2478
+ },
2479
+ {
2480
+ "inputs": [],
2481
+ "name": "INVALID_PRICE",
2482
+ "outputs": [
2483
+ {
2484
+ "internalType": "uint256",
2485
+ "name": "",
2486
+ "type": "uint256"
2487
+ }
2488
+ ],
2489
+ "stateMutability": "view",
2490
+ "type": "function"
2491
+ },
2492
+ {
2493
+ "inputs": [],
2494
+ "name": "NATIVE_TOKEN_ADDR",
2495
+ "outputs": [
2496
+ {
2497
+ "internalType": "address",
2498
+ "name": "",
2499
+ "type": "address"
2500
+ }
2501
+ ],
2502
+ "stateMutability": "view",
2503
+ "type": "function"
2504
+ },
2505
+ {
2506
+ "inputs": [],
2507
+ "name": "acceptOwnership",
2508
+ "outputs": [],
2509
+ "stateMutability": "nonpayable",
2510
+ "type": "function"
2511
+ },
2512
+ {
2513
+ "inputs": [],
2514
+ "name": "accessControlManager",
2515
+ "outputs": [
2516
+ {
2517
+ "internalType": "contract IAccessControlManagerV8",
2518
+ "name": "",
2519
+ "type": "address"
2520
+ }
2521
+ ],
2522
+ "stateMutability": "view",
2523
+ "type": "function"
2524
+ },
2525
+ {
2526
+ "inputs": [],
2527
+ "name": "boundValidator",
2528
+ "outputs": [
2529
+ {
2530
+ "internalType": "contract BoundValidatorInterface",
2531
+ "name": "",
2532
+ "type": "address"
2533
+ }
2534
+ ],
2535
+ "stateMutability": "view",
2536
+ "type": "function"
2537
+ },
2538
+ {
2539
+ "inputs": [
2540
+ {
2541
+ "internalType": "address",
2542
+ "name": "asset",
2543
+ "type": "address"
2544
+ },
2545
+ {
2546
+ "internalType": "enum ResilientOracle.OracleRole",
2547
+ "name": "role",
2548
+ "type": "uint8"
2549
+ },
2550
+ {
2551
+ "internalType": "bool",
2552
+ "name": "enable",
2553
+ "type": "bool"
2554
+ }
2555
+ ],
2556
+ "name": "enableOracle",
2557
+ "outputs": [],
2558
+ "stateMutability": "nonpayable",
2559
+ "type": "function"
2560
+ },
2561
+ {
2562
+ "inputs": [
2563
+ {
2564
+ "internalType": "address",
2565
+ "name": "asset",
2566
+ "type": "address"
2567
+ },
2568
+ {
2569
+ "internalType": "enum ResilientOracle.OracleRole",
2570
+ "name": "role",
2571
+ "type": "uint8"
2572
+ }
2573
+ ],
2574
+ "name": "getOracle",
2575
+ "outputs": [
2576
+ {
2577
+ "internalType": "address",
2578
+ "name": "oracle",
2579
+ "type": "address"
2580
+ },
2581
+ {
2582
+ "internalType": "bool",
2583
+ "name": "enabled",
2584
+ "type": "bool"
2585
+ }
2586
+ ],
2587
+ "stateMutability": "view",
2588
+ "type": "function"
2589
+ },
2590
+ {
2591
+ "inputs": [
2592
+ {
2593
+ "internalType": "address",
2594
+ "name": "asset",
2595
+ "type": "address"
2596
+ }
2597
+ ],
2598
+ "name": "getPrice",
2599
+ "outputs": [
2600
+ {
2601
+ "internalType": "uint256",
2602
+ "name": "",
2603
+ "type": "uint256"
2604
+ }
2605
+ ],
2606
+ "stateMutability": "view",
2607
+ "type": "function"
2608
+ },
2609
+ {
2610
+ "inputs": [
2611
+ {
2612
+ "internalType": "address",
2613
+ "name": "asset",
2614
+ "type": "address"
2615
+ }
2616
+ ],
2617
+ "name": "getTokenConfig",
2618
+ "outputs": [
2619
+ {
2620
+ "components": [
2621
+ {
2622
+ "internalType": "address",
2623
+ "name": "asset",
2624
+ "type": "address"
2625
+ },
2626
+ {
2627
+ "internalType": "address[3]",
2628
+ "name": "oracles",
2629
+ "type": "address[3]"
2630
+ },
2631
+ {
2632
+ "internalType": "bool[3]",
2633
+ "name": "enableFlagsForOracles",
2634
+ "type": "bool[3]"
2635
+ }
2636
+ ],
2637
+ "internalType": "struct ResilientOracle.TokenConfig",
2638
+ "name": "",
2639
+ "type": "tuple"
2640
+ }
2641
+ ],
2642
+ "stateMutability": "view",
2643
+ "type": "function"
2644
+ },
2645
+ {
2646
+ "inputs": [
2647
+ {
2648
+ "internalType": "address",
2649
+ "name": "vToken",
2650
+ "type": "address"
2651
+ }
2652
+ ],
2653
+ "name": "getUnderlyingPrice",
2654
+ "outputs": [
2655
+ {
2656
+ "internalType": "uint256",
2657
+ "name": "",
2658
+ "type": "uint256"
2659
+ }
2660
+ ],
2661
+ "stateMutability": "view",
2662
+ "type": "function"
2663
+ },
2664
+ {
2665
+ "inputs": [
2666
+ {
2667
+ "internalType": "address",
2668
+ "name": "accessControlManager_",
2669
+ "type": "address"
2670
+ }
2671
+ ],
2672
+ "name": "initialize",
2673
+ "outputs": [],
2674
+ "stateMutability": "nonpayable",
2675
+ "type": "function"
2676
+ },
2677
+ {
2678
+ "inputs": [],
2679
+ "name": "nativeMarket",
2680
+ "outputs": [
2681
+ {
2682
+ "internalType": "address",
2683
+ "name": "",
2684
+ "type": "address"
2685
+ }
2686
+ ],
2687
+ "stateMutability": "view",
2688
+ "type": "function"
2689
+ },
2690
+ {
2691
+ "inputs": [],
2692
+ "name": "owner",
2693
+ "outputs": [
2694
+ {
2695
+ "internalType": "address",
2696
+ "name": "",
2697
+ "type": "address"
2698
+ }
2699
+ ],
2700
+ "stateMutability": "view",
2701
+ "type": "function"
2702
+ },
2703
+ {
2704
+ "inputs": [],
2705
+ "name": "pause",
2706
+ "outputs": [],
2707
+ "stateMutability": "nonpayable",
2708
+ "type": "function"
2709
+ },
2710
+ {
2711
+ "inputs": [],
2712
+ "name": "paused",
2713
+ "outputs": [
2714
+ {
2715
+ "internalType": "bool",
2716
+ "name": "",
2717
+ "type": "bool"
2718
+ }
2719
+ ],
2720
+ "stateMutability": "view",
2721
+ "type": "function"
2722
+ },
2723
+ {
2724
+ "inputs": [],
2725
+ "name": "pendingOwner",
2726
+ "outputs": [
2727
+ {
2728
+ "internalType": "address",
2729
+ "name": "",
2730
+ "type": "address"
2731
+ }
2732
+ ],
2733
+ "stateMutability": "view",
2734
+ "type": "function"
2735
+ },
2736
+ {
2737
+ "inputs": [],
2738
+ "name": "renounceOwnership",
2739
+ "outputs": [],
2740
+ "stateMutability": "nonpayable",
2741
+ "type": "function"
2742
+ },
2743
+ {
2744
+ "inputs": [
2745
+ {
2746
+ "internalType": "address",
2747
+ "name": "accessControlManager_",
2748
+ "type": "address"
2749
+ }
2750
+ ],
2751
+ "name": "setAccessControlManager",
2752
+ "outputs": [],
2753
+ "stateMutability": "nonpayable",
2754
+ "type": "function"
2755
+ },
2756
+ {
2757
+ "inputs": [
2758
+ {
2759
+ "internalType": "address",
2760
+ "name": "asset",
2761
+ "type": "address"
2762
+ },
2763
+ {
2764
+ "internalType": "address",
2765
+ "name": "oracle",
2766
+ "type": "address"
2767
+ },
2768
+ {
2769
+ "internalType": "enum ResilientOracle.OracleRole",
2770
+ "name": "role",
2771
+ "type": "uint8"
2772
+ }
2773
+ ],
2774
+ "name": "setOracle",
2775
+ "outputs": [],
2776
+ "stateMutability": "nonpayable",
2777
+ "type": "function"
2778
+ },
2779
+ {
2780
+ "inputs": [
2781
+ {
2782
+ "components": [
2783
+ {
2784
+ "internalType": "address",
2785
+ "name": "asset",
2786
+ "type": "address"
2787
+ },
2788
+ {
2789
+ "internalType": "address[3]",
2790
+ "name": "oracles",
2791
+ "type": "address[3]"
2792
+ },
2793
+ {
2794
+ "internalType": "bool[3]",
2795
+ "name": "enableFlagsForOracles",
2796
+ "type": "bool[3]"
2797
+ }
2798
+ ],
2799
+ "internalType": "struct ResilientOracle.TokenConfig",
2800
+ "name": "tokenConfig",
2801
+ "type": "tuple"
2802
+ }
2803
+ ],
2804
+ "name": "setTokenConfig",
2805
+ "outputs": [],
2806
+ "stateMutability": "nonpayable",
2807
+ "type": "function"
2808
+ },
2809
+ {
2810
+ "inputs": [
2811
+ {
2812
+ "components": [
2813
+ {
2814
+ "internalType": "address",
2815
+ "name": "asset",
2816
+ "type": "address"
2817
+ },
2818
+ {
2819
+ "internalType": "address[3]",
2820
+ "name": "oracles",
2821
+ "type": "address[3]"
2822
+ },
2823
+ {
2824
+ "internalType": "bool[3]",
2825
+ "name": "enableFlagsForOracles",
2826
+ "type": "bool[3]"
2827
+ }
2828
+ ],
2829
+ "internalType": "struct ResilientOracle.TokenConfig[]",
2830
+ "name": "tokenConfigs_",
2831
+ "type": "tuple[]"
2832
+ }
2833
+ ],
2834
+ "name": "setTokenConfigs",
2835
+ "outputs": [],
2836
+ "stateMutability": "nonpayable",
2837
+ "type": "function"
2838
+ },
2839
+ {
2840
+ "inputs": [
2841
+ {
2842
+ "internalType": "address",
2843
+ "name": "newOwner",
2844
+ "type": "address"
2845
+ }
2846
+ ],
2847
+ "name": "transferOwnership",
2848
+ "outputs": [],
2849
+ "stateMutability": "nonpayable",
2850
+ "type": "function"
2851
+ },
2852
+ {
2853
+ "inputs": [],
2854
+ "name": "unpause",
2855
+ "outputs": [],
2856
+ "stateMutability": "nonpayable",
2857
+ "type": "function"
2858
+ },
2859
+ {
2860
+ "inputs": [
2861
+ {
2862
+ "internalType": "address",
2863
+ "name": "asset",
2864
+ "type": "address"
2865
+ }
2866
+ ],
2867
+ "name": "updateAssetPrice",
2868
+ "outputs": [],
2869
+ "stateMutability": "nonpayable",
2870
+ "type": "function"
2871
+ },
2872
+ {
2873
+ "inputs": [
2874
+ {
2875
+ "internalType": "address",
2876
+ "name": "vToken",
2877
+ "type": "address"
2878
+ }
2879
+ ],
2880
+ "name": "updatePrice",
2881
+ "outputs": [],
2882
+ "stateMutability": "nonpayable",
2883
+ "type": "function"
2884
+ },
2885
+ {
2886
+ "inputs": [],
2887
+ "name": "vai",
2888
+ "outputs": [
2889
+ {
2890
+ "internalType": "address",
2891
+ "name": "",
2892
+ "type": "address"
2893
+ }
2894
+ ],
2895
+ "stateMutability": "view",
2896
+ "type": "function"
2897
+ },
2898
+ {
2899
+ "inputs": [
2900
+ {
2901
+ "internalType": "address",
2902
+ "name": "_logic",
2903
+ "type": "address"
2904
+ },
2905
+ {
2906
+ "internalType": "address",
2907
+ "name": "admin_",
2908
+ "type": "address"
2909
+ },
2910
+ {
2911
+ "internalType": "bytes",
2912
+ "name": "_data",
2913
+ "type": "bytes"
2914
+ }
2915
+ ],
2916
+ "stateMutability": "payable",
2917
+ "type": "constructor"
2918
+ }
2919
+ ]
2920
+ },
2921
+ "ResilientOracle_Implementation": {
2922
+ "address": "0x5A4F8Bb10De121EACcCB36C4deD9792B9D5Ce378",
2923
+ "abi": [
2924
+ {
2925
+ "inputs": [
2926
+ {
2927
+ "internalType": "address",
2928
+ "name": "nativeMarketAddress",
2929
+ "type": "address"
2930
+ },
2931
+ {
2932
+ "internalType": "address",
2933
+ "name": "vaiAddress",
2934
+ "type": "address"
2935
+ },
2936
+ {
2937
+ "internalType": "contract BoundValidatorInterface",
2938
+ "name": "_boundValidator",
2939
+ "type": "address"
2940
+ }
2941
+ ],
2942
+ "stateMutability": "nonpayable",
2943
+ "type": "constructor"
2944
+ },
2945
+ {
2946
+ "inputs": [
2947
+ {
2948
+ "internalType": "address",
2949
+ "name": "sender",
2950
+ "type": "address"
2951
+ },
2952
+ {
2953
+ "internalType": "address",
2954
+ "name": "calledContract",
2955
+ "type": "address"
2956
+ },
2957
+ {
2958
+ "internalType": "string",
2959
+ "name": "methodSignature",
2960
+ "type": "string"
2961
+ }
2962
+ ],
2963
+ "name": "Unauthorized",
2964
+ "type": "error"
2965
+ },
2966
+ {
2967
+ "anonymous": false,
2968
+ "inputs": [
2969
+ {
2970
+ "indexed": false,
2971
+ "internalType": "uint8",
2972
+ "name": "version",
2973
+ "type": "uint8"
2974
+ }
2975
+ ],
2976
+ "name": "Initialized",
2977
+ "type": "event"
2978
+ },
2979
+ {
2980
+ "anonymous": false,
2981
+ "inputs": [
2982
+ {
2983
+ "indexed": false,
2984
+ "internalType": "address",
2985
+ "name": "oldAccessControlManager",
2986
+ "type": "address"
2987
+ },
2988
+ {
2989
+ "indexed": false,
2990
+ "internalType": "address",
2991
+ "name": "newAccessControlManager",
2992
+ "type": "address"
2993
+ }
2994
+ ],
2995
+ "name": "NewAccessControlManager",
2996
+ "type": "event"
2997
+ },
2998
+ {
2999
+ "anonymous": false,
3000
+ "inputs": [
3001
+ {
3002
+ "indexed": true,
3003
+ "internalType": "address",
3004
+ "name": "asset",
3005
+ "type": "address"
3006
+ },
3007
+ {
3008
+ "indexed": true,
3009
+ "internalType": "uint256",
3010
+ "name": "role",
3011
+ "type": "uint256"
3012
+ },
3013
+ {
3014
+ "indexed": true,
3015
+ "internalType": "bool",
3016
+ "name": "enable",
3017
+ "type": "bool"
3018
+ }
3019
+ ],
3020
+ "name": "OracleEnabled",
3021
+ "type": "event"
3022
+ },
3023
+ {
3024
+ "anonymous": false,
3025
+ "inputs": [
3026
+ {
3027
+ "indexed": true,
3028
+ "internalType": "address",
3029
+ "name": "asset",
3030
+ "type": "address"
3031
+ },
3032
+ {
3033
+ "indexed": true,
3034
+ "internalType": "address",
3035
+ "name": "oracle",
3036
+ "type": "address"
3037
+ },
3038
+ {
3039
+ "indexed": true,
3040
+ "internalType": "uint256",
3041
+ "name": "role",
3042
+ "type": "uint256"
3043
+ }
3044
+ ],
3045
+ "name": "OracleSet",
3046
+ "type": "event"
3047
+ },
3048
+ {
3049
+ "anonymous": false,
3050
+ "inputs": [
3051
+ {
3052
+ "indexed": true,
3053
+ "internalType": "address",
3054
+ "name": "previousOwner",
3055
+ "type": "address"
3056
+ },
3057
+ {
3058
+ "indexed": true,
3059
+ "internalType": "address",
3060
+ "name": "newOwner",
3061
+ "type": "address"
3062
+ }
3063
+ ],
3064
+ "name": "OwnershipTransferStarted",
3065
+ "type": "event"
3066
+ },
3067
+ {
3068
+ "anonymous": false,
3069
+ "inputs": [
3070
+ {
3071
+ "indexed": true,
3072
+ "internalType": "address",
3073
+ "name": "previousOwner",
3074
+ "type": "address"
3075
+ },
3076
+ {
3077
+ "indexed": true,
3078
+ "internalType": "address",
3079
+ "name": "newOwner",
3080
+ "type": "address"
3081
+ }
3082
+ ],
3083
+ "name": "OwnershipTransferred",
3084
+ "type": "event"
3085
+ },
3086
+ {
3087
+ "anonymous": false,
3088
+ "inputs": [
3089
+ {
3090
+ "indexed": false,
3091
+ "internalType": "address",
3092
+ "name": "account",
3093
+ "type": "address"
3094
+ }
3095
+ ],
3096
+ "name": "Paused",
3097
+ "type": "event"
3098
+ },
3099
+ {
3100
+ "anonymous": false,
3101
+ "inputs": [
3102
+ {
3103
+ "indexed": true,
3104
+ "internalType": "address",
3105
+ "name": "asset",
3106
+ "type": "address"
3107
+ },
3108
+ {
3109
+ "indexed": true,
3110
+ "internalType": "address",
3111
+ "name": "mainOracle",
3112
+ "type": "address"
3113
+ },
3114
+ {
3115
+ "indexed": true,
3116
+ "internalType": "address",
3117
+ "name": "pivotOracle",
3118
+ "type": "address"
3119
+ },
3120
+ {
3121
+ "indexed": false,
3122
+ "internalType": "address",
3123
+ "name": "fallbackOracle",
3124
+ "type": "address"
3125
+ }
3126
+ ],
3127
+ "name": "TokenConfigAdded",
3128
+ "type": "event"
3129
+ },
3130
+ {
3131
+ "anonymous": false,
3132
+ "inputs": [
3133
+ {
3134
+ "indexed": false,
3135
+ "internalType": "address",
3136
+ "name": "account",
3137
+ "type": "address"
3138
+ }
3139
+ ],
3140
+ "name": "Unpaused",
3141
+ "type": "event"
3142
+ },
3143
+ {
3144
+ "inputs": [],
3145
+ "name": "INVALID_PRICE",
3146
+ "outputs": [
3147
+ {
3148
+ "internalType": "uint256",
3149
+ "name": "",
3150
+ "type": "uint256"
3151
+ }
3152
+ ],
3153
+ "stateMutability": "view",
3154
+ "type": "function"
3155
+ },
3156
+ {
3157
+ "inputs": [],
3158
+ "name": "NATIVE_TOKEN_ADDR",
3159
+ "outputs": [
3160
+ {
3161
+ "internalType": "address",
3162
+ "name": "",
3163
+ "type": "address"
3164
+ }
3165
+ ],
3166
+ "stateMutability": "view",
3167
+ "type": "function"
3168
+ },
3169
+ {
3170
+ "inputs": [],
3171
+ "name": "acceptOwnership",
3172
+ "outputs": [],
3173
+ "stateMutability": "nonpayable",
3174
+ "type": "function"
3175
+ },
3176
+ {
3177
+ "inputs": [],
3178
+ "name": "accessControlManager",
3179
+ "outputs": [
3180
+ {
3181
+ "internalType": "contract IAccessControlManagerV8",
3182
+ "name": "",
3183
+ "type": "address"
3184
+ }
3185
+ ],
3186
+ "stateMutability": "view",
3187
+ "type": "function"
3188
+ },
3189
+ {
3190
+ "inputs": [],
3191
+ "name": "boundValidator",
3192
+ "outputs": [
3193
+ {
3194
+ "internalType": "contract BoundValidatorInterface",
3195
+ "name": "",
3196
+ "type": "address"
3197
+ }
3198
+ ],
3199
+ "stateMutability": "view",
3200
+ "type": "function"
3201
+ },
3202
+ {
3203
+ "inputs": [
3204
+ {
3205
+ "internalType": "address",
3206
+ "name": "asset",
3207
+ "type": "address"
3208
+ },
3209
+ {
3210
+ "internalType": "enum ResilientOracle.OracleRole",
3211
+ "name": "role",
3212
+ "type": "uint8"
3213
+ },
3214
+ {
3215
+ "internalType": "bool",
3216
+ "name": "enable",
3217
+ "type": "bool"
3218
+ }
3219
+ ],
3220
+ "name": "enableOracle",
3221
+ "outputs": [],
3222
+ "stateMutability": "nonpayable",
3223
+ "type": "function"
3224
+ },
3225
+ {
3226
+ "inputs": [
3227
+ {
3228
+ "internalType": "address",
3229
+ "name": "asset",
3230
+ "type": "address"
3231
+ },
3232
+ {
3233
+ "internalType": "enum ResilientOracle.OracleRole",
3234
+ "name": "role",
3235
+ "type": "uint8"
3236
+ }
3237
+ ],
3238
+ "name": "getOracle",
3239
+ "outputs": [
3240
+ {
3241
+ "internalType": "address",
3242
+ "name": "oracle",
3243
+ "type": "address"
3244
+ },
3245
+ {
3246
+ "internalType": "bool",
3247
+ "name": "enabled",
3248
+ "type": "bool"
3249
+ }
3250
+ ],
3251
+ "stateMutability": "view",
3252
+ "type": "function"
3253
+ },
3254
+ {
3255
+ "inputs": [
3256
+ {
3257
+ "internalType": "address",
3258
+ "name": "asset",
3259
+ "type": "address"
3260
+ }
3261
+ ],
3262
+ "name": "getPrice",
3263
+ "outputs": [
3264
+ {
3265
+ "internalType": "uint256",
3266
+ "name": "",
3267
+ "type": "uint256"
3268
+ }
3269
+ ],
3270
+ "stateMutability": "view",
3271
+ "type": "function"
3272
+ },
3273
+ {
3274
+ "inputs": [
3275
+ {
3276
+ "internalType": "address",
3277
+ "name": "asset",
3278
+ "type": "address"
3279
+ }
3280
+ ],
3281
+ "name": "getTokenConfig",
3282
+ "outputs": [
3283
+ {
3284
+ "components": [
3285
+ {
3286
+ "internalType": "address",
3287
+ "name": "asset",
3288
+ "type": "address"
3289
+ },
3290
+ {
3291
+ "internalType": "address[3]",
3292
+ "name": "oracles",
3293
+ "type": "address[3]"
3294
+ },
3295
+ {
3296
+ "internalType": "bool[3]",
3297
+ "name": "enableFlagsForOracles",
3298
+ "type": "bool[3]"
3299
+ }
3300
+ ],
3301
+ "internalType": "struct ResilientOracle.TokenConfig",
3302
+ "name": "",
3303
+ "type": "tuple"
3304
+ }
3305
+ ],
3306
+ "stateMutability": "view",
3307
+ "type": "function"
3308
+ },
3309
+ {
3310
+ "inputs": [
3311
+ {
3312
+ "internalType": "address",
3313
+ "name": "vToken",
3314
+ "type": "address"
3315
+ }
3316
+ ],
3317
+ "name": "getUnderlyingPrice",
3318
+ "outputs": [
3319
+ {
3320
+ "internalType": "uint256",
3321
+ "name": "",
3322
+ "type": "uint256"
3323
+ }
3324
+ ],
3325
+ "stateMutability": "view",
3326
+ "type": "function"
3327
+ },
3328
+ {
3329
+ "inputs": [
3330
+ {
3331
+ "internalType": "address",
3332
+ "name": "accessControlManager_",
3333
+ "type": "address"
3334
+ }
3335
+ ],
3336
+ "name": "initialize",
3337
+ "outputs": [],
3338
+ "stateMutability": "nonpayable",
3339
+ "type": "function"
3340
+ },
3341
+ {
3342
+ "inputs": [],
3343
+ "name": "nativeMarket",
3344
+ "outputs": [
3345
+ {
3346
+ "internalType": "address",
3347
+ "name": "",
3348
+ "type": "address"
3349
+ }
3350
+ ],
3351
+ "stateMutability": "view",
3352
+ "type": "function"
3353
+ },
3354
+ {
3355
+ "inputs": [],
3356
+ "name": "owner",
3357
+ "outputs": [
3358
+ {
3359
+ "internalType": "address",
3360
+ "name": "",
3361
+ "type": "address"
3362
+ }
3363
+ ],
3364
+ "stateMutability": "view",
3365
+ "type": "function"
3366
+ },
3367
+ {
3368
+ "inputs": [],
3369
+ "name": "pause",
3370
+ "outputs": [],
3371
+ "stateMutability": "nonpayable",
3372
+ "type": "function"
3373
+ },
3374
+ {
3375
+ "inputs": [],
3376
+ "name": "paused",
3377
+ "outputs": [
3378
+ {
3379
+ "internalType": "bool",
3380
+ "name": "",
3381
+ "type": "bool"
3382
+ }
3383
+ ],
3384
+ "stateMutability": "view",
3385
+ "type": "function"
3386
+ },
3387
+ {
3388
+ "inputs": [],
3389
+ "name": "pendingOwner",
3390
+ "outputs": [
3391
+ {
3392
+ "internalType": "address",
3393
+ "name": "",
3394
+ "type": "address"
3395
+ }
3396
+ ],
3397
+ "stateMutability": "view",
3398
+ "type": "function"
3399
+ },
3400
+ {
3401
+ "inputs": [],
3402
+ "name": "renounceOwnership",
3403
+ "outputs": [],
3404
+ "stateMutability": "nonpayable",
3405
+ "type": "function"
3406
+ },
3407
+ {
3408
+ "inputs": [
3409
+ {
3410
+ "internalType": "address",
3411
+ "name": "accessControlManager_",
3412
+ "type": "address"
3413
+ }
3414
+ ],
3415
+ "name": "setAccessControlManager",
3416
+ "outputs": [],
3417
+ "stateMutability": "nonpayable",
3418
+ "type": "function"
3419
+ },
3420
+ {
3421
+ "inputs": [
3422
+ {
3423
+ "internalType": "address",
3424
+ "name": "asset",
3425
+ "type": "address"
3426
+ },
3427
+ {
3428
+ "internalType": "address",
3429
+ "name": "oracle",
3430
+ "type": "address"
3431
+ },
3432
+ {
3433
+ "internalType": "enum ResilientOracle.OracleRole",
3434
+ "name": "role",
3435
+ "type": "uint8"
3436
+ }
3437
+ ],
3438
+ "name": "setOracle",
3439
+ "outputs": [],
3440
+ "stateMutability": "nonpayable",
3441
+ "type": "function"
3442
+ },
3443
+ {
3444
+ "inputs": [
3445
+ {
3446
+ "components": [
3447
+ {
3448
+ "internalType": "address",
3449
+ "name": "asset",
3450
+ "type": "address"
3451
+ },
3452
+ {
3453
+ "internalType": "address[3]",
3454
+ "name": "oracles",
3455
+ "type": "address[3]"
3456
+ },
3457
+ {
3458
+ "internalType": "bool[3]",
3459
+ "name": "enableFlagsForOracles",
3460
+ "type": "bool[3]"
3461
+ }
3462
+ ],
3463
+ "internalType": "struct ResilientOracle.TokenConfig",
3464
+ "name": "tokenConfig",
3465
+ "type": "tuple"
3466
+ }
3467
+ ],
3468
+ "name": "setTokenConfig",
3469
+ "outputs": [],
3470
+ "stateMutability": "nonpayable",
3471
+ "type": "function"
3472
+ },
3473
+ {
3474
+ "inputs": [
3475
+ {
3476
+ "components": [
3477
+ {
3478
+ "internalType": "address",
3479
+ "name": "asset",
3480
+ "type": "address"
3481
+ },
3482
+ {
3483
+ "internalType": "address[3]",
3484
+ "name": "oracles",
3485
+ "type": "address[3]"
3486
+ },
3487
+ {
3488
+ "internalType": "bool[3]",
3489
+ "name": "enableFlagsForOracles",
3490
+ "type": "bool[3]"
3491
+ }
3492
+ ],
3493
+ "internalType": "struct ResilientOracle.TokenConfig[]",
3494
+ "name": "tokenConfigs_",
3495
+ "type": "tuple[]"
3496
+ }
3497
+ ],
3498
+ "name": "setTokenConfigs",
3499
+ "outputs": [],
3500
+ "stateMutability": "nonpayable",
3501
+ "type": "function"
3502
+ },
3503
+ {
3504
+ "inputs": [
3505
+ {
3506
+ "internalType": "address",
3507
+ "name": "newOwner",
3508
+ "type": "address"
3509
+ }
3510
+ ],
3511
+ "name": "transferOwnership",
3512
+ "outputs": [],
3513
+ "stateMutability": "nonpayable",
3514
+ "type": "function"
3515
+ },
3516
+ {
3517
+ "inputs": [],
3518
+ "name": "unpause",
3519
+ "outputs": [],
3520
+ "stateMutability": "nonpayable",
3521
+ "type": "function"
3522
+ },
3523
+ {
3524
+ "inputs": [
3525
+ {
3526
+ "internalType": "address",
3527
+ "name": "asset",
3528
+ "type": "address"
3529
+ }
3530
+ ],
3531
+ "name": "updateAssetPrice",
3532
+ "outputs": [],
3533
+ "stateMutability": "nonpayable",
3534
+ "type": "function"
3535
+ },
3536
+ {
3537
+ "inputs": [
3538
+ {
3539
+ "internalType": "address",
3540
+ "name": "vToken",
3541
+ "type": "address"
3542
+ }
3543
+ ],
3544
+ "name": "updatePrice",
3545
+ "outputs": [],
3546
+ "stateMutability": "nonpayable",
3547
+ "type": "function"
3548
+ },
3549
+ {
3550
+ "inputs": [],
3551
+ "name": "vai",
3552
+ "outputs": [
3553
+ {
3554
+ "internalType": "address",
3555
+ "name": "",
3556
+ "type": "address"
3557
+ }
3558
+ ],
3559
+ "stateMutability": "view",
3560
+ "type": "function"
3561
+ }
3562
+ ]
3563
+ },
3564
+ "ResilientOracle_Proxy": {
3565
+ "address": "0xA469E718BDE2C9939bD29529A38184e97dF0A741",
3566
+ "abi": [
3567
+ {
3568
+ "inputs": [
3569
+ {
3570
+ "internalType": "address",
3571
+ "name": "_logic",
3572
+ "type": "address"
3573
+ },
3574
+ {
3575
+ "internalType": "address",
3576
+ "name": "admin_",
3577
+ "type": "address"
3578
+ },
3579
+ {
3580
+ "internalType": "bytes",
3581
+ "name": "_data",
3582
+ "type": "bytes"
3583
+ }
3584
+ ],
3585
+ "stateMutability": "payable",
3586
+ "type": "constructor"
3587
+ },
3588
+ {
3589
+ "anonymous": false,
3590
+ "inputs": [
3591
+ {
3592
+ "indexed": false,
3593
+ "internalType": "address",
3594
+ "name": "previousAdmin",
3595
+ "type": "address"
3596
+ },
3597
+ {
3598
+ "indexed": false,
3599
+ "internalType": "address",
3600
+ "name": "newAdmin",
3601
+ "type": "address"
3602
+ }
3603
+ ],
3604
+ "name": "AdminChanged",
3605
+ "type": "event"
3606
+ },
3607
+ {
3608
+ "anonymous": false,
3609
+ "inputs": [
3610
+ {
3611
+ "indexed": true,
3612
+ "internalType": "address",
3613
+ "name": "beacon",
3614
+ "type": "address"
3615
+ }
3616
+ ],
3617
+ "name": "BeaconUpgraded",
3618
+ "type": "event"
3619
+ },
3620
+ {
3621
+ "anonymous": false,
3622
+ "inputs": [
3623
+ {
3624
+ "indexed": true,
3625
+ "internalType": "address",
3626
+ "name": "implementation",
3627
+ "type": "address"
3628
+ }
3629
+ ],
3630
+ "name": "Upgraded",
3631
+ "type": "event"
3632
+ },
3633
+ {
3634
+ "stateMutability": "payable",
3635
+ "type": "fallback"
3636
+ },
3637
+ {
3638
+ "inputs": [],
3639
+ "name": "admin",
3640
+ "outputs": [
3641
+ {
3642
+ "internalType": "address",
3643
+ "name": "admin_",
3644
+ "type": "address"
3645
+ }
3646
+ ],
3647
+ "stateMutability": "nonpayable",
3648
+ "type": "function"
3649
+ },
3650
+ {
3651
+ "inputs": [],
3652
+ "name": "implementation",
3653
+ "outputs": [
3654
+ {
3655
+ "internalType": "address",
3656
+ "name": "implementation_",
3657
+ "type": "address"
3658
+ }
3659
+ ],
3660
+ "stateMutability": "nonpayable",
3661
+ "type": "function"
3662
+ },
3663
+ {
3664
+ "inputs": [
3665
+ {
3666
+ "internalType": "address",
3667
+ "name": "newImplementation",
3668
+ "type": "address"
3669
+ }
3670
+ ],
3671
+ "name": "upgradeTo",
3672
+ "outputs": [],
3673
+ "stateMutability": "nonpayable",
3674
+ "type": "function"
3675
+ },
3676
+ {
3677
+ "inputs": [
3678
+ {
3679
+ "internalType": "address",
3680
+ "name": "newImplementation",
3681
+ "type": "address"
3682
+ },
3683
+ {
3684
+ "internalType": "bytes",
3685
+ "name": "data",
3686
+ "type": "bytes"
3687
+ }
3688
+ ],
3689
+ "name": "upgradeToAndCall",
3690
+ "outputs": [],
3691
+ "stateMutability": "payable",
3692
+ "type": "function"
3693
+ },
3694
+ {
3695
+ "stateMutability": "payable",
3696
+ "type": "receive"
3697
+ }
3698
+ ]
3699
+ }
3700
+ }
3701
+ }