@across-protocol/sdk 4.3.123 → 4.3.124

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 (153) hide show
  1. package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.d.ts +504 -0
  2. package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.js +3 -0
  3. package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.js.map +1 -0
  4. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +848 -0
  5. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.js +3 -0
  6. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.js.map +1 -0
  7. package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.d.ts +288 -0
  8. package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.js +3 -0
  9. package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.js.map +1 -0
  10. package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.d.ts +431 -0
  11. package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.js +3 -0
  12. package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.js.map +1 -0
  13. package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +542 -0
  14. package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.js +3 -0
  15. package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.js.map +1 -0
  16. package/dist/cjs/src/utils/abi/typechain/Test.d.ts +432 -0
  17. package/dist/cjs/src/utils/abi/typechain/Test.js +3 -0
  18. package/dist/cjs/src/utils/abi/typechain/Test.js.map +1 -0
  19. package/dist/cjs/src/utils/abi/typechain/Testable.d.ts +66 -0
  20. package/dist/cjs/src/utils/abi/typechain/Testable.js +3 -0
  21. package/dist/cjs/src/utils/abi/typechain/Testable.js.map +1 -0
  22. package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +525 -0
  23. package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js +686 -0
  24. package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js.map +1 -0
  25. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1031 -0
  26. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +1352 -0
  27. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -0
  28. package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +334 -0
  29. package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.js +444 -0
  30. package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.js.map +1 -0
  31. package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +448 -0
  32. package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js +593 -0
  33. package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js.map +1 -0
  34. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +519 -0
  35. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js +673 -0
  36. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js.map +1 -0
  37. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +449 -0
  38. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +588 -0
  39. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +1 -0
  40. package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.d.ts +38 -0
  41. package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.js +59 -0
  42. package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.js.map +1 -0
  43. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +7 -0
  44. package/dist/cjs/src/utils/abi/typechain/factories/index.js +20 -6
  45. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  46. package/dist/cjs/src/utils/abi/typechain/index.d.ts +14 -0
  47. package/dist/cjs/src/utils/abi/typechain/index.js +20 -6
  48. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  49. package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.d.ts +504 -0
  50. package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.js +2 -0
  51. package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.js.map +1 -0
  52. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +848 -0
  53. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.js +2 -0
  54. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.js.map +1 -0
  55. package/dist/esm/src/utils/abi/typechain/MerkleLibTest.d.ts +288 -0
  56. package/dist/esm/src/utils/abi/typechain/MerkleLibTest.js +2 -0
  57. package/dist/esm/src/utils/abi/typechain/MerkleLibTest.js.map +1 -0
  58. package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.d.ts +431 -0
  59. package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.js +2 -0
  60. package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.js.map +1 -0
  61. package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +542 -0
  62. package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.js +2 -0
  63. package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.js.map +1 -0
  64. package/dist/esm/src/utils/abi/typechain/Test.d.ts +432 -0
  65. package/dist/esm/src/utils/abi/typechain/Test.js +2 -0
  66. package/dist/esm/src/utils/abi/typechain/Test.js.map +1 -0
  67. package/dist/esm/src/utils/abi/typechain/Testable.d.ts +66 -0
  68. package/dist/esm/src/utils/abi/typechain/Testable.js +2 -0
  69. package/dist/esm/src/utils/abi/typechain/Testable.js.map +1 -0
  70. package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +525 -0
  71. package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js +686 -0
  72. package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js.map +1 -0
  73. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1031 -0
  74. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +1352 -0
  75. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -0
  76. package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +334 -0
  77. package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.js +444 -0
  78. package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.js.map +1 -0
  79. package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +448 -0
  80. package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js +593 -0
  81. package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js.map +1 -0
  82. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +519 -0
  83. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js +673 -0
  84. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js.map +1 -0
  85. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +449 -0
  86. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +588 -0
  87. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +1 -0
  88. package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.d.ts +38 -0
  89. package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.js +59 -0
  90. package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.js.map +1 -0
  91. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +7 -0
  92. package/dist/esm/src/utils/abi/typechain/factories/index.js +7 -0
  93. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  94. package/dist/esm/src/utils/abi/typechain/index.d.ts +14 -0
  95. package/dist/esm/src/utils/abi/typechain/index.js +7 -0
  96. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  97. package/dist/types/src/utils/abi/typechain/BaseSimulatorTest.d.ts +505 -0
  98. package/dist/types/src/utils/abi/typechain/BaseSimulatorTest.d.ts.map +1 -0
  99. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +849 -0
  100. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -0
  101. package/dist/types/src/utils/abi/typechain/MerkleLibTest.d.ts +289 -0
  102. package/dist/types/src/utils/abi/typechain/MerkleLibTest.d.ts.map +1 -0
  103. package/dist/types/src/utils/abi/typechain/PolygonERC20Test.d.ts +432 -0
  104. package/dist/types/src/utils/abi/typechain/PolygonERC20Test.d.ts.map +1 -0
  105. package/dist/types/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +543 -0
  106. package/dist/types/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts.map +1 -0
  107. package/dist/types/src/utils/abi/typechain/Test.d.ts +433 -0
  108. package/dist/types/src/utils/abi/typechain/Test.d.ts.map +1 -0
  109. package/dist/types/src/utils/abi/typechain/Testable.d.ts +67 -0
  110. package/dist/types/src/utils/abi/typechain/Testable.d.ts.map +1 -0
  111. package/dist/types/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +526 -0
  112. package/dist/types/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts.map +1 -0
  113. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1032 -0
  114. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -0
  115. package/dist/types/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +335 -0
  116. package/dist/types/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts.map +1 -0
  117. package/dist/types/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +449 -0
  118. package/dist/types/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts.map +1 -0
  119. package/dist/types/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +520 -0
  120. package/dist/types/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts.map +1 -0
  121. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +450 -0
  122. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +1 -0
  123. package/dist/types/src/utils/abi/typechain/factories/Testable__factory.d.ts +39 -0
  124. package/dist/types/src/utils/abi/typechain/factories/Testable__factory.d.ts.map +1 -0
  125. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +7 -0
  126. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  127. package/dist/types/src/utils/abi/typechain/index.d.ts +14 -0
  128. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  129. package/package.json +1 -1
  130. package/scripts/stage-typechain-artifacts.js +0 -1
  131. package/src/utils/abi/contracts/BaseSimulatorTest.json +668 -0
  132. package/src/utils/abi/contracts/HubPoolTestBase.json +1334 -0
  133. package/src/utils/abi/contracts/MerkleLibTest.json +426 -0
  134. package/src/utils/abi/contracts/PolygonERC20Test.json +575 -0
  135. package/src/utils/abi/contracts/SpokePoolEIP7702Test.json +655 -0
  136. package/src/utils/abi/contracts/Test.json +570 -0
  137. package/src/utils/abi/contracts/Testable.json +41 -0
  138. package/src/utils/abi/typechain/BaseSimulatorTest.ts +879 -0
  139. package/src/utils/abi/typechain/HubPoolTestBase.ts +1857 -0
  140. package/src/utils/abi/typechain/MerkleLibTest.ts +597 -0
  141. package/src/utils/abi/typechain/PolygonERC20Test.ts +944 -0
  142. package/src/utils/abi/typechain/SpokePoolEIP7702Test.ts +942 -0
  143. package/src/utils/abi/typechain/Test.ts +753 -0
  144. package/src/utils/abi/typechain/Testable.ts +145 -0
  145. package/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.ts +692 -0
  146. package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +1358 -0
  147. package/src/utils/abi/typechain/factories/MerkleLibTest__factory.ts +447 -0
  148. package/src/utils/abi/typechain/factories/PolygonERC20Test__factory.ts +599 -0
  149. package/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.ts +683 -0
  150. package/src/utils/abi/typechain/factories/Test__factory.ts +588 -0
  151. package/src/utils/abi/typechain/factories/Testable__factory.ts +62 -0
  152. package/src/utils/abi/typechain/factories/index.ts +7 -0
  153. package/src/utils/abi/typechain/index.ts +14 -0
@@ -0,0 +1,1334 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "AMOUNT_TO_LP",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "uint256",
10
+ "internalType": "uint256"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "BOND_AMOUNT",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "",
22
+ "type": "uint256",
23
+ "internalType": "uint256"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "BURN_LIMIT",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "",
35
+ "type": "uint256",
36
+ "internalType": "uint256"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "DEFAULT_IDENTIFIER",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "",
48
+ "type": "bytes32",
49
+ "internalType": "bytes32"
50
+ }
51
+ ],
52
+ "stateMutability": "view"
53
+ },
54
+ {
55
+ "type": "function",
56
+ "name": "FILL_DEADLINE_BUFFER",
57
+ "inputs": [],
58
+ "outputs": [
59
+ {
60
+ "name": "",
61
+ "type": "uint256",
62
+ "internalType": "uint256"
63
+ }
64
+ ],
65
+ "stateMutability": "view"
66
+ },
67
+ {
68
+ "type": "function",
69
+ "name": "FINAL_FEE",
70
+ "inputs": [],
71
+ "outputs": [
72
+ {
73
+ "name": "",
74
+ "type": "uint256",
75
+ "internalType": "uint256"
76
+ }
77
+ ],
78
+ "stateMutability": "view"
79
+ },
80
+ {
81
+ "type": "function",
82
+ "name": "INITIAL_ETH",
83
+ "inputs": [],
84
+ "outputs": [
85
+ {
86
+ "name": "",
87
+ "type": "uint256",
88
+ "internalType": "uint256"
89
+ }
90
+ ],
91
+ "stateMutability": "view"
92
+ },
93
+ {
94
+ "type": "function",
95
+ "name": "IS_SCRIPT",
96
+ "inputs": [],
97
+ "outputs": [
98
+ {
99
+ "name": "",
100
+ "type": "bool",
101
+ "internalType": "bool"
102
+ }
103
+ ],
104
+ "stateMutability": "view"
105
+ },
106
+ {
107
+ "type": "function",
108
+ "name": "IS_TEST",
109
+ "inputs": [],
110
+ "outputs": [
111
+ {
112
+ "name": "",
113
+ "type": "bool",
114
+ "internalType": "bool"
115
+ }
116
+ ],
117
+ "stateMutability": "view"
118
+ },
119
+ {
120
+ "type": "function",
121
+ "name": "LP_ETH_FUNDING",
122
+ "inputs": [],
123
+ "outputs": [
124
+ {
125
+ "name": "",
126
+ "type": "uint256",
127
+ "internalType": "uint256"
128
+ }
129
+ ],
130
+ "stateMutability": "view"
131
+ },
132
+ {
133
+ "type": "function",
134
+ "name": "LP_FEES",
135
+ "inputs": [],
136
+ "outputs": [
137
+ {
138
+ "name": "",
139
+ "type": "uint256",
140
+ "internalType": "uint256"
141
+ }
142
+ ],
143
+ "stateMutability": "view"
144
+ },
145
+ {
146
+ "type": "function",
147
+ "name": "MOCK_POOL_REBALANCE_ROOT",
148
+ "inputs": [],
149
+ "outputs": [
150
+ {
151
+ "name": "",
152
+ "type": "bytes32",
153
+ "internalType": "bytes32"
154
+ }
155
+ ],
156
+ "stateMutability": "view"
157
+ },
158
+ {
159
+ "type": "function",
160
+ "name": "MOCK_RELAYER_REFUND_ROOT",
161
+ "inputs": [],
162
+ "outputs": [
163
+ {
164
+ "name": "",
165
+ "type": "bytes32",
166
+ "internalType": "bytes32"
167
+ }
168
+ ],
169
+ "stateMutability": "view"
170
+ },
171
+ {
172
+ "type": "function",
173
+ "name": "MOCK_SLOW_RELAY_ROOT",
174
+ "inputs": [],
175
+ "outputs": [
176
+ {
177
+ "name": "",
178
+ "type": "bytes32",
179
+ "internalType": "bytes32"
180
+ }
181
+ ],
182
+ "stateMutability": "view"
183
+ },
184
+ {
185
+ "type": "function",
186
+ "name": "MOCK_TREE_ROOT",
187
+ "inputs": [],
188
+ "outputs": [
189
+ {
190
+ "name": "",
191
+ "type": "bytes32",
192
+ "internalType": "bytes32"
193
+ }
194
+ ],
195
+ "stateMutability": "view"
196
+ },
197
+ {
198
+ "type": "function",
199
+ "name": "QUOTE_TIME_BUFFER",
200
+ "inputs": [],
201
+ "outputs": [
202
+ {
203
+ "name": "",
204
+ "type": "uint256",
205
+ "internalType": "uint256"
206
+ }
207
+ ],
208
+ "stateMutability": "view"
209
+ },
210
+ {
211
+ "type": "function",
212
+ "name": "REFUND_PROPOSAL_LIVENESS",
213
+ "inputs": [],
214
+ "outputs": [
215
+ {
216
+ "name": "",
217
+ "type": "uint32",
218
+ "internalType": "uint32"
219
+ }
220
+ ],
221
+ "stateMutability": "view"
222
+ },
223
+ {
224
+ "type": "function",
225
+ "name": "REPAYMENT_CHAIN_ID",
226
+ "inputs": [],
227
+ "outputs": [
228
+ {
229
+ "name": "",
230
+ "type": "uint256",
231
+ "internalType": "uint256"
232
+ }
233
+ ],
234
+ "stateMutability": "view"
235
+ },
236
+ {
237
+ "type": "function",
238
+ "name": "TOKENS_TO_SEND",
239
+ "inputs": [],
240
+ "outputs": [
241
+ {
242
+ "name": "",
243
+ "type": "uint256",
244
+ "internalType": "uint256"
245
+ }
246
+ ],
247
+ "stateMutability": "view"
248
+ },
249
+ {
250
+ "type": "function",
251
+ "name": "TOTAL_BOND",
252
+ "inputs": [],
253
+ "outputs": [
254
+ {
255
+ "name": "",
256
+ "type": "uint256",
257
+ "internalType": "uint256"
258
+ }
259
+ ],
260
+ "stateMutability": "view"
261
+ },
262
+ {
263
+ "type": "function",
264
+ "name": "USDC_LP_FEES",
265
+ "inputs": [],
266
+ "outputs": [
267
+ {
268
+ "name": "",
269
+ "type": "uint256",
270
+ "internalType": "uint256"
271
+ }
272
+ ],
273
+ "stateMutability": "view"
274
+ },
275
+ {
276
+ "type": "function",
277
+ "name": "USDC_TO_SEND",
278
+ "inputs": [],
279
+ "outputs": [
280
+ {
281
+ "name": "",
282
+ "type": "uint256",
283
+ "internalType": "uint256"
284
+ }
285
+ ],
286
+ "stateMutability": "view"
287
+ },
288
+ {
289
+ "type": "function",
290
+ "name": "USDT_LP_FEES",
291
+ "inputs": [],
292
+ "outputs": [
293
+ {
294
+ "name": "",
295
+ "type": "uint256",
296
+ "internalType": "uint256"
297
+ }
298
+ ],
299
+ "stateMutability": "view"
300
+ },
301
+ {
302
+ "type": "function",
303
+ "name": "USDT_TO_SEND",
304
+ "inputs": [],
305
+ "outputs": [
306
+ {
307
+ "name": "",
308
+ "type": "uint256",
309
+ "internalType": "uint256"
310
+ }
311
+ ],
312
+ "stateMutability": "view"
313
+ },
314
+ {
315
+ "type": "function",
316
+ "name": "excludeArtifacts",
317
+ "inputs": [],
318
+ "outputs": [
319
+ {
320
+ "name": "excludedArtifacts_",
321
+ "type": "string[]",
322
+ "internalType": "string[]"
323
+ }
324
+ ],
325
+ "stateMutability": "view"
326
+ },
327
+ {
328
+ "type": "function",
329
+ "name": "excludeContracts",
330
+ "inputs": [],
331
+ "outputs": [
332
+ {
333
+ "name": "excludedContracts_",
334
+ "type": "address[]",
335
+ "internalType": "address[]"
336
+ }
337
+ ],
338
+ "stateMutability": "view"
339
+ },
340
+ {
341
+ "type": "function",
342
+ "name": "excludeSelectors",
343
+ "inputs": [],
344
+ "outputs": [
345
+ {
346
+ "name": "excludedSelectors_",
347
+ "type": "tuple[]",
348
+ "internalType": "struct StdInvariant.FuzzSelector[]",
349
+ "components": [
350
+ {
351
+ "name": "addr",
352
+ "type": "address",
353
+ "internalType": "address"
354
+ },
355
+ {
356
+ "name": "selectors",
357
+ "type": "bytes4[]",
358
+ "internalType": "bytes4[]"
359
+ }
360
+ ]
361
+ }
362
+ ],
363
+ "stateMutability": "view"
364
+ },
365
+ {
366
+ "type": "function",
367
+ "name": "excludeSenders",
368
+ "inputs": [],
369
+ "outputs": [
370
+ {
371
+ "name": "excludedSenders_",
372
+ "type": "address[]",
373
+ "internalType": "address[]"
374
+ }
375
+ ],
376
+ "stateMutability": "view"
377
+ },
378
+ {
379
+ "type": "function",
380
+ "name": "failed",
381
+ "inputs": [],
382
+ "outputs": [
383
+ {
384
+ "name": "",
385
+ "type": "bool",
386
+ "internalType": "bool"
387
+ }
388
+ ],
389
+ "stateMutability": "view"
390
+ },
391
+ {
392
+ "type": "function",
393
+ "name": "file",
394
+ "inputs": [],
395
+ "outputs": [
396
+ {
397
+ "name": "",
398
+ "type": "string",
399
+ "internalType": "string"
400
+ }
401
+ ],
402
+ "stateMutability": "view"
403
+ },
404
+ {
405
+ "type": "function",
406
+ "name": "getChainFamily",
407
+ "inputs": [
408
+ {
409
+ "name": "chainId",
410
+ "type": "uint256",
411
+ "internalType": "uint256"
412
+ }
413
+ ],
414
+ "outputs": [
415
+ {
416
+ "name": "",
417
+ "type": "string",
418
+ "internalType": "string"
419
+ }
420
+ ],
421
+ "stateMutability": "view"
422
+ },
423
+ {
424
+ "type": "function",
425
+ "name": "getChainId",
426
+ "inputs": [
427
+ {
428
+ "name": "chainName",
429
+ "type": "string",
430
+ "internalType": "string"
431
+ }
432
+ ],
433
+ "outputs": [
434
+ {
435
+ "name": "",
436
+ "type": "uint256",
437
+ "internalType": "uint256"
438
+ }
439
+ ],
440
+ "stateMutability": "view"
441
+ },
442
+ {
443
+ "type": "function",
444
+ "name": "getCircleDomainId",
445
+ "inputs": [
446
+ {
447
+ "name": "chainId",
448
+ "type": "uint256",
449
+ "internalType": "uint256"
450
+ }
451
+ ],
452
+ "outputs": [
453
+ {
454
+ "name": "",
455
+ "type": "uint32",
456
+ "internalType": "uint32"
457
+ }
458
+ ],
459
+ "stateMutability": "view"
460
+ },
461
+ {
462
+ "type": "function",
463
+ "name": "getL1Addresses",
464
+ "inputs": [
465
+ {
466
+ "name": "chainId",
467
+ "type": "uint256",
468
+ "internalType": "uint256"
469
+ }
470
+ ],
471
+ "outputs": [
472
+ {
473
+ "name": "",
474
+ "type": "tuple",
475
+ "internalType": "struct Constants.L1Addresses",
476
+ "components": [
477
+ {
478
+ "name": "finder",
479
+ "type": "address",
480
+ "internalType": "address"
481
+ },
482
+ {
483
+ "name": "l1ArbitrumInbox",
484
+ "type": "address",
485
+ "internalType": "address"
486
+ },
487
+ {
488
+ "name": "l1ERC20GatewayRouter",
489
+ "type": "address",
490
+ "internalType": "address"
491
+ },
492
+ {
493
+ "name": "polygonRootChainManager",
494
+ "type": "address",
495
+ "internalType": "address"
496
+ },
497
+ {
498
+ "name": "polygonFxRoot",
499
+ "type": "address",
500
+ "internalType": "address"
501
+ },
502
+ {
503
+ "name": "polygonERC20Predicate",
504
+ "type": "address",
505
+ "internalType": "address"
506
+ },
507
+ {
508
+ "name": "polygonRegistry",
509
+ "type": "address",
510
+ "internalType": "address"
511
+ },
512
+ {
513
+ "name": "polygonDepositManager",
514
+ "type": "address",
515
+ "internalType": "address"
516
+ },
517
+ {
518
+ "name": "cctpTokenMessenger",
519
+ "type": "address",
520
+ "internalType": "address"
521
+ },
522
+ {
523
+ "name": "cctpV2TokenMessenger",
524
+ "type": "address",
525
+ "internalType": "address"
526
+ },
527
+ {
528
+ "name": "cctpMessageTransmitter",
529
+ "type": "address",
530
+ "internalType": "address"
531
+ },
532
+ {
533
+ "name": "lineaMessageService",
534
+ "type": "address",
535
+ "internalType": "address"
536
+ },
537
+ {
538
+ "name": "lineaTokenBridge",
539
+ "type": "address",
540
+ "internalType": "address"
541
+ },
542
+ {
543
+ "name": "scrollERC20GatewayRouter",
544
+ "type": "address",
545
+ "internalType": "address"
546
+ },
547
+ {
548
+ "name": "scrollMessengerRelay",
549
+ "type": "address",
550
+ "internalType": "address"
551
+ },
552
+ {
553
+ "name": "scrollGasPriceOracle",
554
+ "type": "address",
555
+ "internalType": "address"
556
+ },
557
+ {
558
+ "name": "blastYieldManager",
559
+ "type": "address",
560
+ "internalType": "address"
561
+ },
562
+ {
563
+ "name": "blastDaiRetriever",
564
+ "type": "address",
565
+ "internalType": "address"
566
+ },
567
+ {
568
+ "name": "adapterStore",
569
+ "type": "address",
570
+ "internalType": "address"
571
+ },
572
+ {
573
+ "name": "donationBox",
574
+ "type": "address",
575
+ "internalType": "address"
576
+ },
577
+ {
578
+ "name": "hubPoolStore",
579
+ "type": "address",
580
+ "internalType": "address"
581
+ },
582
+ {
583
+ "name": "zkBridgeHub",
584
+ "type": "address",
585
+ "internalType": "address"
586
+ },
587
+ {
588
+ "name": "zkUsdcSharedBridge_232",
589
+ "type": "address",
590
+ "internalType": "address"
591
+ },
592
+ {
593
+ "name": "zkUsdcSharedBridge_324",
594
+ "type": "address",
595
+ "internalType": "address"
596
+ }
597
+ ]
598
+ }
599
+ ],
600
+ "stateMutability": "view"
601
+ },
602
+ {
603
+ "type": "function",
604
+ "name": "getL2Address",
605
+ "inputs": [
606
+ {
607
+ "name": "chainId",
608
+ "type": "uint256",
609
+ "internalType": "uint256"
610
+ },
611
+ {
612
+ "name": "addressType",
613
+ "type": "string",
614
+ "internalType": "string"
615
+ }
616
+ ],
617
+ "outputs": [
618
+ {
619
+ "name": "",
620
+ "type": "address",
621
+ "internalType": "address"
622
+ }
623
+ ],
624
+ "stateMutability": "view"
625
+ },
626
+ {
627
+ "type": "function",
628
+ "name": "getOftEid",
629
+ "inputs": [
630
+ {
631
+ "name": "chainId",
632
+ "type": "uint256",
633
+ "internalType": "uint256"
634
+ }
635
+ ],
636
+ "outputs": [
637
+ {
638
+ "name": "",
639
+ "type": "uint256",
640
+ "internalType": "uint256"
641
+ }
642
+ ],
643
+ "stateMutability": "view"
644
+ },
645
+ {
646
+ "type": "function",
647
+ "name": "getOpStackAddresses",
648
+ "inputs": [
649
+ {
650
+ "name": "hubChainId",
651
+ "type": "uint256",
652
+ "internalType": "uint256"
653
+ },
654
+ {
655
+ "name": "spokeChainId",
656
+ "type": "uint256",
657
+ "internalType": "uint256"
658
+ }
659
+ ],
660
+ "outputs": [
661
+ {
662
+ "name": "",
663
+ "type": "tuple",
664
+ "internalType": "struct Constants.OpStackAddresses",
665
+ "components": [
666
+ {
667
+ "name": "L1CrossDomainMessenger",
668
+ "type": "address",
669
+ "internalType": "address"
670
+ },
671
+ {
672
+ "name": "L1StandardBridge",
673
+ "type": "address",
674
+ "internalType": "address"
675
+ },
676
+ {
677
+ "name": "L1BlastBridge",
678
+ "type": "address",
679
+ "internalType": "address"
680
+ },
681
+ {
682
+ "name": "L1OpUSDCBridgeAdapter",
683
+ "type": "address",
684
+ "internalType": "address"
685
+ }
686
+ ]
687
+ }
688
+ ],
689
+ "stateMutability": "view"
690
+ },
691
+ {
692
+ "type": "function",
693
+ "name": "getPermit2",
694
+ "inputs": [
695
+ {
696
+ "name": "chainId",
697
+ "type": "uint256",
698
+ "internalType": "uint256"
699
+ }
700
+ ],
701
+ "outputs": [
702
+ {
703
+ "name": "",
704
+ "type": "address",
705
+ "internalType": "address"
706
+ }
707
+ ],
708
+ "stateMutability": "view"
709
+ },
710
+ {
711
+ "type": "function",
712
+ "name": "getTestnetChainIds",
713
+ "inputs": [],
714
+ "outputs": [
715
+ {
716
+ "name": "",
717
+ "type": "uint256[]",
718
+ "internalType": "uint256[]"
719
+ }
720
+ ],
721
+ "stateMutability": "view"
722
+ },
723
+ {
724
+ "type": "function",
725
+ "name": "getUSDCAddress",
726
+ "inputs": [
727
+ {
728
+ "name": "chainId",
729
+ "type": "uint256",
730
+ "internalType": "uint256"
731
+ }
732
+ ],
733
+ "outputs": [
734
+ {
735
+ "name": "",
736
+ "type": "address",
737
+ "internalType": "address"
738
+ }
739
+ ],
740
+ "stateMutability": "view"
741
+ },
742
+ {
743
+ "type": "function",
744
+ "name": "getUSDCeAddress",
745
+ "inputs": [
746
+ {
747
+ "name": "chainId",
748
+ "type": "uint256",
749
+ "internalType": "uint256"
750
+ }
751
+ ],
752
+ "outputs": [
753
+ {
754
+ "name": "",
755
+ "type": "address",
756
+ "internalType": "address"
757
+ }
758
+ ],
759
+ "stateMutability": "view"
760
+ },
761
+ {
762
+ "type": "function",
763
+ "name": "getWETHAddress",
764
+ "inputs": [
765
+ {
766
+ "name": "chainId",
767
+ "type": "uint256",
768
+ "internalType": "uint256"
769
+ }
770
+ ],
771
+ "outputs": [
772
+ {
773
+ "name": "",
774
+ "type": "address",
775
+ "internalType": "address"
776
+ }
777
+ ],
778
+ "stateMutability": "view"
779
+ },
780
+ {
781
+ "type": "function",
782
+ "name": "getWghoAddress",
783
+ "inputs": [
784
+ {
785
+ "name": "chainId",
786
+ "type": "uint256",
787
+ "internalType": "uint256"
788
+ }
789
+ ],
790
+ "outputs": [
791
+ {
792
+ "name": "",
793
+ "type": "address",
794
+ "internalType": "address"
795
+ }
796
+ ],
797
+ "stateMutability": "view"
798
+ },
799
+ {
800
+ "type": "function",
801
+ "name": "getWmaticAddress",
802
+ "inputs": [
803
+ {
804
+ "name": "chainId",
805
+ "type": "uint256",
806
+ "internalType": "uint256"
807
+ }
808
+ ],
809
+ "outputs": [
810
+ {
811
+ "name": "",
812
+ "type": "address",
813
+ "internalType": "address"
814
+ }
815
+ ],
816
+ "stateMutability": "view"
817
+ },
818
+ {
819
+ "type": "function",
820
+ "name": "getWrappedNativeToken",
821
+ "inputs": [
822
+ {
823
+ "name": "chainId",
824
+ "type": "uint256",
825
+ "internalType": "uint256"
826
+ }
827
+ ],
828
+ "outputs": [
829
+ {
830
+ "name": "",
831
+ "type": "address",
832
+ "internalType": "address"
833
+ }
834
+ ],
835
+ "stateMutability": "view"
836
+ },
837
+ {
838
+ "type": "function",
839
+ "name": "hasCctpDomain",
840
+ "inputs": [
841
+ {
842
+ "name": "chainId",
843
+ "type": "uint256",
844
+ "internalType": "uint256"
845
+ }
846
+ ],
847
+ "outputs": [
848
+ {
849
+ "name": "",
850
+ "type": "bool",
851
+ "internalType": "bool"
852
+ }
853
+ ],
854
+ "stateMutability": "view"
855
+ },
856
+ {
857
+ "type": "function",
858
+ "name": "targetArtifactSelectors",
859
+ "inputs": [],
860
+ "outputs": [
861
+ {
862
+ "name": "targetedArtifactSelectors_",
863
+ "type": "tuple[]",
864
+ "internalType": "struct StdInvariant.FuzzArtifactSelector[]",
865
+ "components": [
866
+ {
867
+ "name": "artifact",
868
+ "type": "string",
869
+ "internalType": "string"
870
+ },
871
+ {
872
+ "name": "selectors",
873
+ "type": "bytes4[]",
874
+ "internalType": "bytes4[]"
875
+ }
876
+ ]
877
+ }
878
+ ],
879
+ "stateMutability": "view"
880
+ },
881
+ {
882
+ "type": "function",
883
+ "name": "targetArtifacts",
884
+ "inputs": [],
885
+ "outputs": [
886
+ {
887
+ "name": "targetedArtifacts_",
888
+ "type": "string[]",
889
+ "internalType": "string[]"
890
+ }
891
+ ],
892
+ "stateMutability": "view"
893
+ },
894
+ {
895
+ "type": "function",
896
+ "name": "targetContracts",
897
+ "inputs": [],
898
+ "outputs": [
899
+ {
900
+ "name": "targetedContracts_",
901
+ "type": "address[]",
902
+ "internalType": "address[]"
903
+ }
904
+ ],
905
+ "stateMutability": "view"
906
+ },
907
+ {
908
+ "type": "function",
909
+ "name": "targetInterfaces",
910
+ "inputs": [],
911
+ "outputs": [
912
+ {
913
+ "name": "targetedInterfaces_",
914
+ "type": "tuple[]",
915
+ "internalType": "struct StdInvariant.FuzzInterface[]",
916
+ "components": [
917
+ {
918
+ "name": "addr",
919
+ "type": "address",
920
+ "internalType": "address"
921
+ },
922
+ {
923
+ "name": "artifacts",
924
+ "type": "string[]",
925
+ "internalType": "string[]"
926
+ }
927
+ ]
928
+ }
929
+ ],
930
+ "stateMutability": "view"
931
+ },
932
+ {
933
+ "type": "function",
934
+ "name": "targetSelectors",
935
+ "inputs": [],
936
+ "outputs": [
937
+ {
938
+ "name": "targetedSelectors_",
939
+ "type": "tuple[]",
940
+ "internalType": "struct StdInvariant.FuzzSelector[]",
941
+ "components": [
942
+ {
943
+ "name": "addr",
944
+ "type": "address",
945
+ "internalType": "address"
946
+ },
947
+ {
948
+ "name": "selectors",
949
+ "type": "bytes4[]",
950
+ "internalType": "bytes4[]"
951
+ }
952
+ ]
953
+ }
954
+ ],
955
+ "stateMutability": "view"
956
+ },
957
+ {
958
+ "type": "function",
959
+ "name": "targetSenders",
960
+ "inputs": [],
961
+ "outputs": [
962
+ {
963
+ "name": "targetedSenders_",
964
+ "type": "address[]",
965
+ "internalType": "address[]"
966
+ }
967
+ ],
968
+ "stateMutability": "view"
969
+ },
970
+ {
971
+ "type": "event",
972
+ "name": "log",
973
+ "inputs": [
974
+ {
975
+ "name": "",
976
+ "type": "string",
977
+ "indexed": false,
978
+ "internalType": "string"
979
+ }
980
+ ],
981
+ "anonymous": false
982
+ },
983
+ {
984
+ "type": "event",
985
+ "name": "log_address",
986
+ "inputs": [
987
+ {
988
+ "name": "",
989
+ "type": "address",
990
+ "indexed": false,
991
+ "internalType": "address"
992
+ }
993
+ ],
994
+ "anonymous": false
995
+ },
996
+ {
997
+ "type": "event",
998
+ "name": "log_array",
999
+ "inputs": [
1000
+ {
1001
+ "name": "val",
1002
+ "type": "uint256[]",
1003
+ "indexed": false,
1004
+ "internalType": "uint256[]"
1005
+ }
1006
+ ],
1007
+ "anonymous": false
1008
+ },
1009
+ {
1010
+ "type": "event",
1011
+ "name": "log_array",
1012
+ "inputs": [
1013
+ {
1014
+ "name": "val",
1015
+ "type": "int256[]",
1016
+ "indexed": false,
1017
+ "internalType": "int256[]"
1018
+ }
1019
+ ],
1020
+ "anonymous": false
1021
+ },
1022
+ {
1023
+ "type": "event",
1024
+ "name": "log_array",
1025
+ "inputs": [
1026
+ {
1027
+ "name": "val",
1028
+ "type": "address[]",
1029
+ "indexed": false,
1030
+ "internalType": "address[]"
1031
+ }
1032
+ ],
1033
+ "anonymous": false
1034
+ },
1035
+ {
1036
+ "type": "event",
1037
+ "name": "log_bytes",
1038
+ "inputs": [
1039
+ {
1040
+ "name": "",
1041
+ "type": "bytes",
1042
+ "indexed": false,
1043
+ "internalType": "bytes"
1044
+ }
1045
+ ],
1046
+ "anonymous": false
1047
+ },
1048
+ {
1049
+ "type": "event",
1050
+ "name": "log_bytes32",
1051
+ "inputs": [
1052
+ {
1053
+ "name": "",
1054
+ "type": "bytes32",
1055
+ "indexed": false,
1056
+ "internalType": "bytes32"
1057
+ }
1058
+ ],
1059
+ "anonymous": false
1060
+ },
1061
+ {
1062
+ "type": "event",
1063
+ "name": "log_int",
1064
+ "inputs": [
1065
+ {
1066
+ "name": "",
1067
+ "type": "int256",
1068
+ "indexed": false,
1069
+ "internalType": "int256"
1070
+ }
1071
+ ],
1072
+ "anonymous": false
1073
+ },
1074
+ {
1075
+ "type": "event",
1076
+ "name": "log_named_address",
1077
+ "inputs": [
1078
+ {
1079
+ "name": "key",
1080
+ "type": "string",
1081
+ "indexed": false,
1082
+ "internalType": "string"
1083
+ },
1084
+ {
1085
+ "name": "val",
1086
+ "type": "address",
1087
+ "indexed": false,
1088
+ "internalType": "address"
1089
+ }
1090
+ ],
1091
+ "anonymous": false
1092
+ },
1093
+ {
1094
+ "type": "event",
1095
+ "name": "log_named_array",
1096
+ "inputs": [
1097
+ {
1098
+ "name": "key",
1099
+ "type": "string",
1100
+ "indexed": false,
1101
+ "internalType": "string"
1102
+ },
1103
+ {
1104
+ "name": "val",
1105
+ "type": "uint256[]",
1106
+ "indexed": false,
1107
+ "internalType": "uint256[]"
1108
+ }
1109
+ ],
1110
+ "anonymous": false
1111
+ },
1112
+ {
1113
+ "type": "event",
1114
+ "name": "log_named_array",
1115
+ "inputs": [
1116
+ {
1117
+ "name": "key",
1118
+ "type": "string",
1119
+ "indexed": false,
1120
+ "internalType": "string"
1121
+ },
1122
+ {
1123
+ "name": "val",
1124
+ "type": "int256[]",
1125
+ "indexed": false,
1126
+ "internalType": "int256[]"
1127
+ }
1128
+ ],
1129
+ "anonymous": false
1130
+ },
1131
+ {
1132
+ "type": "event",
1133
+ "name": "log_named_array",
1134
+ "inputs": [
1135
+ {
1136
+ "name": "key",
1137
+ "type": "string",
1138
+ "indexed": false,
1139
+ "internalType": "string"
1140
+ },
1141
+ {
1142
+ "name": "val",
1143
+ "type": "address[]",
1144
+ "indexed": false,
1145
+ "internalType": "address[]"
1146
+ }
1147
+ ],
1148
+ "anonymous": false
1149
+ },
1150
+ {
1151
+ "type": "event",
1152
+ "name": "log_named_bytes",
1153
+ "inputs": [
1154
+ {
1155
+ "name": "key",
1156
+ "type": "string",
1157
+ "indexed": false,
1158
+ "internalType": "string"
1159
+ },
1160
+ {
1161
+ "name": "val",
1162
+ "type": "bytes",
1163
+ "indexed": false,
1164
+ "internalType": "bytes"
1165
+ }
1166
+ ],
1167
+ "anonymous": false
1168
+ },
1169
+ {
1170
+ "type": "event",
1171
+ "name": "log_named_bytes32",
1172
+ "inputs": [
1173
+ {
1174
+ "name": "key",
1175
+ "type": "string",
1176
+ "indexed": false,
1177
+ "internalType": "string"
1178
+ },
1179
+ {
1180
+ "name": "val",
1181
+ "type": "bytes32",
1182
+ "indexed": false,
1183
+ "internalType": "bytes32"
1184
+ }
1185
+ ],
1186
+ "anonymous": false
1187
+ },
1188
+ {
1189
+ "type": "event",
1190
+ "name": "log_named_decimal_int",
1191
+ "inputs": [
1192
+ {
1193
+ "name": "key",
1194
+ "type": "string",
1195
+ "indexed": false,
1196
+ "internalType": "string"
1197
+ },
1198
+ {
1199
+ "name": "val",
1200
+ "type": "int256",
1201
+ "indexed": false,
1202
+ "internalType": "int256"
1203
+ },
1204
+ {
1205
+ "name": "decimals",
1206
+ "type": "uint256",
1207
+ "indexed": false,
1208
+ "internalType": "uint256"
1209
+ }
1210
+ ],
1211
+ "anonymous": false
1212
+ },
1213
+ {
1214
+ "type": "event",
1215
+ "name": "log_named_decimal_uint",
1216
+ "inputs": [
1217
+ {
1218
+ "name": "key",
1219
+ "type": "string",
1220
+ "indexed": false,
1221
+ "internalType": "string"
1222
+ },
1223
+ {
1224
+ "name": "val",
1225
+ "type": "uint256",
1226
+ "indexed": false,
1227
+ "internalType": "uint256"
1228
+ },
1229
+ {
1230
+ "name": "decimals",
1231
+ "type": "uint256",
1232
+ "indexed": false,
1233
+ "internalType": "uint256"
1234
+ }
1235
+ ],
1236
+ "anonymous": false
1237
+ },
1238
+ {
1239
+ "type": "event",
1240
+ "name": "log_named_int",
1241
+ "inputs": [
1242
+ {
1243
+ "name": "key",
1244
+ "type": "string",
1245
+ "indexed": false,
1246
+ "internalType": "string"
1247
+ },
1248
+ {
1249
+ "name": "val",
1250
+ "type": "int256",
1251
+ "indexed": false,
1252
+ "internalType": "int256"
1253
+ }
1254
+ ],
1255
+ "anonymous": false
1256
+ },
1257
+ {
1258
+ "type": "event",
1259
+ "name": "log_named_string",
1260
+ "inputs": [
1261
+ {
1262
+ "name": "key",
1263
+ "type": "string",
1264
+ "indexed": false,
1265
+ "internalType": "string"
1266
+ },
1267
+ {
1268
+ "name": "val",
1269
+ "type": "string",
1270
+ "indexed": false,
1271
+ "internalType": "string"
1272
+ }
1273
+ ],
1274
+ "anonymous": false
1275
+ },
1276
+ {
1277
+ "type": "event",
1278
+ "name": "log_named_uint",
1279
+ "inputs": [
1280
+ {
1281
+ "name": "key",
1282
+ "type": "string",
1283
+ "indexed": false,
1284
+ "internalType": "string"
1285
+ },
1286
+ {
1287
+ "name": "val",
1288
+ "type": "uint256",
1289
+ "indexed": false,
1290
+ "internalType": "uint256"
1291
+ }
1292
+ ],
1293
+ "anonymous": false
1294
+ },
1295
+ {
1296
+ "type": "event",
1297
+ "name": "log_string",
1298
+ "inputs": [
1299
+ {
1300
+ "name": "",
1301
+ "type": "string",
1302
+ "indexed": false,
1303
+ "internalType": "string"
1304
+ }
1305
+ ],
1306
+ "anonymous": false
1307
+ },
1308
+ {
1309
+ "type": "event",
1310
+ "name": "log_uint",
1311
+ "inputs": [
1312
+ {
1313
+ "name": "",
1314
+ "type": "uint256",
1315
+ "indexed": false,
1316
+ "internalType": "uint256"
1317
+ }
1318
+ ],
1319
+ "anonymous": false
1320
+ },
1321
+ {
1322
+ "type": "event",
1323
+ "name": "logs",
1324
+ "inputs": [
1325
+ {
1326
+ "name": "",
1327
+ "type": "bytes",
1328
+ "indexed": false,
1329
+ "internalType": "bytes"
1330
+ }
1331
+ ],
1332
+ "anonymous": false
1333
+ }
1334
+ ]