@flarenetwork/flare-periphery-contract-artifacts 0.1.41 → 0.1.42

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 (39) hide show
  1. package/dist/coston2/abis.d.ts.map +1 -1
  2. package/dist/flare/abis.d.ts.map +1 -1
  3. package/dist/flare/artifacts/contracts/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
  4. package/dist/flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +186 -0
  5. package/dist/flare/artifacts/contracts/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
  6. package/dist/flare/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
  7. package/dist/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +873 -0
  8. package/dist/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2233 -0
  9. package/dist/flare/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
  10. package/dist/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +460 -0
  11. package/dist/flare/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
  12. package/dist/flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +188 -0
  13. package/dist/flare/artifacts/contracts/ITimelockFacet.sol/ITimelockFacet.json +126 -0
  14. package/dist/flare/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +146 -0
  15. package/dist/flare/artifacts/contracts/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
  16. package/dist/flare/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
  17. package/dist/flare/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
  18. package/dist/flare/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
  19. package/dist/flare/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -0
  20. package/dist/index.js +48 -0
  21. package/dist/index.js.map +1 -1
  22. package/flare/artifacts/contracts/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
  23. package/flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +186 -0
  24. package/flare/artifacts/contracts/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
  25. package/flare/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
  26. package/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +873 -0
  27. package/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2233 -0
  28. package/flare/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
  29. package/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +460 -0
  30. package/flare/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
  31. package/flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +188 -0
  32. package/flare/artifacts/contracts/ITimelockFacet.sol/ITimelockFacet.json +126 -0
  33. package/flare/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +146 -0
  34. package/flare/artifacts/contracts/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
  35. package/flare/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
  36. package/flare/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
  37. package/flare/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
  38. package/flare/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -0
  39. package/package.json +1 -1
@@ -0,0 +1,2233 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "AddressZero",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "inputs": [
9
+ {
10
+ "internalType": "address",
11
+ "name": "agentVault",
12
+ "type": "address"
13
+ }
14
+ ],
15
+ "name": "AgentNotAvailable",
16
+ "type": "error"
17
+ },
18
+ {
19
+ "inputs": [
20
+ {
21
+ "internalType": "address",
22
+ "name": "agentVaultAddress",
23
+ "type": "address"
24
+ }
25
+ ],
26
+ "name": "AgentVaultAddressAlreadyAdded",
27
+ "type": "error"
28
+ },
29
+ {
30
+ "inputs": [
31
+ {
32
+ "internalType": "uint256",
33
+ "name": "index",
34
+ "type": "uint256"
35
+ }
36
+ ],
37
+ "name": "AgentVaultAddressZero",
38
+ "type": "error"
39
+ },
40
+ {
41
+ "inputs": [
42
+ {
43
+ "internalType": "uint256",
44
+ "name": "agentVaultId",
45
+ "type": "uint256"
46
+ }
47
+ ],
48
+ "name": "AgentVaultIdAlreadyAdded",
49
+ "type": "error"
50
+ },
51
+ {
52
+ "inputs": [
53
+ {
54
+ "internalType": "uint256",
55
+ "name": "index",
56
+ "type": "uint256"
57
+ }
58
+ ],
59
+ "name": "AgentVaultIdZero",
60
+ "type": "error"
61
+ },
62
+ {
63
+ "inputs": [],
64
+ "name": "AgentsVaultsLengthsMismatch",
65
+ "type": "error"
66
+ },
67
+ {
68
+ "inputs": [],
69
+ "name": "EmptyCustomInstruction",
70
+ "type": "error"
71
+ },
72
+ {
73
+ "inputs": [
74
+ {
75
+ "internalType": "uint256",
76
+ "name": "instructionId",
77
+ "type": "uint256"
78
+ }
79
+ ],
80
+ "name": "InstructionFeeNotSet",
81
+ "type": "error"
82
+ },
83
+ {
84
+ "inputs": [],
85
+ "name": "InstructionFeesLengthsMismatch",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [
90
+ {
91
+ "internalType": "uint256",
92
+ "name": "agentVaultId",
93
+ "type": "uint256"
94
+ }
95
+ ],
96
+ "name": "InvalidAgentVault",
97
+ "type": "error"
98
+ },
99
+ {
100
+ "inputs": [],
101
+ "name": "InvalidAmount",
102
+ "type": "error"
103
+ },
104
+ {
105
+ "inputs": [],
106
+ "name": "InvalidCustomInstructionHash",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [],
111
+ "name": "InvalidExecutor",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [],
116
+ "name": "InvalidExecutorFee",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [],
121
+ "name": "InvalidFeedId",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "instructionType",
129
+ "type": "uint256"
130
+ },
131
+ {
132
+ "internalType": "uint256",
133
+ "name": "instructionCommand",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "InvalidInstruction",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "uint256",
144
+ "name": "instructionId",
145
+ "type": "uint256"
146
+ }
147
+ ],
148
+ "name": "InvalidInstructionFee",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "instructionType",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "name": "InvalidInstructionType",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "InvalidMaxSlippagePPM",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [],
169
+ "name": "InvalidMinter",
170
+ "type": "error"
171
+ },
172
+ {
173
+ "inputs": [
174
+ {
175
+ "internalType": "uint256",
176
+ "name": "requiredAmount",
177
+ "type": "uint256"
178
+ }
179
+ ],
180
+ "name": "InvalidPaymentAmount",
181
+ "type": "error"
182
+ },
183
+ {
184
+ "inputs": [],
185
+ "name": "InvalidPaymentProofValidityDuration",
186
+ "type": "error"
187
+ },
188
+ {
189
+ "inputs": [],
190
+ "name": "InvalidPersonalAccountImplementation",
191
+ "type": "error"
192
+ },
193
+ {
194
+ "inputs": [],
195
+ "name": "InvalidPoolFeeTierPPM",
196
+ "type": "error"
197
+ },
198
+ {
199
+ "inputs": [],
200
+ "name": "InvalidReceivingAddressHash",
201
+ "type": "error"
202
+ },
203
+ {
204
+ "inputs": [],
205
+ "name": "InvalidSourceId",
206
+ "type": "error"
207
+ },
208
+ {
209
+ "inputs": [],
210
+ "name": "InvalidStableCoin",
211
+ "type": "error"
212
+ },
213
+ {
214
+ "inputs": [],
215
+ "name": "InvalidTransactionId",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [],
220
+ "name": "InvalidTransactionProof",
221
+ "type": "error"
222
+ },
223
+ {
224
+ "inputs": [],
225
+ "name": "InvalidTransactionStatus",
226
+ "type": "error"
227
+ },
228
+ {
229
+ "inputs": [],
230
+ "name": "InvalidUniswapV3Router",
231
+ "type": "error"
232
+ },
233
+ {
234
+ "inputs": [
235
+ {
236
+ "internalType": "uint256",
237
+ "name": "vaultId",
238
+ "type": "uint256"
239
+ }
240
+ ],
241
+ "name": "InvalidVaultId",
242
+ "type": "error"
243
+ },
244
+ {
245
+ "inputs": [
246
+ {
247
+ "internalType": "uint8",
248
+ "name": "vaultType",
249
+ "type": "uint8"
250
+ }
251
+ ],
252
+ "name": "InvalidVaultType",
253
+ "type": "error"
254
+ },
255
+ {
256
+ "inputs": [
257
+ {
258
+ "internalType": "string",
259
+ "name": "xrplProviderWallet",
260
+ "type": "string"
261
+ }
262
+ ],
263
+ "name": "InvalidXrplProviderWallet",
264
+ "type": "error"
265
+ },
266
+ {
267
+ "inputs": [],
268
+ "name": "MintingNotCompleted",
269
+ "type": "error"
270
+ },
271
+ {
272
+ "inputs": [],
273
+ "name": "MismatchingSourceAndXrplAddr",
274
+ "type": "error"
275
+ },
276
+ {
277
+ "inputs": [],
278
+ "name": "PaymentProofExpired",
279
+ "type": "error"
280
+ },
281
+ {
282
+ "inputs": [
283
+ {
284
+ "internalType": "address",
285
+ "name": "personalAccountAddress",
286
+ "type": "address"
287
+ }
288
+ ],
289
+ "name": "PersonalAccountNotSuccessfullyDeployed",
290
+ "type": "error"
291
+ },
292
+ {
293
+ "inputs": [],
294
+ "name": "TargetAddressZero",
295
+ "type": "error"
296
+ },
297
+ {
298
+ "inputs": [
299
+ {
300
+ "internalType": "address",
301
+ "name": "target",
302
+ "type": "address"
303
+ }
304
+ ],
305
+ "name": "TargetNotAContract",
306
+ "type": "error"
307
+ },
308
+ {
309
+ "inputs": [],
310
+ "name": "TimelockDurationTooLong",
311
+ "type": "error"
312
+ },
313
+ {
314
+ "inputs": [],
315
+ "name": "TimelockInvalidSelector",
316
+ "type": "error"
317
+ },
318
+ {
319
+ "inputs": [],
320
+ "name": "TimelockNotAllowedYet",
321
+ "type": "error"
322
+ },
323
+ {
324
+ "inputs": [],
325
+ "name": "TransactionAlreadyExecuted",
326
+ "type": "error"
327
+ },
328
+ {
329
+ "inputs": [],
330
+ "name": "UnknownCollateralReservationId",
331
+ "type": "error"
332
+ },
333
+ {
334
+ "inputs": [],
335
+ "name": "ValueZero",
336
+ "type": "error"
337
+ },
338
+ {
339
+ "inputs": [
340
+ {
341
+ "internalType": "address",
342
+ "name": "vaultAddress",
343
+ "type": "address"
344
+ }
345
+ ],
346
+ "name": "VaultAddressAlreadyAdded",
347
+ "type": "error"
348
+ },
349
+ {
350
+ "inputs": [
351
+ {
352
+ "internalType": "uint256",
353
+ "name": "index",
354
+ "type": "uint256"
355
+ }
356
+ ],
357
+ "name": "VaultAddressZero",
358
+ "type": "error"
359
+ },
360
+ {
361
+ "inputs": [
362
+ {
363
+ "internalType": "uint256",
364
+ "name": "vaultId",
365
+ "type": "uint256"
366
+ }
367
+ ],
368
+ "name": "VaultIdAlreadyAdded",
369
+ "type": "error"
370
+ },
371
+ {
372
+ "inputs": [
373
+ {
374
+ "internalType": "uint256",
375
+ "name": "index",
376
+ "type": "uint256"
377
+ }
378
+ ],
379
+ "name": "VaultIdZero",
380
+ "type": "error"
381
+ },
382
+ {
383
+ "inputs": [],
384
+ "name": "VaultsLengthsMismatch",
385
+ "type": "error"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "string",
391
+ "name": "xrplProviderWallet",
392
+ "type": "string"
393
+ }
394
+ ],
395
+ "name": "XrplProviderWalletAlreadyExists",
396
+ "type": "error"
397
+ },
398
+ {
399
+ "anonymous": false,
400
+ "inputs": [
401
+ {
402
+ "indexed": true,
403
+ "internalType": "uint256",
404
+ "name": "agentVaultId",
405
+ "type": "uint256"
406
+ },
407
+ {
408
+ "indexed": true,
409
+ "internalType": "address",
410
+ "name": "agentVaultAddress",
411
+ "type": "address"
412
+ }
413
+ ],
414
+ "name": "AgentVaultAdded",
415
+ "type": "event"
416
+ },
417
+ {
418
+ "anonymous": false,
419
+ "inputs": [
420
+ {
421
+ "indexed": true,
422
+ "internalType": "uint256",
423
+ "name": "agentVaultId",
424
+ "type": "uint256"
425
+ },
426
+ {
427
+ "indexed": true,
428
+ "internalType": "address",
429
+ "name": "agentVaultAddress",
430
+ "type": "address"
431
+ }
432
+ ],
433
+ "name": "AgentVaultRemoved",
434
+ "type": "event"
435
+ },
436
+ {
437
+ "anonymous": false,
438
+ "inputs": [
439
+ {
440
+ "indexed": true,
441
+ "internalType": "address",
442
+ "name": "personalAccount",
443
+ "type": "address"
444
+ },
445
+ {
446
+ "indexed": false,
447
+ "internalType": "address",
448
+ "name": "fxrp",
449
+ "type": "address"
450
+ },
451
+ {
452
+ "indexed": false,
453
+ "internalType": "address",
454
+ "name": "vault",
455
+ "type": "address"
456
+ },
457
+ {
458
+ "indexed": false,
459
+ "internalType": "uint256",
460
+ "name": "amount",
461
+ "type": "uint256"
462
+ }
463
+ ],
464
+ "name": "Approved",
465
+ "type": "event"
466
+ },
467
+ {
468
+ "anonymous": false,
469
+ "inputs": [
470
+ {
471
+ "indexed": false,
472
+ "internalType": "bytes",
473
+ "name": "encodedCall",
474
+ "type": "bytes"
475
+ },
476
+ {
477
+ "indexed": false,
478
+ "internalType": "bytes32",
479
+ "name": "encodedCallHash",
480
+ "type": "bytes32"
481
+ },
482
+ {
483
+ "indexed": false,
484
+ "internalType": "uint256",
485
+ "name": "allowedAfterTimestamp",
486
+ "type": "uint256"
487
+ }
488
+ ],
489
+ "name": "CallTimelocked",
490
+ "type": "event"
491
+ },
492
+ {
493
+ "anonymous": false,
494
+ "inputs": [
495
+ {
496
+ "indexed": true,
497
+ "internalType": "address",
498
+ "name": "personalAccount",
499
+ "type": "address"
500
+ },
501
+ {
502
+ "indexed": true,
503
+ "internalType": "address",
504
+ "name": "vault",
505
+ "type": "address"
506
+ },
507
+ {
508
+ "indexed": false,
509
+ "internalType": "uint256",
510
+ "name": "year",
511
+ "type": "uint256"
512
+ },
513
+ {
514
+ "indexed": false,
515
+ "internalType": "uint256",
516
+ "name": "month",
517
+ "type": "uint256"
518
+ },
519
+ {
520
+ "indexed": false,
521
+ "internalType": "uint256",
522
+ "name": "day",
523
+ "type": "uint256"
524
+ },
525
+ {
526
+ "indexed": false,
527
+ "internalType": "uint256",
528
+ "name": "shares",
529
+ "type": "uint256"
530
+ },
531
+ {
532
+ "indexed": false,
533
+ "internalType": "uint256",
534
+ "name": "amount",
535
+ "type": "uint256"
536
+ }
537
+ ],
538
+ "name": "Claimed",
539
+ "type": "event"
540
+ },
541
+ {
542
+ "anonymous": false,
543
+ "inputs": [
544
+ {
545
+ "indexed": true,
546
+ "internalType": "address",
547
+ "name": "personalAccount",
548
+ "type": "address"
549
+ },
550
+ {
551
+ "indexed": true,
552
+ "internalType": "bytes32",
553
+ "name": "transactionId",
554
+ "type": "bytes32"
555
+ },
556
+ {
557
+ "indexed": true,
558
+ "internalType": "bytes32",
559
+ "name": "paymentReference",
560
+ "type": "bytes32"
561
+ },
562
+ {
563
+ "indexed": false,
564
+ "internalType": "string",
565
+ "name": "xrplOwner",
566
+ "type": "string"
567
+ },
568
+ {
569
+ "indexed": false,
570
+ "internalType": "uint256",
571
+ "name": "collateralReservationId",
572
+ "type": "uint256"
573
+ },
574
+ {
575
+ "indexed": false,
576
+ "internalType": "address",
577
+ "name": "agentVault",
578
+ "type": "address"
579
+ },
580
+ {
581
+ "indexed": false,
582
+ "internalType": "uint256",
583
+ "name": "lots",
584
+ "type": "uint256"
585
+ },
586
+ {
587
+ "indexed": false,
588
+ "internalType": "address",
589
+ "name": "executor",
590
+ "type": "address"
591
+ },
592
+ {
593
+ "indexed": false,
594
+ "internalType": "uint256",
595
+ "name": "executorFee",
596
+ "type": "uint256"
597
+ }
598
+ ],
599
+ "name": "CollateralReserved",
600
+ "type": "event"
601
+ },
602
+ {
603
+ "anonymous": false,
604
+ "inputs": [
605
+ {
606
+ "indexed": true,
607
+ "internalType": "bytes32",
608
+ "name": "customInstructionHash",
609
+ "type": "bytes32"
610
+ }
611
+ ],
612
+ "name": "CustomInstructionAlreadyRegistered",
613
+ "type": "event"
614
+ },
615
+ {
616
+ "anonymous": false,
617
+ "inputs": [
618
+ {
619
+ "indexed": true,
620
+ "internalType": "address",
621
+ "name": "personalAccount",
622
+ "type": "address"
623
+ },
624
+ {
625
+ "indexed": true,
626
+ "internalType": "bytes32",
627
+ "name": "callHash",
628
+ "type": "bytes32"
629
+ },
630
+ {
631
+ "components": [
632
+ {
633
+ "internalType": "address",
634
+ "name": "targetContract",
635
+ "type": "address"
636
+ },
637
+ {
638
+ "internalType": "uint256",
639
+ "name": "value",
640
+ "type": "uint256"
641
+ },
642
+ {
643
+ "internalType": "bytes",
644
+ "name": "data",
645
+ "type": "bytes"
646
+ }
647
+ ],
648
+ "indexed": false,
649
+ "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
650
+ "name": "customInstruction",
651
+ "type": "tuple[]"
652
+ }
653
+ ],
654
+ "name": "CustomInstructionExecuted",
655
+ "type": "event"
656
+ },
657
+ {
658
+ "anonymous": false,
659
+ "inputs": [
660
+ {
661
+ "indexed": true,
662
+ "internalType": "bytes32",
663
+ "name": "customInstructionHash",
664
+ "type": "bytes32"
665
+ }
666
+ ],
667
+ "name": "CustomInstructionRegistered",
668
+ "type": "event"
669
+ },
670
+ {
671
+ "anonymous": false,
672
+ "inputs": [
673
+ {
674
+ "indexed": false,
675
+ "internalType": "uint256",
676
+ "name": "defaultInstructionFee",
677
+ "type": "uint256"
678
+ }
679
+ ],
680
+ "name": "DefaultInstructionFeeSet",
681
+ "type": "event"
682
+ },
683
+ {
684
+ "anonymous": false,
685
+ "inputs": [
686
+ {
687
+ "indexed": true,
688
+ "internalType": "address",
689
+ "name": "personalAccount",
690
+ "type": "address"
691
+ },
692
+ {
693
+ "indexed": true,
694
+ "internalType": "address",
695
+ "name": "vault",
696
+ "type": "address"
697
+ },
698
+ {
699
+ "indexed": false,
700
+ "internalType": "uint256",
701
+ "name": "amount",
702
+ "type": "uint256"
703
+ },
704
+ {
705
+ "indexed": false,
706
+ "internalType": "uint256",
707
+ "name": "shares",
708
+ "type": "uint256"
709
+ }
710
+ ],
711
+ "name": "Deposited",
712
+ "type": "event"
713
+ },
714
+ {
715
+ "anonymous": false,
716
+ "inputs": [
717
+ {
718
+ "components": [
719
+ {
720
+ "internalType": "address",
721
+ "name": "facetAddress",
722
+ "type": "address"
723
+ },
724
+ {
725
+ "internalType": "enum IDiamond.FacetCutAction",
726
+ "name": "action",
727
+ "type": "uint8"
728
+ },
729
+ {
730
+ "internalType": "bytes4[]",
731
+ "name": "functionSelectors",
732
+ "type": "bytes4[]"
733
+ }
734
+ ],
735
+ "indexed": false,
736
+ "internalType": "struct IDiamond.FacetCut[]",
737
+ "name": "_diamondCut",
738
+ "type": "tuple[]"
739
+ },
740
+ {
741
+ "indexed": false,
742
+ "internalType": "address",
743
+ "name": "_init",
744
+ "type": "address"
745
+ },
746
+ {
747
+ "indexed": false,
748
+ "internalType": "bytes",
749
+ "name": "_calldata",
750
+ "type": "bytes"
751
+ }
752
+ ],
753
+ "name": "DiamondCut",
754
+ "type": "event"
755
+ },
756
+ {
757
+ "anonymous": false,
758
+ "inputs": [
759
+ {
760
+ "indexed": false,
761
+ "internalType": "uint256",
762
+ "name": "executorFee",
763
+ "type": "uint256"
764
+ }
765
+ ],
766
+ "name": "ExecutorFeeSet",
767
+ "type": "event"
768
+ },
769
+ {
770
+ "anonymous": false,
771
+ "inputs": [
772
+ {
773
+ "indexed": false,
774
+ "internalType": "address",
775
+ "name": "executor",
776
+ "type": "address"
777
+ }
778
+ ],
779
+ "name": "ExecutorSet",
780
+ "type": "event"
781
+ },
782
+ {
783
+ "anonymous": false,
784
+ "inputs": [
785
+ {
786
+ "indexed": true,
787
+ "internalType": "address",
788
+ "name": "personalAccount",
789
+ "type": "address"
790
+ },
791
+ {
792
+ "indexed": false,
793
+ "internalType": "uint256",
794
+ "name": "lots",
795
+ "type": "uint256"
796
+ },
797
+ {
798
+ "indexed": false,
799
+ "internalType": "uint256",
800
+ "name": "amount",
801
+ "type": "uint256"
802
+ },
803
+ {
804
+ "indexed": false,
805
+ "internalType": "address",
806
+ "name": "executor",
807
+ "type": "address"
808
+ },
809
+ {
810
+ "indexed": false,
811
+ "internalType": "uint256",
812
+ "name": "executorFee",
813
+ "type": "uint256"
814
+ }
815
+ ],
816
+ "name": "FXrpRedeemed",
817
+ "type": "event"
818
+ },
819
+ {
820
+ "anonymous": false,
821
+ "inputs": [
822
+ {
823
+ "indexed": true,
824
+ "internalType": "address",
825
+ "name": "personalAccount",
826
+ "type": "address"
827
+ },
828
+ {
829
+ "indexed": false,
830
+ "internalType": "address",
831
+ "name": "to",
832
+ "type": "address"
833
+ },
834
+ {
835
+ "indexed": false,
836
+ "internalType": "uint256",
837
+ "name": "amount",
838
+ "type": "uint256"
839
+ }
840
+ ],
841
+ "name": "FXrpTransferred",
842
+ "type": "event"
843
+ },
844
+ {
845
+ "anonymous": false,
846
+ "inputs": [
847
+ {
848
+ "indexed": true,
849
+ "internalType": "address",
850
+ "name": "personalAccount",
851
+ "type": "address"
852
+ },
853
+ {
854
+ "indexed": true,
855
+ "internalType": "bytes32",
856
+ "name": "transactionId",
857
+ "type": "bytes32"
858
+ },
859
+ {
860
+ "indexed": true,
861
+ "internalType": "bytes32",
862
+ "name": "paymentReference",
863
+ "type": "bytes32"
864
+ },
865
+ {
866
+ "indexed": false,
867
+ "internalType": "string",
868
+ "name": "xrplOwner",
869
+ "type": "string"
870
+ },
871
+ {
872
+ "indexed": false,
873
+ "internalType": "uint256",
874
+ "name": "instructionId",
875
+ "type": "uint256"
876
+ }
877
+ ],
878
+ "name": "InstructionExecuted",
879
+ "type": "event"
880
+ },
881
+ {
882
+ "anonymous": false,
883
+ "inputs": [
884
+ {
885
+ "indexed": true,
886
+ "internalType": "uint256",
887
+ "name": "instructionId",
888
+ "type": "uint256"
889
+ }
890
+ ],
891
+ "name": "InstructionFeeRemoved",
892
+ "type": "event"
893
+ },
894
+ {
895
+ "anonymous": false,
896
+ "inputs": [
897
+ {
898
+ "indexed": true,
899
+ "internalType": "uint256",
900
+ "name": "instructionId",
901
+ "type": "uint256"
902
+ },
903
+ {
904
+ "indexed": false,
905
+ "internalType": "uint256",
906
+ "name": "instructionFee",
907
+ "type": "uint256"
908
+ }
909
+ ],
910
+ "name": "InstructionFeeSet",
911
+ "type": "event"
912
+ },
913
+ {
914
+ "anonymous": false,
915
+ "inputs": [
916
+ {
917
+ "indexed": true,
918
+ "internalType": "address",
919
+ "name": "previousOwner",
920
+ "type": "address"
921
+ },
922
+ {
923
+ "indexed": true,
924
+ "internalType": "address",
925
+ "name": "newOwner",
926
+ "type": "address"
927
+ }
928
+ ],
929
+ "name": "OwnershipTransferred",
930
+ "type": "event"
931
+ },
932
+ {
933
+ "anonymous": false,
934
+ "inputs": [
935
+ {
936
+ "indexed": false,
937
+ "internalType": "uint256",
938
+ "name": "paymentProofValidityDurationSeconds",
939
+ "type": "uint256"
940
+ }
941
+ ],
942
+ "name": "PaymentProofValidityDurationSecondsSet",
943
+ "type": "event"
944
+ },
945
+ {
946
+ "anonymous": false,
947
+ "inputs": [
948
+ {
949
+ "indexed": true,
950
+ "internalType": "address",
951
+ "name": "personalAccount",
952
+ "type": "address"
953
+ },
954
+ {
955
+ "indexed": false,
956
+ "internalType": "string",
957
+ "name": "xrplOwner",
958
+ "type": "string"
959
+ }
960
+ ],
961
+ "name": "PersonalAccountCreated",
962
+ "type": "event"
963
+ },
964
+ {
965
+ "anonymous": false,
966
+ "inputs": [
967
+ {
968
+ "indexed": false,
969
+ "internalType": "address",
970
+ "name": "newImplementation",
971
+ "type": "address"
972
+ }
973
+ ],
974
+ "name": "PersonalAccountImplementationSet",
975
+ "type": "event"
976
+ },
977
+ {
978
+ "anonymous": false,
979
+ "inputs": [
980
+ {
981
+ "indexed": true,
982
+ "internalType": "address",
983
+ "name": "personalAccount",
984
+ "type": "address"
985
+ },
986
+ {
987
+ "indexed": true,
988
+ "internalType": "address",
989
+ "name": "vault",
990
+ "type": "address"
991
+ },
992
+ {
993
+ "indexed": false,
994
+ "internalType": "uint256",
995
+ "name": "shares",
996
+ "type": "uint256"
997
+ },
998
+ {
999
+ "indexed": false,
1000
+ "internalType": "uint256",
1001
+ "name": "claimableEpoch",
1002
+ "type": "uint256"
1003
+ },
1004
+ {
1005
+ "indexed": false,
1006
+ "internalType": "uint256",
1007
+ "name": "year",
1008
+ "type": "uint256"
1009
+ },
1010
+ {
1011
+ "indexed": false,
1012
+ "internalType": "uint256",
1013
+ "name": "month",
1014
+ "type": "uint256"
1015
+ },
1016
+ {
1017
+ "indexed": false,
1018
+ "internalType": "uint256",
1019
+ "name": "day",
1020
+ "type": "uint256"
1021
+ }
1022
+ ],
1023
+ "name": "RedeemRequested",
1024
+ "type": "event"
1025
+ },
1026
+ {
1027
+ "anonymous": false,
1028
+ "inputs": [
1029
+ {
1030
+ "indexed": true,
1031
+ "internalType": "address",
1032
+ "name": "personalAccount",
1033
+ "type": "address"
1034
+ },
1035
+ {
1036
+ "indexed": true,
1037
+ "internalType": "address",
1038
+ "name": "vault",
1039
+ "type": "address"
1040
+ },
1041
+ {
1042
+ "indexed": false,
1043
+ "internalType": "uint256",
1044
+ "name": "shares",
1045
+ "type": "uint256"
1046
+ },
1047
+ {
1048
+ "indexed": false,
1049
+ "internalType": "uint256",
1050
+ "name": "amount",
1051
+ "type": "uint256"
1052
+ }
1053
+ ],
1054
+ "name": "Redeemed",
1055
+ "type": "event"
1056
+ },
1057
+ {
1058
+ "anonymous": false,
1059
+ "inputs": [
1060
+ {
1061
+ "indexed": true,
1062
+ "internalType": "address",
1063
+ "name": "personalAccount",
1064
+ "type": "address"
1065
+ },
1066
+ {
1067
+ "indexed": true,
1068
+ "internalType": "address",
1069
+ "name": "tokenIn",
1070
+ "type": "address"
1071
+ },
1072
+ {
1073
+ "indexed": true,
1074
+ "internalType": "address",
1075
+ "name": "tokenOut",
1076
+ "type": "address"
1077
+ },
1078
+ {
1079
+ "indexed": false,
1080
+ "internalType": "string",
1081
+ "name": "xrplOwner",
1082
+ "type": "string"
1083
+ },
1084
+ {
1085
+ "indexed": false,
1086
+ "internalType": "uint256",
1087
+ "name": "amountIn",
1088
+ "type": "uint256"
1089
+ },
1090
+ {
1091
+ "indexed": false,
1092
+ "internalType": "uint256",
1093
+ "name": "amountOut",
1094
+ "type": "uint256"
1095
+ }
1096
+ ],
1097
+ "name": "SwapExecuted",
1098
+ "type": "event"
1099
+ },
1100
+ {
1101
+ "anonymous": false,
1102
+ "inputs": [
1103
+ {
1104
+ "indexed": false,
1105
+ "internalType": "address",
1106
+ "name": "uniswapV3Router",
1107
+ "type": "address"
1108
+ },
1109
+ {
1110
+ "indexed": false,
1111
+ "internalType": "address",
1112
+ "name": "stableCoin",
1113
+ "type": "address"
1114
+ },
1115
+ {
1116
+ "indexed": false,
1117
+ "internalType": "uint24",
1118
+ "name": "wNatStableCoinPoolFeeTierPPM",
1119
+ "type": "uint24"
1120
+ },
1121
+ {
1122
+ "indexed": false,
1123
+ "internalType": "uint24",
1124
+ "name": "stableCoinFXrpPoolFeeTierPPM",
1125
+ "type": "uint24"
1126
+ },
1127
+ {
1128
+ "indexed": false,
1129
+ "internalType": "uint24",
1130
+ "name": "maxSlippagePPM",
1131
+ "type": "uint24"
1132
+ },
1133
+ {
1134
+ "indexed": false,
1135
+ "internalType": "bytes21",
1136
+ "name": "stableCoinUsdFeedId",
1137
+ "type": "bytes21"
1138
+ },
1139
+ {
1140
+ "indexed": false,
1141
+ "internalType": "bytes21",
1142
+ "name": "wNatUsdFeedId",
1143
+ "type": "bytes21"
1144
+ }
1145
+ ],
1146
+ "name": "SwapParamsSet",
1147
+ "type": "event"
1148
+ },
1149
+ {
1150
+ "anonymous": false,
1151
+ "inputs": [
1152
+ {
1153
+ "indexed": false,
1154
+ "internalType": "uint256",
1155
+ "name": "timelockDurationSeconds",
1156
+ "type": "uint256"
1157
+ }
1158
+ ],
1159
+ "name": "TimelockDurationSet",
1160
+ "type": "event"
1161
+ },
1162
+ {
1163
+ "anonymous": false,
1164
+ "inputs": [
1165
+ {
1166
+ "indexed": false,
1167
+ "internalType": "bytes32",
1168
+ "name": "encodedCallHash",
1169
+ "type": "bytes32"
1170
+ }
1171
+ ],
1172
+ "name": "TimelockedCallCanceled",
1173
+ "type": "event"
1174
+ },
1175
+ {
1176
+ "anonymous": false,
1177
+ "inputs": [
1178
+ {
1179
+ "indexed": false,
1180
+ "internalType": "bytes32",
1181
+ "name": "encodedCallHash",
1182
+ "type": "bytes32"
1183
+ }
1184
+ ],
1185
+ "name": "TimelockedCallExecuted",
1186
+ "type": "event"
1187
+ },
1188
+ {
1189
+ "anonymous": false,
1190
+ "inputs": [
1191
+ {
1192
+ "indexed": true,
1193
+ "internalType": "uint256",
1194
+ "name": "vaultId",
1195
+ "type": "uint256"
1196
+ },
1197
+ {
1198
+ "indexed": true,
1199
+ "internalType": "address",
1200
+ "name": "vaultAddress",
1201
+ "type": "address"
1202
+ },
1203
+ {
1204
+ "indexed": true,
1205
+ "internalType": "uint8",
1206
+ "name": "vaultType",
1207
+ "type": "uint8"
1208
+ }
1209
+ ],
1210
+ "name": "VaultAdded",
1211
+ "type": "event"
1212
+ },
1213
+ {
1214
+ "anonymous": false,
1215
+ "inputs": [
1216
+ {
1217
+ "indexed": true,
1218
+ "internalType": "uint256",
1219
+ "name": "vaultId",
1220
+ "type": "uint256"
1221
+ },
1222
+ {
1223
+ "indexed": true,
1224
+ "internalType": "address",
1225
+ "name": "vaultAddress",
1226
+ "type": "address"
1227
+ },
1228
+ {
1229
+ "indexed": true,
1230
+ "internalType": "uint8",
1231
+ "name": "vaultType",
1232
+ "type": "uint8"
1233
+ }
1234
+ ],
1235
+ "name": "VaultRemoved",
1236
+ "type": "event"
1237
+ },
1238
+ {
1239
+ "anonymous": false,
1240
+ "inputs": [
1241
+ {
1242
+ "indexed": true,
1243
+ "internalType": "address",
1244
+ "name": "personalAccount",
1245
+ "type": "address"
1246
+ },
1247
+ {
1248
+ "indexed": true,
1249
+ "internalType": "address",
1250
+ "name": "vault",
1251
+ "type": "address"
1252
+ },
1253
+ {
1254
+ "indexed": false,
1255
+ "internalType": "uint256",
1256
+ "name": "period",
1257
+ "type": "uint256"
1258
+ },
1259
+ {
1260
+ "indexed": false,
1261
+ "internalType": "uint256",
1262
+ "name": "amount",
1263
+ "type": "uint256"
1264
+ }
1265
+ ],
1266
+ "name": "WithdrawalClaimed",
1267
+ "type": "event"
1268
+ },
1269
+ {
1270
+ "anonymous": false,
1271
+ "inputs": [
1272
+ {
1273
+ "indexed": false,
1274
+ "internalType": "string",
1275
+ "name": "xrplProviderWallet",
1276
+ "type": "string"
1277
+ }
1278
+ ],
1279
+ "name": "XrplProviderWalletAdded",
1280
+ "type": "event"
1281
+ },
1282
+ {
1283
+ "anonymous": false,
1284
+ "inputs": [
1285
+ {
1286
+ "indexed": false,
1287
+ "internalType": "string",
1288
+ "name": "xrplProviderWallet",
1289
+ "type": "string"
1290
+ }
1291
+ ],
1292
+ "name": "XrplProviderWalletRemoved",
1293
+ "type": "event"
1294
+ },
1295
+ {
1296
+ "inputs": [
1297
+ {
1298
+ "components": [
1299
+ {
1300
+ "internalType": "address",
1301
+ "name": "facetAddress",
1302
+ "type": "address"
1303
+ },
1304
+ {
1305
+ "internalType": "enum IDiamond.FacetCutAction",
1306
+ "name": "action",
1307
+ "type": "uint8"
1308
+ },
1309
+ {
1310
+ "internalType": "bytes4[]",
1311
+ "name": "functionSelectors",
1312
+ "type": "bytes4[]"
1313
+ }
1314
+ ],
1315
+ "internalType": "struct IDiamond.FacetCut[]",
1316
+ "name": "_diamondCut",
1317
+ "type": "tuple[]"
1318
+ },
1319
+ {
1320
+ "internalType": "address",
1321
+ "name": "_init",
1322
+ "type": "address"
1323
+ },
1324
+ {
1325
+ "internalType": "bytes",
1326
+ "name": "_calldata",
1327
+ "type": "bytes"
1328
+ }
1329
+ ],
1330
+ "name": "diamondCut",
1331
+ "outputs": [],
1332
+ "stateMutability": "nonpayable",
1333
+ "type": "function"
1334
+ },
1335
+ {
1336
+ "inputs": [
1337
+ {
1338
+ "components": [
1339
+ {
1340
+ "internalType": "address",
1341
+ "name": "targetContract",
1342
+ "type": "address"
1343
+ },
1344
+ {
1345
+ "internalType": "uint256",
1346
+ "name": "value",
1347
+ "type": "uint256"
1348
+ },
1349
+ {
1350
+ "internalType": "bytes",
1351
+ "name": "data",
1352
+ "type": "bytes"
1353
+ }
1354
+ ],
1355
+ "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
1356
+ "name": "_customInstruction",
1357
+ "type": "tuple[]"
1358
+ }
1359
+ ],
1360
+ "name": "encodeCustomInstruction",
1361
+ "outputs": [
1362
+ {
1363
+ "internalType": "bytes32",
1364
+ "name": "_customInstructionHash",
1365
+ "type": "bytes32"
1366
+ }
1367
+ ],
1368
+ "stateMutability": "pure",
1369
+ "type": "function"
1370
+ },
1371
+ {
1372
+ "inputs": [
1373
+ {
1374
+ "internalType": "uint256",
1375
+ "name": "_collateralReservationId",
1376
+ "type": "uint256"
1377
+ },
1378
+ {
1379
+ "components": [
1380
+ {
1381
+ "internalType": "bytes32[]",
1382
+ "name": "merkleProof",
1383
+ "type": "bytes32[]"
1384
+ },
1385
+ {
1386
+ "components": [
1387
+ {
1388
+ "internalType": "bytes32",
1389
+ "name": "attestationType",
1390
+ "type": "bytes32"
1391
+ },
1392
+ {
1393
+ "internalType": "bytes32",
1394
+ "name": "sourceId",
1395
+ "type": "bytes32"
1396
+ },
1397
+ {
1398
+ "internalType": "uint64",
1399
+ "name": "votingRound",
1400
+ "type": "uint64"
1401
+ },
1402
+ {
1403
+ "internalType": "uint64",
1404
+ "name": "lowestUsedTimestamp",
1405
+ "type": "uint64"
1406
+ },
1407
+ {
1408
+ "components": [
1409
+ {
1410
+ "internalType": "bytes32",
1411
+ "name": "transactionId",
1412
+ "type": "bytes32"
1413
+ },
1414
+ {
1415
+ "internalType": "uint256",
1416
+ "name": "inUtxo",
1417
+ "type": "uint256"
1418
+ },
1419
+ {
1420
+ "internalType": "uint256",
1421
+ "name": "utxo",
1422
+ "type": "uint256"
1423
+ }
1424
+ ],
1425
+ "internalType": "struct IPayment.RequestBody",
1426
+ "name": "requestBody",
1427
+ "type": "tuple"
1428
+ },
1429
+ {
1430
+ "components": [
1431
+ {
1432
+ "internalType": "uint64",
1433
+ "name": "blockNumber",
1434
+ "type": "uint64"
1435
+ },
1436
+ {
1437
+ "internalType": "uint64",
1438
+ "name": "blockTimestamp",
1439
+ "type": "uint64"
1440
+ },
1441
+ {
1442
+ "internalType": "bytes32",
1443
+ "name": "sourceAddressHash",
1444
+ "type": "bytes32"
1445
+ },
1446
+ {
1447
+ "internalType": "bytes32",
1448
+ "name": "sourceAddressesRoot",
1449
+ "type": "bytes32"
1450
+ },
1451
+ {
1452
+ "internalType": "bytes32",
1453
+ "name": "receivingAddressHash",
1454
+ "type": "bytes32"
1455
+ },
1456
+ {
1457
+ "internalType": "bytes32",
1458
+ "name": "intendedReceivingAddressHash",
1459
+ "type": "bytes32"
1460
+ },
1461
+ {
1462
+ "internalType": "int256",
1463
+ "name": "spentAmount",
1464
+ "type": "int256"
1465
+ },
1466
+ {
1467
+ "internalType": "int256",
1468
+ "name": "intendedSpentAmount",
1469
+ "type": "int256"
1470
+ },
1471
+ {
1472
+ "internalType": "int256",
1473
+ "name": "receivedAmount",
1474
+ "type": "int256"
1475
+ },
1476
+ {
1477
+ "internalType": "int256",
1478
+ "name": "intendedReceivedAmount",
1479
+ "type": "int256"
1480
+ },
1481
+ {
1482
+ "internalType": "bytes32",
1483
+ "name": "standardPaymentReference",
1484
+ "type": "bytes32"
1485
+ },
1486
+ {
1487
+ "internalType": "bool",
1488
+ "name": "oneToOne",
1489
+ "type": "bool"
1490
+ },
1491
+ {
1492
+ "internalType": "uint8",
1493
+ "name": "status",
1494
+ "type": "uint8"
1495
+ }
1496
+ ],
1497
+ "internalType": "struct IPayment.ResponseBody",
1498
+ "name": "responseBody",
1499
+ "type": "tuple"
1500
+ }
1501
+ ],
1502
+ "internalType": "struct IPayment.Response",
1503
+ "name": "data",
1504
+ "type": "tuple"
1505
+ }
1506
+ ],
1507
+ "internalType": "struct IPayment.Proof",
1508
+ "name": "_proof",
1509
+ "type": "tuple"
1510
+ },
1511
+ {
1512
+ "internalType": "string",
1513
+ "name": "_xrplAddress",
1514
+ "type": "string"
1515
+ }
1516
+ ],
1517
+ "name": "executeDepositAfterMinting",
1518
+ "outputs": [],
1519
+ "stateMutability": "nonpayable",
1520
+ "type": "function"
1521
+ },
1522
+ {
1523
+ "inputs": [
1524
+ {
1525
+ "components": [
1526
+ {
1527
+ "internalType": "bytes32[]",
1528
+ "name": "merkleProof",
1529
+ "type": "bytes32[]"
1530
+ },
1531
+ {
1532
+ "components": [
1533
+ {
1534
+ "internalType": "bytes32",
1535
+ "name": "attestationType",
1536
+ "type": "bytes32"
1537
+ },
1538
+ {
1539
+ "internalType": "bytes32",
1540
+ "name": "sourceId",
1541
+ "type": "bytes32"
1542
+ },
1543
+ {
1544
+ "internalType": "uint64",
1545
+ "name": "votingRound",
1546
+ "type": "uint64"
1547
+ },
1548
+ {
1549
+ "internalType": "uint64",
1550
+ "name": "lowestUsedTimestamp",
1551
+ "type": "uint64"
1552
+ },
1553
+ {
1554
+ "components": [
1555
+ {
1556
+ "internalType": "bytes32",
1557
+ "name": "transactionId",
1558
+ "type": "bytes32"
1559
+ },
1560
+ {
1561
+ "internalType": "uint256",
1562
+ "name": "inUtxo",
1563
+ "type": "uint256"
1564
+ },
1565
+ {
1566
+ "internalType": "uint256",
1567
+ "name": "utxo",
1568
+ "type": "uint256"
1569
+ }
1570
+ ],
1571
+ "internalType": "struct IPayment.RequestBody",
1572
+ "name": "requestBody",
1573
+ "type": "tuple"
1574
+ },
1575
+ {
1576
+ "components": [
1577
+ {
1578
+ "internalType": "uint64",
1579
+ "name": "blockNumber",
1580
+ "type": "uint64"
1581
+ },
1582
+ {
1583
+ "internalType": "uint64",
1584
+ "name": "blockTimestamp",
1585
+ "type": "uint64"
1586
+ },
1587
+ {
1588
+ "internalType": "bytes32",
1589
+ "name": "sourceAddressHash",
1590
+ "type": "bytes32"
1591
+ },
1592
+ {
1593
+ "internalType": "bytes32",
1594
+ "name": "sourceAddressesRoot",
1595
+ "type": "bytes32"
1596
+ },
1597
+ {
1598
+ "internalType": "bytes32",
1599
+ "name": "receivingAddressHash",
1600
+ "type": "bytes32"
1601
+ },
1602
+ {
1603
+ "internalType": "bytes32",
1604
+ "name": "intendedReceivingAddressHash",
1605
+ "type": "bytes32"
1606
+ },
1607
+ {
1608
+ "internalType": "int256",
1609
+ "name": "spentAmount",
1610
+ "type": "int256"
1611
+ },
1612
+ {
1613
+ "internalType": "int256",
1614
+ "name": "intendedSpentAmount",
1615
+ "type": "int256"
1616
+ },
1617
+ {
1618
+ "internalType": "int256",
1619
+ "name": "receivedAmount",
1620
+ "type": "int256"
1621
+ },
1622
+ {
1623
+ "internalType": "int256",
1624
+ "name": "intendedReceivedAmount",
1625
+ "type": "int256"
1626
+ },
1627
+ {
1628
+ "internalType": "bytes32",
1629
+ "name": "standardPaymentReference",
1630
+ "type": "bytes32"
1631
+ },
1632
+ {
1633
+ "internalType": "bool",
1634
+ "name": "oneToOne",
1635
+ "type": "bool"
1636
+ },
1637
+ {
1638
+ "internalType": "uint8",
1639
+ "name": "status",
1640
+ "type": "uint8"
1641
+ }
1642
+ ],
1643
+ "internalType": "struct IPayment.ResponseBody",
1644
+ "name": "responseBody",
1645
+ "type": "tuple"
1646
+ }
1647
+ ],
1648
+ "internalType": "struct IPayment.Response",
1649
+ "name": "data",
1650
+ "type": "tuple"
1651
+ }
1652
+ ],
1653
+ "internalType": "struct IPayment.Proof",
1654
+ "name": "_proof",
1655
+ "type": "tuple"
1656
+ },
1657
+ {
1658
+ "internalType": "string",
1659
+ "name": "_xrplAddress",
1660
+ "type": "string"
1661
+ }
1662
+ ],
1663
+ "name": "executeInstruction",
1664
+ "outputs": [],
1665
+ "stateMutability": "payable",
1666
+ "type": "function"
1667
+ },
1668
+ {
1669
+ "inputs": [
1670
+ {
1671
+ "internalType": "bytes",
1672
+ "name": "_encodedCall",
1673
+ "type": "bytes"
1674
+ }
1675
+ ],
1676
+ "name": "executeTimelockedCall",
1677
+ "outputs": [],
1678
+ "stateMutability": "nonpayable",
1679
+ "type": "function"
1680
+ },
1681
+ {
1682
+ "inputs": [
1683
+ {
1684
+ "internalType": "bytes4",
1685
+ "name": "_functionSelector",
1686
+ "type": "bytes4"
1687
+ }
1688
+ ],
1689
+ "name": "facetAddress",
1690
+ "outputs": [
1691
+ {
1692
+ "internalType": "address",
1693
+ "name": "facetAddress_",
1694
+ "type": "address"
1695
+ }
1696
+ ],
1697
+ "stateMutability": "view",
1698
+ "type": "function"
1699
+ },
1700
+ {
1701
+ "inputs": [],
1702
+ "name": "facetAddresses",
1703
+ "outputs": [
1704
+ {
1705
+ "internalType": "address[]",
1706
+ "name": "facetAddresses_",
1707
+ "type": "address[]"
1708
+ }
1709
+ ],
1710
+ "stateMutability": "view",
1711
+ "type": "function"
1712
+ },
1713
+ {
1714
+ "inputs": [
1715
+ {
1716
+ "internalType": "address",
1717
+ "name": "_facet",
1718
+ "type": "address"
1719
+ }
1720
+ ],
1721
+ "name": "facetFunctionSelectors",
1722
+ "outputs": [
1723
+ {
1724
+ "internalType": "bytes4[]",
1725
+ "name": "facetFunctionSelectors_",
1726
+ "type": "bytes4[]"
1727
+ }
1728
+ ],
1729
+ "stateMutability": "view",
1730
+ "type": "function"
1731
+ },
1732
+ {
1733
+ "inputs": [],
1734
+ "name": "facets",
1735
+ "outputs": [
1736
+ {
1737
+ "components": [
1738
+ {
1739
+ "internalType": "address",
1740
+ "name": "facetAddress",
1741
+ "type": "address"
1742
+ },
1743
+ {
1744
+ "internalType": "bytes4[]",
1745
+ "name": "functionSelectors",
1746
+ "type": "bytes4[]"
1747
+ }
1748
+ ],
1749
+ "internalType": "struct IDiamondLoupe.Facet[]",
1750
+ "name": "facets_",
1751
+ "type": "tuple[]"
1752
+ }
1753
+ ],
1754
+ "stateMutability": "view",
1755
+ "type": "function"
1756
+ },
1757
+ {
1758
+ "inputs": [],
1759
+ "name": "getAgentVaults",
1760
+ "outputs": [
1761
+ {
1762
+ "internalType": "uint256[]",
1763
+ "name": "_agentVaultIds",
1764
+ "type": "uint256[]"
1765
+ },
1766
+ {
1767
+ "internalType": "address[]",
1768
+ "name": "_agentVaultAddresses",
1769
+ "type": "address[]"
1770
+ }
1771
+ ],
1772
+ "stateMutability": "view",
1773
+ "type": "function"
1774
+ },
1775
+ {
1776
+ "inputs": [
1777
+ {
1778
+ "internalType": "bytes32",
1779
+ "name": "_customInstructionHash",
1780
+ "type": "bytes32"
1781
+ }
1782
+ ],
1783
+ "name": "getCustomInstruction",
1784
+ "outputs": [
1785
+ {
1786
+ "components": [
1787
+ {
1788
+ "internalType": "address",
1789
+ "name": "targetContract",
1790
+ "type": "address"
1791
+ },
1792
+ {
1793
+ "internalType": "uint256",
1794
+ "name": "value",
1795
+ "type": "uint256"
1796
+ },
1797
+ {
1798
+ "internalType": "bytes",
1799
+ "name": "data",
1800
+ "type": "bytes"
1801
+ }
1802
+ ],
1803
+ "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
1804
+ "name": "_customInstruction",
1805
+ "type": "tuple[]"
1806
+ }
1807
+ ],
1808
+ "stateMutability": "view",
1809
+ "type": "function"
1810
+ },
1811
+ {
1812
+ "inputs": [
1813
+ {
1814
+ "internalType": "uint256",
1815
+ "name": "_start",
1816
+ "type": "uint256"
1817
+ },
1818
+ {
1819
+ "internalType": "uint256",
1820
+ "name": "_end",
1821
+ "type": "uint256"
1822
+ }
1823
+ ],
1824
+ "name": "getCustomInstructionHashes",
1825
+ "outputs": [
1826
+ {
1827
+ "internalType": "bytes32[]",
1828
+ "name": "_customInstructionHashes",
1829
+ "type": "bytes32[]"
1830
+ },
1831
+ {
1832
+ "internalType": "uint256",
1833
+ "name": "_totalLength",
1834
+ "type": "uint256"
1835
+ }
1836
+ ],
1837
+ "stateMutability": "view",
1838
+ "type": "function"
1839
+ },
1840
+ {
1841
+ "inputs": [],
1842
+ "name": "getDefaultInstructionFee",
1843
+ "outputs": [
1844
+ {
1845
+ "internalType": "uint256",
1846
+ "name": "",
1847
+ "type": "uint256"
1848
+ }
1849
+ ],
1850
+ "stateMutability": "view",
1851
+ "type": "function"
1852
+ },
1853
+ {
1854
+ "inputs": [
1855
+ {
1856
+ "internalType": "bytes",
1857
+ "name": "_encodedCall",
1858
+ "type": "bytes"
1859
+ }
1860
+ ],
1861
+ "name": "getExecuteTimelockedCallTimestamp",
1862
+ "outputs": [
1863
+ {
1864
+ "internalType": "uint256",
1865
+ "name": "_allowedAfterTimestamp",
1866
+ "type": "uint256"
1867
+ }
1868
+ ],
1869
+ "stateMutability": "view",
1870
+ "type": "function"
1871
+ },
1872
+ {
1873
+ "inputs": [],
1874
+ "name": "getExecutorInfo",
1875
+ "outputs": [
1876
+ {
1877
+ "internalType": "address payable",
1878
+ "name": "_executor",
1879
+ "type": "address"
1880
+ },
1881
+ {
1882
+ "internalType": "uint256",
1883
+ "name": "_executorFee",
1884
+ "type": "uint256"
1885
+ }
1886
+ ],
1887
+ "stateMutability": "view",
1888
+ "type": "function"
1889
+ },
1890
+ {
1891
+ "inputs": [
1892
+ {
1893
+ "internalType": "uint256",
1894
+ "name": "_instructionId",
1895
+ "type": "uint256"
1896
+ }
1897
+ ],
1898
+ "name": "getInstructionFee",
1899
+ "outputs": [
1900
+ {
1901
+ "internalType": "uint256",
1902
+ "name": "",
1903
+ "type": "uint256"
1904
+ }
1905
+ ],
1906
+ "stateMutability": "view",
1907
+ "type": "function"
1908
+ },
1909
+ {
1910
+ "inputs": [],
1911
+ "name": "getPaymentProofValidityDurationSeconds",
1912
+ "outputs": [
1913
+ {
1914
+ "internalType": "uint256",
1915
+ "name": "",
1916
+ "type": "uint256"
1917
+ }
1918
+ ],
1919
+ "stateMutability": "view",
1920
+ "type": "function"
1921
+ },
1922
+ {
1923
+ "inputs": [
1924
+ {
1925
+ "internalType": "string",
1926
+ "name": "_xrplOwner",
1927
+ "type": "string"
1928
+ }
1929
+ ],
1930
+ "name": "getPersonalAccount",
1931
+ "outputs": [
1932
+ {
1933
+ "internalType": "address",
1934
+ "name": "",
1935
+ "type": "address"
1936
+ }
1937
+ ],
1938
+ "stateMutability": "view",
1939
+ "type": "function"
1940
+ },
1941
+ {
1942
+ "inputs": [],
1943
+ "name": "getSourceId",
1944
+ "outputs": [
1945
+ {
1946
+ "internalType": "bytes32",
1947
+ "name": "",
1948
+ "type": "bytes32"
1949
+ }
1950
+ ],
1951
+ "stateMutability": "view",
1952
+ "type": "function"
1953
+ },
1954
+ {
1955
+ "inputs": [],
1956
+ "name": "getSwapParams",
1957
+ "outputs": [
1958
+ {
1959
+ "internalType": "address",
1960
+ "name": "_uniswapV3Router",
1961
+ "type": "address"
1962
+ },
1963
+ {
1964
+ "internalType": "address",
1965
+ "name": "_stableCoin",
1966
+ "type": "address"
1967
+ },
1968
+ {
1969
+ "internalType": "uint24",
1970
+ "name": "_wNatStableCoinPoolFeeTierPPM",
1971
+ "type": "uint24"
1972
+ },
1973
+ {
1974
+ "internalType": "uint24",
1975
+ "name": "_stableCoinFXrpPoolFeeTierPPM",
1976
+ "type": "uint24"
1977
+ },
1978
+ {
1979
+ "internalType": "uint24",
1980
+ "name": "_maxSlippagePPM",
1981
+ "type": "uint24"
1982
+ },
1983
+ {
1984
+ "internalType": "bytes21",
1985
+ "name": "_stableCoinUsdFeedId",
1986
+ "type": "bytes21"
1987
+ },
1988
+ {
1989
+ "internalType": "bytes21",
1990
+ "name": "_wNatUsdFeedId",
1991
+ "type": "bytes21"
1992
+ }
1993
+ ],
1994
+ "stateMutability": "view",
1995
+ "type": "function"
1996
+ },
1997
+ {
1998
+ "inputs": [],
1999
+ "name": "getTimelockDurationSeconds",
2000
+ "outputs": [
2001
+ {
2002
+ "internalType": "uint256",
2003
+ "name": "_timelockDurationSeconds",
2004
+ "type": "uint256"
2005
+ }
2006
+ ],
2007
+ "stateMutability": "view",
2008
+ "type": "function"
2009
+ },
2010
+ {
2011
+ "inputs": [
2012
+ {
2013
+ "internalType": "uint256",
2014
+ "name": "_collateralReservationId",
2015
+ "type": "uint256"
2016
+ }
2017
+ ],
2018
+ "name": "getTransactionIdForCollateralReservation",
2019
+ "outputs": [
2020
+ {
2021
+ "internalType": "bytes32",
2022
+ "name": "_transactionId",
2023
+ "type": "bytes32"
2024
+ }
2025
+ ],
2026
+ "stateMutability": "view",
2027
+ "type": "function"
2028
+ },
2029
+ {
2030
+ "inputs": [],
2031
+ "name": "getVaults",
2032
+ "outputs": [
2033
+ {
2034
+ "internalType": "uint256[]",
2035
+ "name": "_vaultIds",
2036
+ "type": "uint256[]"
2037
+ },
2038
+ {
2039
+ "internalType": "address[]",
2040
+ "name": "_vaultAddresses",
2041
+ "type": "address[]"
2042
+ },
2043
+ {
2044
+ "internalType": "uint8[]",
2045
+ "name": "_vaultTypes",
2046
+ "type": "uint8[]"
2047
+ }
2048
+ ],
2049
+ "stateMutability": "view",
2050
+ "type": "function"
2051
+ },
2052
+ {
2053
+ "inputs": [],
2054
+ "name": "getXrplProviderWallets",
2055
+ "outputs": [
2056
+ {
2057
+ "internalType": "string[]",
2058
+ "name": "",
2059
+ "type": "string[]"
2060
+ }
2061
+ ],
2062
+ "stateMutability": "view",
2063
+ "type": "function"
2064
+ },
2065
+ {
2066
+ "inputs": [],
2067
+ "name": "implementation",
2068
+ "outputs": [
2069
+ {
2070
+ "internalType": "address",
2071
+ "name": "",
2072
+ "type": "address"
2073
+ }
2074
+ ],
2075
+ "stateMutability": "view",
2076
+ "type": "function"
2077
+ },
2078
+ {
2079
+ "inputs": [
2080
+ {
2081
+ "internalType": "bytes32",
2082
+ "name": "_transactionId",
2083
+ "type": "bytes32"
2084
+ }
2085
+ ],
2086
+ "name": "isTransactionIdUsed",
2087
+ "outputs": [
2088
+ {
2089
+ "internalType": "bool",
2090
+ "name": "",
2091
+ "type": "bool"
2092
+ }
2093
+ ],
2094
+ "stateMutability": "view",
2095
+ "type": "function"
2096
+ },
2097
+ {
2098
+ "inputs": [],
2099
+ "name": "owner",
2100
+ "outputs": [
2101
+ {
2102
+ "internalType": "address",
2103
+ "name": "owner_",
2104
+ "type": "address"
2105
+ }
2106
+ ],
2107
+ "stateMutability": "view",
2108
+ "type": "function"
2109
+ },
2110
+ {
2111
+ "inputs": [
2112
+ {
2113
+ "components": [
2114
+ {
2115
+ "internalType": "address",
2116
+ "name": "targetContract",
2117
+ "type": "address"
2118
+ },
2119
+ {
2120
+ "internalType": "uint256",
2121
+ "name": "value",
2122
+ "type": "uint256"
2123
+ },
2124
+ {
2125
+ "internalType": "bytes",
2126
+ "name": "data",
2127
+ "type": "bytes"
2128
+ }
2129
+ ],
2130
+ "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
2131
+ "name": "_customInstruction",
2132
+ "type": "tuple[]"
2133
+ }
2134
+ ],
2135
+ "name": "registerCustomInstruction",
2136
+ "outputs": [
2137
+ {
2138
+ "internalType": "bytes32",
2139
+ "name": "_customInstructionHash",
2140
+ "type": "bytes32"
2141
+ }
2142
+ ],
2143
+ "stateMutability": "nonpayable",
2144
+ "type": "function"
2145
+ },
2146
+ {
2147
+ "inputs": [
2148
+ {
2149
+ "internalType": "string",
2150
+ "name": "_xrplAddress",
2151
+ "type": "string"
2152
+ },
2153
+ {
2154
+ "internalType": "bytes32",
2155
+ "name": "_paymentReference",
2156
+ "type": "bytes32"
2157
+ },
2158
+ {
2159
+ "internalType": "bytes32",
2160
+ "name": "_transactionId",
2161
+ "type": "bytes32"
2162
+ }
2163
+ ],
2164
+ "name": "reserveCollateral",
2165
+ "outputs": [
2166
+ {
2167
+ "internalType": "uint256",
2168
+ "name": "_collateralReservationId",
2169
+ "type": "uint256"
2170
+ }
2171
+ ],
2172
+ "stateMutability": "payable",
2173
+ "type": "function"
2174
+ },
2175
+ {
2176
+ "inputs": [
2177
+ {
2178
+ "internalType": "bytes4",
2179
+ "name": "interfaceId",
2180
+ "type": "bytes4"
2181
+ }
2182
+ ],
2183
+ "name": "supportsInterface",
2184
+ "outputs": [
2185
+ {
2186
+ "internalType": "bool",
2187
+ "name": "",
2188
+ "type": "bool"
2189
+ }
2190
+ ],
2191
+ "stateMutability": "view",
2192
+ "type": "function"
2193
+ },
2194
+ {
2195
+ "inputs": [
2196
+ {
2197
+ "internalType": "string",
2198
+ "name": "_xrplAddress",
2199
+ "type": "string"
2200
+ }
2201
+ ],
2202
+ "name": "swapStableCoinForFAsset",
2203
+ "outputs": [],
2204
+ "stateMutability": "nonpayable",
2205
+ "type": "function"
2206
+ },
2207
+ {
2208
+ "inputs": [
2209
+ {
2210
+ "internalType": "string",
2211
+ "name": "_xrplAddress",
2212
+ "type": "string"
2213
+ }
2214
+ ],
2215
+ "name": "swapWNatForStableCoin",
2216
+ "outputs": [],
2217
+ "stateMutability": "nonpayable",
2218
+ "type": "function"
2219
+ },
2220
+ {
2221
+ "inputs": [
2222
+ {
2223
+ "internalType": "address",
2224
+ "name": "_newOwner",
2225
+ "type": "address"
2226
+ }
2227
+ ],
2228
+ "name": "transferOwnership",
2229
+ "outputs": [],
2230
+ "stateMutability": "nonpayable",
2231
+ "type": "function"
2232
+ }
2233
+ ]