@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,655 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "IS_TEST",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "bool",
10
+ "internalType": "bool"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "excludeArtifacts",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "excludedArtifacts_",
22
+ "type": "string[]",
23
+ "internalType": "string[]"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "excludeContracts",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "excludedContracts_",
35
+ "type": "address[]",
36
+ "internalType": "address[]"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "excludeSelectors",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "excludedSelectors_",
48
+ "type": "tuple[]",
49
+ "internalType": "struct StdInvariant.FuzzSelector[]",
50
+ "components": [
51
+ {
52
+ "name": "addr",
53
+ "type": "address",
54
+ "internalType": "address"
55
+ },
56
+ {
57
+ "name": "selectors",
58
+ "type": "bytes4[]",
59
+ "internalType": "bytes4[]"
60
+ }
61
+ ]
62
+ }
63
+ ],
64
+ "stateMutability": "view"
65
+ },
66
+ {
67
+ "type": "function",
68
+ "name": "excludeSenders",
69
+ "inputs": [],
70
+ "outputs": [
71
+ {
72
+ "name": "excludedSenders_",
73
+ "type": "address[]",
74
+ "internalType": "address[]"
75
+ }
76
+ ],
77
+ "stateMutability": "view"
78
+ },
79
+ {
80
+ "type": "function",
81
+ "name": "failed",
82
+ "inputs": [],
83
+ "outputs": [
84
+ {
85
+ "name": "",
86
+ "type": "bool",
87
+ "internalType": "bool"
88
+ }
89
+ ],
90
+ "stateMutability": "view"
91
+ },
92
+ {
93
+ "type": "function",
94
+ "name": "setUp",
95
+ "inputs": [],
96
+ "outputs": [],
97
+ "stateMutability": "nonpayable"
98
+ },
99
+ {
100
+ "type": "function",
101
+ "name": "targetArtifactSelectors",
102
+ "inputs": [],
103
+ "outputs": [
104
+ {
105
+ "name": "targetedArtifactSelectors_",
106
+ "type": "tuple[]",
107
+ "internalType": "struct StdInvariant.FuzzArtifactSelector[]",
108
+ "components": [
109
+ {
110
+ "name": "artifact",
111
+ "type": "string",
112
+ "internalType": "string"
113
+ },
114
+ {
115
+ "name": "selectors",
116
+ "type": "bytes4[]",
117
+ "internalType": "bytes4[]"
118
+ }
119
+ ]
120
+ }
121
+ ],
122
+ "stateMutability": "view"
123
+ },
124
+ {
125
+ "type": "function",
126
+ "name": "targetArtifacts",
127
+ "inputs": [],
128
+ "outputs": [
129
+ {
130
+ "name": "targetedArtifacts_",
131
+ "type": "string[]",
132
+ "internalType": "string[]"
133
+ }
134
+ ],
135
+ "stateMutability": "view"
136
+ },
137
+ {
138
+ "type": "function",
139
+ "name": "targetContracts",
140
+ "inputs": [],
141
+ "outputs": [
142
+ {
143
+ "name": "targetedContracts_",
144
+ "type": "address[]",
145
+ "internalType": "address[]"
146
+ }
147
+ ],
148
+ "stateMutability": "view"
149
+ },
150
+ {
151
+ "type": "function",
152
+ "name": "targetInterfaces",
153
+ "inputs": [],
154
+ "outputs": [
155
+ {
156
+ "name": "targetedInterfaces_",
157
+ "type": "tuple[]",
158
+ "internalType": "struct StdInvariant.FuzzInterface[]",
159
+ "components": [
160
+ {
161
+ "name": "addr",
162
+ "type": "address",
163
+ "internalType": "address"
164
+ },
165
+ {
166
+ "name": "artifacts",
167
+ "type": "string[]",
168
+ "internalType": "string[]"
169
+ }
170
+ ]
171
+ }
172
+ ],
173
+ "stateMutability": "view"
174
+ },
175
+ {
176
+ "type": "function",
177
+ "name": "targetSelectors",
178
+ "inputs": [],
179
+ "outputs": [
180
+ {
181
+ "name": "targetedSelectors_",
182
+ "type": "tuple[]",
183
+ "internalType": "struct StdInvariant.FuzzSelector[]",
184
+ "components": [
185
+ {
186
+ "name": "addr",
187
+ "type": "address",
188
+ "internalType": "address"
189
+ },
190
+ {
191
+ "name": "selectors",
192
+ "type": "bytes4[]",
193
+ "internalType": "bytes4[]"
194
+ }
195
+ ]
196
+ }
197
+ ],
198
+ "stateMutability": "view"
199
+ },
200
+ {
201
+ "type": "function",
202
+ "name": "targetSenders",
203
+ "inputs": [],
204
+ "outputs": [
205
+ {
206
+ "name": "targetedSenders_",
207
+ "type": "address[]",
208
+ "internalType": "address[]"
209
+ }
210
+ ],
211
+ "stateMutability": "view"
212
+ },
213
+ {
214
+ "type": "function",
215
+ "name": "test_fillRelayWithDelegatedRecipient",
216
+ "inputs": [],
217
+ "outputs": [],
218
+ "stateMutability": "nonpayable"
219
+ },
220
+ {
221
+ "type": "function",
222
+ "name": "test_is7702DelegatedWallet_ReturnsFalseForDelegatedWallet",
223
+ "inputs": [],
224
+ "outputs": [],
225
+ "stateMutability": "nonpayable"
226
+ },
227
+ {
228
+ "type": "function",
229
+ "name": "test_unwrapToEOA",
230
+ "inputs": [],
231
+ "outputs": [],
232
+ "stateMutability": "nonpayable"
233
+ },
234
+ {
235
+ "type": "function",
236
+ "name": "test_unwrapToRegularContract",
237
+ "inputs": [],
238
+ "outputs": [],
239
+ "stateMutability": "nonpayable"
240
+ },
241
+ {
242
+ "type": "event",
243
+ "name": "SlotFound",
244
+ "inputs": [
245
+ {
246
+ "name": "who",
247
+ "type": "address",
248
+ "indexed": false,
249
+ "internalType": "address"
250
+ },
251
+ {
252
+ "name": "fsig",
253
+ "type": "bytes4",
254
+ "indexed": false,
255
+ "internalType": "bytes4"
256
+ },
257
+ {
258
+ "name": "keysHash",
259
+ "type": "bytes32",
260
+ "indexed": false,
261
+ "internalType": "bytes32"
262
+ },
263
+ {
264
+ "name": "slot",
265
+ "type": "uint256",
266
+ "indexed": false,
267
+ "internalType": "uint256"
268
+ }
269
+ ],
270
+ "anonymous": false
271
+ },
272
+ {
273
+ "type": "event",
274
+ "name": "WARNING_UninitedSlot",
275
+ "inputs": [
276
+ {
277
+ "name": "who",
278
+ "type": "address",
279
+ "indexed": false,
280
+ "internalType": "address"
281
+ },
282
+ {
283
+ "name": "slot",
284
+ "type": "uint256",
285
+ "indexed": false,
286
+ "internalType": "uint256"
287
+ }
288
+ ],
289
+ "anonymous": false
290
+ },
291
+ {
292
+ "type": "event",
293
+ "name": "log",
294
+ "inputs": [
295
+ {
296
+ "name": "",
297
+ "type": "string",
298
+ "indexed": false,
299
+ "internalType": "string"
300
+ }
301
+ ],
302
+ "anonymous": false
303
+ },
304
+ {
305
+ "type": "event",
306
+ "name": "log_address",
307
+ "inputs": [
308
+ {
309
+ "name": "",
310
+ "type": "address",
311
+ "indexed": false,
312
+ "internalType": "address"
313
+ }
314
+ ],
315
+ "anonymous": false
316
+ },
317
+ {
318
+ "type": "event",
319
+ "name": "log_array",
320
+ "inputs": [
321
+ {
322
+ "name": "val",
323
+ "type": "uint256[]",
324
+ "indexed": false,
325
+ "internalType": "uint256[]"
326
+ }
327
+ ],
328
+ "anonymous": false
329
+ },
330
+ {
331
+ "type": "event",
332
+ "name": "log_array",
333
+ "inputs": [
334
+ {
335
+ "name": "val",
336
+ "type": "int256[]",
337
+ "indexed": false,
338
+ "internalType": "int256[]"
339
+ }
340
+ ],
341
+ "anonymous": false
342
+ },
343
+ {
344
+ "type": "event",
345
+ "name": "log_array",
346
+ "inputs": [
347
+ {
348
+ "name": "val",
349
+ "type": "address[]",
350
+ "indexed": false,
351
+ "internalType": "address[]"
352
+ }
353
+ ],
354
+ "anonymous": false
355
+ },
356
+ {
357
+ "type": "event",
358
+ "name": "log_bytes",
359
+ "inputs": [
360
+ {
361
+ "name": "",
362
+ "type": "bytes",
363
+ "indexed": false,
364
+ "internalType": "bytes"
365
+ }
366
+ ],
367
+ "anonymous": false
368
+ },
369
+ {
370
+ "type": "event",
371
+ "name": "log_bytes32",
372
+ "inputs": [
373
+ {
374
+ "name": "",
375
+ "type": "bytes32",
376
+ "indexed": false,
377
+ "internalType": "bytes32"
378
+ }
379
+ ],
380
+ "anonymous": false
381
+ },
382
+ {
383
+ "type": "event",
384
+ "name": "log_int",
385
+ "inputs": [
386
+ {
387
+ "name": "",
388
+ "type": "int256",
389
+ "indexed": false,
390
+ "internalType": "int256"
391
+ }
392
+ ],
393
+ "anonymous": false
394
+ },
395
+ {
396
+ "type": "event",
397
+ "name": "log_named_address",
398
+ "inputs": [
399
+ {
400
+ "name": "key",
401
+ "type": "string",
402
+ "indexed": false,
403
+ "internalType": "string"
404
+ },
405
+ {
406
+ "name": "val",
407
+ "type": "address",
408
+ "indexed": false,
409
+ "internalType": "address"
410
+ }
411
+ ],
412
+ "anonymous": false
413
+ },
414
+ {
415
+ "type": "event",
416
+ "name": "log_named_array",
417
+ "inputs": [
418
+ {
419
+ "name": "key",
420
+ "type": "string",
421
+ "indexed": false,
422
+ "internalType": "string"
423
+ },
424
+ {
425
+ "name": "val",
426
+ "type": "uint256[]",
427
+ "indexed": false,
428
+ "internalType": "uint256[]"
429
+ }
430
+ ],
431
+ "anonymous": false
432
+ },
433
+ {
434
+ "type": "event",
435
+ "name": "log_named_array",
436
+ "inputs": [
437
+ {
438
+ "name": "key",
439
+ "type": "string",
440
+ "indexed": false,
441
+ "internalType": "string"
442
+ },
443
+ {
444
+ "name": "val",
445
+ "type": "int256[]",
446
+ "indexed": false,
447
+ "internalType": "int256[]"
448
+ }
449
+ ],
450
+ "anonymous": false
451
+ },
452
+ {
453
+ "type": "event",
454
+ "name": "log_named_array",
455
+ "inputs": [
456
+ {
457
+ "name": "key",
458
+ "type": "string",
459
+ "indexed": false,
460
+ "internalType": "string"
461
+ },
462
+ {
463
+ "name": "val",
464
+ "type": "address[]",
465
+ "indexed": false,
466
+ "internalType": "address[]"
467
+ }
468
+ ],
469
+ "anonymous": false
470
+ },
471
+ {
472
+ "type": "event",
473
+ "name": "log_named_bytes",
474
+ "inputs": [
475
+ {
476
+ "name": "key",
477
+ "type": "string",
478
+ "indexed": false,
479
+ "internalType": "string"
480
+ },
481
+ {
482
+ "name": "val",
483
+ "type": "bytes",
484
+ "indexed": false,
485
+ "internalType": "bytes"
486
+ }
487
+ ],
488
+ "anonymous": false
489
+ },
490
+ {
491
+ "type": "event",
492
+ "name": "log_named_bytes32",
493
+ "inputs": [
494
+ {
495
+ "name": "key",
496
+ "type": "string",
497
+ "indexed": false,
498
+ "internalType": "string"
499
+ },
500
+ {
501
+ "name": "val",
502
+ "type": "bytes32",
503
+ "indexed": false,
504
+ "internalType": "bytes32"
505
+ }
506
+ ],
507
+ "anonymous": false
508
+ },
509
+ {
510
+ "type": "event",
511
+ "name": "log_named_decimal_int",
512
+ "inputs": [
513
+ {
514
+ "name": "key",
515
+ "type": "string",
516
+ "indexed": false,
517
+ "internalType": "string"
518
+ },
519
+ {
520
+ "name": "val",
521
+ "type": "int256",
522
+ "indexed": false,
523
+ "internalType": "int256"
524
+ },
525
+ {
526
+ "name": "decimals",
527
+ "type": "uint256",
528
+ "indexed": false,
529
+ "internalType": "uint256"
530
+ }
531
+ ],
532
+ "anonymous": false
533
+ },
534
+ {
535
+ "type": "event",
536
+ "name": "log_named_decimal_uint",
537
+ "inputs": [
538
+ {
539
+ "name": "key",
540
+ "type": "string",
541
+ "indexed": false,
542
+ "internalType": "string"
543
+ },
544
+ {
545
+ "name": "val",
546
+ "type": "uint256",
547
+ "indexed": false,
548
+ "internalType": "uint256"
549
+ },
550
+ {
551
+ "name": "decimals",
552
+ "type": "uint256",
553
+ "indexed": false,
554
+ "internalType": "uint256"
555
+ }
556
+ ],
557
+ "anonymous": false
558
+ },
559
+ {
560
+ "type": "event",
561
+ "name": "log_named_int",
562
+ "inputs": [
563
+ {
564
+ "name": "key",
565
+ "type": "string",
566
+ "indexed": false,
567
+ "internalType": "string"
568
+ },
569
+ {
570
+ "name": "val",
571
+ "type": "int256",
572
+ "indexed": false,
573
+ "internalType": "int256"
574
+ }
575
+ ],
576
+ "anonymous": false
577
+ },
578
+ {
579
+ "type": "event",
580
+ "name": "log_named_string",
581
+ "inputs": [
582
+ {
583
+ "name": "key",
584
+ "type": "string",
585
+ "indexed": false,
586
+ "internalType": "string"
587
+ },
588
+ {
589
+ "name": "val",
590
+ "type": "string",
591
+ "indexed": false,
592
+ "internalType": "string"
593
+ }
594
+ ],
595
+ "anonymous": false
596
+ },
597
+ {
598
+ "type": "event",
599
+ "name": "log_named_uint",
600
+ "inputs": [
601
+ {
602
+ "name": "key",
603
+ "type": "string",
604
+ "indexed": false,
605
+ "internalType": "string"
606
+ },
607
+ {
608
+ "name": "val",
609
+ "type": "uint256",
610
+ "indexed": false,
611
+ "internalType": "uint256"
612
+ }
613
+ ],
614
+ "anonymous": false
615
+ },
616
+ {
617
+ "type": "event",
618
+ "name": "log_string",
619
+ "inputs": [
620
+ {
621
+ "name": "",
622
+ "type": "string",
623
+ "indexed": false,
624
+ "internalType": "string"
625
+ }
626
+ ],
627
+ "anonymous": false
628
+ },
629
+ {
630
+ "type": "event",
631
+ "name": "log_uint",
632
+ "inputs": [
633
+ {
634
+ "name": "",
635
+ "type": "uint256",
636
+ "indexed": false,
637
+ "internalType": "uint256"
638
+ }
639
+ ],
640
+ "anonymous": false
641
+ },
642
+ {
643
+ "type": "event",
644
+ "name": "logs",
645
+ "inputs": [
646
+ {
647
+ "name": "",
648
+ "type": "bytes",
649
+ "indexed": false,
650
+ "internalType": "bytes"
651
+ }
652
+ ],
653
+ "anonymous": false
654
+ }
655
+ ]