@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,1176 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "AddressZero",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "inputs": [
9
+ {
10
+ "internalType": "bytes",
11
+ "name": "returnData",
12
+ "type": "bytes"
13
+ }
14
+ ],
15
+ "name": "CallFailed",
16
+ "type": "error"
17
+ },
18
+ {
19
+ "inputs": [
20
+ {
21
+ "internalType": "uint256",
22
+ "name": "amount",
23
+ "type": "uint256"
24
+ },
25
+ {
26
+ "internalType": "uint256",
27
+ "name": "fee",
28
+ "type": "uint256"
29
+ }
30
+ ],
31
+ "name": "InsufficientAmountForFee",
32
+ "type": "error"
33
+ },
34
+ {
35
+ "inputs": [],
36
+ "name": "InvalidAmount",
37
+ "type": "error"
38
+ },
39
+ {
40
+ "inputs": [
41
+ {
42
+ "internalType": "uint256",
43
+ "name": "instructionType",
44
+ "type": "uint256"
45
+ },
46
+ {
47
+ "internalType": "uint256",
48
+ "name": "instructionCommand",
49
+ "type": "uint256"
50
+ }
51
+ ],
52
+ "name": "InvalidInstruction",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "uint8",
59
+ "name": "instructionId",
60
+ "type": "uint8"
61
+ }
62
+ ],
63
+ "name": "InvalidInstructionId",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "uint256",
70
+ "name": "instructionType",
71
+ "type": "uint256"
72
+ }
73
+ ],
74
+ "name": "InvalidInstructionType",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [],
79
+ "name": "InvalidMemoData",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [],
84
+ "name": "InvalidMinter",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "uint256",
91
+ "name": "expected",
92
+ "type": "uint256"
93
+ },
94
+ {
95
+ "internalType": "uint256",
96
+ "name": "actual",
97
+ "type": "uint256"
98
+ }
99
+ ],
100
+ "name": "InvalidNonce",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "uint256",
107
+ "name": "currentNonce",
108
+ "type": "uint256"
109
+ },
110
+ {
111
+ "internalType": "uint256",
112
+ "name": "newNonce",
113
+ "type": "uint256"
114
+ }
115
+ ],
116
+ "name": "InvalidNonceIncrease",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "requiredAmount",
124
+ "type": "uint256"
125
+ }
126
+ ],
127
+ "name": "InvalidPaymentAmount",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "internalType": "address",
134
+ "name": "sender",
135
+ "type": "address"
136
+ },
137
+ {
138
+ "internalType": "address",
139
+ "name": "personalAccount",
140
+ "type": "address"
141
+ }
142
+ ],
143
+ "name": "InvalidSender",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [],
148
+ "name": "InvalidTransactionId",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [],
153
+ "name": "MintingNotCompleted",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [],
158
+ "name": "NoMemoData",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "OnlyAssetManager",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [],
168
+ "name": "TransactionAlreadyExecuted",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "UnknownCollateralReservationId",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "ValueZero",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [
183
+ {
184
+ "internalType": "address",
185
+ "name": "expected",
186
+ "type": "address"
187
+ },
188
+ {
189
+ "internalType": "address",
190
+ "name": "actual",
191
+ "type": "address"
192
+ }
193
+ ],
194
+ "name": "WrongExecutor",
195
+ "type": "error"
196
+ },
197
+ {
198
+ "anonymous": false,
199
+ "inputs": [
200
+ {
201
+ "indexed": true,
202
+ "internalType": "address",
203
+ "name": "personalAccount",
204
+ "type": "address"
205
+ },
206
+ {
207
+ "indexed": false,
208
+ "internalType": "address",
209
+ "name": "fxrp",
210
+ "type": "address"
211
+ },
212
+ {
213
+ "indexed": false,
214
+ "internalType": "address",
215
+ "name": "vault",
216
+ "type": "address"
217
+ },
218
+ {
219
+ "indexed": false,
220
+ "internalType": "uint256",
221
+ "name": "amount",
222
+ "type": "uint256"
223
+ }
224
+ ],
225
+ "name": "Approved",
226
+ "type": "event"
227
+ },
228
+ {
229
+ "anonymous": false,
230
+ "inputs": [
231
+ {
232
+ "indexed": true,
233
+ "internalType": "address",
234
+ "name": "personalAccount",
235
+ "type": "address"
236
+ },
237
+ {
238
+ "indexed": true,
239
+ "internalType": "address",
240
+ "name": "vault",
241
+ "type": "address"
242
+ },
243
+ {
244
+ "indexed": false,
245
+ "internalType": "uint256",
246
+ "name": "year",
247
+ "type": "uint256"
248
+ },
249
+ {
250
+ "indexed": false,
251
+ "internalType": "uint256",
252
+ "name": "month",
253
+ "type": "uint256"
254
+ },
255
+ {
256
+ "indexed": false,
257
+ "internalType": "uint256",
258
+ "name": "day",
259
+ "type": "uint256"
260
+ },
261
+ {
262
+ "indexed": false,
263
+ "internalType": "uint256",
264
+ "name": "shares",
265
+ "type": "uint256"
266
+ },
267
+ {
268
+ "indexed": false,
269
+ "internalType": "uint256",
270
+ "name": "amount",
271
+ "type": "uint256"
272
+ }
273
+ ],
274
+ "name": "Claimed",
275
+ "type": "event"
276
+ },
277
+ {
278
+ "anonymous": false,
279
+ "inputs": [
280
+ {
281
+ "indexed": true,
282
+ "internalType": "address",
283
+ "name": "personalAccount",
284
+ "type": "address"
285
+ },
286
+ {
287
+ "indexed": true,
288
+ "internalType": "bytes32",
289
+ "name": "transactionId",
290
+ "type": "bytes32"
291
+ },
292
+ {
293
+ "indexed": true,
294
+ "internalType": "bytes32",
295
+ "name": "paymentReference",
296
+ "type": "bytes32"
297
+ },
298
+ {
299
+ "indexed": false,
300
+ "internalType": "string",
301
+ "name": "xrplOwner",
302
+ "type": "string"
303
+ },
304
+ {
305
+ "indexed": false,
306
+ "internalType": "uint256",
307
+ "name": "collateralReservationId",
308
+ "type": "uint256"
309
+ },
310
+ {
311
+ "indexed": false,
312
+ "internalType": "address",
313
+ "name": "agentVault",
314
+ "type": "address"
315
+ },
316
+ {
317
+ "indexed": false,
318
+ "internalType": "uint256",
319
+ "name": "lots",
320
+ "type": "uint256"
321
+ },
322
+ {
323
+ "indexed": false,
324
+ "internalType": "address",
325
+ "name": "executor",
326
+ "type": "address"
327
+ },
328
+ {
329
+ "indexed": false,
330
+ "internalType": "uint256",
331
+ "name": "executorFee",
332
+ "type": "uint256"
333
+ }
334
+ ],
335
+ "name": "CollateralReserved",
336
+ "type": "event"
337
+ },
338
+ {
339
+ "anonymous": false,
340
+ "inputs": [
341
+ {
342
+ "indexed": true,
343
+ "internalType": "address",
344
+ "name": "personalAccount",
345
+ "type": "address"
346
+ },
347
+ {
348
+ "indexed": true,
349
+ "internalType": "address",
350
+ "name": "vault",
351
+ "type": "address"
352
+ },
353
+ {
354
+ "indexed": false,
355
+ "internalType": "uint256",
356
+ "name": "amount",
357
+ "type": "uint256"
358
+ },
359
+ {
360
+ "indexed": false,
361
+ "internalType": "uint256",
362
+ "name": "shares",
363
+ "type": "uint256"
364
+ }
365
+ ],
366
+ "name": "Deposited",
367
+ "type": "event"
368
+ },
369
+ {
370
+ "anonymous": false,
371
+ "inputs": [
372
+ {
373
+ "indexed": true,
374
+ "internalType": "address",
375
+ "name": "personalAccount",
376
+ "type": "address"
377
+ },
378
+ {
379
+ "indexed": true,
380
+ "internalType": "bytes32",
381
+ "name": "transactionId",
382
+ "type": "bytes32"
383
+ },
384
+ {
385
+ "indexed": false,
386
+ "internalType": "string",
387
+ "name": "sourceAddress",
388
+ "type": "string"
389
+ },
390
+ {
391
+ "indexed": false,
392
+ "internalType": "uint256",
393
+ "name": "amount",
394
+ "type": "uint256"
395
+ },
396
+ {
397
+ "indexed": false,
398
+ "internalType": "uint256",
399
+ "name": "executorFee",
400
+ "type": "uint256"
401
+ },
402
+ {
403
+ "indexed": false,
404
+ "internalType": "address",
405
+ "name": "executor",
406
+ "type": "address"
407
+ }
408
+ ],
409
+ "name": "DirectMintingExecuted",
410
+ "type": "event"
411
+ },
412
+ {
413
+ "anonymous": false,
414
+ "inputs": [
415
+ {
416
+ "indexed": true,
417
+ "internalType": "address",
418
+ "name": "personalAccount",
419
+ "type": "address"
420
+ }
421
+ ],
422
+ "name": "ExecutorRemoved",
423
+ "type": "event"
424
+ },
425
+ {
426
+ "anonymous": false,
427
+ "inputs": [
428
+ {
429
+ "indexed": true,
430
+ "internalType": "address",
431
+ "name": "personalAccount",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "indexed": true,
436
+ "internalType": "address",
437
+ "name": "executor",
438
+ "type": "address"
439
+ }
440
+ ],
441
+ "name": "ExecutorSet",
442
+ "type": "event"
443
+ },
444
+ {
445
+ "anonymous": false,
446
+ "inputs": [
447
+ {
448
+ "indexed": true,
449
+ "internalType": "address",
450
+ "name": "personalAccount",
451
+ "type": "address"
452
+ },
453
+ {
454
+ "indexed": false,
455
+ "internalType": "uint256",
456
+ "name": "lots",
457
+ "type": "uint256"
458
+ },
459
+ {
460
+ "indexed": false,
461
+ "internalType": "uint256",
462
+ "name": "amount",
463
+ "type": "uint256"
464
+ },
465
+ {
466
+ "indexed": false,
467
+ "internalType": "address",
468
+ "name": "executor",
469
+ "type": "address"
470
+ },
471
+ {
472
+ "indexed": false,
473
+ "internalType": "uint256",
474
+ "name": "executorFee",
475
+ "type": "uint256"
476
+ }
477
+ ],
478
+ "name": "FXrpRedeemed",
479
+ "type": "event"
480
+ },
481
+ {
482
+ "anonymous": false,
483
+ "inputs": [
484
+ {
485
+ "indexed": true,
486
+ "internalType": "address",
487
+ "name": "personalAccount",
488
+ "type": "address"
489
+ },
490
+ {
491
+ "indexed": false,
492
+ "internalType": "address",
493
+ "name": "to",
494
+ "type": "address"
495
+ },
496
+ {
497
+ "indexed": false,
498
+ "internalType": "uint256",
499
+ "name": "amount",
500
+ "type": "uint256"
501
+ }
502
+ ],
503
+ "name": "FXrpTransferred",
504
+ "type": "event"
505
+ },
506
+ {
507
+ "anonymous": false,
508
+ "inputs": [
509
+ {
510
+ "indexed": true,
511
+ "internalType": "address",
512
+ "name": "personalAccount",
513
+ "type": "address"
514
+ },
515
+ {
516
+ "indexed": true,
517
+ "internalType": "bytes32",
518
+ "name": "targetTxId",
519
+ "type": "bytes32"
520
+ }
521
+ ],
522
+ "name": "IgnoreMemoSet",
523
+ "type": "event"
524
+ },
525
+ {
526
+ "anonymous": false,
527
+ "inputs": [
528
+ {
529
+ "indexed": true,
530
+ "internalType": "address",
531
+ "name": "personalAccount",
532
+ "type": "address"
533
+ },
534
+ {
535
+ "indexed": true,
536
+ "internalType": "bytes32",
537
+ "name": "transactionId",
538
+ "type": "bytes32"
539
+ },
540
+ {
541
+ "indexed": true,
542
+ "internalType": "bytes32",
543
+ "name": "paymentReference",
544
+ "type": "bytes32"
545
+ },
546
+ {
547
+ "indexed": false,
548
+ "internalType": "string",
549
+ "name": "xrplOwner",
550
+ "type": "string"
551
+ },
552
+ {
553
+ "indexed": false,
554
+ "internalType": "uint256",
555
+ "name": "instructionId",
556
+ "type": "uint256"
557
+ }
558
+ ],
559
+ "name": "InstructionExecuted",
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": "uint256",
574
+ "name": "newNonce",
575
+ "type": "uint256"
576
+ }
577
+ ],
578
+ "name": "NonceIncreased",
579
+ "type": "event"
580
+ },
581
+ {
582
+ "anonymous": false,
583
+ "inputs": [
584
+ {
585
+ "indexed": true,
586
+ "internalType": "address",
587
+ "name": "personalAccount",
588
+ "type": "address"
589
+ },
590
+ {
591
+ "indexed": true,
592
+ "internalType": "address",
593
+ "name": "vault",
594
+ "type": "address"
595
+ },
596
+ {
597
+ "indexed": false,
598
+ "internalType": "uint256",
599
+ "name": "shares",
600
+ "type": "uint256"
601
+ },
602
+ {
603
+ "indexed": false,
604
+ "internalType": "uint256",
605
+ "name": "claimableEpoch",
606
+ "type": "uint256"
607
+ },
608
+ {
609
+ "indexed": false,
610
+ "internalType": "uint256",
611
+ "name": "year",
612
+ "type": "uint256"
613
+ },
614
+ {
615
+ "indexed": false,
616
+ "internalType": "uint256",
617
+ "name": "month",
618
+ "type": "uint256"
619
+ },
620
+ {
621
+ "indexed": false,
622
+ "internalType": "uint256",
623
+ "name": "day",
624
+ "type": "uint256"
625
+ }
626
+ ],
627
+ "name": "RedeemRequested",
628
+ "type": "event"
629
+ },
630
+ {
631
+ "anonymous": false,
632
+ "inputs": [
633
+ {
634
+ "indexed": true,
635
+ "internalType": "address",
636
+ "name": "personalAccount",
637
+ "type": "address"
638
+ },
639
+ {
640
+ "indexed": true,
641
+ "internalType": "address",
642
+ "name": "vault",
643
+ "type": "address"
644
+ },
645
+ {
646
+ "indexed": false,
647
+ "internalType": "uint256",
648
+ "name": "shares",
649
+ "type": "uint256"
650
+ },
651
+ {
652
+ "indexed": false,
653
+ "internalType": "uint256",
654
+ "name": "amount",
655
+ "type": "uint256"
656
+ }
657
+ ],
658
+ "name": "Redeemed",
659
+ "type": "event"
660
+ },
661
+ {
662
+ "anonymous": false,
663
+ "inputs": [
664
+ {
665
+ "indexed": true,
666
+ "internalType": "address",
667
+ "name": "personalAccount",
668
+ "type": "address"
669
+ },
670
+ {
671
+ "indexed": true,
672
+ "internalType": "bytes32",
673
+ "name": "targetTxId",
674
+ "type": "bytes32"
675
+ },
676
+ {
677
+ "indexed": false,
678
+ "internalType": "uint64",
679
+ "name": "newFee",
680
+ "type": "uint64"
681
+ }
682
+ ],
683
+ "name": "ReplacementFeeSet",
684
+ "type": "event"
685
+ },
686
+ {
687
+ "anonymous": false,
688
+ "inputs": [
689
+ {
690
+ "indexed": true,
691
+ "internalType": "address",
692
+ "name": "personalAccount",
693
+ "type": "address"
694
+ },
695
+ {
696
+ "indexed": false,
697
+ "internalType": "uint256",
698
+ "name": "nonce",
699
+ "type": "uint256"
700
+ }
701
+ ],
702
+ "name": "UserOperationExecuted",
703
+ "type": "event"
704
+ },
705
+ {
706
+ "anonymous": false,
707
+ "inputs": [
708
+ {
709
+ "indexed": true,
710
+ "internalType": "address",
711
+ "name": "personalAccount",
712
+ "type": "address"
713
+ },
714
+ {
715
+ "indexed": true,
716
+ "internalType": "address",
717
+ "name": "vault",
718
+ "type": "address"
719
+ },
720
+ {
721
+ "indexed": false,
722
+ "internalType": "uint256",
723
+ "name": "period",
724
+ "type": "uint256"
725
+ },
726
+ {
727
+ "indexed": false,
728
+ "internalType": "uint256",
729
+ "name": "amount",
730
+ "type": "uint256"
731
+ }
732
+ ],
733
+ "name": "WithdrawalClaimed",
734
+ "type": "event"
735
+ },
736
+ {
737
+ "inputs": [
738
+ {
739
+ "internalType": "uint256",
740
+ "name": "_collateralReservationId",
741
+ "type": "uint256"
742
+ },
743
+ {
744
+ "components": [
745
+ {
746
+ "internalType": "bytes32[]",
747
+ "name": "merkleProof",
748
+ "type": "bytes32[]"
749
+ },
750
+ {
751
+ "components": [
752
+ {
753
+ "internalType": "bytes32",
754
+ "name": "attestationType",
755
+ "type": "bytes32"
756
+ },
757
+ {
758
+ "internalType": "bytes32",
759
+ "name": "sourceId",
760
+ "type": "bytes32"
761
+ },
762
+ {
763
+ "internalType": "uint64",
764
+ "name": "votingRound",
765
+ "type": "uint64"
766
+ },
767
+ {
768
+ "internalType": "uint64",
769
+ "name": "lowestUsedTimestamp",
770
+ "type": "uint64"
771
+ },
772
+ {
773
+ "components": [
774
+ {
775
+ "internalType": "bytes32",
776
+ "name": "transactionId",
777
+ "type": "bytes32"
778
+ },
779
+ {
780
+ "internalType": "uint256",
781
+ "name": "inUtxo",
782
+ "type": "uint256"
783
+ },
784
+ {
785
+ "internalType": "uint256",
786
+ "name": "utxo",
787
+ "type": "uint256"
788
+ }
789
+ ],
790
+ "internalType": "struct IPayment.RequestBody",
791
+ "name": "requestBody",
792
+ "type": "tuple"
793
+ },
794
+ {
795
+ "components": [
796
+ {
797
+ "internalType": "uint64",
798
+ "name": "blockNumber",
799
+ "type": "uint64"
800
+ },
801
+ {
802
+ "internalType": "uint64",
803
+ "name": "blockTimestamp",
804
+ "type": "uint64"
805
+ },
806
+ {
807
+ "internalType": "bytes32",
808
+ "name": "sourceAddressHash",
809
+ "type": "bytes32"
810
+ },
811
+ {
812
+ "internalType": "bytes32",
813
+ "name": "sourceAddressesRoot",
814
+ "type": "bytes32"
815
+ },
816
+ {
817
+ "internalType": "bytes32",
818
+ "name": "receivingAddressHash",
819
+ "type": "bytes32"
820
+ },
821
+ {
822
+ "internalType": "bytes32",
823
+ "name": "intendedReceivingAddressHash",
824
+ "type": "bytes32"
825
+ },
826
+ {
827
+ "internalType": "int256",
828
+ "name": "spentAmount",
829
+ "type": "int256"
830
+ },
831
+ {
832
+ "internalType": "int256",
833
+ "name": "intendedSpentAmount",
834
+ "type": "int256"
835
+ },
836
+ {
837
+ "internalType": "int256",
838
+ "name": "receivedAmount",
839
+ "type": "int256"
840
+ },
841
+ {
842
+ "internalType": "int256",
843
+ "name": "intendedReceivedAmount",
844
+ "type": "int256"
845
+ },
846
+ {
847
+ "internalType": "bytes32",
848
+ "name": "standardPaymentReference",
849
+ "type": "bytes32"
850
+ },
851
+ {
852
+ "internalType": "bool",
853
+ "name": "oneToOne",
854
+ "type": "bool"
855
+ },
856
+ {
857
+ "internalType": "uint8",
858
+ "name": "status",
859
+ "type": "uint8"
860
+ }
861
+ ],
862
+ "internalType": "struct IPayment.ResponseBody",
863
+ "name": "responseBody",
864
+ "type": "tuple"
865
+ }
866
+ ],
867
+ "internalType": "struct IPayment.Response",
868
+ "name": "data",
869
+ "type": "tuple"
870
+ }
871
+ ],
872
+ "internalType": "struct IPayment.Proof",
873
+ "name": "_proof",
874
+ "type": "tuple"
875
+ },
876
+ {
877
+ "internalType": "string",
878
+ "name": "_xrplAddress",
879
+ "type": "string"
880
+ }
881
+ ],
882
+ "name": "executeDepositAfterMinting",
883
+ "outputs": [],
884
+ "stateMutability": "nonpayable",
885
+ "type": "function"
886
+ },
887
+ {
888
+ "inputs": [
889
+ {
890
+ "components": [
891
+ {
892
+ "internalType": "bytes32[]",
893
+ "name": "merkleProof",
894
+ "type": "bytes32[]"
895
+ },
896
+ {
897
+ "components": [
898
+ {
899
+ "internalType": "bytes32",
900
+ "name": "attestationType",
901
+ "type": "bytes32"
902
+ },
903
+ {
904
+ "internalType": "bytes32",
905
+ "name": "sourceId",
906
+ "type": "bytes32"
907
+ },
908
+ {
909
+ "internalType": "uint64",
910
+ "name": "votingRound",
911
+ "type": "uint64"
912
+ },
913
+ {
914
+ "internalType": "uint64",
915
+ "name": "lowestUsedTimestamp",
916
+ "type": "uint64"
917
+ },
918
+ {
919
+ "components": [
920
+ {
921
+ "internalType": "bytes32",
922
+ "name": "transactionId",
923
+ "type": "bytes32"
924
+ },
925
+ {
926
+ "internalType": "uint256",
927
+ "name": "inUtxo",
928
+ "type": "uint256"
929
+ },
930
+ {
931
+ "internalType": "uint256",
932
+ "name": "utxo",
933
+ "type": "uint256"
934
+ }
935
+ ],
936
+ "internalType": "struct IPayment.RequestBody",
937
+ "name": "requestBody",
938
+ "type": "tuple"
939
+ },
940
+ {
941
+ "components": [
942
+ {
943
+ "internalType": "uint64",
944
+ "name": "blockNumber",
945
+ "type": "uint64"
946
+ },
947
+ {
948
+ "internalType": "uint64",
949
+ "name": "blockTimestamp",
950
+ "type": "uint64"
951
+ },
952
+ {
953
+ "internalType": "bytes32",
954
+ "name": "sourceAddressHash",
955
+ "type": "bytes32"
956
+ },
957
+ {
958
+ "internalType": "bytes32",
959
+ "name": "sourceAddressesRoot",
960
+ "type": "bytes32"
961
+ },
962
+ {
963
+ "internalType": "bytes32",
964
+ "name": "receivingAddressHash",
965
+ "type": "bytes32"
966
+ },
967
+ {
968
+ "internalType": "bytes32",
969
+ "name": "intendedReceivingAddressHash",
970
+ "type": "bytes32"
971
+ },
972
+ {
973
+ "internalType": "int256",
974
+ "name": "spentAmount",
975
+ "type": "int256"
976
+ },
977
+ {
978
+ "internalType": "int256",
979
+ "name": "intendedSpentAmount",
980
+ "type": "int256"
981
+ },
982
+ {
983
+ "internalType": "int256",
984
+ "name": "receivedAmount",
985
+ "type": "int256"
986
+ },
987
+ {
988
+ "internalType": "int256",
989
+ "name": "intendedReceivedAmount",
990
+ "type": "int256"
991
+ },
992
+ {
993
+ "internalType": "bytes32",
994
+ "name": "standardPaymentReference",
995
+ "type": "bytes32"
996
+ },
997
+ {
998
+ "internalType": "bool",
999
+ "name": "oneToOne",
1000
+ "type": "bool"
1001
+ },
1002
+ {
1003
+ "internalType": "uint8",
1004
+ "name": "status",
1005
+ "type": "uint8"
1006
+ }
1007
+ ],
1008
+ "internalType": "struct IPayment.ResponseBody",
1009
+ "name": "responseBody",
1010
+ "type": "tuple"
1011
+ }
1012
+ ],
1013
+ "internalType": "struct IPayment.Response",
1014
+ "name": "data",
1015
+ "type": "tuple"
1016
+ }
1017
+ ],
1018
+ "internalType": "struct IPayment.Proof",
1019
+ "name": "_proof",
1020
+ "type": "tuple"
1021
+ },
1022
+ {
1023
+ "internalType": "string",
1024
+ "name": "_xrplAddress",
1025
+ "type": "string"
1026
+ }
1027
+ ],
1028
+ "name": "executeInstruction",
1029
+ "outputs": [],
1030
+ "stateMutability": "payable",
1031
+ "type": "function"
1032
+ },
1033
+ {
1034
+ "inputs": [
1035
+ {
1036
+ "internalType": "address",
1037
+ "name": "_personalAccount",
1038
+ "type": "address"
1039
+ }
1040
+ ],
1041
+ "name": "getExecutor",
1042
+ "outputs": [
1043
+ {
1044
+ "internalType": "address",
1045
+ "name": "",
1046
+ "type": "address"
1047
+ }
1048
+ ],
1049
+ "stateMutability": "view",
1050
+ "type": "function"
1051
+ },
1052
+ {
1053
+ "inputs": [
1054
+ {
1055
+ "internalType": "address",
1056
+ "name": "_personalAccount",
1057
+ "type": "address"
1058
+ }
1059
+ ],
1060
+ "name": "getNonce",
1061
+ "outputs": [
1062
+ {
1063
+ "internalType": "uint256",
1064
+ "name": "",
1065
+ "type": "uint256"
1066
+ }
1067
+ ],
1068
+ "stateMutability": "view",
1069
+ "type": "function"
1070
+ },
1071
+ {
1072
+ "inputs": [
1073
+ {
1074
+ "internalType": "uint256",
1075
+ "name": "_collateralReservationId",
1076
+ "type": "uint256"
1077
+ }
1078
+ ],
1079
+ "name": "getTransactionIdForCollateralReservation",
1080
+ "outputs": [
1081
+ {
1082
+ "internalType": "bytes32",
1083
+ "name": "_transactionId",
1084
+ "type": "bytes32"
1085
+ }
1086
+ ],
1087
+ "stateMutability": "view",
1088
+ "type": "function"
1089
+ },
1090
+ {
1091
+ "inputs": [
1092
+ {
1093
+ "internalType": "bytes32",
1094
+ "name": "_transactionId",
1095
+ "type": "bytes32"
1096
+ }
1097
+ ],
1098
+ "name": "isTransactionIdUsed",
1099
+ "outputs": [
1100
+ {
1101
+ "internalType": "bool",
1102
+ "name": "",
1103
+ "type": "bool"
1104
+ }
1105
+ ],
1106
+ "stateMutability": "view",
1107
+ "type": "function"
1108
+ },
1109
+ {
1110
+ "inputs": [
1111
+ {
1112
+ "internalType": "bytes32",
1113
+ "name": "_transactionId",
1114
+ "type": "bytes32"
1115
+ },
1116
+ {
1117
+ "internalType": "string",
1118
+ "name": "_sourceAddress",
1119
+ "type": "string"
1120
+ },
1121
+ {
1122
+ "internalType": "uint256",
1123
+ "name": "_amount",
1124
+ "type": "uint256"
1125
+ },
1126
+ {
1127
+ "internalType": "uint256",
1128
+ "name": "_underlyingTimestamp",
1129
+ "type": "uint256"
1130
+ },
1131
+ {
1132
+ "internalType": "bytes",
1133
+ "name": "_memoData",
1134
+ "type": "bytes"
1135
+ },
1136
+ {
1137
+ "internalType": "address payable",
1138
+ "name": "_executor",
1139
+ "type": "address"
1140
+ }
1141
+ ],
1142
+ "name": "mintedFAssets",
1143
+ "outputs": [],
1144
+ "stateMutability": "payable",
1145
+ "type": "function"
1146
+ },
1147
+ {
1148
+ "inputs": [
1149
+ {
1150
+ "internalType": "string",
1151
+ "name": "_xrplAddress",
1152
+ "type": "string"
1153
+ },
1154
+ {
1155
+ "internalType": "bytes32",
1156
+ "name": "_paymentReference",
1157
+ "type": "bytes32"
1158
+ },
1159
+ {
1160
+ "internalType": "bytes32",
1161
+ "name": "_transactionId",
1162
+ "type": "bytes32"
1163
+ }
1164
+ ],
1165
+ "name": "reserveCollateral",
1166
+ "outputs": [
1167
+ {
1168
+ "internalType": "uint256",
1169
+ "name": "_collateralReservationId",
1170
+ "type": "uint256"
1171
+ }
1172
+ ],
1173
+ "stateMutability": "payable",
1174
+ "type": "function"
1175
+ }
1176
+ ]