@flarenetwork/flare-periphery-contract-artifacts 0.1.44-alpha.4 → 0.1.44-alpha.6

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