@aztec/l1-artifacts 0.59.0 → 0.60.0

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 (73) hide show
  1. package/dest/ApellaAbi.d.ts +711 -0
  2. package/dest/ApellaAbi.d.ts.map +1 -0
  3. package/dest/ApellaAbi.js +928 -0
  4. package/dest/ApellaBytecode.d.ts +5 -0
  5. package/dest/ApellaBytecode.d.ts.map +1 -0
  6. package/dest/ApellaBytecode.js +5 -0
  7. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  8. package/dest/FeeJuicePortalBytecode.js +1 -1
  9. package/dest/GerousiaAbi.d.ts +296 -0
  10. package/dest/GerousiaAbi.d.ts.map +1 -0
  11. package/dest/GerousiaAbi.js +390 -0
  12. package/dest/GerousiaBytecode.d.ts +5 -0
  13. package/dest/GerousiaBytecode.d.ts.map +1 -0
  14. package/dest/GerousiaBytecode.js +5 -0
  15. package/dest/InboxBytecode.d.ts +1 -1
  16. package/dest/InboxBytecode.js +1 -1
  17. package/dest/NewGerousiaPayloadAbi.d.ts +52 -0
  18. package/dest/NewGerousiaPayloadAbi.d.ts.map +1 -0
  19. package/dest/NewGerousiaPayloadAbi.js +68 -0
  20. package/dest/NewGerousiaPayloadBytecode.d.ts +5 -0
  21. package/dest/NewGerousiaPayloadBytecode.d.ts.map +1 -0
  22. package/dest/NewGerousiaPayloadBytecode.js +5 -0
  23. package/dest/NomismatokopioAbi.d.ts +144 -0
  24. package/dest/NomismatokopioAbi.d.ts.map +1 -0
  25. package/dest/NomismatokopioAbi.js +187 -0
  26. package/dest/NomismatokopioBytecode.d.ts +5 -0
  27. package/dest/NomismatokopioBytecode.d.ts.map +1 -0
  28. package/dest/NomismatokopioBytecode.js +5 -0
  29. package/dest/OutboxBytecode.d.ts +1 -1
  30. package/dest/OutboxBytecode.js +1 -1
  31. package/dest/ProofCommitmentEscrowBytecode.d.ts +1 -1
  32. package/dest/ProofCommitmentEscrowBytecode.js +1 -1
  33. package/dest/RegistryBytecode.d.ts +1 -1
  34. package/dest/RegistryBytecode.js +1 -1
  35. package/dest/RollupAbi.d.ts +10 -10
  36. package/dest/RollupAbi.js +14 -14
  37. package/dest/RollupBytecode.d.ts +1 -1
  38. package/dest/RollupBytecode.d.ts.map +1 -1
  39. package/dest/RollupBytecode.js +2 -2
  40. package/dest/SysstiaAbi.d.ts +101 -0
  41. package/dest/SysstiaAbi.d.ts.map +1 -0
  42. package/dest/SysstiaAbi.js +134 -0
  43. package/dest/SysstiaBytecode.d.ts +5 -0
  44. package/dest/SysstiaBytecode.d.ts.map +1 -0
  45. package/dest/SysstiaBytecode.js +5 -0
  46. package/dest/TokenPortalBytecode.d.ts +1 -1
  47. package/dest/TokenPortalBytecode.js +1 -1
  48. package/dest/UniswapPortalBytecode.d.ts +1 -1
  49. package/dest/UniswapPortalBytecode.js +1 -1
  50. package/dest/index.d.ts +10 -0
  51. package/dest/index.d.ts.map +1 -1
  52. package/dest/index.js +11 -1
  53. package/generated/ApellaAbi.ts +927 -0
  54. package/generated/ApellaBytecode.ts +4 -0
  55. package/generated/FeeJuicePortalBytecode.ts +1 -1
  56. package/generated/GerousiaAbi.ts +389 -0
  57. package/generated/GerousiaBytecode.ts +4 -0
  58. package/generated/InboxBytecode.ts +1 -1
  59. package/generated/NewGerousiaPayloadAbi.ts +67 -0
  60. package/generated/NewGerousiaPayloadBytecode.ts +4 -0
  61. package/generated/NomismatokopioAbi.ts +186 -0
  62. package/generated/NomismatokopioBytecode.ts +4 -0
  63. package/generated/OutboxBytecode.ts +1 -1
  64. package/generated/ProofCommitmentEscrowBytecode.ts +1 -1
  65. package/generated/RegistryBytecode.ts +1 -1
  66. package/generated/RollupAbi.ts +13 -13
  67. package/generated/RollupBytecode.ts +1 -1
  68. package/generated/SysstiaAbi.ts +133 -0
  69. package/generated/SysstiaBytecode.ts +4 -0
  70. package/generated/TokenPortalBytecode.ts +1 -1
  71. package/generated/UniswapPortalBytecode.ts +1 -1
  72. package/generated/index.ts +10 -0
  73. package/package.json +1 -1
@@ -0,0 +1,927 @@
1
+ /**
2
+ * Apella ABI.
3
+ */
4
+ export const ApellaAbi = [
5
+ {
6
+ "type": "constructor",
7
+ "inputs": [
8
+ {
9
+ "name": "_asset",
10
+ "type": "address",
11
+ "internalType": "contract IERC20"
12
+ },
13
+ {
14
+ "name": "_gerousia",
15
+ "type": "address",
16
+ "internalType": "address"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable"
20
+ },
21
+ {
22
+ "type": "function",
23
+ "name": "ASSET",
24
+ "inputs": [],
25
+ "outputs": [
26
+ {
27
+ "name": "",
28
+ "type": "address",
29
+ "internalType": "contract IERC20"
30
+ }
31
+ ],
32
+ "stateMutability": "view"
33
+ },
34
+ {
35
+ "type": "function",
36
+ "name": "ballots",
37
+ "inputs": [
38
+ {
39
+ "name": "proposalId",
40
+ "type": "uint256",
41
+ "internalType": "uint256"
42
+ },
43
+ {
44
+ "name": "user",
45
+ "type": "address",
46
+ "internalType": "address"
47
+ }
48
+ ],
49
+ "outputs": [
50
+ {
51
+ "name": "yea",
52
+ "type": "uint256",
53
+ "internalType": "uint256"
54
+ },
55
+ {
56
+ "name": "nea",
57
+ "type": "uint256",
58
+ "internalType": "uint256"
59
+ }
60
+ ],
61
+ "stateMutability": "view"
62
+ },
63
+ {
64
+ "type": "function",
65
+ "name": "deposit",
66
+ "inputs": [
67
+ {
68
+ "name": "_onBehalfOf",
69
+ "type": "address",
70
+ "internalType": "address"
71
+ },
72
+ {
73
+ "name": "_amount",
74
+ "type": "uint256",
75
+ "internalType": "uint256"
76
+ }
77
+ ],
78
+ "outputs": [],
79
+ "stateMutability": "nonpayable"
80
+ },
81
+ {
82
+ "type": "function",
83
+ "name": "dropProposal",
84
+ "inputs": [
85
+ {
86
+ "name": "_proposalId",
87
+ "type": "uint256",
88
+ "internalType": "uint256"
89
+ }
90
+ ],
91
+ "outputs": [
92
+ {
93
+ "name": "",
94
+ "type": "bool",
95
+ "internalType": "bool"
96
+ }
97
+ ],
98
+ "stateMutability": "nonpayable"
99
+ },
100
+ {
101
+ "type": "function",
102
+ "name": "execute",
103
+ "inputs": [
104
+ {
105
+ "name": "_proposalId",
106
+ "type": "uint256",
107
+ "internalType": "uint256"
108
+ }
109
+ ],
110
+ "outputs": [
111
+ {
112
+ "name": "",
113
+ "type": "bool",
114
+ "internalType": "bool"
115
+ }
116
+ ],
117
+ "stateMutability": "nonpayable"
118
+ },
119
+ {
120
+ "type": "function",
121
+ "name": "finaliseWithdraw",
122
+ "inputs": [
123
+ {
124
+ "name": "_withdrawalId",
125
+ "type": "uint256",
126
+ "internalType": "uint256"
127
+ }
128
+ ],
129
+ "outputs": [],
130
+ "stateMutability": "nonpayable"
131
+ },
132
+ {
133
+ "type": "function",
134
+ "name": "gerousia",
135
+ "inputs": [],
136
+ "outputs": [
137
+ {
138
+ "name": "",
139
+ "type": "address",
140
+ "internalType": "address"
141
+ }
142
+ ],
143
+ "stateMutability": "view"
144
+ },
145
+ {
146
+ "type": "function",
147
+ "name": "getConfiguration",
148
+ "inputs": [],
149
+ "outputs": [
150
+ {
151
+ "name": "",
152
+ "type": "tuple",
153
+ "internalType": "struct DataStructures.Configuration",
154
+ "components": [
155
+ {
156
+ "name": "votingDelay",
157
+ "type": "uint256",
158
+ "internalType": "Timestamp"
159
+ },
160
+ {
161
+ "name": "votingDuration",
162
+ "type": "uint256",
163
+ "internalType": "Timestamp"
164
+ },
165
+ {
166
+ "name": "executionDelay",
167
+ "type": "uint256",
168
+ "internalType": "Timestamp"
169
+ },
170
+ {
171
+ "name": "gracePeriod",
172
+ "type": "uint256",
173
+ "internalType": "Timestamp"
174
+ },
175
+ {
176
+ "name": "quorum",
177
+ "type": "uint256",
178
+ "internalType": "uint256"
179
+ },
180
+ {
181
+ "name": "voteDifferential",
182
+ "type": "uint256",
183
+ "internalType": "uint256"
184
+ },
185
+ {
186
+ "name": "minimumVotes",
187
+ "type": "uint256",
188
+ "internalType": "uint256"
189
+ }
190
+ ]
191
+ }
192
+ ],
193
+ "stateMutability": "view"
194
+ },
195
+ {
196
+ "type": "function",
197
+ "name": "getProposal",
198
+ "inputs": [
199
+ {
200
+ "name": "_proposalId",
201
+ "type": "uint256",
202
+ "internalType": "uint256"
203
+ }
204
+ ],
205
+ "outputs": [
206
+ {
207
+ "name": "",
208
+ "type": "tuple",
209
+ "internalType": "struct DataStructures.Proposal",
210
+ "components": [
211
+ {
212
+ "name": "config",
213
+ "type": "tuple",
214
+ "internalType": "struct DataStructures.Configuration",
215
+ "components": [
216
+ {
217
+ "name": "votingDelay",
218
+ "type": "uint256",
219
+ "internalType": "Timestamp"
220
+ },
221
+ {
222
+ "name": "votingDuration",
223
+ "type": "uint256",
224
+ "internalType": "Timestamp"
225
+ },
226
+ {
227
+ "name": "executionDelay",
228
+ "type": "uint256",
229
+ "internalType": "Timestamp"
230
+ },
231
+ {
232
+ "name": "gracePeriod",
233
+ "type": "uint256",
234
+ "internalType": "Timestamp"
235
+ },
236
+ {
237
+ "name": "quorum",
238
+ "type": "uint256",
239
+ "internalType": "uint256"
240
+ },
241
+ {
242
+ "name": "voteDifferential",
243
+ "type": "uint256",
244
+ "internalType": "uint256"
245
+ },
246
+ {
247
+ "name": "minimumVotes",
248
+ "type": "uint256",
249
+ "internalType": "uint256"
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "name": "state",
255
+ "type": "uint8",
256
+ "internalType": "enum DataStructures.ProposalState"
257
+ },
258
+ {
259
+ "name": "payload",
260
+ "type": "address",
261
+ "internalType": "contract IPayload"
262
+ },
263
+ {
264
+ "name": "creator",
265
+ "type": "address",
266
+ "internalType": "address"
267
+ },
268
+ {
269
+ "name": "creation",
270
+ "type": "uint256",
271
+ "internalType": "Timestamp"
272
+ },
273
+ {
274
+ "name": "summedBallot",
275
+ "type": "tuple",
276
+ "internalType": "struct DataStructures.Ballot",
277
+ "components": [
278
+ {
279
+ "name": "yea",
280
+ "type": "uint256",
281
+ "internalType": "uint256"
282
+ },
283
+ {
284
+ "name": "nea",
285
+ "type": "uint256",
286
+ "internalType": "uint256"
287
+ }
288
+ ]
289
+ }
290
+ ]
291
+ }
292
+ ],
293
+ "stateMutability": "view"
294
+ },
295
+ {
296
+ "type": "function",
297
+ "name": "getProposalState",
298
+ "inputs": [
299
+ {
300
+ "name": "_proposalId",
301
+ "type": "uint256",
302
+ "internalType": "uint256"
303
+ }
304
+ ],
305
+ "outputs": [
306
+ {
307
+ "name": "",
308
+ "type": "uint8",
309
+ "internalType": "enum DataStructures.ProposalState"
310
+ }
311
+ ],
312
+ "stateMutability": "view"
313
+ },
314
+ {
315
+ "type": "function",
316
+ "name": "getWithdrawal",
317
+ "inputs": [
318
+ {
319
+ "name": "_withdrawalId",
320
+ "type": "uint256",
321
+ "internalType": "uint256"
322
+ }
323
+ ],
324
+ "outputs": [
325
+ {
326
+ "name": "",
327
+ "type": "tuple",
328
+ "internalType": "struct DataStructures.Withdrawal",
329
+ "components": [
330
+ {
331
+ "name": "amount",
332
+ "type": "uint256",
333
+ "internalType": "uint256"
334
+ },
335
+ {
336
+ "name": "unlocksAt",
337
+ "type": "uint256",
338
+ "internalType": "Timestamp"
339
+ },
340
+ {
341
+ "name": "recipient",
342
+ "type": "address",
343
+ "internalType": "address"
344
+ },
345
+ {
346
+ "name": "claimed",
347
+ "type": "bool",
348
+ "internalType": "bool"
349
+ }
350
+ ]
351
+ }
352
+ ],
353
+ "stateMutability": "view"
354
+ },
355
+ {
356
+ "type": "function",
357
+ "name": "initiateWithdraw",
358
+ "inputs": [
359
+ {
360
+ "name": "_to",
361
+ "type": "address",
362
+ "internalType": "address"
363
+ },
364
+ {
365
+ "name": "_amount",
366
+ "type": "uint256",
367
+ "internalType": "uint256"
368
+ }
369
+ ],
370
+ "outputs": [
371
+ {
372
+ "name": "",
373
+ "type": "uint256",
374
+ "internalType": "uint256"
375
+ }
376
+ ],
377
+ "stateMutability": "nonpayable"
378
+ },
379
+ {
380
+ "type": "function",
381
+ "name": "powerAt",
382
+ "inputs": [
383
+ {
384
+ "name": "_owner",
385
+ "type": "address",
386
+ "internalType": "address"
387
+ },
388
+ {
389
+ "name": "_ts",
390
+ "type": "uint256",
391
+ "internalType": "Timestamp"
392
+ }
393
+ ],
394
+ "outputs": [
395
+ {
396
+ "name": "",
397
+ "type": "uint256",
398
+ "internalType": "uint256"
399
+ }
400
+ ],
401
+ "stateMutability": "view"
402
+ },
403
+ {
404
+ "type": "function",
405
+ "name": "proposalCount",
406
+ "inputs": [],
407
+ "outputs": [
408
+ {
409
+ "name": "",
410
+ "type": "uint256",
411
+ "internalType": "uint256"
412
+ }
413
+ ],
414
+ "stateMutability": "view"
415
+ },
416
+ {
417
+ "type": "function",
418
+ "name": "propose",
419
+ "inputs": [
420
+ {
421
+ "name": "_proposal",
422
+ "type": "address",
423
+ "internalType": "contract IPayload"
424
+ }
425
+ ],
426
+ "outputs": [
427
+ {
428
+ "name": "",
429
+ "type": "bool",
430
+ "internalType": "bool"
431
+ }
432
+ ],
433
+ "stateMutability": "nonpayable"
434
+ },
435
+ {
436
+ "type": "function",
437
+ "name": "totalPowerAt",
438
+ "inputs": [
439
+ {
440
+ "name": "_ts",
441
+ "type": "uint256",
442
+ "internalType": "Timestamp"
443
+ }
444
+ ],
445
+ "outputs": [
446
+ {
447
+ "name": "",
448
+ "type": "uint256",
449
+ "internalType": "uint256"
450
+ }
451
+ ],
452
+ "stateMutability": "view"
453
+ },
454
+ {
455
+ "type": "function",
456
+ "name": "updateConfiguration",
457
+ "inputs": [
458
+ {
459
+ "name": "_configuration",
460
+ "type": "tuple",
461
+ "internalType": "struct DataStructures.Configuration",
462
+ "components": [
463
+ {
464
+ "name": "votingDelay",
465
+ "type": "uint256",
466
+ "internalType": "Timestamp"
467
+ },
468
+ {
469
+ "name": "votingDuration",
470
+ "type": "uint256",
471
+ "internalType": "Timestamp"
472
+ },
473
+ {
474
+ "name": "executionDelay",
475
+ "type": "uint256",
476
+ "internalType": "Timestamp"
477
+ },
478
+ {
479
+ "name": "gracePeriod",
480
+ "type": "uint256",
481
+ "internalType": "Timestamp"
482
+ },
483
+ {
484
+ "name": "quorum",
485
+ "type": "uint256",
486
+ "internalType": "uint256"
487
+ },
488
+ {
489
+ "name": "voteDifferential",
490
+ "type": "uint256",
491
+ "internalType": "uint256"
492
+ },
493
+ {
494
+ "name": "minimumVotes",
495
+ "type": "uint256",
496
+ "internalType": "uint256"
497
+ }
498
+ ]
499
+ }
500
+ ],
501
+ "outputs": [],
502
+ "stateMutability": "nonpayable"
503
+ },
504
+ {
505
+ "type": "function",
506
+ "name": "updateGerousia",
507
+ "inputs": [
508
+ {
509
+ "name": "_gerousia",
510
+ "type": "address",
511
+ "internalType": "address"
512
+ }
513
+ ],
514
+ "outputs": [],
515
+ "stateMutability": "nonpayable"
516
+ },
517
+ {
518
+ "type": "function",
519
+ "name": "vote",
520
+ "inputs": [
521
+ {
522
+ "name": "_proposalId",
523
+ "type": "uint256",
524
+ "internalType": "uint256"
525
+ },
526
+ {
527
+ "name": "_amount",
528
+ "type": "uint256",
529
+ "internalType": "uint256"
530
+ },
531
+ {
532
+ "name": "_support",
533
+ "type": "bool",
534
+ "internalType": "bool"
535
+ }
536
+ ],
537
+ "outputs": [
538
+ {
539
+ "name": "",
540
+ "type": "bool",
541
+ "internalType": "bool"
542
+ }
543
+ ],
544
+ "stateMutability": "nonpayable"
545
+ },
546
+ {
547
+ "type": "function",
548
+ "name": "withdrawalCount",
549
+ "inputs": [],
550
+ "outputs": [
551
+ {
552
+ "name": "",
553
+ "type": "uint256",
554
+ "internalType": "uint256"
555
+ }
556
+ ],
557
+ "stateMutability": "view"
558
+ },
559
+ {
560
+ "type": "event",
561
+ "name": "ConfigurationUpdated",
562
+ "inputs": [
563
+ {
564
+ "name": "time",
565
+ "type": "uint256",
566
+ "indexed": true,
567
+ "internalType": "Timestamp"
568
+ }
569
+ ],
570
+ "anonymous": false
571
+ },
572
+ {
573
+ "type": "event",
574
+ "name": "Deposit",
575
+ "inputs": [
576
+ {
577
+ "name": "depositor",
578
+ "type": "address",
579
+ "indexed": true,
580
+ "internalType": "address"
581
+ },
582
+ {
583
+ "name": "onBehalfOf",
584
+ "type": "address",
585
+ "indexed": true,
586
+ "internalType": "address"
587
+ },
588
+ {
589
+ "name": "amount",
590
+ "type": "uint256",
591
+ "indexed": false,
592
+ "internalType": "uint256"
593
+ }
594
+ ],
595
+ "anonymous": false
596
+ },
597
+ {
598
+ "type": "event",
599
+ "name": "GerousiaUpdated",
600
+ "inputs": [
601
+ {
602
+ "name": "gerousia",
603
+ "type": "address",
604
+ "indexed": true,
605
+ "internalType": "address"
606
+ }
607
+ ],
608
+ "anonymous": false
609
+ },
610
+ {
611
+ "type": "event",
612
+ "name": "ProposalExecuted",
613
+ "inputs": [
614
+ {
615
+ "name": "proposalId",
616
+ "type": "uint256",
617
+ "indexed": true,
618
+ "internalType": "uint256"
619
+ }
620
+ ],
621
+ "anonymous": false
622
+ },
623
+ {
624
+ "type": "event",
625
+ "name": "Proposed",
626
+ "inputs": [
627
+ {
628
+ "name": "proposalId",
629
+ "type": "uint256",
630
+ "indexed": true,
631
+ "internalType": "uint256"
632
+ },
633
+ {
634
+ "name": "proposal",
635
+ "type": "address",
636
+ "indexed": true,
637
+ "internalType": "address"
638
+ }
639
+ ],
640
+ "anonymous": false
641
+ },
642
+ {
643
+ "type": "event",
644
+ "name": "VoteCast",
645
+ "inputs": [
646
+ {
647
+ "name": "proposalId",
648
+ "type": "uint256",
649
+ "indexed": true,
650
+ "internalType": "uint256"
651
+ },
652
+ {
653
+ "name": "voter",
654
+ "type": "address",
655
+ "indexed": true,
656
+ "internalType": "address"
657
+ },
658
+ {
659
+ "name": "support",
660
+ "type": "bool",
661
+ "indexed": false,
662
+ "internalType": "bool"
663
+ },
664
+ {
665
+ "name": "amount",
666
+ "type": "uint256",
667
+ "indexed": false,
668
+ "internalType": "uint256"
669
+ }
670
+ ],
671
+ "anonymous": false
672
+ },
673
+ {
674
+ "type": "event",
675
+ "name": "WithdrawFinalised",
676
+ "inputs": [
677
+ {
678
+ "name": "withdrawalId",
679
+ "type": "uint256",
680
+ "indexed": true,
681
+ "internalType": "uint256"
682
+ }
683
+ ],
684
+ "anonymous": false
685
+ },
686
+ {
687
+ "type": "event",
688
+ "name": "WithdrawInitiated",
689
+ "inputs": [
690
+ {
691
+ "name": "withdrawalId",
692
+ "type": "uint256",
693
+ "indexed": true,
694
+ "internalType": "uint256"
695
+ },
696
+ {
697
+ "name": "recipient",
698
+ "type": "address",
699
+ "indexed": true,
700
+ "internalType": "address"
701
+ },
702
+ {
703
+ "name": "amount",
704
+ "type": "uint256",
705
+ "indexed": false,
706
+ "internalType": "uint256"
707
+ }
708
+ ],
709
+ "anonymous": false
710
+ },
711
+ {
712
+ "type": "error",
713
+ "name": "AddressEmptyCode",
714
+ "inputs": [
715
+ {
716
+ "name": "target",
717
+ "type": "address",
718
+ "internalType": "address"
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "type": "error",
724
+ "name": "AddressInsufficientBalance",
725
+ "inputs": [
726
+ {
727
+ "name": "account",
728
+ "type": "address",
729
+ "internalType": "address"
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "type": "error",
735
+ "name": "Apella__CallFailed",
736
+ "inputs": [
737
+ {
738
+ "name": "target",
739
+ "type": "address",
740
+ "internalType": "address"
741
+ }
742
+ ]
743
+ },
744
+ {
745
+ "type": "error",
746
+ "name": "Apella__CallerNotGerousia",
747
+ "inputs": [
748
+ {
749
+ "name": "caller",
750
+ "type": "address",
751
+ "internalType": "address"
752
+ },
753
+ {
754
+ "name": "gerousia",
755
+ "type": "address",
756
+ "internalType": "address"
757
+ }
758
+ ]
759
+ },
760
+ {
761
+ "type": "error",
762
+ "name": "Apella__CallerNotSelf",
763
+ "inputs": [
764
+ {
765
+ "name": "caller",
766
+ "type": "address",
767
+ "internalType": "address"
768
+ },
769
+ {
770
+ "name": "self",
771
+ "type": "address",
772
+ "internalType": "address"
773
+ }
774
+ ]
775
+ },
776
+ {
777
+ "type": "error",
778
+ "name": "Apella__CannotCallAsset",
779
+ "inputs": []
780
+ },
781
+ {
782
+ "type": "error",
783
+ "name": "Apella__ConfigurationLib__DifferentialTooBig",
784
+ "inputs": []
785
+ },
786
+ {
787
+ "type": "error",
788
+ "name": "Apella__ConfigurationLib__InvalidMinimumVotes",
789
+ "inputs": []
790
+ },
791
+ {
792
+ "type": "error",
793
+ "name": "Apella__ConfigurationLib__QuorumTooBig",
794
+ "inputs": []
795
+ },
796
+ {
797
+ "type": "error",
798
+ "name": "Apella__ConfigurationLib__QuorumTooSmall",
799
+ "inputs": []
800
+ },
801
+ {
802
+ "type": "error",
803
+ "name": "Apella__ConfigurationLib__TimeTooBig",
804
+ "inputs": [
805
+ {
806
+ "name": "name",
807
+ "type": "string",
808
+ "internalType": "string"
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "type": "error",
814
+ "name": "Apella__ConfigurationLib__TimeTooSmall",
815
+ "inputs": [
816
+ {
817
+ "name": "name",
818
+ "type": "string",
819
+ "internalType": "string"
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "type": "error",
825
+ "name": "Apella__InsufficientPower",
826
+ "inputs": [
827
+ {
828
+ "name": "voter",
829
+ "type": "address",
830
+ "internalType": "address"
831
+ },
832
+ {
833
+ "name": "have",
834
+ "type": "uint256",
835
+ "internalType": "uint256"
836
+ },
837
+ {
838
+ "name": "required",
839
+ "type": "uint256",
840
+ "internalType": "uint256"
841
+ }
842
+ ]
843
+ },
844
+ {
845
+ "type": "error",
846
+ "name": "Apella__NoCheckpointsFound",
847
+ "inputs": []
848
+ },
849
+ {
850
+ "type": "error",
851
+ "name": "Apella__ProposalAlreadyDropped",
852
+ "inputs": []
853
+ },
854
+ {
855
+ "type": "error",
856
+ "name": "Apella__ProposalCannotBeDropped",
857
+ "inputs": []
858
+ },
859
+ {
860
+ "type": "error",
861
+ "name": "Apella__ProposalDoesNotExists",
862
+ "inputs": [
863
+ {
864
+ "name": "proposalId",
865
+ "type": "uint256",
866
+ "internalType": "uint256"
867
+ }
868
+ ]
869
+ },
870
+ {
871
+ "type": "error",
872
+ "name": "Apella__ProposalNotActive",
873
+ "inputs": []
874
+ },
875
+ {
876
+ "type": "error",
877
+ "name": "Apella__ProposalNotExecutable",
878
+ "inputs": []
879
+ },
880
+ {
881
+ "type": "error",
882
+ "name": "Apella__UserLib__NotInPast",
883
+ "inputs": []
884
+ },
885
+ {
886
+ "type": "error",
887
+ "name": "Apella__WithdrawalAlreadyclaimed",
888
+ "inputs": []
889
+ },
890
+ {
891
+ "type": "error",
892
+ "name": "Apella__WithdrawalNotUnlockedYet",
893
+ "inputs": [
894
+ {
895
+ "name": "currentTime",
896
+ "type": "uint256",
897
+ "internalType": "Timestamp"
898
+ },
899
+ {
900
+ "name": "unlocksAt",
901
+ "type": "uint256",
902
+ "internalType": "Timestamp"
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "type": "error",
908
+ "name": "FailedInnerCall",
909
+ "inputs": []
910
+ },
911
+ {
912
+ "type": "error",
913
+ "name": "MathOverflowedMulDiv",
914
+ "inputs": []
915
+ },
916
+ {
917
+ "type": "error",
918
+ "name": "SafeERC20FailedOperation",
919
+ "inputs": [
920
+ {
921
+ "name": "token",
922
+ "type": "address",
923
+ "internalType": "address"
924
+ }
925
+ ]
926
+ }
927
+ ] as const;