@latticexyz/world-modules 2.2.17-7c3df691b30f031202ab184345cbb76bb113c2cd → 2.2.17-86f455c0a09d5d8af64d030669ebf30ffa71420b

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 (130) hide show
  1. package/dist/mud.config.d.ts +57 -1
  2. package/dist/mud.config.js +1 -1
  3. package/dist/mud.config.js.map +1 -1
  4. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  5. package/out/Allowances.sol/Allowances.json +1 -1
  6. package/out/ArrayLib.sol/ArrayLib.json +1 -1
  7. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  8. package/out/Balances.sol/Balances.json +1 -1
  9. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  10. package/out/CallWithSignatureModule.t.sol/Unstable_CallWithSignatureModuleTest.abi.json +541 -0
  11. package/out/CallWithSignatureModule.t.sol/Unstable_CallWithSignatureModuleTest.abi.json.d.ts +543 -0
  12. package/out/CallWithSignatureModule.t.sol/Unstable_CallWithSignatureModuleTest.json +1 -0
  13. package/out/CallWithSignatureNonces.sol/CallWithSignatureNonces.abi.json +1 -0
  14. package/out/CallWithSignatureNonces.sol/CallWithSignatureNonces.json +1 -0
  15. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
  16. package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
  17. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  18. package/out/ECDSA.sol/ECDSA.abi.json +29 -0
  19. package/out/ECDSA.sol/ECDSA.abi.json.d.ts +31 -0
  20. package/out/ECDSA.sol/ECDSA.json +1 -0
  21. package/out/ERC20.t.sol/ERC20Test.json +1 -1
  22. package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
  23. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  24. package/out/ERC20Module.sol/ERC20ModuleRegistrationLib.json +1 -1
  25. package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
  26. package/out/ERC20System.sol/ERC20System.json +1 -1
  27. package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
  28. package/out/ERC721.t.sol/ERC721Test.json +1 -1
  29. package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
  30. package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
  31. package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
  32. package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
  33. package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
  34. package/out/ERC721Module.sol/ERC721Module.json +1 -1
  35. package/out/ERC721Module.sol/ERC721ModuleRegistrationLib.json +1 -1
  36. package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
  37. package/out/ERC721System.sol/ERC721System.json +1 -1
  38. package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
  39. package/out/GasReporter.sol/GasReporter.json +1 -1
  40. package/out/IERC1271.sol/IERC1271.abi.json +26 -0
  41. package/out/IERC1271.sol/IERC1271.abi.json.d.ts +28 -0
  42. package/out/IERC1271.sol/IERC1271.json +1 -0
  43. package/out/IERC20.sol/IERC20.json +1 -1
  44. package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
  45. package/out/IERC20Events.sol/IERC20Events.json +1 -1
  46. package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
  47. package/out/IERC721.sol/IERC721.json +1 -1
  48. package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
  49. package/out/IERC721Events.sol/IERC721Events.json +1 -1
  50. package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
  51. package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
  52. package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
  53. package/out/IUnstable_CallWithSignatureErrors.sol/IUnstable_CallWithSignatureErrors.abi.json +7 -0
  54. package/out/IUnstable_CallWithSignatureErrors.sol/IUnstable_CallWithSignatureErrors.abi.json.d.ts +9 -0
  55. package/out/IUnstable_CallWithSignatureErrors.sol/IUnstable_CallWithSignatureErrors.json +1 -0
  56. package/out/InitModule.sol/InitModule.json +1 -1
  57. package/out/KeysInTable.sol/KeysInTable.json +1 -1
  58. package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
  59. package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
  60. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
  61. package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
  62. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
  63. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
  64. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
  65. package/out/LibString.sol/LibString.json +1 -1
  66. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  67. package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
  68. package/out/Owners.sol/Owners.json +1 -1
  69. package/out/Puppet.sol/Puppet.json +1 -1
  70. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
  71. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
  72. package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
  73. package/out/PuppetModule.sol/PuppetModule.json +1 -1
  74. package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
  75. package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
  76. package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
  77. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  78. package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
  79. package/out/SignatureChecker.sol/SignatureChecker.abi.json +1 -0
  80. package/out/SignatureChecker.sol/SignatureChecker.json +1 -0
  81. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
  82. package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
  83. package/out/StdError.sol/stdError.json +1 -1
  84. package/out/StoreRead.sol/StoreRead.json +1 -1
  85. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  86. package/out/System.sol/System.json +1 -1
  87. package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
  88. package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
  89. package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
  90. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
  91. package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
  92. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
  93. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
  94. package/out/TokenApproval.sol/TokenApproval.json +1 -1
  95. package/out/TokenURI.sol/TokenURI.json +1 -1
  96. package/out/TotalSupply.sol/TotalSupply.json +1 -1
  97. package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
  98. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
  99. package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
  100. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
  101. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
  102. package/out/Unstable_CallWithSignatureModule.sol/Unstable_CallWithSignatureModule.abi.json +436 -0
  103. package/out/Unstable_CallWithSignatureModule.sol/Unstable_CallWithSignatureModule.abi.json.d.ts +438 -0
  104. package/out/Unstable_CallWithSignatureModule.sol/Unstable_CallWithSignatureModule.json +1 -0
  105. package/out/Unstable_CallWithSignatureSystem.sol/Unstable_CallWithSignatureSystem.abi.json +183 -0
  106. package/out/Unstable_CallWithSignatureSystem.sol/Unstable_CallWithSignatureSystem.abi.json.d.ts +185 -0
  107. package/out/Unstable_CallWithSignatureSystem.sol/Unstable_CallWithSignatureSystem.json +1 -0
  108. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
  109. package/out/World.sol/World.json +1 -1
  110. package/out/World.t.sol/EchoSystemHook.json +1 -1
  111. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  112. package/out/World.t.sol/RevertSystemHook.json +1 -1
  113. package/out/World.t.sol/WorldTest.json +1 -1
  114. package/out/World.t.sol/WorldTestSystem.json +1 -1
  115. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  116. package/out/build-info/{5adb61cced337bb5e7b3d4344c85094e.json → 168545c7409f2927f6e50ed7ce0d033c.json} +1 -1
  117. package/out/query.t.sol/QueryTest.json +1 -1
  118. package/out/test.sol/DSTest.json +1 -1
  119. package/package.json +9 -9
  120. package/src/codegen/index.sol +1 -0
  121. package/src/modules/callwithsignature/ECDSA.sol +174 -0
  122. package/src/modules/callwithsignature/IERC1271.sol +17 -0
  123. package/src/modules/callwithsignature/IUnstable_CallWithSignatureErrors.sol +9 -0
  124. package/src/modules/callwithsignature/SignatureChecker.sol +50 -0
  125. package/src/modules/callwithsignature/Unstable_CallWithSignatureModule.sol +48 -0
  126. package/src/modules/callwithsignature/Unstable_CallWithSignatureSystem.sol +36 -0
  127. package/src/modules/callwithsignature/constants.sol +10 -0
  128. package/src/modules/callwithsignature/getSignedMessageHash.sol +54 -0
  129. package/src/modules/callwithsignature/tables/CallWithSignatureNonces.sol +199 -0
  130. package/src/modules/callwithsignature/validateCallWithSignature.sol +31 -0
@@ -0,0 +1,543 @@
1
+ declare const abi: [
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": "excludeSenders",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "excludedSenders_",
48
+ "type": "address[]",
49
+ "internalType": "address[]"
50
+ }
51
+ ],
52
+ "stateMutability": "view"
53
+ },
54
+ {
55
+ "type": "function",
56
+ "name": "failed",
57
+ "inputs": [],
58
+ "outputs": [
59
+ {
60
+ "name": "",
61
+ "type": "bool",
62
+ "internalType": "bool"
63
+ }
64
+ ],
65
+ "stateMutability": "nonpayable"
66
+ },
67
+ {
68
+ "type": "function",
69
+ "name": "setUp",
70
+ "inputs": [],
71
+ "outputs": [],
72
+ "stateMutability": "nonpayable"
73
+ },
74
+ {
75
+ "type": "function",
76
+ "name": "targetArtifactSelectors",
77
+ "inputs": [],
78
+ "outputs": [
79
+ {
80
+ "name": "targetedArtifactSelectors_",
81
+ "type": "tuple[]",
82
+ "internalType": "struct StdInvariant.FuzzSelector[]",
83
+ "components": [
84
+ {
85
+ "name": "addr",
86
+ "type": "address",
87
+ "internalType": "address"
88
+ },
89
+ {
90
+ "name": "selectors",
91
+ "type": "bytes4[]",
92
+ "internalType": "bytes4[]"
93
+ }
94
+ ]
95
+ }
96
+ ],
97
+ "stateMutability": "view"
98
+ },
99
+ {
100
+ "type": "function",
101
+ "name": "targetArtifacts",
102
+ "inputs": [],
103
+ "outputs": [
104
+ {
105
+ "name": "targetedArtifacts_",
106
+ "type": "string[]",
107
+ "internalType": "string[]"
108
+ }
109
+ ],
110
+ "stateMutability": "view"
111
+ },
112
+ {
113
+ "type": "function",
114
+ "name": "targetContracts",
115
+ "inputs": [],
116
+ "outputs": [
117
+ {
118
+ "name": "targetedContracts_",
119
+ "type": "address[]",
120
+ "internalType": "address[]"
121
+ }
122
+ ],
123
+ "stateMutability": "view"
124
+ },
125
+ {
126
+ "type": "function",
127
+ "name": "targetSelectors",
128
+ "inputs": [],
129
+ "outputs": [
130
+ {
131
+ "name": "targetedSelectors_",
132
+ "type": "tuple[]",
133
+ "internalType": "struct StdInvariant.FuzzSelector[]",
134
+ "components": [
135
+ {
136
+ "name": "addr",
137
+ "type": "address",
138
+ "internalType": "address"
139
+ },
140
+ {
141
+ "name": "selectors",
142
+ "type": "bytes4[]",
143
+ "internalType": "bytes4[]"
144
+ }
145
+ ]
146
+ }
147
+ ],
148
+ "stateMutability": "view"
149
+ },
150
+ {
151
+ "type": "function",
152
+ "name": "targetSenders",
153
+ "inputs": [],
154
+ "outputs": [
155
+ {
156
+ "name": "targetedSenders_",
157
+ "type": "address[]",
158
+ "internalType": "address[]"
159
+ }
160
+ ],
161
+ "stateMutability": "view"
162
+ },
163
+ {
164
+ "type": "function",
165
+ "name": "testInstallRoot",
166
+ "inputs": [],
167
+ "outputs": [],
168
+ "stateMutability": "nonpayable"
169
+ },
170
+ {
171
+ "type": "function",
172
+ "name": "testRegisterDelegationWithSignature",
173
+ "inputs": [],
174
+ "outputs": [],
175
+ "stateMutability": "nonpayable"
176
+ },
177
+ {
178
+ "type": "event",
179
+ "name": "log",
180
+ "inputs": [
181
+ {
182
+ "name": "",
183
+ "type": "string",
184
+ "indexed": false,
185
+ "internalType": "string"
186
+ }
187
+ ],
188
+ "anonymous": false
189
+ },
190
+ {
191
+ "type": "event",
192
+ "name": "log_address",
193
+ "inputs": [
194
+ {
195
+ "name": "",
196
+ "type": "address",
197
+ "indexed": false,
198
+ "internalType": "address"
199
+ }
200
+ ],
201
+ "anonymous": false
202
+ },
203
+ {
204
+ "type": "event",
205
+ "name": "log_array",
206
+ "inputs": [
207
+ {
208
+ "name": "val",
209
+ "type": "uint256[]",
210
+ "indexed": false,
211
+ "internalType": "uint256[]"
212
+ }
213
+ ],
214
+ "anonymous": false
215
+ },
216
+ {
217
+ "type": "event",
218
+ "name": "log_array",
219
+ "inputs": [
220
+ {
221
+ "name": "val",
222
+ "type": "int256[]",
223
+ "indexed": false,
224
+ "internalType": "int256[]"
225
+ }
226
+ ],
227
+ "anonymous": false
228
+ },
229
+ {
230
+ "type": "event",
231
+ "name": "log_array",
232
+ "inputs": [
233
+ {
234
+ "name": "val",
235
+ "type": "address[]",
236
+ "indexed": false,
237
+ "internalType": "address[]"
238
+ }
239
+ ],
240
+ "anonymous": false
241
+ },
242
+ {
243
+ "type": "event",
244
+ "name": "log_bytes",
245
+ "inputs": [
246
+ {
247
+ "name": "",
248
+ "type": "bytes",
249
+ "indexed": false,
250
+ "internalType": "bytes"
251
+ }
252
+ ],
253
+ "anonymous": false
254
+ },
255
+ {
256
+ "type": "event",
257
+ "name": "log_bytes32",
258
+ "inputs": [
259
+ {
260
+ "name": "",
261
+ "type": "bytes32",
262
+ "indexed": false,
263
+ "internalType": "bytes32"
264
+ }
265
+ ],
266
+ "anonymous": false
267
+ },
268
+ {
269
+ "type": "event",
270
+ "name": "log_int",
271
+ "inputs": [
272
+ {
273
+ "name": "",
274
+ "type": "int256",
275
+ "indexed": false,
276
+ "internalType": "int256"
277
+ }
278
+ ],
279
+ "anonymous": false
280
+ },
281
+ {
282
+ "type": "event",
283
+ "name": "log_named_address",
284
+ "inputs": [
285
+ {
286
+ "name": "key",
287
+ "type": "string",
288
+ "indexed": false,
289
+ "internalType": "string"
290
+ },
291
+ {
292
+ "name": "val",
293
+ "type": "address",
294
+ "indexed": false,
295
+ "internalType": "address"
296
+ }
297
+ ],
298
+ "anonymous": false
299
+ },
300
+ {
301
+ "type": "event",
302
+ "name": "log_named_array",
303
+ "inputs": [
304
+ {
305
+ "name": "key",
306
+ "type": "string",
307
+ "indexed": false,
308
+ "internalType": "string"
309
+ },
310
+ {
311
+ "name": "val",
312
+ "type": "uint256[]",
313
+ "indexed": false,
314
+ "internalType": "uint256[]"
315
+ }
316
+ ],
317
+ "anonymous": false
318
+ },
319
+ {
320
+ "type": "event",
321
+ "name": "log_named_array",
322
+ "inputs": [
323
+ {
324
+ "name": "key",
325
+ "type": "string",
326
+ "indexed": false,
327
+ "internalType": "string"
328
+ },
329
+ {
330
+ "name": "val",
331
+ "type": "int256[]",
332
+ "indexed": false,
333
+ "internalType": "int256[]"
334
+ }
335
+ ],
336
+ "anonymous": false
337
+ },
338
+ {
339
+ "type": "event",
340
+ "name": "log_named_array",
341
+ "inputs": [
342
+ {
343
+ "name": "key",
344
+ "type": "string",
345
+ "indexed": false,
346
+ "internalType": "string"
347
+ },
348
+ {
349
+ "name": "val",
350
+ "type": "address[]",
351
+ "indexed": false,
352
+ "internalType": "address[]"
353
+ }
354
+ ],
355
+ "anonymous": false
356
+ },
357
+ {
358
+ "type": "event",
359
+ "name": "log_named_bytes",
360
+ "inputs": [
361
+ {
362
+ "name": "key",
363
+ "type": "string",
364
+ "indexed": false,
365
+ "internalType": "string"
366
+ },
367
+ {
368
+ "name": "val",
369
+ "type": "bytes",
370
+ "indexed": false,
371
+ "internalType": "bytes"
372
+ }
373
+ ],
374
+ "anonymous": false
375
+ },
376
+ {
377
+ "type": "event",
378
+ "name": "log_named_bytes32",
379
+ "inputs": [
380
+ {
381
+ "name": "key",
382
+ "type": "string",
383
+ "indexed": false,
384
+ "internalType": "string"
385
+ },
386
+ {
387
+ "name": "val",
388
+ "type": "bytes32",
389
+ "indexed": false,
390
+ "internalType": "bytes32"
391
+ }
392
+ ],
393
+ "anonymous": false
394
+ },
395
+ {
396
+ "type": "event",
397
+ "name": "log_named_decimal_int",
398
+ "inputs": [
399
+ {
400
+ "name": "key",
401
+ "type": "string",
402
+ "indexed": false,
403
+ "internalType": "string"
404
+ },
405
+ {
406
+ "name": "val",
407
+ "type": "int256",
408
+ "indexed": false,
409
+ "internalType": "int256"
410
+ },
411
+ {
412
+ "name": "decimals",
413
+ "type": "uint256",
414
+ "indexed": false,
415
+ "internalType": "uint256"
416
+ }
417
+ ],
418
+ "anonymous": false
419
+ },
420
+ {
421
+ "type": "event",
422
+ "name": "log_named_decimal_uint",
423
+ "inputs": [
424
+ {
425
+ "name": "key",
426
+ "type": "string",
427
+ "indexed": false,
428
+ "internalType": "string"
429
+ },
430
+ {
431
+ "name": "val",
432
+ "type": "uint256",
433
+ "indexed": false,
434
+ "internalType": "uint256"
435
+ },
436
+ {
437
+ "name": "decimals",
438
+ "type": "uint256",
439
+ "indexed": false,
440
+ "internalType": "uint256"
441
+ }
442
+ ],
443
+ "anonymous": false
444
+ },
445
+ {
446
+ "type": "event",
447
+ "name": "log_named_int",
448
+ "inputs": [
449
+ {
450
+ "name": "key",
451
+ "type": "string",
452
+ "indexed": false,
453
+ "internalType": "string"
454
+ },
455
+ {
456
+ "name": "val",
457
+ "type": "int256",
458
+ "indexed": false,
459
+ "internalType": "int256"
460
+ }
461
+ ],
462
+ "anonymous": false
463
+ },
464
+ {
465
+ "type": "event",
466
+ "name": "log_named_string",
467
+ "inputs": [
468
+ {
469
+ "name": "key",
470
+ "type": "string",
471
+ "indexed": false,
472
+ "internalType": "string"
473
+ },
474
+ {
475
+ "name": "val",
476
+ "type": "string",
477
+ "indexed": false,
478
+ "internalType": "string"
479
+ }
480
+ ],
481
+ "anonymous": false
482
+ },
483
+ {
484
+ "type": "event",
485
+ "name": "log_named_uint",
486
+ "inputs": [
487
+ {
488
+ "name": "key",
489
+ "type": "string",
490
+ "indexed": false,
491
+ "internalType": "string"
492
+ },
493
+ {
494
+ "name": "val",
495
+ "type": "uint256",
496
+ "indexed": false,
497
+ "internalType": "uint256"
498
+ }
499
+ ],
500
+ "anonymous": false
501
+ },
502
+ {
503
+ "type": "event",
504
+ "name": "log_string",
505
+ "inputs": [
506
+ {
507
+ "name": "",
508
+ "type": "string",
509
+ "indexed": false,
510
+ "internalType": "string"
511
+ }
512
+ ],
513
+ "anonymous": false
514
+ },
515
+ {
516
+ "type": "event",
517
+ "name": "log_uint",
518
+ "inputs": [
519
+ {
520
+ "name": "",
521
+ "type": "uint256",
522
+ "indexed": false,
523
+ "internalType": "uint256"
524
+ }
525
+ ],
526
+ "anonymous": false
527
+ },
528
+ {
529
+ "type": "event",
530
+ "name": "logs",
531
+ "inputs": [
532
+ {
533
+ "name": "",
534
+ "type": "bytes",
535
+ "indexed": false,
536
+ "internalType": "bytes"
537
+ }
538
+ ],
539
+ "anonymous": false
540
+ }
541
+ ];
542
+
543
+ export default abi;