@instadapp/avocado-base 0.2.2 → 0.2.3

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.
@@ -1,938 +1,937 @@
1
1
  [
2
- {
3
- "inputs": [
4
- { "internalType": "contract IAvoFactory", "name": "avoFactory_", "type": "address" }
5
- ],
6
- "stateMutability": "nonpayable",
7
- "type": "constructor"
8
- },
9
- { "inputs": [], "name": "AvoForwarder__InvalidParams", "type": "error" },
10
- { "inputs": [], "name": "AvoForwarder__LegacyVersionNotDeployed", "type": "error" },
11
- { "inputs": [], "name": "AvoForwarder__Unauthorized", "type": "error" },
12
- { "inputs": [], "name": "AvoForwarder__Unsupported", "type": "error" },
13
- {
14
- "anonymous": false,
15
- "inputs": [
16
- { "indexed": true, "internalType": "address", "name": "auth", "type": "address" },
17
- { "indexed": true, "internalType": "bool", "name": "status", "type": "bool" }
18
- ],
19
- "name": "AuthUpdated",
20
- "type": "event"
21
- },
22
- {
23
- "anonymous": false,
24
- "inputs": [
25
- { "indexed": true, "internalType": "address", "name": "broadcaster", "type": "address" },
26
- { "indexed": true, "internalType": "bool", "name": "status", "type": "bool" }
27
- ],
28
- "name": "BroadcasterUpdated",
29
- "type": "event"
30
- },
31
- {
32
- "anonymous": false,
33
- "inputs": [
34
- { "indexed": true, "internalType": "address", "name": "avocadoOwner", "type": "address" },
35
- { "indexed": false, "internalType": "uint32", "name": "index", "type": "uint32" },
36
- { "indexed": true, "internalType": "address", "name": "avocadoAddress", "type": "address" },
37
- { "indexed": true, "internalType": "address", "name": "source", "type": "address" },
38
- { "indexed": false, "internalType": "bytes", "name": "metadata", "type": "bytes" },
39
- { "indexed": false, "internalType": "string", "name": "reason", "type": "string" }
40
- ],
41
- "name": "ExecuteFailed",
42
- "type": "event"
43
- },
44
- {
45
- "anonymous": false,
46
- "inputs": [
47
- { "indexed": true, "internalType": "address", "name": "avocadoOwner", "type": "address" },
48
- { "indexed": false, "internalType": "uint32", "name": "index", "type": "uint32" },
49
- { "indexed": true, "internalType": "address", "name": "avocadoAddress", "type": "address" },
50
- { "indexed": true, "internalType": "address", "name": "source", "type": "address" },
51
- { "indexed": false, "internalType": "bytes", "name": "metadata", "type": "bytes" }
52
- ],
53
- "name": "Executed",
54
- "type": "event"
55
- },
56
- {
57
- "anonymous": false,
58
- "inputs": [{ "indexed": false, "internalType": "uint8", "name": "version", "type": "uint8" }],
59
- "name": "Initialized",
60
- "type": "event"
61
- },
62
- {
63
- "anonymous": false,
64
- "inputs": [
65
- { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
66
- { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
67
- ],
68
- "name": "OwnershipTransferred",
69
- "type": "event"
70
- },
71
- {
72
- "inputs": [],
73
- "name": "avoFactory",
74
- "outputs": [{ "internalType": "contract IAvoFactory", "name": "", "type": "address" }],
75
- "stateMutability": "view",
76
- "type": "function"
77
- },
78
- {
79
- "inputs": [
80
- { "internalType": "address", "name": "owner_", "type": "address" },
81
- { "internalType": "uint32", "name": "index_", "type": "uint32" }
82
- ],
83
- "name": "avoNonce",
84
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
85
- "stateMutability": "view",
86
- "type": "function"
87
- },
88
- {
89
- "inputs": [],
90
- "name": "avocadoBytecode",
91
- "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
92
- "stateMutability": "view",
93
- "type": "function"
94
- },
95
- {
96
- "inputs": [
97
- { "internalType": "address", "name": "owner_", "type": "address" },
98
- { "internalType": "uint32", "name": "index_", "type": "uint32" }
99
- ],
100
- "name": "avocadoVersion",
101
- "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
102
- "stateMutability": "view",
103
- "type": "function"
104
- },
105
- {
106
- "inputs": [
107
- { "internalType": "address", "name": "owner_", "type": "address" },
108
- { "internalType": "uint32", "name": "index_", "type": "uint32" }
109
- ],
110
- "name": "avocadoVersionName",
111
- "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
112
- "stateMutability": "view",
113
- "type": "function"
114
- },
115
- {
116
- "inputs": [
117
- { "internalType": "address", "name": "owner_", "type": "address" },
118
- { "internalType": "uint32", "name": "index_", "type": "uint32" }
119
- ],
120
- "name": "computeAvocado",
121
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
122
- "stateMutability": "view",
123
- "type": "function"
124
- },
125
- {
126
- "inputs": [
127
- { "internalType": "address", "name": "from_", "type": "address" },
128
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
129
- {
130
- "components": [
131
- {
132
- "components": [
133
- {
134
- "components": [
135
- { "internalType": "address", "name": "target", "type": "address" },
136
- { "internalType": "bytes", "name": "data", "type": "bytes" },
137
- { "internalType": "uint256", "name": "value", "type": "uint256" },
138
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
139
- ],
140
- "internalType": "struct AvocadoMultisigStructs.Action[]",
141
- "name": "actions",
142
- "type": "tuple[]"
143
- },
144
- { "internalType": "uint256", "name": "id", "type": "uint256" },
145
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
146
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
147
- { "internalType": "address", "name": "source", "type": "address" },
148
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
149
- ],
150
- "internalType": "struct AvocadoMultisigStructs.CastParams",
151
- "name": "params",
152
- "type": "tuple"
153
- },
154
- {
155
- "components": [
156
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
157
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
158
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
159
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
160
- { "internalType": "uint256", "name": "value", "type": "uint256" }
161
- ],
162
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
163
- "name": "forwardParams",
164
- "type": "tuple"
165
- },
166
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
167
- ],
168
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
169
- "name": "params_",
170
- "type": "tuple"
171
- },
172
- {
173
- "components": [
174
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
175
- { "internalType": "address", "name": "signer", "type": "address" }
176
- ],
177
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
178
- "name": "signaturesParams_",
179
- "type": "tuple[]"
180
- },
181
- {
182
- "components": [
183
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
184
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
185
- ],
186
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
187
- "name": "chainAgnosticHashes_",
188
- "type": "tuple[]"
189
- }
190
- ],
191
- "name": "estimateChainAgnosticV1",
192
- "outputs": [],
193
- "stateMutability": "payable",
194
- "type": "function"
195
- },
196
- {
197
- "inputs": [
198
- { "internalType": "address", "name": "from_", "type": "address" },
199
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
200
- {
201
- "components": [
202
- {
203
- "components": [
204
- { "internalType": "address", "name": "target", "type": "address" },
205
- { "internalType": "bytes", "name": "data", "type": "bytes" },
206
- { "internalType": "uint256", "name": "value", "type": "uint256" },
207
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
208
- ],
209
- "internalType": "struct AvocadoMultisigStructs.Action[]",
210
- "name": "actions",
211
- "type": "tuple[]"
212
- },
213
- { "internalType": "uint256", "name": "id", "type": "uint256" },
214
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
215
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
216
- { "internalType": "address", "name": "source", "type": "address" },
217
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
218
- ],
219
- "internalType": "struct AvocadoMultisigStructs.CastParams",
220
- "name": "params_",
221
- "type": "tuple"
222
- },
223
- {
224
- "components": [
225
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
226
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
227
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
228
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
229
- { "internalType": "uint256", "name": "value", "type": "uint256" }
230
- ],
231
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
232
- "name": "forwardParams_",
233
- "type": "tuple"
234
- },
235
- {
236
- "components": [
237
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
238
- { "internalType": "address", "name": "signer", "type": "address" }
239
- ],
240
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
241
- "name": "signaturesParams_",
242
- "type": "tuple[]"
243
- }
244
- ],
245
- "name": "estimateV1",
246
- "outputs": [],
247
- "stateMutability": "payable",
248
- "type": "function"
249
- },
250
- {
251
- "inputs": [
252
- {
253
- "components": [
254
- { "internalType": "address", "name": "from", "type": "address" },
255
- { "internalType": "uint32", "name": "index", "type": "uint32" },
256
- {
257
- "components": [
258
- {
259
- "components": [
260
- {
261
- "components": [
262
- { "internalType": "address", "name": "target", "type": "address" },
263
- { "internalType": "bytes", "name": "data", "type": "bytes" },
264
- { "internalType": "uint256", "name": "value", "type": "uint256" },
265
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
266
- ],
267
- "internalType": "struct AvocadoMultisigStructs.Action[]",
268
- "name": "actions",
269
- "type": "tuple[]"
270
- },
271
- { "internalType": "uint256", "name": "id", "type": "uint256" },
272
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
273
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
274
- { "internalType": "address", "name": "source", "type": "address" },
275
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
276
- ],
277
- "internalType": "struct AvocadoMultisigStructs.CastParams",
278
- "name": "params",
279
- "type": "tuple"
280
- },
281
- {
282
- "components": [
283
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
284
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
285
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
286
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
287
- { "internalType": "uint256", "name": "value", "type": "uint256" }
288
- ],
289
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
290
- "name": "forwardParams",
291
- "type": "tuple"
292
- },
293
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
294
- ],
295
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
296
- "name": "params",
297
- "type": "tuple"
298
- },
299
- {
300
- "components": [
301
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
302
- { "internalType": "address", "name": "signer", "type": "address" }
303
- ],
304
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
305
- "name": "signaturesParams",
306
- "type": "tuple[]"
307
- },
308
- {
309
- "components": [
310
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
311
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
312
- ],
313
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
314
- "name": "chainAgnosticHashes",
315
- "type": "tuple[]"
316
- }
317
- ],
318
- "internalType": "struct AvoForwarderStructs.ExecuteBatchParams[]",
319
- "name": "batches_",
320
- "type": "tuple[]"
321
- },
322
- { "internalType": "bool", "name": "continueOnRevert_", "type": "bool" }
323
- ],
324
- "name": "executeBatchV1",
325
- "outputs": [],
326
- "stateMutability": "payable",
327
- "type": "function"
328
- },
329
- {
330
- "inputs": [
331
- { "internalType": "address", "name": "from_", "type": "address" },
332
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
333
- {
334
- "components": [
335
- {
336
- "components": [
337
- {
338
- "components": [
339
- { "internalType": "address", "name": "target", "type": "address" },
340
- { "internalType": "bytes", "name": "data", "type": "bytes" },
341
- { "internalType": "uint256", "name": "value", "type": "uint256" },
342
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
343
- ],
344
- "internalType": "struct AvocadoMultisigStructs.Action[]",
345
- "name": "actions",
346
- "type": "tuple[]"
347
- },
348
- { "internalType": "uint256", "name": "id", "type": "uint256" },
349
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
350
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
351
- { "internalType": "address", "name": "source", "type": "address" },
352
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
353
- ],
354
- "internalType": "struct AvocadoMultisigStructs.CastParams",
355
- "name": "params",
356
- "type": "tuple"
357
- },
358
- {
359
- "components": [
360
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
361
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
362
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
363
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
364
- { "internalType": "uint256", "name": "value", "type": "uint256" }
365
- ],
366
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
367
- "name": "forwardParams",
368
- "type": "tuple"
369
- },
370
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
371
- ],
372
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
373
- "name": "params_",
374
- "type": "tuple"
375
- },
376
- {
377
- "components": [
378
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
379
- { "internalType": "address", "name": "signer", "type": "address" }
380
- ],
381
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
382
- "name": "signaturesParams_",
383
- "type": "tuple[]"
384
- },
385
- {
386
- "components": [
387
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
388
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
389
- ],
390
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
391
- "name": "chainAgnosticHashes_",
392
- "type": "tuple[]"
393
- }
394
- ],
395
- "name": "executeChainAgnosticV1",
396
- "outputs": [],
397
- "stateMutability": "payable",
398
- "type": "function"
399
- },
400
- {
401
- "inputs": [
402
- { "internalType": "address", "name": "from_", "type": "address" },
403
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
404
- {
405
- "components": [
406
- {
407
- "components": [
408
- { "internalType": "address", "name": "target", "type": "address" },
409
- { "internalType": "bytes", "name": "data", "type": "bytes" },
410
- { "internalType": "uint256", "name": "value", "type": "uint256" },
411
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
412
- ],
413
- "internalType": "struct AvocadoMultisigStructs.Action[]",
414
- "name": "actions",
415
- "type": "tuple[]"
416
- },
417
- { "internalType": "uint256", "name": "id", "type": "uint256" },
418
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
419
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
420
- { "internalType": "address", "name": "source", "type": "address" },
421
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
422
- ],
423
- "internalType": "struct AvocadoMultisigStructs.CastParams",
424
- "name": "params_",
425
- "type": "tuple"
426
- },
427
- {
428
- "components": [
429
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
430
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
431
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
432
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
433
- { "internalType": "uint256", "name": "value", "type": "uint256" }
434
- ],
435
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
436
- "name": "forwardParams_",
437
- "type": "tuple"
438
- },
439
- {
440
- "components": [
441
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
442
- { "internalType": "address", "name": "signer", "type": "address" }
443
- ],
444
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
445
- "name": "signaturesParams_",
446
- "type": "tuple[]"
447
- }
448
- ],
449
- "name": "executeV1",
450
- "outputs": [],
451
- "stateMutability": "payable",
452
- "type": "function"
453
- },
454
- {
455
- "inputs": [
456
- { "internalType": "address", "name": "from_", "type": "address" },
457
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
458
- {
459
- "components": [
460
- {
461
- "components": [
462
- {
463
- "components": [
464
- { "internalType": "address", "name": "target", "type": "address" },
465
- { "internalType": "bytes", "name": "data", "type": "bytes" },
466
- { "internalType": "uint256", "name": "value", "type": "uint256" },
467
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
468
- ],
469
- "internalType": "struct AvocadoMultisigStructs.Action[]",
470
- "name": "actions",
471
- "type": "tuple[]"
472
- },
473
- { "internalType": "uint256", "name": "id", "type": "uint256" },
474
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
475
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
476
- { "internalType": "address", "name": "source", "type": "address" },
477
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
478
- ],
479
- "internalType": "struct AvocadoMultisigStructs.CastParams",
480
- "name": "params",
481
- "type": "tuple"
482
- },
483
- {
484
- "components": [
485
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
486
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
487
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
488
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
489
- { "internalType": "uint256", "name": "value", "type": "uint256" }
490
- ],
491
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
492
- "name": "forwardParams",
493
- "type": "tuple"
494
- },
495
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
496
- ],
497
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams[]",
498
- "name": "params_",
499
- "type": "tuple[]"
500
- }
501
- ],
502
- "name": "getAvocadoChainAgnosticHashes",
503
- "outputs": [
504
- {
505
- "components": [
506
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
507
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
508
- ],
509
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
510
- "name": "chainAgnosticHashes_",
511
- "type": "tuple[]"
512
- }
513
- ],
514
- "stateMutability": "nonpayable",
515
- "type": "function"
516
- },
517
- {
518
- "inputs": [
519
- { "internalType": "address", "name": "owner_", "type": "address" },
520
- { "internalType": "address[]", "name": "allowedBroadcasters_", "type": "address[]" }
521
- ],
522
- "name": "initialize",
523
- "outputs": [],
524
- "stateMutability": "nonpayable",
525
- "type": "function"
526
- },
527
- {
528
- "inputs": [{ "internalType": "address", "name": "auth_", "type": "address" }],
529
- "name": "isAuth",
530
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
531
- "stateMutability": "view",
532
- "type": "function"
533
- },
534
- {
535
- "inputs": [{ "internalType": "address", "name": "broadcaster_", "type": "address" }],
536
- "name": "isBroadcaster",
537
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
538
- "stateMutability": "view",
539
- "type": "function"
540
- },
541
- {
542
- "inputs": [],
543
- "name": "owner",
544
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
545
- "stateMutability": "view",
546
- "type": "function"
547
- },
548
- {
549
- "inputs": [],
550
- "name": "renounceOwnership",
551
- "outputs": [],
552
- "stateMutability": "view",
553
- "type": "function"
554
- },
555
- {
556
- "inputs": [
557
- {
558
- "components": [
559
- { "internalType": "address", "name": "from", "type": "address" },
560
- { "internalType": "uint32", "name": "index", "type": "uint32" },
561
- {
562
- "components": [
563
- {
564
- "components": [
565
- {
566
- "components": [
567
- { "internalType": "address", "name": "target", "type": "address" },
568
- { "internalType": "bytes", "name": "data", "type": "bytes" },
569
- { "internalType": "uint256", "name": "value", "type": "uint256" },
570
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
571
- ],
572
- "internalType": "struct AvocadoMultisigStructs.Action[]",
573
- "name": "actions",
574
- "type": "tuple[]"
575
- },
576
- { "internalType": "uint256", "name": "id", "type": "uint256" },
577
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
578
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
579
- { "internalType": "address", "name": "source", "type": "address" },
580
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
581
- ],
582
- "internalType": "struct AvocadoMultisigStructs.CastParams",
583
- "name": "params",
584
- "type": "tuple"
585
- },
586
- {
587
- "components": [
588
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
589
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
590
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
591
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
592
- { "internalType": "uint256", "name": "value", "type": "uint256" }
593
- ],
594
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
595
- "name": "forwardParams",
596
- "type": "tuple"
597
- },
598
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
599
- ],
600
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
601
- "name": "params",
602
- "type": "tuple"
603
- },
604
- {
605
- "components": [
606
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
607
- { "internalType": "address", "name": "signer", "type": "address" }
608
- ],
609
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
610
- "name": "signaturesParams",
611
- "type": "tuple[]"
612
- },
613
- {
614
- "components": [
615
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
616
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
617
- ],
618
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
619
- "name": "chainAgnosticHashes",
620
- "type": "tuple[]"
621
- }
622
- ],
623
- "internalType": "struct AvoForwarderStructs.ExecuteBatchParams[]",
624
- "name": "batches_",
625
- "type": "tuple[]"
626
- },
627
- { "internalType": "bool", "name": "continueOnRevert_", "type": "bool" }
628
- ],
629
- "name": "simulateBatchV1",
630
- "outputs": [],
631
- "stateMutability": "payable",
632
- "type": "function"
633
- },
634
- {
635
- "inputs": [
636
- { "internalType": "address", "name": "from_", "type": "address" },
637
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
638
- {
639
- "components": [
640
- {
641
- "components": [
642
- {
643
- "components": [
644
- { "internalType": "address", "name": "target", "type": "address" },
645
- { "internalType": "bytes", "name": "data", "type": "bytes" },
646
- { "internalType": "uint256", "name": "value", "type": "uint256" },
647
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
648
- ],
649
- "internalType": "struct AvocadoMultisigStructs.Action[]",
650
- "name": "actions",
651
- "type": "tuple[]"
652
- },
653
- { "internalType": "uint256", "name": "id", "type": "uint256" },
654
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
655
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
656
- { "internalType": "address", "name": "source", "type": "address" },
657
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
658
- ],
659
- "internalType": "struct AvocadoMultisigStructs.CastParams",
660
- "name": "params",
661
- "type": "tuple"
662
- },
663
- {
664
- "components": [
665
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
666
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
667
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
668
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
669
- { "internalType": "uint256", "name": "value", "type": "uint256" }
670
- ],
671
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
672
- "name": "forwardParams",
673
- "type": "tuple"
674
- },
675
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
676
- ],
677
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
678
- "name": "params_",
679
- "type": "tuple"
680
- },
681
- {
682
- "components": [
683
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
684
- { "internalType": "address", "name": "signer", "type": "address" }
685
- ],
686
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
687
- "name": "signaturesParams_",
688
- "type": "tuple[]"
689
- },
690
- {
691
- "components": [
692
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
693
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
694
- ],
695
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
696
- "name": "chainAgnosticHashes_",
697
- "type": "tuple[]"
698
- }
699
- ],
700
- "name": "simulateChainAgnosticV1",
701
- "outputs": [
702
- { "internalType": "uint256", "name": "castGasUsed_", "type": "uint256" },
703
- { "internalType": "uint256", "name": "deploymentGasUsed_", "type": "uint256" },
704
- { "internalType": "bool", "name": "isDeployed_", "type": "bool" },
705
- { "internalType": "bool", "name": "success_", "type": "bool" },
706
- { "internalType": "string", "name": "revertReason_", "type": "string" }
707
- ],
708
- "stateMutability": "payable",
709
- "type": "function"
710
- },
711
- {
712
- "inputs": [
713
- { "internalType": "address", "name": "from_", "type": "address" },
714
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
715
- {
716
- "components": [
717
- {
718
- "components": [
719
- { "internalType": "address", "name": "target", "type": "address" },
720
- { "internalType": "bytes", "name": "data", "type": "bytes" },
721
- { "internalType": "uint256", "name": "value", "type": "uint256" },
722
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
723
- ],
724
- "internalType": "struct AvocadoMultisigStructs.Action[]",
725
- "name": "actions",
726
- "type": "tuple[]"
727
- },
728
- { "internalType": "uint256", "name": "id", "type": "uint256" },
729
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
730
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
731
- { "internalType": "address", "name": "source", "type": "address" },
732
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
733
- ],
734
- "internalType": "struct AvocadoMultisigStructs.CastParams",
735
- "name": "params_",
736
- "type": "tuple"
737
- },
738
- {
739
- "components": [
740
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
741
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
742
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
743
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
744
- { "internalType": "uint256", "name": "value", "type": "uint256" }
745
- ],
746
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
747
- "name": "forwardParams_",
748
- "type": "tuple"
749
- },
750
- {
751
- "components": [
752
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
753
- { "internalType": "address", "name": "signer", "type": "address" }
754
- ],
755
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
756
- "name": "signaturesParams_",
757
- "type": "tuple[]"
758
- }
759
- ],
760
- "name": "simulateV1",
761
- "outputs": [
762
- { "internalType": "uint256", "name": "castGasUsed_", "type": "uint256" },
763
- { "internalType": "uint256", "name": "deploymentGasUsed_", "type": "uint256" },
764
- { "internalType": "bool", "name": "isDeployed_", "type": "bool" },
765
- { "internalType": "bool", "name": "success_", "type": "bool" },
766
- { "internalType": "string", "name": "revertReason_", "type": "string" }
767
- ],
768
- "stateMutability": "payable",
769
- "type": "function"
770
- },
771
- {
772
- "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
773
- "name": "transferOwnership",
774
- "outputs": [],
775
- "stateMutability": "nonpayable",
776
- "type": "function"
777
- },
778
- {
779
- "inputs": [
780
- {
781
- "components": [
782
- { "internalType": "address", "name": "addr", "type": "address" },
783
- { "internalType": "bool", "name": "value", "type": "bool" }
784
- ],
785
- "internalType": "struct AvoForwarderStructs.AddressBool[]",
786
- "name": "authsStatus_",
787
- "type": "tuple[]"
788
- }
789
- ],
790
- "name": "updateAuths",
791
- "outputs": [],
792
- "stateMutability": "nonpayable",
793
- "type": "function"
794
- },
795
- {
796
- "inputs": [
797
- {
798
- "components": [
799
- { "internalType": "address", "name": "addr", "type": "address" },
800
- { "internalType": "bool", "name": "value", "type": "bool" }
801
- ],
802
- "internalType": "struct AvoForwarderStructs.AddressBool[]",
803
- "name": "broadcastersStatus_",
804
- "type": "tuple[]"
805
- }
806
- ],
807
- "name": "updateBroadcasters",
808
- "outputs": [],
809
- "stateMutability": "nonpayable",
810
- "type": "function"
811
- },
812
- {
813
- "inputs": [
814
- { "internalType": "address", "name": "from_", "type": "address" },
815
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
816
- {
817
- "components": [
818
- {
819
- "components": [
820
- {
821
- "components": [
822
- { "internalType": "address", "name": "target", "type": "address" },
823
- { "internalType": "bytes", "name": "data", "type": "bytes" },
824
- { "internalType": "uint256", "name": "value", "type": "uint256" },
825
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
826
- ],
827
- "internalType": "struct AvocadoMultisigStructs.Action[]",
828
- "name": "actions",
829
- "type": "tuple[]"
830
- },
831
- { "internalType": "uint256", "name": "id", "type": "uint256" },
832
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
833
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
834
- { "internalType": "address", "name": "source", "type": "address" },
835
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
836
- ],
837
- "internalType": "struct AvocadoMultisigStructs.CastParams",
838
- "name": "params",
839
- "type": "tuple"
840
- },
841
- {
842
- "components": [
843
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
844
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
845
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
846
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
847
- { "internalType": "uint256", "name": "value", "type": "uint256" }
848
- ],
849
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
850
- "name": "forwardParams",
851
- "type": "tuple"
852
- },
853
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
854
- ],
855
- "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
856
- "name": "params_",
857
- "type": "tuple"
858
- },
859
- {
860
- "components": [
861
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
862
- { "internalType": "address", "name": "signer", "type": "address" }
863
- ],
864
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
865
- "name": "signaturesParams_",
866
- "type": "tuple[]"
867
- },
868
- {
869
- "components": [
870
- { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
871
- { "internalType": "uint256", "name": "chainId", "type": "uint256" }
872
- ],
873
- "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
874
- "name": "chainAgnosticHashes_",
875
- "type": "tuple[]"
876
- }
877
- ],
878
- "name": "verifyChainAgnosticV1",
879
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
880
- "stateMutability": "nonpayable",
881
- "type": "function"
882
- },
883
- {
884
- "inputs": [
885
- { "internalType": "address", "name": "from_", "type": "address" },
886
- { "internalType": "uint32", "name": "index_", "type": "uint32" },
887
- {
888
- "components": [
889
- {
890
- "components": [
891
- { "internalType": "address", "name": "target", "type": "address" },
892
- { "internalType": "bytes", "name": "data", "type": "bytes" },
893
- { "internalType": "uint256", "name": "value", "type": "uint256" },
894
- { "internalType": "uint256", "name": "operation", "type": "uint256" }
895
- ],
896
- "internalType": "struct AvocadoMultisigStructs.Action[]",
897
- "name": "actions",
898
- "type": "tuple[]"
899
- },
900
- { "internalType": "uint256", "name": "id", "type": "uint256" },
901
- { "internalType": "int256", "name": "avoNonce", "type": "int256" },
902
- { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
903
- { "internalType": "address", "name": "source", "type": "address" },
904
- { "internalType": "bytes", "name": "metadata", "type": "bytes" }
905
- ],
906
- "internalType": "struct AvocadoMultisigStructs.CastParams",
907
- "name": "params_",
908
- "type": "tuple"
909
- },
910
- {
911
- "components": [
912
- { "internalType": "uint256", "name": "gas", "type": "uint256" },
913
- { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
914
- { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
915
- { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
916
- { "internalType": "uint256", "name": "value", "type": "uint256" }
917
- ],
918
- "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
919
- "name": "forwardParams_",
920
- "type": "tuple"
921
- },
922
- {
923
- "components": [
924
- { "internalType": "bytes", "name": "signature", "type": "bytes" },
925
- { "internalType": "address", "name": "signer", "type": "address" }
926
- ],
927
- "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
928
- "name": "signaturesParams_",
929
- "type": "tuple[]"
930
- }
931
- ],
932
- "name": "verifyV1",
933
- "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
934
- "stateMutability": "nonpayable",
935
- "type": "function"
936
- }
937
- ]
938
-
2
+ {
3
+ "inputs": [
4
+ { "internalType": "contract IAvoFactory", "name": "avoFactory_", "type": "address" }
5
+ ],
6
+ "stateMutability": "nonpayable",
7
+ "type": "constructor"
8
+ },
9
+ { "inputs": [], "name": "AvoForwarder__InvalidParams", "type": "error" },
10
+ { "inputs": [], "name": "AvoForwarder__LegacyVersionNotDeployed", "type": "error" },
11
+ { "inputs": [], "name": "AvoForwarder__Unauthorized", "type": "error" },
12
+ { "inputs": [], "name": "AvoForwarder__Unsupported", "type": "error" },
13
+ {
14
+ "anonymous": false,
15
+ "inputs": [
16
+ { "indexed": true, "internalType": "address", "name": "auth", "type": "address" },
17
+ { "indexed": true, "internalType": "bool", "name": "status", "type": "bool" }
18
+ ],
19
+ "name": "AuthUpdated",
20
+ "type": "event"
21
+ },
22
+ {
23
+ "anonymous": false,
24
+ "inputs": [
25
+ { "indexed": true, "internalType": "address", "name": "broadcaster", "type": "address" },
26
+ { "indexed": true, "internalType": "bool", "name": "status", "type": "bool" }
27
+ ],
28
+ "name": "BroadcasterUpdated",
29
+ "type": "event"
30
+ },
31
+ {
32
+ "anonymous": false,
33
+ "inputs": [
34
+ { "indexed": true, "internalType": "address", "name": "avocadoOwner", "type": "address" },
35
+ { "indexed": false, "internalType": "uint32", "name": "index", "type": "uint32" },
36
+ { "indexed": true, "internalType": "address", "name": "avocadoAddress", "type": "address" },
37
+ { "indexed": true, "internalType": "address", "name": "source", "type": "address" },
38
+ { "indexed": false, "internalType": "bytes", "name": "metadata", "type": "bytes" },
39
+ { "indexed": false, "internalType": "string", "name": "reason", "type": "string" }
40
+ ],
41
+ "name": "ExecuteFailed",
42
+ "type": "event"
43
+ },
44
+ {
45
+ "anonymous": false,
46
+ "inputs": [
47
+ { "indexed": true, "internalType": "address", "name": "avocadoOwner", "type": "address" },
48
+ { "indexed": false, "internalType": "uint32", "name": "index", "type": "uint32" },
49
+ { "indexed": true, "internalType": "address", "name": "avocadoAddress", "type": "address" },
50
+ { "indexed": true, "internalType": "address", "name": "source", "type": "address" },
51
+ { "indexed": false, "internalType": "bytes", "name": "metadata", "type": "bytes" }
52
+ ],
53
+ "name": "Executed",
54
+ "type": "event"
55
+ },
56
+ {
57
+ "anonymous": false,
58
+ "inputs": [{ "indexed": false, "internalType": "uint8", "name": "version", "type": "uint8" }],
59
+ "name": "Initialized",
60
+ "type": "event"
61
+ },
62
+ {
63
+ "anonymous": false,
64
+ "inputs": [
65
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
66
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
67
+ ],
68
+ "name": "OwnershipTransferred",
69
+ "type": "event"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "avoFactory",
74
+ "outputs": [{ "internalType": "contract IAvoFactory", "name": "", "type": "address" }],
75
+ "stateMutability": "view",
76
+ "type": "function"
77
+ },
78
+ {
79
+ "inputs": [
80
+ { "internalType": "address", "name": "owner_", "type": "address" },
81
+ { "internalType": "uint32", "name": "index_", "type": "uint32" }
82
+ ],
83
+ "name": "avoNonce",
84
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
85
+ "stateMutability": "view",
86
+ "type": "function"
87
+ },
88
+ {
89
+ "inputs": [],
90
+ "name": "avocadoBytecode",
91
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
92
+ "stateMutability": "view",
93
+ "type": "function"
94
+ },
95
+ {
96
+ "inputs": [
97
+ { "internalType": "address", "name": "owner_", "type": "address" },
98
+ { "internalType": "uint32", "name": "index_", "type": "uint32" }
99
+ ],
100
+ "name": "avocadoVersion",
101
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
102
+ "stateMutability": "view",
103
+ "type": "function"
104
+ },
105
+ {
106
+ "inputs": [
107
+ { "internalType": "address", "name": "owner_", "type": "address" },
108
+ { "internalType": "uint32", "name": "index_", "type": "uint32" }
109
+ ],
110
+ "name": "avocadoVersionName",
111
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
112
+ "stateMutability": "view",
113
+ "type": "function"
114
+ },
115
+ {
116
+ "inputs": [
117
+ { "internalType": "address", "name": "owner_", "type": "address" },
118
+ { "internalType": "uint32", "name": "index_", "type": "uint32" }
119
+ ],
120
+ "name": "computeAvocado",
121
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
122
+ "stateMutability": "view",
123
+ "type": "function"
124
+ },
125
+ {
126
+ "inputs": [
127
+ { "internalType": "address", "name": "from_", "type": "address" },
128
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
129
+ {
130
+ "components": [
131
+ {
132
+ "components": [
133
+ {
134
+ "components": [
135
+ { "internalType": "address", "name": "target", "type": "address" },
136
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
137
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
138
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
139
+ ],
140
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
141
+ "name": "actions",
142
+ "type": "tuple[]"
143
+ },
144
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
145
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
146
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
147
+ { "internalType": "address", "name": "source", "type": "address" },
148
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
149
+ ],
150
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
151
+ "name": "params",
152
+ "type": "tuple"
153
+ },
154
+ {
155
+ "components": [
156
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
157
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
158
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
159
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
160
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
161
+ ],
162
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
163
+ "name": "forwardParams",
164
+ "type": "tuple"
165
+ },
166
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
167
+ ],
168
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
169
+ "name": "params_",
170
+ "type": "tuple"
171
+ },
172
+ {
173
+ "components": [
174
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
175
+ { "internalType": "address", "name": "signer", "type": "address" }
176
+ ],
177
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
178
+ "name": "signaturesParams_",
179
+ "type": "tuple[]"
180
+ },
181
+ {
182
+ "components": [
183
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
184
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
185
+ ],
186
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
187
+ "name": "chainAgnosticHashes_",
188
+ "type": "tuple[]"
189
+ }
190
+ ],
191
+ "name": "estimateChainAgnosticV1",
192
+ "outputs": [],
193
+ "stateMutability": "payable",
194
+ "type": "function"
195
+ },
196
+ {
197
+ "inputs": [
198
+ { "internalType": "address", "name": "from_", "type": "address" },
199
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
200
+ {
201
+ "components": [
202
+ {
203
+ "components": [
204
+ { "internalType": "address", "name": "target", "type": "address" },
205
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
206
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
207
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
208
+ ],
209
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
210
+ "name": "actions",
211
+ "type": "tuple[]"
212
+ },
213
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
214
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
215
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
216
+ { "internalType": "address", "name": "source", "type": "address" },
217
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
218
+ ],
219
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
220
+ "name": "params_",
221
+ "type": "tuple"
222
+ },
223
+ {
224
+ "components": [
225
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
226
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
227
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
228
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
229
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
230
+ ],
231
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
232
+ "name": "forwardParams_",
233
+ "type": "tuple"
234
+ },
235
+ {
236
+ "components": [
237
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
238
+ { "internalType": "address", "name": "signer", "type": "address" }
239
+ ],
240
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
241
+ "name": "signaturesParams_",
242
+ "type": "tuple[]"
243
+ }
244
+ ],
245
+ "name": "estimateV1",
246
+ "outputs": [],
247
+ "stateMutability": "payable",
248
+ "type": "function"
249
+ },
250
+ {
251
+ "inputs": [
252
+ {
253
+ "components": [
254
+ { "internalType": "address", "name": "from", "type": "address" },
255
+ { "internalType": "uint32", "name": "index", "type": "uint32" },
256
+ {
257
+ "components": [
258
+ {
259
+ "components": [
260
+ {
261
+ "components": [
262
+ { "internalType": "address", "name": "target", "type": "address" },
263
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
264
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
265
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
266
+ ],
267
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
268
+ "name": "actions",
269
+ "type": "tuple[]"
270
+ },
271
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
272
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
273
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
274
+ { "internalType": "address", "name": "source", "type": "address" },
275
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
276
+ ],
277
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
278
+ "name": "params",
279
+ "type": "tuple"
280
+ },
281
+ {
282
+ "components": [
283
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
284
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
285
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
286
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
287
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
288
+ ],
289
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
290
+ "name": "forwardParams",
291
+ "type": "tuple"
292
+ },
293
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
294
+ ],
295
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
296
+ "name": "params",
297
+ "type": "tuple"
298
+ },
299
+ {
300
+ "components": [
301
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
302
+ { "internalType": "address", "name": "signer", "type": "address" }
303
+ ],
304
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
305
+ "name": "signaturesParams",
306
+ "type": "tuple[]"
307
+ },
308
+ {
309
+ "components": [
310
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
311
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
312
+ ],
313
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
314
+ "name": "chainAgnosticHashes",
315
+ "type": "tuple[]"
316
+ }
317
+ ],
318
+ "internalType": "struct AvoForwarderStructs.ExecuteBatchParams[]",
319
+ "name": "batches_",
320
+ "type": "tuple[]"
321
+ },
322
+ { "internalType": "bool", "name": "continueOnRevert_", "type": "bool" }
323
+ ],
324
+ "name": "executeBatchV1",
325
+ "outputs": [],
326
+ "stateMutability": "payable",
327
+ "type": "function"
328
+ },
329
+ {
330
+ "inputs": [
331
+ { "internalType": "address", "name": "from_", "type": "address" },
332
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
333
+ {
334
+ "components": [
335
+ {
336
+ "components": [
337
+ {
338
+ "components": [
339
+ { "internalType": "address", "name": "target", "type": "address" },
340
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
341
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
342
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
343
+ ],
344
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
345
+ "name": "actions",
346
+ "type": "tuple[]"
347
+ },
348
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
349
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
350
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
351
+ { "internalType": "address", "name": "source", "type": "address" },
352
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
353
+ ],
354
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
355
+ "name": "params",
356
+ "type": "tuple"
357
+ },
358
+ {
359
+ "components": [
360
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
361
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
362
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
363
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
364
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
365
+ ],
366
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
367
+ "name": "forwardParams",
368
+ "type": "tuple"
369
+ },
370
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
371
+ ],
372
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
373
+ "name": "params_",
374
+ "type": "tuple"
375
+ },
376
+ {
377
+ "components": [
378
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
379
+ { "internalType": "address", "name": "signer", "type": "address" }
380
+ ],
381
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
382
+ "name": "signaturesParams_",
383
+ "type": "tuple[]"
384
+ },
385
+ {
386
+ "components": [
387
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
388
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
389
+ ],
390
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
391
+ "name": "chainAgnosticHashes_",
392
+ "type": "tuple[]"
393
+ }
394
+ ],
395
+ "name": "executeChainAgnosticV1",
396
+ "outputs": [],
397
+ "stateMutability": "payable",
398
+ "type": "function"
399
+ },
400
+ {
401
+ "inputs": [
402
+ { "internalType": "address", "name": "from_", "type": "address" },
403
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
404
+ {
405
+ "components": [
406
+ {
407
+ "components": [
408
+ { "internalType": "address", "name": "target", "type": "address" },
409
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
410
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
411
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
412
+ ],
413
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
414
+ "name": "actions",
415
+ "type": "tuple[]"
416
+ },
417
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
418
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
419
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
420
+ { "internalType": "address", "name": "source", "type": "address" },
421
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
422
+ ],
423
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
424
+ "name": "params_",
425
+ "type": "tuple"
426
+ },
427
+ {
428
+ "components": [
429
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
430
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
431
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
432
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
433
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
434
+ ],
435
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
436
+ "name": "forwardParams_",
437
+ "type": "tuple"
438
+ },
439
+ {
440
+ "components": [
441
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
442
+ { "internalType": "address", "name": "signer", "type": "address" }
443
+ ],
444
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
445
+ "name": "signaturesParams_",
446
+ "type": "tuple[]"
447
+ }
448
+ ],
449
+ "name": "executeV1",
450
+ "outputs": [],
451
+ "stateMutability": "payable",
452
+ "type": "function"
453
+ },
454
+ {
455
+ "inputs": [
456
+ { "internalType": "address", "name": "from_", "type": "address" },
457
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
458
+ {
459
+ "components": [
460
+ {
461
+ "components": [
462
+ {
463
+ "components": [
464
+ { "internalType": "address", "name": "target", "type": "address" },
465
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
466
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
467
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
468
+ ],
469
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
470
+ "name": "actions",
471
+ "type": "tuple[]"
472
+ },
473
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
474
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
475
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
476
+ { "internalType": "address", "name": "source", "type": "address" },
477
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
478
+ ],
479
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
480
+ "name": "params",
481
+ "type": "tuple"
482
+ },
483
+ {
484
+ "components": [
485
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
486
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
487
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
488
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
489
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
490
+ ],
491
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
492
+ "name": "forwardParams",
493
+ "type": "tuple"
494
+ },
495
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
496
+ ],
497
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams[]",
498
+ "name": "params_",
499
+ "type": "tuple[]"
500
+ }
501
+ ],
502
+ "name": "getAvocadoChainAgnosticHashes",
503
+ "outputs": [
504
+ {
505
+ "components": [
506
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
507
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
508
+ ],
509
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
510
+ "name": "chainAgnosticHashes_",
511
+ "type": "tuple[]"
512
+ }
513
+ ],
514
+ "stateMutability": "nonpayable",
515
+ "type": "function"
516
+ },
517
+ {
518
+ "inputs": [
519
+ { "internalType": "address", "name": "owner_", "type": "address" },
520
+ { "internalType": "address[]", "name": "allowedBroadcasters_", "type": "address[]" }
521
+ ],
522
+ "name": "initialize",
523
+ "outputs": [],
524
+ "stateMutability": "nonpayable",
525
+ "type": "function"
526
+ },
527
+ {
528
+ "inputs": [{ "internalType": "address", "name": "auth_", "type": "address" }],
529
+ "name": "isAuth",
530
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
531
+ "stateMutability": "view",
532
+ "type": "function"
533
+ },
534
+ {
535
+ "inputs": [{ "internalType": "address", "name": "broadcaster_", "type": "address" }],
536
+ "name": "isBroadcaster",
537
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
538
+ "stateMutability": "view",
539
+ "type": "function"
540
+ },
541
+ {
542
+ "inputs": [],
543
+ "name": "owner",
544
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
545
+ "stateMutability": "view",
546
+ "type": "function"
547
+ },
548
+ {
549
+ "inputs": [],
550
+ "name": "renounceOwnership",
551
+ "outputs": [],
552
+ "stateMutability": "view",
553
+ "type": "function"
554
+ },
555
+ {
556
+ "inputs": [
557
+ {
558
+ "components": [
559
+ { "internalType": "address", "name": "from", "type": "address" },
560
+ { "internalType": "uint32", "name": "index", "type": "uint32" },
561
+ {
562
+ "components": [
563
+ {
564
+ "components": [
565
+ {
566
+ "components": [
567
+ { "internalType": "address", "name": "target", "type": "address" },
568
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
569
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
570
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
571
+ ],
572
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
573
+ "name": "actions",
574
+ "type": "tuple[]"
575
+ },
576
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
577
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
578
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
579
+ { "internalType": "address", "name": "source", "type": "address" },
580
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
581
+ ],
582
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
583
+ "name": "params",
584
+ "type": "tuple"
585
+ },
586
+ {
587
+ "components": [
588
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
589
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
590
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
591
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
592
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
593
+ ],
594
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
595
+ "name": "forwardParams",
596
+ "type": "tuple"
597
+ },
598
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
599
+ ],
600
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
601
+ "name": "params",
602
+ "type": "tuple"
603
+ },
604
+ {
605
+ "components": [
606
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
607
+ { "internalType": "address", "name": "signer", "type": "address" }
608
+ ],
609
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
610
+ "name": "signaturesParams",
611
+ "type": "tuple[]"
612
+ },
613
+ {
614
+ "components": [
615
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
616
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
617
+ ],
618
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
619
+ "name": "chainAgnosticHashes",
620
+ "type": "tuple[]"
621
+ }
622
+ ],
623
+ "internalType": "struct AvoForwarderStructs.ExecuteBatchParams[]",
624
+ "name": "batches_",
625
+ "type": "tuple[]"
626
+ },
627
+ { "internalType": "bool", "name": "continueOnRevert_", "type": "bool" }
628
+ ],
629
+ "name": "simulateBatchV1",
630
+ "outputs": [],
631
+ "stateMutability": "payable",
632
+ "type": "function"
633
+ },
634
+ {
635
+ "inputs": [
636
+ { "internalType": "address", "name": "from_", "type": "address" },
637
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
638
+ {
639
+ "components": [
640
+ {
641
+ "components": [
642
+ {
643
+ "components": [
644
+ { "internalType": "address", "name": "target", "type": "address" },
645
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
646
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
647
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
648
+ ],
649
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
650
+ "name": "actions",
651
+ "type": "tuple[]"
652
+ },
653
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
654
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
655
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
656
+ { "internalType": "address", "name": "source", "type": "address" },
657
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
658
+ ],
659
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
660
+ "name": "params",
661
+ "type": "tuple"
662
+ },
663
+ {
664
+ "components": [
665
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
666
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
667
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
668
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
669
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
670
+ ],
671
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
672
+ "name": "forwardParams",
673
+ "type": "tuple"
674
+ },
675
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
676
+ ],
677
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
678
+ "name": "params_",
679
+ "type": "tuple"
680
+ },
681
+ {
682
+ "components": [
683
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
684
+ { "internalType": "address", "name": "signer", "type": "address" }
685
+ ],
686
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
687
+ "name": "signaturesParams_",
688
+ "type": "tuple[]"
689
+ },
690
+ {
691
+ "components": [
692
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
693
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
694
+ ],
695
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
696
+ "name": "chainAgnosticHashes_",
697
+ "type": "tuple[]"
698
+ }
699
+ ],
700
+ "name": "simulateChainAgnosticV1",
701
+ "outputs": [
702
+ { "internalType": "uint256", "name": "castGasUsed_", "type": "uint256" },
703
+ { "internalType": "uint256", "name": "deploymentGasUsed_", "type": "uint256" },
704
+ { "internalType": "bool", "name": "isDeployed_", "type": "bool" },
705
+ { "internalType": "bool", "name": "success_", "type": "bool" },
706
+ { "internalType": "string", "name": "revertReason_", "type": "string" }
707
+ ],
708
+ "stateMutability": "payable",
709
+ "type": "function"
710
+ },
711
+ {
712
+ "inputs": [
713
+ { "internalType": "address", "name": "from_", "type": "address" },
714
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
715
+ {
716
+ "components": [
717
+ {
718
+ "components": [
719
+ { "internalType": "address", "name": "target", "type": "address" },
720
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
721
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
722
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
723
+ ],
724
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
725
+ "name": "actions",
726
+ "type": "tuple[]"
727
+ },
728
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
729
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
730
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
731
+ { "internalType": "address", "name": "source", "type": "address" },
732
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
733
+ ],
734
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
735
+ "name": "params_",
736
+ "type": "tuple"
737
+ },
738
+ {
739
+ "components": [
740
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
741
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
742
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
743
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
744
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
745
+ ],
746
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
747
+ "name": "forwardParams_",
748
+ "type": "tuple"
749
+ },
750
+ {
751
+ "components": [
752
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
753
+ { "internalType": "address", "name": "signer", "type": "address" }
754
+ ],
755
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
756
+ "name": "signaturesParams_",
757
+ "type": "tuple[]"
758
+ }
759
+ ],
760
+ "name": "simulateV1",
761
+ "outputs": [
762
+ { "internalType": "uint256", "name": "castGasUsed_", "type": "uint256" },
763
+ { "internalType": "uint256", "name": "deploymentGasUsed_", "type": "uint256" },
764
+ { "internalType": "bool", "name": "isDeployed_", "type": "bool" },
765
+ { "internalType": "bool", "name": "success_", "type": "bool" },
766
+ { "internalType": "string", "name": "revertReason_", "type": "string" }
767
+ ],
768
+ "stateMutability": "payable",
769
+ "type": "function"
770
+ },
771
+ {
772
+ "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
773
+ "name": "transferOwnership",
774
+ "outputs": [],
775
+ "stateMutability": "nonpayable",
776
+ "type": "function"
777
+ },
778
+ {
779
+ "inputs": [
780
+ {
781
+ "components": [
782
+ { "internalType": "address", "name": "addr", "type": "address" },
783
+ { "internalType": "bool", "name": "value", "type": "bool" }
784
+ ],
785
+ "internalType": "struct AvoForwarderStructs.AddressBool[]",
786
+ "name": "authsStatus_",
787
+ "type": "tuple[]"
788
+ }
789
+ ],
790
+ "name": "updateAuths",
791
+ "outputs": [],
792
+ "stateMutability": "nonpayable",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [
797
+ {
798
+ "components": [
799
+ { "internalType": "address", "name": "addr", "type": "address" },
800
+ { "internalType": "bool", "name": "value", "type": "bool" }
801
+ ],
802
+ "internalType": "struct AvoForwarderStructs.AddressBool[]",
803
+ "name": "broadcastersStatus_",
804
+ "type": "tuple[]"
805
+ }
806
+ ],
807
+ "name": "updateBroadcasters",
808
+ "outputs": [],
809
+ "stateMutability": "nonpayable",
810
+ "type": "function"
811
+ },
812
+ {
813
+ "inputs": [
814
+ { "internalType": "address", "name": "from_", "type": "address" },
815
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
816
+ {
817
+ "components": [
818
+ {
819
+ "components": [
820
+ {
821
+ "components": [
822
+ { "internalType": "address", "name": "target", "type": "address" },
823
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
824
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
825
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
826
+ ],
827
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
828
+ "name": "actions",
829
+ "type": "tuple[]"
830
+ },
831
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
832
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
833
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
834
+ { "internalType": "address", "name": "source", "type": "address" },
835
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
836
+ ],
837
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
838
+ "name": "params",
839
+ "type": "tuple"
840
+ },
841
+ {
842
+ "components": [
843
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
844
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
845
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
846
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
847
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
848
+ ],
849
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
850
+ "name": "forwardParams",
851
+ "type": "tuple"
852
+ },
853
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
854
+ ],
855
+ "internalType": "struct AvocadoMultisigStructs.CastChainAgnosticParams",
856
+ "name": "params_",
857
+ "type": "tuple"
858
+ },
859
+ {
860
+ "components": [
861
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
862
+ { "internalType": "address", "name": "signer", "type": "address" }
863
+ ],
864
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
865
+ "name": "signaturesParams_",
866
+ "type": "tuple[]"
867
+ },
868
+ {
869
+ "components": [
870
+ { "internalType": "bytes32", "name": "hash", "type": "bytes32" },
871
+ { "internalType": "uint256", "name": "chainId", "type": "uint256" }
872
+ ],
873
+ "internalType": "struct AvocadoMultisigStructs.ChainAgnosticHash[]",
874
+ "name": "chainAgnosticHashes_",
875
+ "type": "tuple[]"
876
+ }
877
+ ],
878
+ "name": "verifyChainAgnosticV1",
879
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
880
+ "stateMutability": "nonpayable",
881
+ "type": "function"
882
+ },
883
+ {
884
+ "inputs": [
885
+ { "internalType": "address", "name": "from_", "type": "address" },
886
+ { "internalType": "uint32", "name": "index_", "type": "uint32" },
887
+ {
888
+ "components": [
889
+ {
890
+ "components": [
891
+ { "internalType": "address", "name": "target", "type": "address" },
892
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
893
+ { "internalType": "uint256", "name": "value", "type": "uint256" },
894
+ { "internalType": "uint256", "name": "operation", "type": "uint256" }
895
+ ],
896
+ "internalType": "struct AvocadoMultisigStructs.Action[]",
897
+ "name": "actions",
898
+ "type": "tuple[]"
899
+ },
900
+ { "internalType": "uint256", "name": "id", "type": "uint256" },
901
+ { "internalType": "int256", "name": "avoNonce", "type": "int256" },
902
+ { "internalType": "bytes32", "name": "salt", "type": "bytes32" },
903
+ { "internalType": "address", "name": "source", "type": "address" },
904
+ { "internalType": "bytes", "name": "metadata", "type": "bytes" }
905
+ ],
906
+ "internalType": "struct AvocadoMultisigStructs.CastParams",
907
+ "name": "params_",
908
+ "type": "tuple"
909
+ },
910
+ {
911
+ "components": [
912
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
913
+ { "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
914
+ { "internalType": "uint256", "name": "validAfter", "type": "uint256" },
915
+ { "internalType": "uint256", "name": "validUntil", "type": "uint256" },
916
+ { "internalType": "uint256", "name": "value", "type": "uint256" }
917
+ ],
918
+ "internalType": "struct AvocadoMultisigStructs.CastForwardParams",
919
+ "name": "forwardParams_",
920
+ "type": "tuple"
921
+ },
922
+ {
923
+ "components": [
924
+ { "internalType": "bytes", "name": "signature", "type": "bytes" },
925
+ { "internalType": "address", "name": "signer", "type": "address" }
926
+ ],
927
+ "internalType": "struct AvocadoMultisigStructs.SignatureParams[]",
928
+ "name": "signaturesParams_",
929
+ "type": "tuple[]"
930
+ }
931
+ ],
932
+ "name": "verifyV1",
933
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
934
+ "stateMutability": "nonpayable",
935
+ "type": "function"
936
+ }
937
+ ]