@flarenetwork/flare-periphery-contract-artifacts 0.1.23 → 0.1.25

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 (71) hide show
  1. package/coston/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
  2. package/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +976 -6
  3. package/coston/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +25 -0
  4. package/coston/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
  5. package/coston/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
  6. package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
  7. package/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
  8. package/coston/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
  9. package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
  10. package/coston2/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
  11. package/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
  12. package/coston2/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
  13. package/coston2/artifacts/contracts/IWNat.sol/IWNat.json +9 -737
  14. package/coston2/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
  15. package/coston2/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +8 -48
  16. package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
  17. package/flare/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
  18. package/flare/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
  19. package/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
  20. package/flare/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
  21. package/flare/artifacts/contracts/IWNat.sol/IWNat.json +9 -737
  22. package/flare/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
  23. package/flare/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
  24. package/flare/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +8 -48
  25. package/package.json +28 -3
  26. package/songbird/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
  27. package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +976 -6
  28. package/songbird/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +25 -0
  29. package/songbird/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
  30. package/songbird/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
  31. package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
  32. package/songbird/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
  33. package/songbird/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
  34. package/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
  35. package/songbird/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
  36. package/songbird/artifacts/contracts/IWNat.sol/IWNat.json +4 -703
  37. package/songbird/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
  38. package/songbird/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
  39. package/songbird/artifacts/contracts/data/AgentInfo.sol/AgentInfo.json +1 -0
  40. package/songbird/artifacts/contracts/data/AgentSettings.sol/AgentSettings.json +1 -0
  41. package/songbird/artifacts/contracts/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
  42. package/songbird/artifacts/contracts/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
  43. package/songbird/artifacts/contracts/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
  44. package/songbird/artifacts/contracts/data/CollateralType.sol/CollateralType.json +1 -0
  45. package/songbird/artifacts/contracts/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
  46. package/songbird/artifacts/contracts/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
  47. package/songbird/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +8 -48
  48. package/coston/README.md +0 -7
  49. package/coston/StateConnector/configs/AddressValidity.json +0 -326
  50. package/coston/StateConnector/configs/BalanceDecreasingTransaction.json +0 -379
  51. package/coston/StateConnector/configs/ConfirmedBlockHeightExists.json +0 -363
  52. package/coston/StateConnector/configs/EVMTransaction.json +0 -600
  53. package/coston/StateConnector/configs/Payment.json +0 -512
  54. package/coston/StateConnector/configs/ReferencedPaymentNonexistence.json +0 -431
  55. package/coston/StateConnector/configs/TypeTemplate.json +0 -555
  56. package/coston2/README.md +0 -7
  57. package/flare/README.md +0 -7
  58. package/songbird/README.md +0 -7
  59. /package/{README.md → README.root.md} +0 -0
  60. /package/coston/artifacts/contracts/{userInterfaces/data/AgentInfo.sol/AgentInfo.json → IJsonApi.sol/IJsonApi.json} +0 -0
  61. /package/coston/artifacts/contracts/{userInterfaces/data/AgentSettings.sol/AgentSettings.json → IWeb2Json.sol/IWeb2Json.json} +0 -0
  62. /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/AgentInfo.sol/AgentInfo.json +0 -0
  63. /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/AgentSettings.sol/AgentSettings.json +0 -0
  64. /package/coston/artifacts/contracts/{userInterfaces/data → data}/AssetManagerSettings.sol/AssetManagerSettings.json +0 -0
  65. /package/coston/artifacts/contracts/{userInterfaces/data → data}/AvailableAgentInfo.sol/AvailableAgentInfo.json +0 -0
  66. /package/coston/artifacts/contracts/{userInterfaces/data/CollateralType.sol/CollateralType.json → data/CollateralReservationInfo.sol/CollateralReservationInfo.json} +0 -0
  67. /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/CollateralType.sol/CollateralType.json +0 -0
  68. /package/coston/artifacts/contracts/{userInterfaces/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json → data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json} +0 -0
  69. /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +0 -0
  70. /package/{songbird/artifacts/contracts/userInterfaces/data/AssetManagerSettings.sol/AssetManagerSettings.json → coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json} +0 -0
  71. /package/{songbird/artifacts/contracts/userInterfaces/data/AvailableAgentInfo.sol/AvailableAgentInfo.json → coston2/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json} +0 -0
@@ -0,0 +1,630 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": true,
7
+ "internalType": "uint256",
8
+ "name": "proposalId",
9
+ "type": "uint256"
10
+ },
11
+ {
12
+ "indexed": false,
13
+ "internalType": "address",
14
+ "name": "proposer",
15
+ "type": "address"
16
+ },
17
+ {
18
+ "indexed": false,
19
+ "internalType": "string",
20
+ "name": "description",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "indexed": false,
25
+ "internalType": "uint256",
26
+ "name": "voteStartTime",
27
+ "type": "uint256"
28
+ },
29
+ {
30
+ "indexed": false,
31
+ "internalType": "uint256",
32
+ "name": "voteEndTime",
33
+ "type": "uint256"
34
+ },
35
+ {
36
+ "indexed": false,
37
+ "internalType": "uint256",
38
+ "name": "thresholdConditionBIPS",
39
+ "type": "uint256"
40
+ },
41
+ {
42
+ "indexed": false,
43
+ "internalType": "uint256",
44
+ "name": "majorityConditionBIPS",
45
+ "type": "uint256"
46
+ },
47
+ {
48
+ "indexed": false,
49
+ "internalType": "address[]",
50
+ "name": "eligibleMembers",
51
+ "type": "address[]"
52
+ }
53
+ ],
54
+ "name": "FtsoProposalCreated",
55
+ "type": "event"
56
+ },
57
+ {
58
+ "anonymous": false,
59
+ "inputs": [
60
+ {
61
+ "indexed": false,
62
+ "internalType": "address",
63
+ "name": "newMaintainer",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "name": "MaintainerSet",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "anonymous": false,
72
+ "inputs": [
73
+ {
74
+ "indexed": false,
75
+ "internalType": "address",
76
+ "name": "addedMember",
77
+ "type": "address"
78
+ }
79
+ ],
80
+ "name": "ManagementGroupMemberAdded",
81
+ "type": "event"
82
+ },
83
+ {
84
+ "anonymous": false,
85
+ "inputs": [
86
+ {
87
+ "indexed": false,
88
+ "internalType": "address",
89
+ "name": "removedMember",
90
+ "type": "address"
91
+ }
92
+ ],
93
+ "name": "ManagementGroupMemberRemoved",
94
+ "type": "event"
95
+ },
96
+ {
97
+ "anonymous": false,
98
+ "inputs": [
99
+ {
100
+ "indexed": false,
101
+ "internalType": "uint256",
102
+ "name": "votingDelaySeconds",
103
+ "type": "uint256"
104
+ },
105
+ {
106
+ "indexed": false,
107
+ "internalType": "uint256",
108
+ "name": "votingPeriodSeconds",
109
+ "type": "uint256"
110
+ },
111
+ {
112
+ "indexed": false,
113
+ "internalType": "uint256",
114
+ "name": "thresholdConditionBIPS",
115
+ "type": "uint256"
116
+ },
117
+ {
118
+ "indexed": false,
119
+ "internalType": "uint256",
120
+ "name": "majorityConditionBIPS",
121
+ "type": "uint256"
122
+ },
123
+ {
124
+ "indexed": false,
125
+ "internalType": "uint256",
126
+ "name": "proposalFeeValueWei",
127
+ "type": "uint256"
128
+ },
129
+ {
130
+ "indexed": false,
131
+ "internalType": "uint256",
132
+ "name": "addAfterRewardedEpochs",
133
+ "type": "uint256"
134
+ },
135
+ {
136
+ "indexed": false,
137
+ "internalType": "uint256",
138
+ "name": "addAfterNotChilledEpochs",
139
+ "type": "uint256"
140
+ },
141
+ {
142
+ "indexed": false,
143
+ "internalType": "uint256",
144
+ "name": "removeAfterNotRewardedEpochs",
145
+ "type": "uint256"
146
+ },
147
+ {
148
+ "indexed": false,
149
+ "internalType": "uint256",
150
+ "name": "removeAfterEligibleProposals",
151
+ "type": "uint256"
152
+ },
153
+ {
154
+ "indexed": false,
155
+ "internalType": "uint256",
156
+ "name": "removeAfterNonParticipatingProposals",
157
+ "type": "uint256"
158
+ },
159
+ {
160
+ "indexed": false,
161
+ "internalType": "uint256",
162
+ "name": "removeForDays",
163
+ "type": "uint256"
164
+ }
165
+ ],
166
+ "name": "ParametersSet",
167
+ "type": "event"
168
+ },
169
+ {
170
+ "anonymous": false,
171
+ "inputs": [
172
+ {
173
+ "indexed": true,
174
+ "internalType": "uint256",
175
+ "name": "proposalId",
176
+ "type": "uint256"
177
+ }
178
+ ],
179
+ "name": "ProposalCanceled",
180
+ "type": "event"
181
+ },
182
+ {
183
+ "anonymous": false,
184
+ "inputs": [
185
+ {
186
+ "indexed": false,
187
+ "internalType": "address",
188
+ "name": "account",
189
+ "type": "address"
190
+ },
191
+ {
192
+ "indexed": false,
193
+ "internalType": "address",
194
+ "name": "proxyVoter",
195
+ "type": "address"
196
+ }
197
+ ],
198
+ "name": "ProxyVoterSet",
199
+ "type": "event"
200
+ },
201
+ {
202
+ "anonymous": false,
203
+ "inputs": [
204
+ {
205
+ "indexed": true,
206
+ "internalType": "address",
207
+ "name": "voter",
208
+ "type": "address"
209
+ },
210
+ {
211
+ "indexed": true,
212
+ "internalType": "uint256",
213
+ "name": "proposalId",
214
+ "type": "uint256"
215
+ },
216
+ {
217
+ "indexed": false,
218
+ "internalType": "uint8",
219
+ "name": "support",
220
+ "type": "uint8"
221
+ },
222
+ {
223
+ "indexed": false,
224
+ "internalType": "uint256",
225
+ "name": "forVotePower",
226
+ "type": "uint256"
227
+ },
228
+ {
229
+ "indexed": false,
230
+ "internalType": "uint256",
231
+ "name": "againstVotePower",
232
+ "type": "uint256"
233
+ }
234
+ ],
235
+ "name": "VoteCast",
236
+ "type": "event"
237
+ },
238
+ {
239
+ "inputs": [],
240
+ "name": "addMember",
241
+ "outputs": [],
242
+ "stateMutability": "nonpayable",
243
+ "type": "function"
244
+ },
245
+ {
246
+ "inputs": [
247
+ {
248
+ "internalType": "address",
249
+ "name": "_account",
250
+ "type": "address"
251
+ }
252
+ ],
253
+ "name": "canPropose",
254
+ "outputs": [
255
+ {
256
+ "internalType": "bool",
257
+ "name": "",
258
+ "type": "bool"
259
+ }
260
+ ],
261
+ "stateMutability": "view",
262
+ "type": "function"
263
+ },
264
+ {
265
+ "inputs": [
266
+ {
267
+ "internalType": "address",
268
+ "name": "_account",
269
+ "type": "address"
270
+ },
271
+ {
272
+ "internalType": "uint256",
273
+ "name": "_proposalId",
274
+ "type": "uint256"
275
+ }
276
+ ],
277
+ "name": "canVote",
278
+ "outputs": [
279
+ {
280
+ "internalType": "bool",
281
+ "name": "",
282
+ "type": "bool"
283
+ }
284
+ ],
285
+ "stateMutability": "view",
286
+ "type": "function"
287
+ },
288
+ {
289
+ "inputs": [
290
+ {
291
+ "internalType": "uint256",
292
+ "name": "_proposalId",
293
+ "type": "uint256"
294
+ }
295
+ ],
296
+ "name": "cancel",
297
+ "outputs": [],
298
+ "stateMutability": "nonpayable",
299
+ "type": "function"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "internalType": "uint256",
305
+ "name": "_proposalId",
306
+ "type": "uint256"
307
+ },
308
+ {
309
+ "internalType": "uint8",
310
+ "name": "_support",
311
+ "type": "uint8"
312
+ }
313
+ ],
314
+ "name": "castVote",
315
+ "outputs": [],
316
+ "stateMutability": "nonpayable",
317
+ "type": "function"
318
+ },
319
+ {
320
+ "inputs": [
321
+ {
322
+ "internalType": "address[]",
323
+ "name": "_providersToAdd",
324
+ "type": "address[]"
325
+ },
326
+ {
327
+ "internalType": "address[]",
328
+ "name": "_providersToRemove",
329
+ "type": "address[]"
330
+ }
331
+ ],
332
+ "name": "changeManagementGroupMembers",
333
+ "outputs": [],
334
+ "stateMutability": "nonpayable",
335
+ "type": "function"
336
+ },
337
+ {
338
+ "inputs": [],
339
+ "name": "getLastProposal",
340
+ "outputs": [
341
+ {
342
+ "internalType": "uint256",
343
+ "name": "_proposalId",
344
+ "type": "uint256"
345
+ },
346
+ {
347
+ "internalType": "string",
348
+ "name": "_description",
349
+ "type": "string"
350
+ }
351
+ ],
352
+ "stateMutability": "view",
353
+ "type": "function"
354
+ },
355
+ {
356
+ "inputs": [],
357
+ "name": "getManagementGroupMembers",
358
+ "outputs": [
359
+ {
360
+ "internalType": "address[]",
361
+ "name": "_list",
362
+ "type": "address[]"
363
+ }
364
+ ],
365
+ "stateMutability": "view",
366
+ "type": "function"
367
+ },
368
+ {
369
+ "inputs": [
370
+ {
371
+ "internalType": "uint256",
372
+ "name": "_proposalId",
373
+ "type": "uint256"
374
+ }
375
+ ],
376
+ "name": "getProposalDescription",
377
+ "outputs": [
378
+ {
379
+ "internalType": "string",
380
+ "name": "_description",
381
+ "type": "string"
382
+ }
383
+ ],
384
+ "stateMutability": "view",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "uint256",
391
+ "name": "_proposalId",
392
+ "type": "uint256"
393
+ }
394
+ ],
395
+ "name": "getProposalInfo",
396
+ "outputs": [
397
+ {
398
+ "internalType": "string",
399
+ "name": "_description",
400
+ "type": "string"
401
+ },
402
+ {
403
+ "internalType": "address",
404
+ "name": "_proposer",
405
+ "type": "address"
406
+ },
407
+ {
408
+ "internalType": "uint256",
409
+ "name": "_voteStartTime",
410
+ "type": "uint256"
411
+ },
412
+ {
413
+ "internalType": "uint256",
414
+ "name": "_voteEndTime",
415
+ "type": "uint256"
416
+ },
417
+ {
418
+ "internalType": "uint256",
419
+ "name": "_thresholdConditionBIPS",
420
+ "type": "uint256"
421
+ },
422
+ {
423
+ "internalType": "uint256",
424
+ "name": "_majorityConditionBIPS",
425
+ "type": "uint256"
426
+ },
427
+ {
428
+ "internalType": "uint256",
429
+ "name": "_noOfEligibleMembers",
430
+ "type": "uint256"
431
+ }
432
+ ],
433
+ "stateMutability": "view",
434
+ "type": "function"
435
+ },
436
+ {
437
+ "inputs": [
438
+ {
439
+ "internalType": "uint256",
440
+ "name": "_proposalId",
441
+ "type": "uint256"
442
+ }
443
+ ],
444
+ "name": "getProposalVotes",
445
+ "outputs": [
446
+ {
447
+ "internalType": "uint256",
448
+ "name": "_for",
449
+ "type": "uint256"
450
+ },
451
+ {
452
+ "internalType": "uint256",
453
+ "name": "_against",
454
+ "type": "uint256"
455
+ }
456
+ ],
457
+ "stateMutability": "view",
458
+ "type": "function"
459
+ },
460
+ {
461
+ "inputs": [
462
+ {
463
+ "internalType": "uint256",
464
+ "name": "_proposalId",
465
+ "type": "uint256"
466
+ },
467
+ {
468
+ "internalType": "address",
469
+ "name": "_voter",
470
+ "type": "address"
471
+ }
472
+ ],
473
+ "name": "hasVoted",
474
+ "outputs": [
475
+ {
476
+ "internalType": "bool",
477
+ "name": "",
478
+ "type": "bool"
479
+ }
480
+ ],
481
+ "stateMutability": "view",
482
+ "type": "function"
483
+ },
484
+ {
485
+ "inputs": [
486
+ {
487
+ "internalType": "address",
488
+ "name": "_account",
489
+ "type": "address"
490
+ }
491
+ ],
492
+ "name": "isMember",
493
+ "outputs": [
494
+ {
495
+ "internalType": "bool",
496
+ "name": "",
497
+ "type": "bool"
498
+ }
499
+ ],
500
+ "stateMutability": "view",
501
+ "type": "function"
502
+ },
503
+ {
504
+ "inputs": [
505
+ {
506
+ "internalType": "string",
507
+ "name": "_description",
508
+ "type": "string"
509
+ }
510
+ ],
511
+ "name": "propose",
512
+ "outputs": [
513
+ {
514
+ "internalType": "uint256",
515
+ "name": "",
516
+ "type": "uint256"
517
+ }
518
+ ],
519
+ "stateMutability": "payable",
520
+ "type": "function"
521
+ },
522
+ {
523
+ "inputs": [
524
+ {
525
+ "internalType": "address",
526
+ "name": "_account",
527
+ "type": "address"
528
+ }
529
+ ],
530
+ "name": "removeMember",
531
+ "outputs": [],
532
+ "stateMutability": "nonpayable",
533
+ "type": "function"
534
+ },
535
+ {
536
+ "inputs": [
537
+ {
538
+ "internalType": "uint256",
539
+ "name": "_votingDelaySeconds",
540
+ "type": "uint256"
541
+ },
542
+ {
543
+ "internalType": "uint256",
544
+ "name": "_votingPeriodSeconds",
545
+ "type": "uint256"
546
+ },
547
+ {
548
+ "internalType": "uint256",
549
+ "name": "_thresholdConditionBIPS",
550
+ "type": "uint256"
551
+ },
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "_majorityConditionBIPS",
555
+ "type": "uint256"
556
+ },
557
+ {
558
+ "internalType": "uint256",
559
+ "name": "_proposalFeeValueWei",
560
+ "type": "uint256"
561
+ },
562
+ {
563
+ "internalType": "uint256",
564
+ "name": "_addAfterRewardedEpochs",
565
+ "type": "uint256"
566
+ },
567
+ {
568
+ "internalType": "uint256",
569
+ "name": "_addAfterNotChilledEpochs",
570
+ "type": "uint256"
571
+ },
572
+ {
573
+ "internalType": "uint256",
574
+ "name": "_removeAfterNotRewardedEpochs",
575
+ "type": "uint256"
576
+ },
577
+ {
578
+ "internalType": "uint256",
579
+ "name": "_removeAfterEligibleProposals",
580
+ "type": "uint256"
581
+ },
582
+ {
583
+ "internalType": "uint256",
584
+ "name": "_removeAfterNonParticipatingProposals",
585
+ "type": "uint256"
586
+ },
587
+ {
588
+ "internalType": "uint256",
589
+ "name": "_removeForDays",
590
+ "type": "uint256"
591
+ }
592
+ ],
593
+ "name": "setParameters",
594
+ "outputs": [],
595
+ "stateMutability": "nonpayable",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [
600
+ {
601
+ "internalType": "address",
602
+ "name": "_proxyVoter",
603
+ "type": "address"
604
+ }
605
+ ],
606
+ "name": "setProxyVoter",
607
+ "outputs": [],
608
+ "stateMutability": "nonpayable",
609
+ "type": "function"
610
+ },
611
+ {
612
+ "inputs": [
613
+ {
614
+ "internalType": "uint256",
615
+ "name": "_proposalId",
616
+ "type": "uint256"
617
+ }
618
+ ],
619
+ "name": "state",
620
+ "outputs": [
621
+ {
622
+ "internalType": "enum IPollingFtso.ProposalState",
623
+ "name": "",
624
+ "type": "uint8"
625
+ }
626
+ ],
627
+ "stateMutability": "view",
628
+ "type": "function"
629
+ }
630
+ ]