@flarenetwork/flare-periphery-contract-artifacts 0.1.36 → 0.1.37

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 (96) hide show
  1. package/coston/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
  2. package/coston/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
  3. package/coston/artifacts/contracts/IWNat.sol/IWNat.json +4 -703
  4. package/coston/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
  5. package/coston/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
  6. package/coston/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
  7. package/coston/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +869 -0
  8. package/coston/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
  9. package/coston/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +276 -0
  10. package/coston/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
  11. package/coston/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +9 -49
  12. package/coston/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
  13. package/coston/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
  14. package/coston/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
  15. package/coston/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +133 -0
  16. package/coston/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
  17. package/coston/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
  18. package/coston/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
  19. package/coston/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
  20. package/coston/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
  21. package/coston/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
  22. package/coston/artifacts/contracts/utils/interfaces/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +111 -0
  23. package/coston/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
  24. package/coston/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
  25. package/coston/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
  26. package/coston2/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
  27. package/coston2/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
  28. package/coston2/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
  29. package/coston2/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +882 -0
  30. package/coston2/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
  31. package/coston2/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +274 -0
  32. package/coston2/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
  33. package/coston2/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +1 -1
  34. package/coston2/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
  35. package/coston2/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
  36. package/coston2/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
  37. package/coston2/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +128 -0
  38. package/coston2/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
  39. package/coston2/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
  40. package/coston2/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
  41. package/coston2/artifacts/contracts/staking/interfaces/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +63 -0
  42. package/coston2/artifacts/contracts/token/interfaces/IICombinedNatBalance.sol/IICombinedNatBalance.json +77 -0
  43. package/coston2/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
  44. package/coston2/artifacts/contracts/tokenPools/interfaces/IIGenericRewardManager.sol/IIGenericRewardManager.json +404 -0
  45. package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +40 -0
  46. package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +15 -0
  47. package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +48 -0
  48. package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +27 -0
  49. package/coston2/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
  50. package/coston2/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
  51. package/coston2/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
  52. package/coston2/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
  53. package/coston2/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
  54. package/flare/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +10 -0
  55. package/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +62 -1023
  56. package/flare/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +19 -233
  57. package/flare/artifacts/contracts/{ICoreVault.sol/ICoreVault.json → ICoreVaultClient.sol/ICoreVaultClient.json} +5 -24
  58. package/{songbird/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json → flare/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json} +0 -26
  59. package/flare/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
  60. package/flare/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
  61. package/flare/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
  62. package/flare/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +882 -0
  63. package/flare/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
  64. package/flare/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +274 -0
  65. package/flare/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
  66. package/flare/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +1 -1
  67. package/flare/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
  68. package/flare/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
  69. package/flare/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
  70. package/flare/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +128 -0
  71. package/flare/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
  72. package/flare/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
  73. package/flare/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
  74. package/flare/artifacts/contracts/staking/interfaces/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +63 -0
  75. package/flare/artifacts/contracts/token/interfaces/IICombinedNatBalance.sol/IICombinedNatBalance.json +77 -0
  76. package/flare/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
  77. package/flare/artifacts/contracts/tokenPools/interfaces/IIGenericRewardManager.sol/IIGenericRewardManager.json +404 -0
  78. package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +40 -0
  79. package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +15 -0
  80. package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +48 -0
  81. package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +27 -0
  82. package/flare/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
  83. package/flare/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
  84. package/flare/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
  85. package/flare/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
  86. package/flare/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
  87. package/package.json +1 -1
  88. package/songbird/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +10 -0
  89. package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +62 -1023
  90. package/songbird/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +19 -233
  91. package/songbird/artifacts/contracts/{ICoreVault.sol/ICoreVault.json → ICoreVaultClient.sol/ICoreVaultClient.json} +5 -24
  92. package/{flare/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json → songbird/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json} +0 -26
  93. package/flare/artifacts/contracts/ITransferFees.sol/ITransferFees.json +0 -394
  94. package/flare/artifacts/contracts/IWhitelist.sol/IWhitelist.json +0 -47
  95. package/songbird/artifacts/contracts/ITransferFees.sol/ITransferFees.json +0 -394
  96. package/songbird/artifacts/contracts/IWhitelist.sol/IWhitelist.json +0 -47
@@ -0,0 +1,869 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": false,
7
+ "internalType": "uint256",
8
+ "name": "epochId",
9
+ "type": "uint256"
10
+ }
11
+ ],
12
+ "name": "AccruingUnearnedRewardsFailed",
13
+ "type": "event"
14
+ },
15
+ {
16
+ "anonymous": false,
17
+ "inputs": [],
18
+ "name": "ChillingNonrevealingDataProvidersFailed",
19
+ "type": "event"
20
+ },
21
+ {
22
+ "anonymous": false,
23
+ "inputs": [
24
+ {
25
+ "indexed": false,
26
+ "internalType": "uint256",
27
+ "name": "blockNumber",
28
+ "type": "uint256"
29
+ }
30
+ ],
31
+ "name": "CleanupBlockNumberManagerFailedForBlock",
32
+ "type": "event"
33
+ },
34
+ {
35
+ "anonymous": false,
36
+ "inputs": [
37
+ {
38
+ "indexed": false,
39
+ "internalType": "uint256",
40
+ "name": "rewardEpoch",
41
+ "type": "uint256"
42
+ }
43
+ ],
44
+ "name": "ClosingExpiredRewardEpochFailed",
45
+ "type": "event"
46
+ },
47
+ {
48
+ "anonymous": false,
49
+ "inputs": [
50
+ {
51
+ "indexed": false,
52
+ "internalType": "address",
53
+ "name": "ftso",
54
+ "type": "address"
55
+ },
56
+ {
57
+ "indexed": false,
58
+ "internalType": "uint256",
59
+ "name": "epochId",
60
+ "type": "uint256"
61
+ }
62
+ ],
63
+ "name": "DistributingRewardsFailed",
64
+ "type": "event"
65
+ },
66
+ {
67
+ "anonymous": false,
68
+ "inputs": [
69
+ {
70
+ "indexed": false,
71
+ "internalType": "bool",
72
+ "name": "fallbackMode",
73
+ "type": "bool"
74
+ }
75
+ ],
76
+ "name": "FallbackMode",
77
+ "type": "event"
78
+ },
79
+ {
80
+ "anonymous": false,
81
+ "inputs": [
82
+ {
83
+ "indexed": false,
84
+ "internalType": "contract IIFtso",
85
+ "name": "ftso",
86
+ "type": "address"
87
+ },
88
+ {
89
+ "indexed": false,
90
+ "internalType": "uint256",
91
+ "name": "epochId",
92
+ "type": "uint256"
93
+ },
94
+ {
95
+ "indexed": false,
96
+ "internalType": "enum IFtso.PriceFinalizationType",
97
+ "name": "failingType",
98
+ "type": "uint8"
99
+ }
100
+ ],
101
+ "name": "FinalizingPriceEpochFailed",
102
+ "type": "event"
103
+ },
104
+ {
105
+ "anonymous": false,
106
+ "inputs": [
107
+ {
108
+ "indexed": false,
109
+ "internalType": "contract IIFtso",
110
+ "name": "ftso",
111
+ "type": "address"
112
+ },
113
+ {
114
+ "indexed": false,
115
+ "internalType": "bool",
116
+ "name": "add",
117
+ "type": "bool"
118
+ }
119
+ ],
120
+ "name": "FtsoAdded",
121
+ "type": "event"
122
+ },
123
+ {
124
+ "anonymous": false,
125
+ "inputs": [
126
+ {
127
+ "indexed": false,
128
+ "internalType": "contract IIFtso",
129
+ "name": "ftso",
130
+ "type": "address"
131
+ }
132
+ ],
133
+ "name": "FtsoDeactivationFailed",
134
+ "type": "event"
135
+ },
136
+ {
137
+ "anonymous": false,
138
+ "inputs": [
139
+ {
140
+ "indexed": false,
141
+ "internalType": "contract IIFtso",
142
+ "name": "ftso",
143
+ "type": "address"
144
+ },
145
+ {
146
+ "indexed": false,
147
+ "internalType": "bool",
148
+ "name": "fallbackMode",
149
+ "type": "bool"
150
+ }
151
+ ],
152
+ "name": "FtsoFallbackMode",
153
+ "type": "event"
154
+ },
155
+ {
156
+ "anonymous": false,
157
+ "inputs": [
158
+ {
159
+ "indexed": false,
160
+ "internalType": "contract IIFtso",
161
+ "name": "ftso",
162
+ "type": "address"
163
+ },
164
+ {
165
+ "indexed": false,
166
+ "internalType": "uint256",
167
+ "name": "epochId",
168
+ "type": "uint256"
169
+ }
170
+ ],
171
+ "name": "InitializingCurrentEpochStateForRevealFailed",
172
+ "type": "event"
173
+ },
174
+ {
175
+ "anonymous": false,
176
+ "inputs": [
177
+ {
178
+ "indexed": false,
179
+ "internalType": "address",
180
+ "name": "chosenFtso",
181
+ "type": "address"
182
+ },
183
+ {
184
+ "indexed": false,
185
+ "internalType": "uint256",
186
+ "name": "rewardEpochId",
187
+ "type": "uint256"
188
+ }
189
+ ],
190
+ "name": "PriceEpochFinalized",
191
+ "type": "event"
192
+ },
193
+ {
194
+ "anonymous": false,
195
+ "inputs": [
196
+ {
197
+ "indexed": false,
198
+ "internalType": "uint256",
199
+ "name": "votepowerBlock",
200
+ "type": "uint256"
201
+ },
202
+ {
203
+ "indexed": false,
204
+ "internalType": "uint256",
205
+ "name": "startBlock",
206
+ "type": "uint256"
207
+ }
208
+ ],
209
+ "name": "RewardEpochFinalized",
210
+ "type": "event"
211
+ },
212
+ {
213
+ "anonymous": false,
214
+ "inputs": [
215
+ {
216
+ "indexed": false,
217
+ "internalType": "uint256",
218
+ "name": "rewardEpoch",
219
+ "type": "uint256"
220
+ }
221
+ ],
222
+ "name": "UpdatingActiveValidatorsTriggerFailed",
223
+ "type": "event"
224
+ },
225
+ {
226
+ "anonymous": false,
227
+ "inputs": [
228
+ {
229
+ "indexed": false,
230
+ "internalType": "bool",
231
+ "name": "useGoodRandom",
232
+ "type": "bool"
233
+ },
234
+ {
235
+ "indexed": false,
236
+ "internalType": "uint256",
237
+ "name": "maxWaitForGoodRandomSeconds",
238
+ "type": "uint256"
239
+ }
240
+ ],
241
+ "name": "UseGoodRandomSet",
242
+ "type": "event"
243
+ },
244
+ {
245
+ "inputs": [],
246
+ "name": "activate",
247
+ "outputs": [],
248
+ "stateMutability": "nonpayable",
249
+ "type": "function"
250
+ },
251
+ {
252
+ "inputs": [],
253
+ "name": "active",
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": "contract IIFtso",
268
+ "name": "_ftso",
269
+ "type": "address"
270
+ }
271
+ ],
272
+ "name": "addFtso",
273
+ "outputs": [],
274
+ "stateMutability": "nonpayable",
275
+ "type": "function"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "contract IIFtso[]",
281
+ "name": "_ftsos",
282
+ "type": "address[]"
283
+ }
284
+ ],
285
+ "name": "addFtsosBulk",
286
+ "outputs": [],
287
+ "stateMutability": "nonpayable",
288
+ "type": "function"
289
+ },
290
+ {
291
+ "inputs": [],
292
+ "name": "currentRewardEpochEnds",
293
+ "outputs": [
294
+ {
295
+ "internalType": "uint256",
296
+ "name": "",
297
+ "type": "uint256"
298
+ }
299
+ ],
300
+ "stateMutability": "view",
301
+ "type": "function"
302
+ },
303
+ {
304
+ "inputs": [],
305
+ "name": "daemonize",
306
+ "outputs": [
307
+ {
308
+ "internalType": "bool",
309
+ "name": "",
310
+ "type": "bool"
311
+ }
312
+ ],
313
+ "stateMutability": "nonpayable",
314
+ "type": "function"
315
+ },
316
+ {
317
+ "inputs": [],
318
+ "name": "getCurrentPriceEpochData",
319
+ "outputs": [
320
+ {
321
+ "internalType": "uint256",
322
+ "name": "_priceEpochId",
323
+ "type": "uint256"
324
+ },
325
+ {
326
+ "internalType": "uint256",
327
+ "name": "_priceEpochStartTimestamp",
328
+ "type": "uint256"
329
+ },
330
+ {
331
+ "internalType": "uint256",
332
+ "name": "_priceEpochEndTimestamp",
333
+ "type": "uint256"
334
+ },
335
+ {
336
+ "internalType": "uint256",
337
+ "name": "_priceEpochRevealEndTimestamp",
338
+ "type": "uint256"
339
+ },
340
+ {
341
+ "internalType": "uint256",
342
+ "name": "_currentTimestamp",
343
+ "type": "uint256"
344
+ }
345
+ ],
346
+ "stateMutability": "view",
347
+ "type": "function"
348
+ },
349
+ {
350
+ "inputs": [],
351
+ "name": "getCurrentPriceEpochId",
352
+ "outputs": [
353
+ {
354
+ "internalType": "uint256",
355
+ "name": "_priceEpochId",
356
+ "type": "uint256"
357
+ }
358
+ ],
359
+ "stateMutability": "view",
360
+ "type": "function"
361
+ },
362
+ {
363
+ "inputs": [],
364
+ "name": "getCurrentRewardEpoch",
365
+ "outputs": [
366
+ {
367
+ "internalType": "uint256",
368
+ "name": "",
369
+ "type": "uint256"
370
+ }
371
+ ],
372
+ "stateMutability": "view",
373
+ "type": "function"
374
+ },
375
+ {
376
+ "inputs": [
377
+ {
378
+ "internalType": "contract IIFtso",
379
+ "name": "_ftso",
380
+ "type": "address"
381
+ }
382
+ ],
383
+ "name": "getElasticBandWidthPPMFtso",
384
+ "outputs": [
385
+ {
386
+ "internalType": "uint256",
387
+ "name": "",
388
+ "type": "uint256"
389
+ }
390
+ ],
391
+ "stateMutability": "view",
392
+ "type": "function"
393
+ },
394
+ {
395
+ "inputs": [],
396
+ "name": "getFallbackMode",
397
+ "outputs": [
398
+ {
399
+ "internalType": "bool",
400
+ "name": "_fallbackMode",
401
+ "type": "bool"
402
+ },
403
+ {
404
+ "internalType": "contract IIFtso[]",
405
+ "name": "_ftsos",
406
+ "type": "address[]"
407
+ },
408
+ {
409
+ "internalType": "bool[]",
410
+ "name": "_ftsoInFallbackMode",
411
+ "type": "bool[]"
412
+ }
413
+ ],
414
+ "stateMutability": "view",
415
+ "type": "function"
416
+ },
417
+ {
418
+ "inputs": [],
419
+ "name": "getFtsos",
420
+ "outputs": [
421
+ {
422
+ "internalType": "contract IIFtso[]",
423
+ "name": "_ftsos",
424
+ "type": "address[]"
425
+ }
426
+ ],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [],
432
+ "name": "getLastUnprocessedPriceEpochData",
433
+ "outputs": [
434
+ {
435
+ "internalType": "uint256",
436
+ "name": "_lastUnprocessedPriceEpoch",
437
+ "type": "uint256"
438
+ },
439
+ {
440
+ "internalType": "uint256",
441
+ "name": "_lastUnprocessedPriceEpochRevealEnds",
442
+ "type": "uint256"
443
+ },
444
+ {
445
+ "internalType": "bool",
446
+ "name": "_lastUnprocessedPriceEpochInitialized",
447
+ "type": "bool"
448
+ }
449
+ ],
450
+ "stateMutability": "view",
451
+ "type": "function"
452
+ },
453
+ {
454
+ "inputs": [],
455
+ "name": "getPriceEpochConfiguration",
456
+ "outputs": [
457
+ {
458
+ "internalType": "uint256",
459
+ "name": "_firstPriceEpochStartTs",
460
+ "type": "uint256"
461
+ },
462
+ {
463
+ "internalType": "uint256",
464
+ "name": "_priceEpochDurationSeconds",
465
+ "type": "uint256"
466
+ },
467
+ {
468
+ "internalType": "uint256",
469
+ "name": "_revealEpochDurationSeconds",
470
+ "type": "uint256"
471
+ }
472
+ ],
473
+ "stateMutability": "view",
474
+ "type": "function"
475
+ },
476
+ {
477
+ "inputs": [],
478
+ "name": "getRewardEpochConfiguration",
479
+ "outputs": [
480
+ {
481
+ "internalType": "uint256",
482
+ "name": "_firstRewardEpochStartTs",
483
+ "type": "uint256"
484
+ },
485
+ {
486
+ "internalType": "uint256",
487
+ "name": "_rewardEpochDurationSeconds",
488
+ "type": "uint256"
489
+ }
490
+ ],
491
+ "stateMutability": "view",
492
+ "type": "function"
493
+ },
494
+ {
495
+ "inputs": [
496
+ {
497
+ "internalType": "uint256",
498
+ "name": "_rewardEpochId",
499
+ "type": "uint256"
500
+ }
501
+ ],
502
+ "name": "getRewardEpochData",
503
+ "outputs": [
504
+ {
505
+ "components": [
506
+ {
507
+ "internalType": "uint256",
508
+ "name": "votepowerBlock",
509
+ "type": "uint256"
510
+ },
511
+ {
512
+ "internalType": "uint256",
513
+ "name": "startBlock",
514
+ "type": "uint256"
515
+ },
516
+ {
517
+ "internalType": "uint256",
518
+ "name": "startTimestamp",
519
+ "type": "uint256"
520
+ }
521
+ ],
522
+ "internalType": "struct IIFtsoManager.RewardEpochData",
523
+ "name": "",
524
+ "type": "tuple"
525
+ }
526
+ ],
527
+ "stateMutability": "view",
528
+ "type": "function"
529
+ },
530
+ {
531
+ "inputs": [],
532
+ "name": "getRewardEpochToExpireNext",
533
+ "outputs": [
534
+ {
535
+ "internalType": "uint256",
536
+ "name": "",
537
+ "type": "uint256"
538
+ }
539
+ ],
540
+ "stateMutability": "view",
541
+ "type": "function"
542
+ },
543
+ {
544
+ "inputs": [
545
+ {
546
+ "internalType": "uint256",
547
+ "name": "_rewardEpoch",
548
+ "type": "uint256"
549
+ }
550
+ ],
551
+ "name": "getRewardEpochVotePowerBlock",
552
+ "outputs": [
553
+ {
554
+ "internalType": "uint256",
555
+ "name": "",
556
+ "type": "uint256"
557
+ }
558
+ ],
559
+ "stateMutability": "view",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "inputs": [],
564
+ "name": "getRewardExpiryOffsetSeconds",
565
+ "outputs": [
566
+ {
567
+ "internalType": "uint256",
568
+ "name": "",
569
+ "type": "uint256"
570
+ }
571
+ ],
572
+ "stateMutability": "view",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [
577
+ {
578
+ "internalType": "contract IIFtso",
579
+ "name": "",
580
+ "type": "address"
581
+ }
582
+ ],
583
+ "name": "notInitializedFtsos",
584
+ "outputs": [
585
+ {
586
+ "internalType": "bool",
587
+ "name": "",
588
+ "type": "bool"
589
+ }
590
+ ],
591
+ "stateMutability": "view",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [
596
+ {
597
+ "internalType": "contract IIFtso",
598
+ "name": "_ftso",
599
+ "type": "address"
600
+ }
601
+ ],
602
+ "name": "removeFtso",
603
+ "outputs": [],
604
+ "stateMutability": "nonpayable",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [
609
+ {
610
+ "internalType": "contract IIFtso",
611
+ "name": "_ftsoToAdd",
612
+ "type": "address"
613
+ },
614
+ {
615
+ "internalType": "bool",
616
+ "name": "copyCurrentPrice",
617
+ "type": "bool"
618
+ },
619
+ {
620
+ "internalType": "bool",
621
+ "name": "copyAssetOrAssetFtsos",
622
+ "type": "bool"
623
+ }
624
+ ],
625
+ "name": "replaceFtso",
626
+ "outputs": [],
627
+ "stateMutability": "nonpayable",
628
+ "type": "function"
629
+ },
630
+ {
631
+ "inputs": [
632
+ {
633
+ "internalType": "contract IIFtso[]",
634
+ "name": "_ftsosToAdd",
635
+ "type": "address[]"
636
+ },
637
+ {
638
+ "internalType": "bool",
639
+ "name": "copyCurrentPrice",
640
+ "type": "bool"
641
+ },
642
+ {
643
+ "internalType": "bool",
644
+ "name": "copyAssetOrAssetFtsos",
645
+ "type": "bool"
646
+ }
647
+ ],
648
+ "name": "replaceFtsosBulk",
649
+ "outputs": [],
650
+ "stateMutability": "nonpayable",
651
+ "type": "function"
652
+ },
653
+ {
654
+ "inputs": [],
655
+ "name": "rewardEpochDurationSeconds",
656
+ "outputs": [
657
+ {
658
+ "internalType": "uint256",
659
+ "name": "",
660
+ "type": "uint256"
661
+ }
662
+ ],
663
+ "stateMutability": "view",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [
668
+ {
669
+ "internalType": "uint256",
670
+ "name": "_rewardEpochId",
671
+ "type": "uint256"
672
+ }
673
+ ],
674
+ "name": "rewardEpochs",
675
+ "outputs": [
676
+ {
677
+ "internalType": "uint256",
678
+ "name": "_votepowerBlock",
679
+ "type": "uint256"
680
+ },
681
+ {
682
+ "internalType": "uint256",
683
+ "name": "_startBlock",
684
+ "type": "uint256"
685
+ },
686
+ {
687
+ "internalType": "uint256",
688
+ "name": "_startTimestamp",
689
+ "type": "uint256"
690
+ }
691
+ ],
692
+ "stateMutability": "view",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [],
697
+ "name": "rewardEpochsStartTs",
698
+ "outputs": [
699
+ {
700
+ "internalType": "uint256",
701
+ "name": "",
702
+ "type": "uint256"
703
+ }
704
+ ],
705
+ "stateMutability": "view",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "inputs": [
710
+ {
711
+ "internalType": "bool",
712
+ "name": "_fallbackMode",
713
+ "type": "bool"
714
+ }
715
+ ],
716
+ "name": "setFallbackMode",
717
+ "outputs": [],
718
+ "stateMutability": "nonpayable",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [
723
+ {
724
+ "internalType": "contract IIFtso",
725
+ "name": "_ftso",
726
+ "type": "address"
727
+ },
728
+ {
729
+ "internalType": "contract IIVPToken",
730
+ "name": "_asset",
731
+ "type": "address"
732
+ }
733
+ ],
734
+ "name": "setFtsoAsset",
735
+ "outputs": [],
736
+ "stateMutability": "nonpayable",
737
+ "type": "function"
738
+ },
739
+ {
740
+ "inputs": [
741
+ {
742
+ "internalType": "contract IIFtso",
743
+ "name": "_ftso",
744
+ "type": "address"
745
+ },
746
+ {
747
+ "internalType": "contract IIFtso[]",
748
+ "name": "_assetFtsos",
749
+ "type": "address[]"
750
+ }
751
+ ],
752
+ "name": "setFtsoAssetFtsos",
753
+ "outputs": [],
754
+ "stateMutability": "nonpayable",
755
+ "type": "function"
756
+ },
757
+ {
758
+ "inputs": [
759
+ {
760
+ "internalType": "contract IIFtso",
761
+ "name": "_ftso",
762
+ "type": "address"
763
+ },
764
+ {
765
+ "internalType": "bool",
766
+ "name": "_fallbackMode",
767
+ "type": "bool"
768
+ }
769
+ ],
770
+ "name": "setFtsoFallbackMode",
771
+ "outputs": [],
772
+ "stateMutability": "nonpayable",
773
+ "type": "function"
774
+ },
775
+ {
776
+ "inputs": [
777
+ {
778
+ "internalType": "uint256",
779
+ "name": "_updateTs",
780
+ "type": "uint256"
781
+ },
782
+ {
783
+ "internalType": "uint256",
784
+ "name": "_maxVotePowerNatThresholdFraction",
785
+ "type": "uint256"
786
+ },
787
+ {
788
+ "internalType": "uint256",
789
+ "name": "_maxVotePowerAssetThresholdFraction",
790
+ "type": "uint256"
791
+ },
792
+ {
793
+ "internalType": "uint256",
794
+ "name": "_lowAssetUSDThreshold",
795
+ "type": "uint256"
796
+ },
797
+ {
798
+ "internalType": "uint256",
799
+ "name": "_highAssetUSDThreshold",
800
+ "type": "uint256"
801
+ },
802
+ {
803
+ "internalType": "uint256",
804
+ "name": "_highAssetTurnoutThresholdBIPS",
805
+ "type": "uint256"
806
+ },
807
+ {
808
+ "internalType": "uint256",
809
+ "name": "_lowNatTurnoutThresholdBIPS",
810
+ "type": "uint256"
811
+ },
812
+ {
813
+ "internalType": "uint256",
814
+ "name": "_elasticBandRewardBIPS",
815
+ "type": "uint256"
816
+ },
817
+ {
818
+ "internalType": "uint256",
819
+ "name": "_rewardExpiryOffsetSeconds",
820
+ "type": "uint256"
821
+ },
822
+ {
823
+ "internalType": "address[]",
824
+ "name": "_trustedAddresses",
825
+ "type": "address[]"
826
+ }
827
+ ],
828
+ "name": "setGovernanceParameters",
829
+ "outputs": [],
830
+ "stateMutability": "nonpayable",
831
+ "type": "function"
832
+ },
833
+ {
834
+ "inputs": [
835
+ {
836
+ "internalType": "uint256",
837
+ "name": "_nextRewardEpochToExpire",
838
+ "type": "uint256"
839
+ },
840
+ {
841
+ "internalType": "uint256",
842
+ "name": "_rewardEpochsLength",
843
+ "type": "uint256"
844
+ },
845
+ {
846
+ "internalType": "uint256",
847
+ "name": "_currentRewardEpochEnds",
848
+ "type": "uint256"
849
+ }
850
+ ],
851
+ "name": "setInitialRewardData",
852
+ "outputs": [],
853
+ "stateMutability": "nonpayable",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [],
858
+ "name": "switchToFallbackMode",
859
+ "outputs": [
860
+ {
861
+ "internalType": "bool",
862
+ "name": "",
863
+ "type": "bool"
864
+ }
865
+ ],
866
+ "stateMutability": "nonpayable",
867
+ "type": "function"
868
+ }
869
+ ]