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

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