@flarenetwork/flare-periphery-contract-artifacts 0.1.48 → 0.1.50

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.
Files changed (23) hide show
  1. package/coston/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  2. package/coston/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  3. package/coston2/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  4. package/coston2/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  5. package/dist/coston/abis.d.ts.map +1 -1
  6. package/dist/coston/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  7. package/dist/coston/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  8. package/dist/coston2/abis.d.ts.map +1 -1
  9. package/dist/coston2/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  10. package/dist/coston2/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  11. package/dist/flare/abis.d.ts.map +1 -1
  12. package/dist/flare/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  13. package/dist/flare/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  14. package/dist/index.js +8 -0
  15. package/dist/index.js.map +1 -1
  16. package/dist/songbird/abis.d.ts.map +1 -1
  17. package/dist/songbird/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  18. package/dist/songbird/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  19. package/flare/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  20. package/flare/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
  21. package/package.json +1 -1
  22. package/songbird/artifacts/contracts/ICoreVaultManager.sol/ICoreVaultManager.json +983 -0
  23. package/songbird/artifacts/contracts/IMintingTagManager.sol/IMintingTagManager.json +18 -0
@@ -0,0 +1,983 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "AlreadyConfirmed",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "inputs": [],
9
+ "name": "AmountZero",
10
+ "type": "error"
11
+ },
12
+ {
13
+ "inputs": [],
14
+ "name": "ContractPaused",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [],
19
+ "name": "DestinationNotAllowed",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [],
24
+ "name": "EscrowAlreadyFinished",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "inputs": [],
29
+ "name": "FeeZero",
30
+ "type": "error"
31
+ },
32
+ {
33
+ "inputs": [],
34
+ "name": "InsufficientFunds",
35
+ "type": "error"
36
+ },
37
+ {
38
+ "inputs": [],
39
+ "name": "InvalidAddress",
40
+ "type": "error"
41
+ },
42
+ {
43
+ "inputs": [],
44
+ "name": "InvalidAmount",
45
+ "type": "error"
46
+ },
47
+ {
48
+ "inputs": [],
49
+ "name": "InvalidChain",
50
+ "type": "error"
51
+ },
52
+ {
53
+ "inputs": [],
54
+ "name": "InvalidEndTime",
55
+ "type": "error"
56
+ },
57
+ {
58
+ "inputs": [],
59
+ "name": "InvalidPreimageHash",
60
+ "type": "error"
61
+ },
62
+ {
63
+ "inputs": [],
64
+ "name": "NotAuthorized",
65
+ "type": "error"
66
+ },
67
+ {
68
+ "inputs": [],
69
+ "name": "NotCoreVault",
70
+ "type": "error"
71
+ },
72
+ {
73
+ "inputs": [],
74
+ "name": "NotFound",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [],
79
+ "name": "OnlyAssetManager",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [],
84
+ "name": "PaymentFailed",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [],
89
+ "name": "PaymentNotProven",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "RequestExists",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "anonymous": false,
99
+ "inputs": [
100
+ {
101
+ "indexed": false,
102
+ "internalType": "string",
103
+ "name": "destinationAddress",
104
+ "type": "string"
105
+ }
106
+ ],
107
+ "name": "AllowedDestinationAddressAdded",
108
+ "type": "event"
109
+ },
110
+ {
111
+ "anonymous": false,
112
+ "inputs": [
113
+ {
114
+ "indexed": false,
115
+ "internalType": "string",
116
+ "name": "destinationAddress",
117
+ "type": "string"
118
+ }
119
+ ],
120
+ "name": "AllowedDestinationAddressRemoved",
121
+ "type": "event"
122
+ },
123
+ {
124
+ "anonymous": false,
125
+ "inputs": [
126
+ {
127
+ "indexed": false,
128
+ "internalType": "string",
129
+ "name": "custodianAddress",
130
+ "type": "string"
131
+ }
132
+ ],
133
+ "name": "CustodianAddressUpdated",
134
+ "type": "event"
135
+ },
136
+ {
137
+ "anonymous": false,
138
+ "inputs": [
139
+ {
140
+ "indexed": true,
141
+ "internalType": "uint256",
142
+ "name": "sequence",
143
+ "type": "uint256"
144
+ },
145
+ {
146
+ "indexed": false,
147
+ "internalType": "string",
148
+ "name": "account",
149
+ "type": "string"
150
+ },
151
+ {
152
+ "indexed": false,
153
+ "internalType": "bytes32",
154
+ "name": "instructionsHash",
155
+ "type": "bytes32"
156
+ }
157
+ ],
158
+ "name": "CustomInstructions",
159
+ "type": "event"
160
+ },
161
+ {
162
+ "anonymous": false,
163
+ "inputs": [
164
+ {
165
+ "indexed": false,
166
+ "internalType": "address",
167
+ "name": "sender",
168
+ "type": "address"
169
+ }
170
+ ],
171
+ "name": "EmergencyPauseSenderAdded",
172
+ "type": "event"
173
+ },
174
+ {
175
+ "anonymous": false,
176
+ "inputs": [
177
+ {
178
+ "indexed": false,
179
+ "internalType": "address",
180
+ "name": "sender",
181
+ "type": "address"
182
+ }
183
+ ],
184
+ "name": "EmergencyPauseSenderRemoved",
185
+ "type": "event"
186
+ },
187
+ {
188
+ "anonymous": false,
189
+ "inputs": [
190
+ {
191
+ "indexed": true,
192
+ "internalType": "bytes32",
193
+ "name": "preimageHash",
194
+ "type": "bytes32"
195
+ },
196
+ {
197
+ "indexed": false,
198
+ "internalType": "uint256",
199
+ "name": "amount",
200
+ "type": "uint256"
201
+ }
202
+ ],
203
+ "name": "EscrowExpired",
204
+ "type": "event"
205
+ },
206
+ {
207
+ "anonymous": false,
208
+ "inputs": [
209
+ {
210
+ "indexed": true,
211
+ "internalType": "bytes32",
212
+ "name": "preimageHash",
213
+ "type": "bytes32"
214
+ },
215
+ {
216
+ "indexed": false,
217
+ "internalType": "uint256",
218
+ "name": "amount",
219
+ "type": "uint256"
220
+ }
221
+ ],
222
+ "name": "EscrowFinished",
223
+ "type": "event"
224
+ },
225
+ {
226
+ "anonymous": false,
227
+ "inputs": [
228
+ {
229
+ "indexed": true,
230
+ "internalType": "uint256",
231
+ "name": "sequence",
232
+ "type": "uint256"
233
+ },
234
+ {
235
+ "indexed": true,
236
+ "internalType": "bytes32",
237
+ "name": "preimageHash",
238
+ "type": "bytes32"
239
+ },
240
+ {
241
+ "indexed": false,
242
+ "internalType": "string",
243
+ "name": "account",
244
+ "type": "string"
245
+ },
246
+ {
247
+ "indexed": false,
248
+ "internalType": "string",
249
+ "name": "destination",
250
+ "type": "string"
251
+ },
252
+ {
253
+ "indexed": false,
254
+ "internalType": "uint256",
255
+ "name": "amount",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "indexed": false,
260
+ "internalType": "uint256",
261
+ "name": "fee",
262
+ "type": "uint256"
263
+ },
264
+ {
265
+ "indexed": false,
266
+ "internalType": "uint256",
267
+ "name": "cancelAfterTs",
268
+ "type": "uint256"
269
+ }
270
+ ],
271
+ "name": "EscrowInstructions",
272
+ "type": "event"
273
+ },
274
+ {
275
+ "anonymous": false,
276
+ "inputs": [],
277
+ "name": "NotAllEscrowsProcessed",
278
+ "type": "event"
279
+ },
280
+ {
281
+ "anonymous": false,
282
+ "inputs": [],
283
+ "name": "Paused",
284
+ "type": "event"
285
+ },
286
+ {
287
+ "anonymous": false,
288
+ "inputs": [
289
+ {
290
+ "indexed": true,
291
+ "internalType": "bytes32",
292
+ "name": "transactionId",
293
+ "type": "bytes32"
294
+ },
295
+ {
296
+ "indexed": false,
297
+ "internalType": "uint256",
298
+ "name": "amount",
299
+ "type": "uint256"
300
+ }
301
+ ],
302
+ "name": "PaymentConfirmed",
303
+ "type": "event"
304
+ },
305
+ {
306
+ "anonymous": false,
307
+ "inputs": [
308
+ {
309
+ "indexed": true,
310
+ "internalType": "uint256",
311
+ "name": "sequence",
312
+ "type": "uint256"
313
+ },
314
+ {
315
+ "indexed": false,
316
+ "internalType": "string",
317
+ "name": "account",
318
+ "type": "string"
319
+ },
320
+ {
321
+ "indexed": false,
322
+ "internalType": "string",
323
+ "name": "destination",
324
+ "type": "string"
325
+ },
326
+ {
327
+ "indexed": false,
328
+ "internalType": "uint256",
329
+ "name": "amount",
330
+ "type": "uint256"
331
+ },
332
+ {
333
+ "indexed": false,
334
+ "internalType": "uint256",
335
+ "name": "fee",
336
+ "type": "uint256"
337
+ },
338
+ {
339
+ "indexed": false,
340
+ "internalType": "bytes32",
341
+ "name": "paymentReference",
342
+ "type": "bytes32"
343
+ }
344
+ ],
345
+ "name": "PaymentInstructions",
346
+ "type": "event"
347
+ },
348
+ {
349
+ "anonymous": false,
350
+ "inputs": [
351
+ {
352
+ "indexed": false,
353
+ "internalType": "bytes32",
354
+ "name": "preimageHash",
355
+ "type": "bytes32"
356
+ }
357
+ ],
358
+ "name": "PreimageHashAdded",
359
+ "type": "event"
360
+ },
361
+ {
362
+ "anonymous": false,
363
+ "inputs": [
364
+ {
365
+ "indexed": false,
366
+ "internalType": "uint256",
367
+ "name": "escrowEndTimeSeconds",
368
+ "type": "uint256"
369
+ },
370
+ {
371
+ "indexed": false,
372
+ "internalType": "uint256",
373
+ "name": "escrowAmount",
374
+ "type": "uint256"
375
+ },
376
+ {
377
+ "indexed": false,
378
+ "internalType": "uint256",
379
+ "name": "minimalAmount",
380
+ "type": "uint256"
381
+ },
382
+ {
383
+ "indexed": false,
384
+ "internalType": "uint256",
385
+ "name": "fee",
386
+ "type": "uint256"
387
+ }
388
+ ],
389
+ "name": "SettingsUpdated",
390
+ "type": "event"
391
+ },
392
+ {
393
+ "anonymous": false,
394
+ "inputs": [
395
+ {
396
+ "indexed": false,
397
+ "internalType": "string",
398
+ "name": "destinationAddress",
399
+ "type": "string"
400
+ },
401
+ {
402
+ "indexed": false,
403
+ "internalType": "bytes32",
404
+ "name": "paymentReference",
405
+ "type": "bytes32"
406
+ },
407
+ {
408
+ "indexed": false,
409
+ "internalType": "uint256",
410
+ "name": "amount",
411
+ "type": "uint256"
412
+ }
413
+ ],
414
+ "name": "TransferRequestCanceled",
415
+ "type": "event"
416
+ },
417
+ {
418
+ "anonymous": false,
419
+ "inputs": [
420
+ {
421
+ "indexed": false,
422
+ "internalType": "string",
423
+ "name": "destinationAddress",
424
+ "type": "string"
425
+ },
426
+ {
427
+ "indexed": false,
428
+ "internalType": "bytes32",
429
+ "name": "paymentReference",
430
+ "type": "bytes32"
431
+ },
432
+ {
433
+ "indexed": false,
434
+ "internalType": "uint256",
435
+ "name": "amount",
436
+ "type": "uint256"
437
+ },
438
+ {
439
+ "indexed": false,
440
+ "internalType": "bool",
441
+ "name": "cancelable",
442
+ "type": "bool"
443
+ }
444
+ ],
445
+ "name": "TransferRequested",
446
+ "type": "event"
447
+ },
448
+ {
449
+ "anonymous": false,
450
+ "inputs": [
451
+ {
452
+ "indexed": false,
453
+ "internalType": "address",
454
+ "name": "triggeringAccount",
455
+ "type": "address"
456
+ }
457
+ ],
458
+ "name": "TriggeringAccountAdded",
459
+ "type": "event"
460
+ },
461
+ {
462
+ "anonymous": false,
463
+ "inputs": [
464
+ {
465
+ "indexed": false,
466
+ "internalType": "address",
467
+ "name": "triggeringAccount",
468
+ "type": "address"
469
+ }
470
+ ],
471
+ "name": "TriggeringAccountRemoved",
472
+ "type": "event"
473
+ },
474
+ {
475
+ "anonymous": false,
476
+ "inputs": [],
477
+ "name": "Unpaused",
478
+ "type": "event"
479
+ },
480
+ {
481
+ "anonymous": false,
482
+ "inputs": [
483
+ {
484
+ "indexed": false,
485
+ "internalType": "bytes32",
486
+ "name": "preimageHash",
487
+ "type": "bytes32"
488
+ }
489
+ ],
490
+ "name": "UnusedPreimageHashRemoved",
491
+ "type": "event"
492
+ },
493
+ {
494
+ "inputs": [],
495
+ "name": "assetManager",
496
+ "outputs": [
497
+ {
498
+ "internalType": "address",
499
+ "name": "",
500
+ "type": "address"
501
+ }
502
+ ],
503
+ "stateMutability": "view",
504
+ "type": "function"
505
+ },
506
+ {
507
+ "inputs": [],
508
+ "name": "availableFunds",
509
+ "outputs": [
510
+ {
511
+ "internalType": "uint128",
512
+ "name": "",
513
+ "type": "uint128"
514
+ }
515
+ ],
516
+ "stateMutability": "view",
517
+ "type": "function"
518
+ },
519
+ {
520
+ "inputs": [],
521
+ "name": "coreVaultAddress",
522
+ "outputs": [
523
+ {
524
+ "internalType": "string",
525
+ "name": "",
526
+ "type": "string"
527
+ }
528
+ ],
529
+ "stateMutability": "view",
530
+ "type": "function"
531
+ },
532
+ {
533
+ "inputs": [],
534
+ "name": "coreVaultAddressHash",
535
+ "outputs": [
536
+ {
537
+ "internalType": "bytes32",
538
+ "name": "",
539
+ "type": "bytes32"
540
+ }
541
+ ],
542
+ "stateMutability": "view",
543
+ "type": "function"
544
+ },
545
+ {
546
+ "inputs": [],
547
+ "name": "custodianAddress",
548
+ "outputs": [
549
+ {
550
+ "internalType": "string",
551
+ "name": "",
552
+ "type": "string"
553
+ }
554
+ ],
555
+ "stateMutability": "view",
556
+ "type": "function"
557
+ },
558
+ {
559
+ "inputs": [],
560
+ "name": "escrowedFunds",
561
+ "outputs": [
562
+ {
563
+ "internalType": "uint128",
564
+ "name": "",
565
+ "type": "uint128"
566
+ }
567
+ ],
568
+ "stateMutability": "view",
569
+ "type": "function"
570
+ },
571
+ {
572
+ "inputs": [],
573
+ "name": "getAllowedDestinationAddresses",
574
+ "outputs": [
575
+ {
576
+ "internalType": "string[]",
577
+ "name": "",
578
+ "type": "string[]"
579
+ }
580
+ ],
581
+ "stateMutability": "view",
582
+ "type": "function"
583
+ },
584
+ {
585
+ "inputs": [],
586
+ "name": "getCancelableTransferRequests",
587
+ "outputs": [
588
+ {
589
+ "components": [
590
+ {
591
+ "internalType": "string",
592
+ "name": "destinationAddress",
593
+ "type": "string"
594
+ },
595
+ {
596
+ "internalType": "bytes32",
597
+ "name": "paymentReference",
598
+ "type": "bytes32"
599
+ },
600
+ {
601
+ "internalType": "uint128",
602
+ "name": "amount",
603
+ "type": "uint128"
604
+ }
605
+ ],
606
+ "internalType": "struct ICoreVaultManager.TransferRequest[]",
607
+ "name": "",
608
+ "type": "tuple[]"
609
+ }
610
+ ],
611
+ "stateMutability": "view",
612
+ "type": "function"
613
+ },
614
+ {
615
+ "inputs": [],
616
+ "name": "getEmergencyPauseSenders",
617
+ "outputs": [
618
+ {
619
+ "internalType": "address[]",
620
+ "name": "",
621
+ "type": "address[]"
622
+ }
623
+ ],
624
+ "stateMutability": "view",
625
+ "type": "function"
626
+ },
627
+ {
628
+ "inputs": [
629
+ {
630
+ "internalType": "uint256",
631
+ "name": "_index",
632
+ "type": "uint256"
633
+ }
634
+ ],
635
+ "name": "getEscrowByIndex",
636
+ "outputs": [
637
+ {
638
+ "components": [
639
+ {
640
+ "internalType": "bytes32",
641
+ "name": "preimageHash",
642
+ "type": "bytes32"
643
+ },
644
+ {
645
+ "internalType": "uint128",
646
+ "name": "amount",
647
+ "type": "uint128"
648
+ },
649
+ {
650
+ "internalType": "uint64",
651
+ "name": "expiryTs",
652
+ "type": "uint64"
653
+ },
654
+ {
655
+ "internalType": "bool",
656
+ "name": "finished",
657
+ "type": "bool"
658
+ }
659
+ ],
660
+ "internalType": "struct ICoreVaultManager.Escrow",
661
+ "name": "",
662
+ "type": "tuple"
663
+ }
664
+ ],
665
+ "stateMutability": "view",
666
+ "type": "function"
667
+ },
668
+ {
669
+ "inputs": [
670
+ {
671
+ "internalType": "bytes32",
672
+ "name": "_preimageHash",
673
+ "type": "bytes32"
674
+ }
675
+ ],
676
+ "name": "getEscrowByPreimageHash",
677
+ "outputs": [
678
+ {
679
+ "components": [
680
+ {
681
+ "internalType": "bytes32",
682
+ "name": "preimageHash",
683
+ "type": "bytes32"
684
+ },
685
+ {
686
+ "internalType": "uint128",
687
+ "name": "amount",
688
+ "type": "uint128"
689
+ },
690
+ {
691
+ "internalType": "uint64",
692
+ "name": "expiryTs",
693
+ "type": "uint64"
694
+ },
695
+ {
696
+ "internalType": "bool",
697
+ "name": "finished",
698
+ "type": "bool"
699
+ }
700
+ ],
701
+ "internalType": "struct ICoreVaultManager.Escrow",
702
+ "name": "",
703
+ "type": "tuple"
704
+ }
705
+ ],
706
+ "stateMutability": "view",
707
+ "type": "function"
708
+ },
709
+ {
710
+ "inputs": [],
711
+ "name": "getEscrowsCount",
712
+ "outputs": [
713
+ {
714
+ "internalType": "uint256",
715
+ "name": "",
716
+ "type": "uint256"
717
+ }
718
+ ],
719
+ "stateMutability": "view",
720
+ "type": "function"
721
+ },
722
+ {
723
+ "inputs": [],
724
+ "name": "getNonCancelableTransferRequests",
725
+ "outputs": [
726
+ {
727
+ "components": [
728
+ {
729
+ "internalType": "string",
730
+ "name": "destinationAddress",
731
+ "type": "string"
732
+ },
733
+ {
734
+ "internalType": "bytes32",
735
+ "name": "paymentReference",
736
+ "type": "bytes32"
737
+ },
738
+ {
739
+ "internalType": "uint128",
740
+ "name": "amount",
741
+ "type": "uint128"
742
+ }
743
+ ],
744
+ "internalType": "struct ICoreVaultManager.TransferRequest[]",
745
+ "name": "",
746
+ "type": "tuple[]"
747
+ }
748
+ ],
749
+ "stateMutability": "view",
750
+ "type": "function"
751
+ },
752
+ {
753
+ "inputs": [
754
+ {
755
+ "internalType": "uint256",
756
+ "name": "_index",
757
+ "type": "uint256"
758
+ }
759
+ ],
760
+ "name": "getPreimageHash",
761
+ "outputs": [
762
+ {
763
+ "internalType": "bytes32",
764
+ "name": "",
765
+ "type": "bytes32"
766
+ }
767
+ ],
768
+ "stateMutability": "view",
769
+ "type": "function"
770
+ },
771
+ {
772
+ "inputs": [],
773
+ "name": "getPreimageHashesCount",
774
+ "outputs": [
775
+ {
776
+ "internalType": "uint256",
777
+ "name": "",
778
+ "type": "uint256"
779
+ }
780
+ ],
781
+ "stateMutability": "view",
782
+ "type": "function"
783
+ },
784
+ {
785
+ "inputs": [],
786
+ "name": "getSettings",
787
+ "outputs": [
788
+ {
789
+ "internalType": "uint128",
790
+ "name": "_escrowEndTimeSeconds",
791
+ "type": "uint128"
792
+ },
793
+ {
794
+ "internalType": "uint128",
795
+ "name": "_escrowAmount",
796
+ "type": "uint128"
797
+ },
798
+ {
799
+ "internalType": "uint128",
800
+ "name": "_minimalAmount",
801
+ "type": "uint128"
802
+ },
803
+ {
804
+ "internalType": "uint128",
805
+ "name": "_fee",
806
+ "type": "uint128"
807
+ }
808
+ ],
809
+ "stateMutability": "view",
810
+ "type": "function"
811
+ },
812
+ {
813
+ "inputs": [],
814
+ "name": "getTriggeringAccounts",
815
+ "outputs": [
816
+ {
817
+ "internalType": "address[]",
818
+ "name": "",
819
+ "type": "address[]"
820
+ }
821
+ ],
822
+ "stateMutability": "view",
823
+ "type": "function"
824
+ },
825
+ {
826
+ "inputs": [],
827
+ "name": "getUnprocessedEscrows",
828
+ "outputs": [
829
+ {
830
+ "components": [
831
+ {
832
+ "internalType": "bytes32",
833
+ "name": "preimageHash",
834
+ "type": "bytes32"
835
+ },
836
+ {
837
+ "internalType": "uint128",
838
+ "name": "amount",
839
+ "type": "uint128"
840
+ },
841
+ {
842
+ "internalType": "uint64",
843
+ "name": "expiryTs",
844
+ "type": "uint64"
845
+ },
846
+ {
847
+ "internalType": "bool",
848
+ "name": "finished",
849
+ "type": "bool"
850
+ }
851
+ ],
852
+ "internalType": "struct ICoreVaultManager.Escrow[]",
853
+ "name": "",
854
+ "type": "tuple[]"
855
+ }
856
+ ],
857
+ "stateMutability": "view",
858
+ "type": "function"
859
+ },
860
+ {
861
+ "inputs": [],
862
+ "name": "getUnusedPreimageHashes",
863
+ "outputs": [
864
+ {
865
+ "internalType": "bytes32[]",
866
+ "name": "",
867
+ "type": "bytes32[]"
868
+ }
869
+ ],
870
+ "stateMutability": "view",
871
+ "type": "function"
872
+ },
873
+ {
874
+ "inputs": [
875
+ {
876
+ "internalType": "string",
877
+ "name": "_address",
878
+ "type": "string"
879
+ }
880
+ ],
881
+ "name": "isDestinationAddressAllowed",
882
+ "outputs": [
883
+ {
884
+ "internalType": "bool",
885
+ "name": "",
886
+ "type": "bool"
887
+ }
888
+ ],
889
+ "stateMutability": "view",
890
+ "type": "function"
891
+ },
892
+ {
893
+ "inputs": [],
894
+ "name": "nextUnprocessedEscrowIndex",
895
+ "outputs": [
896
+ {
897
+ "internalType": "uint256",
898
+ "name": "",
899
+ "type": "uint256"
900
+ }
901
+ ],
902
+ "stateMutability": "view",
903
+ "type": "function"
904
+ },
905
+ {
906
+ "inputs": [],
907
+ "name": "nextUnusedPreimageHashIndex",
908
+ "outputs": [
909
+ {
910
+ "internalType": "uint256",
911
+ "name": "",
912
+ "type": "uint256"
913
+ }
914
+ ],
915
+ "stateMutability": "view",
916
+ "type": "function"
917
+ },
918
+ {
919
+ "inputs": [],
920
+ "name": "pause",
921
+ "outputs": [],
922
+ "stateMutability": "nonpayable",
923
+ "type": "function"
924
+ },
925
+ {
926
+ "inputs": [],
927
+ "name": "paused",
928
+ "outputs": [
929
+ {
930
+ "internalType": "bool",
931
+ "name": "",
932
+ "type": "bool"
933
+ }
934
+ ],
935
+ "stateMutability": "view",
936
+ "type": "function"
937
+ },
938
+ {
939
+ "inputs": [
940
+ {
941
+ "internalType": "uint256",
942
+ "name": "_maxCount",
943
+ "type": "uint256"
944
+ }
945
+ ],
946
+ "name": "processEscrows",
947
+ "outputs": [
948
+ {
949
+ "internalType": "bool",
950
+ "name": "",
951
+ "type": "bool"
952
+ }
953
+ ],
954
+ "stateMutability": "nonpayable",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [],
959
+ "name": "totalRequestAmountWithFee",
960
+ "outputs": [
961
+ {
962
+ "internalType": "uint256",
963
+ "name": "",
964
+ "type": "uint256"
965
+ }
966
+ ],
967
+ "stateMutability": "view",
968
+ "type": "function"
969
+ },
970
+ {
971
+ "inputs": [],
972
+ "name": "triggerInstructions",
973
+ "outputs": [
974
+ {
975
+ "internalType": "uint256",
976
+ "name": "_numberOfInstructions",
977
+ "type": "uint256"
978
+ }
979
+ ],
980
+ "stateMutability": "nonpayable",
981
+ "type": "function"
982
+ }
983
+ ]