@zkp2p/contracts-v2 0.0.4 → 0.0.5-rc-2

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