@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,882 @@
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": "getContractName",
319
+ "outputs": [
320
+ {
321
+ "internalType": "string",
322
+ "name": "",
323
+ "type": "string"
324
+ }
325
+ ],
326
+ "stateMutability": "view",
327
+ "type": "function"
328
+ },
329
+ {
330
+ "inputs": [],
331
+ "name": "getCurrentPriceEpochData",
332
+ "outputs": [
333
+ {
334
+ "internalType": "uint256",
335
+ "name": "_priceEpochId",
336
+ "type": "uint256"
337
+ },
338
+ {
339
+ "internalType": "uint256",
340
+ "name": "_priceEpochStartTimestamp",
341
+ "type": "uint256"
342
+ },
343
+ {
344
+ "internalType": "uint256",
345
+ "name": "_priceEpochEndTimestamp",
346
+ "type": "uint256"
347
+ },
348
+ {
349
+ "internalType": "uint256",
350
+ "name": "_priceEpochRevealEndTimestamp",
351
+ "type": "uint256"
352
+ },
353
+ {
354
+ "internalType": "uint256",
355
+ "name": "_currentTimestamp",
356
+ "type": "uint256"
357
+ }
358
+ ],
359
+ "stateMutability": "view",
360
+ "type": "function"
361
+ },
362
+ {
363
+ "inputs": [],
364
+ "name": "getCurrentPriceEpochId",
365
+ "outputs": [
366
+ {
367
+ "internalType": "uint256",
368
+ "name": "_priceEpochId",
369
+ "type": "uint256"
370
+ }
371
+ ],
372
+ "stateMutability": "view",
373
+ "type": "function"
374
+ },
375
+ {
376
+ "inputs": [],
377
+ "name": "getCurrentRewardEpoch",
378
+ "outputs": [
379
+ {
380
+ "internalType": "uint256",
381
+ "name": "",
382
+ "type": "uint256"
383
+ }
384
+ ],
385
+ "stateMutability": "view",
386
+ "type": "function"
387
+ },
388
+ {
389
+ "inputs": [
390
+ {
391
+ "internalType": "contract IIFtso",
392
+ "name": "_ftso",
393
+ "type": "address"
394
+ }
395
+ ],
396
+ "name": "getElasticBandWidthPPMFtso",
397
+ "outputs": [
398
+ {
399
+ "internalType": "uint256",
400
+ "name": "",
401
+ "type": "uint256"
402
+ }
403
+ ],
404
+ "stateMutability": "view",
405
+ "type": "function"
406
+ },
407
+ {
408
+ "inputs": [],
409
+ "name": "getFallbackMode",
410
+ "outputs": [
411
+ {
412
+ "internalType": "bool",
413
+ "name": "_fallbackMode",
414
+ "type": "bool"
415
+ },
416
+ {
417
+ "internalType": "contract IIFtso[]",
418
+ "name": "_ftsos",
419
+ "type": "address[]"
420
+ },
421
+ {
422
+ "internalType": "bool[]",
423
+ "name": "_ftsoInFallbackMode",
424
+ "type": "bool[]"
425
+ }
426
+ ],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [],
432
+ "name": "getFtsos",
433
+ "outputs": [
434
+ {
435
+ "internalType": "contract IIFtso[]",
436
+ "name": "_ftsos",
437
+ "type": "address[]"
438
+ }
439
+ ],
440
+ "stateMutability": "view",
441
+ "type": "function"
442
+ },
443
+ {
444
+ "inputs": [],
445
+ "name": "getLastUnprocessedPriceEpochData",
446
+ "outputs": [
447
+ {
448
+ "internalType": "uint256",
449
+ "name": "_lastUnprocessedPriceEpoch",
450
+ "type": "uint256"
451
+ },
452
+ {
453
+ "internalType": "uint256",
454
+ "name": "_lastUnprocessedPriceEpochRevealEnds",
455
+ "type": "uint256"
456
+ },
457
+ {
458
+ "internalType": "bool",
459
+ "name": "_lastUnprocessedPriceEpochInitialized",
460
+ "type": "bool"
461
+ }
462
+ ],
463
+ "stateMutability": "view",
464
+ "type": "function"
465
+ },
466
+ {
467
+ "inputs": [],
468
+ "name": "getPriceEpochConfiguration",
469
+ "outputs": [
470
+ {
471
+ "internalType": "uint256",
472
+ "name": "_firstPriceEpochStartTs",
473
+ "type": "uint256"
474
+ },
475
+ {
476
+ "internalType": "uint256",
477
+ "name": "_priceEpochDurationSeconds",
478
+ "type": "uint256"
479
+ },
480
+ {
481
+ "internalType": "uint256",
482
+ "name": "_revealEpochDurationSeconds",
483
+ "type": "uint256"
484
+ }
485
+ ],
486
+ "stateMutability": "view",
487
+ "type": "function"
488
+ },
489
+ {
490
+ "inputs": [],
491
+ "name": "getRewardEpochConfiguration",
492
+ "outputs": [
493
+ {
494
+ "internalType": "uint256",
495
+ "name": "_firstRewardEpochStartTs",
496
+ "type": "uint256"
497
+ },
498
+ {
499
+ "internalType": "uint256",
500
+ "name": "_rewardEpochDurationSeconds",
501
+ "type": "uint256"
502
+ }
503
+ ],
504
+ "stateMutability": "view",
505
+ "type": "function"
506
+ },
507
+ {
508
+ "inputs": [
509
+ {
510
+ "internalType": "uint256",
511
+ "name": "_rewardEpochId",
512
+ "type": "uint256"
513
+ }
514
+ ],
515
+ "name": "getRewardEpochData",
516
+ "outputs": [
517
+ {
518
+ "components": [
519
+ {
520
+ "internalType": "uint256",
521
+ "name": "votepowerBlock",
522
+ "type": "uint256"
523
+ },
524
+ {
525
+ "internalType": "uint256",
526
+ "name": "startBlock",
527
+ "type": "uint256"
528
+ },
529
+ {
530
+ "internalType": "uint256",
531
+ "name": "startTimestamp",
532
+ "type": "uint256"
533
+ }
534
+ ],
535
+ "internalType": "struct IIFtsoManager.RewardEpochData",
536
+ "name": "",
537
+ "type": "tuple"
538
+ }
539
+ ],
540
+ "stateMutability": "view",
541
+ "type": "function"
542
+ },
543
+ {
544
+ "inputs": [],
545
+ "name": "getRewardEpochToExpireNext",
546
+ "outputs": [
547
+ {
548
+ "internalType": "uint256",
549
+ "name": "",
550
+ "type": "uint256"
551
+ }
552
+ ],
553
+ "stateMutability": "view",
554
+ "type": "function"
555
+ },
556
+ {
557
+ "inputs": [
558
+ {
559
+ "internalType": "uint256",
560
+ "name": "_rewardEpoch",
561
+ "type": "uint256"
562
+ }
563
+ ],
564
+ "name": "getRewardEpochVotePowerBlock",
565
+ "outputs": [
566
+ {
567
+ "internalType": "uint256",
568
+ "name": "",
569
+ "type": "uint256"
570
+ }
571
+ ],
572
+ "stateMutability": "view",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [],
577
+ "name": "getRewardExpiryOffsetSeconds",
578
+ "outputs": [
579
+ {
580
+ "internalType": "uint256",
581
+ "name": "",
582
+ "type": "uint256"
583
+ }
584
+ ],
585
+ "stateMutability": "view",
586
+ "type": "function"
587
+ },
588
+ {
589
+ "inputs": [
590
+ {
591
+ "internalType": "contract IIFtso",
592
+ "name": "",
593
+ "type": "address"
594
+ }
595
+ ],
596
+ "name": "notInitializedFtsos",
597
+ "outputs": [
598
+ {
599
+ "internalType": "bool",
600
+ "name": "",
601
+ "type": "bool"
602
+ }
603
+ ],
604
+ "stateMutability": "view",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [
609
+ {
610
+ "internalType": "contract IIFtso",
611
+ "name": "_ftso",
612
+ "type": "address"
613
+ }
614
+ ],
615
+ "name": "removeFtso",
616
+ "outputs": [],
617
+ "stateMutability": "nonpayable",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [
622
+ {
623
+ "internalType": "contract IIFtso",
624
+ "name": "_ftsoToAdd",
625
+ "type": "address"
626
+ },
627
+ {
628
+ "internalType": "bool",
629
+ "name": "copyCurrentPrice",
630
+ "type": "bool"
631
+ },
632
+ {
633
+ "internalType": "bool",
634
+ "name": "copyAssetOrAssetFtsos",
635
+ "type": "bool"
636
+ }
637
+ ],
638
+ "name": "replaceFtso",
639
+ "outputs": [],
640
+ "stateMutability": "nonpayable",
641
+ "type": "function"
642
+ },
643
+ {
644
+ "inputs": [
645
+ {
646
+ "internalType": "contract IIFtso[]",
647
+ "name": "_ftsosToAdd",
648
+ "type": "address[]"
649
+ },
650
+ {
651
+ "internalType": "bool",
652
+ "name": "copyCurrentPrice",
653
+ "type": "bool"
654
+ },
655
+ {
656
+ "internalType": "bool",
657
+ "name": "copyAssetOrAssetFtsos",
658
+ "type": "bool"
659
+ }
660
+ ],
661
+ "name": "replaceFtsosBulk",
662
+ "outputs": [],
663
+ "stateMutability": "nonpayable",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [],
668
+ "name": "rewardEpochDurationSeconds",
669
+ "outputs": [
670
+ {
671
+ "internalType": "uint256",
672
+ "name": "",
673
+ "type": "uint256"
674
+ }
675
+ ],
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [
681
+ {
682
+ "internalType": "uint256",
683
+ "name": "_rewardEpochId",
684
+ "type": "uint256"
685
+ }
686
+ ],
687
+ "name": "rewardEpochs",
688
+ "outputs": [
689
+ {
690
+ "internalType": "uint256",
691
+ "name": "_votepowerBlock",
692
+ "type": "uint256"
693
+ },
694
+ {
695
+ "internalType": "uint256",
696
+ "name": "_startBlock",
697
+ "type": "uint256"
698
+ },
699
+ {
700
+ "internalType": "uint256",
701
+ "name": "_startTimestamp",
702
+ "type": "uint256"
703
+ }
704
+ ],
705
+ "stateMutability": "view",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "inputs": [],
710
+ "name": "rewardEpochsStartTs",
711
+ "outputs": [
712
+ {
713
+ "internalType": "uint256",
714
+ "name": "",
715
+ "type": "uint256"
716
+ }
717
+ ],
718
+ "stateMutability": "view",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [
723
+ {
724
+ "internalType": "bool",
725
+ "name": "_fallbackMode",
726
+ "type": "bool"
727
+ }
728
+ ],
729
+ "name": "setFallbackMode",
730
+ "outputs": [],
731
+ "stateMutability": "nonpayable",
732
+ "type": "function"
733
+ },
734
+ {
735
+ "inputs": [
736
+ {
737
+ "internalType": "contract IIFtso",
738
+ "name": "_ftso",
739
+ "type": "address"
740
+ },
741
+ {
742
+ "internalType": "contract IIVPToken",
743
+ "name": "_asset",
744
+ "type": "address"
745
+ }
746
+ ],
747
+ "name": "setFtsoAsset",
748
+ "outputs": [],
749
+ "stateMutability": "nonpayable",
750
+ "type": "function"
751
+ },
752
+ {
753
+ "inputs": [
754
+ {
755
+ "internalType": "contract IIFtso",
756
+ "name": "_ftso",
757
+ "type": "address"
758
+ },
759
+ {
760
+ "internalType": "contract IIFtso[]",
761
+ "name": "_assetFtsos",
762
+ "type": "address[]"
763
+ }
764
+ ],
765
+ "name": "setFtsoAssetFtsos",
766
+ "outputs": [],
767
+ "stateMutability": "nonpayable",
768
+ "type": "function"
769
+ },
770
+ {
771
+ "inputs": [
772
+ {
773
+ "internalType": "contract IIFtso",
774
+ "name": "_ftso",
775
+ "type": "address"
776
+ },
777
+ {
778
+ "internalType": "bool",
779
+ "name": "_fallbackMode",
780
+ "type": "bool"
781
+ }
782
+ ],
783
+ "name": "setFtsoFallbackMode",
784
+ "outputs": [],
785
+ "stateMutability": "nonpayable",
786
+ "type": "function"
787
+ },
788
+ {
789
+ "inputs": [
790
+ {
791
+ "internalType": "uint256",
792
+ "name": "_updateTs",
793
+ "type": "uint256"
794
+ },
795
+ {
796
+ "internalType": "uint256",
797
+ "name": "_maxVotePowerNatThresholdFraction",
798
+ "type": "uint256"
799
+ },
800
+ {
801
+ "internalType": "uint256",
802
+ "name": "_maxVotePowerAssetThresholdFraction",
803
+ "type": "uint256"
804
+ },
805
+ {
806
+ "internalType": "uint256",
807
+ "name": "_lowAssetUSDThreshold",
808
+ "type": "uint256"
809
+ },
810
+ {
811
+ "internalType": "uint256",
812
+ "name": "_highAssetUSDThreshold",
813
+ "type": "uint256"
814
+ },
815
+ {
816
+ "internalType": "uint256",
817
+ "name": "_highAssetTurnoutThresholdBIPS",
818
+ "type": "uint256"
819
+ },
820
+ {
821
+ "internalType": "uint256",
822
+ "name": "_lowNatTurnoutThresholdBIPS",
823
+ "type": "uint256"
824
+ },
825
+ {
826
+ "internalType": "uint256",
827
+ "name": "_elasticBandRewardBIPS",
828
+ "type": "uint256"
829
+ },
830
+ {
831
+ "internalType": "uint256",
832
+ "name": "_rewardExpiryOffsetSeconds",
833
+ "type": "uint256"
834
+ },
835
+ {
836
+ "internalType": "address[]",
837
+ "name": "_trustedAddresses",
838
+ "type": "address[]"
839
+ }
840
+ ],
841
+ "name": "setGovernanceParameters",
842
+ "outputs": [],
843
+ "stateMutability": "nonpayable",
844
+ "type": "function"
845
+ },
846
+ {
847
+ "inputs": [
848
+ {
849
+ "internalType": "uint256",
850
+ "name": "_nextRewardEpochToExpire",
851
+ "type": "uint256"
852
+ },
853
+ {
854
+ "internalType": "uint256",
855
+ "name": "_rewardEpochsLength",
856
+ "type": "uint256"
857
+ },
858
+ {
859
+ "internalType": "uint256",
860
+ "name": "_currentRewardEpochEnds",
861
+ "type": "uint256"
862
+ }
863
+ ],
864
+ "name": "setInitialRewardData",
865
+ "outputs": [],
866
+ "stateMutability": "nonpayable",
867
+ "type": "function"
868
+ },
869
+ {
870
+ "inputs": [],
871
+ "name": "switchToFallbackMode",
872
+ "outputs": [
873
+ {
874
+ "internalType": "bool",
875
+ "name": "",
876
+ "type": "bool"
877
+ }
878
+ ],
879
+ "stateMutability": "nonpayable",
880
+ "type": "function"
881
+ }
882
+ ]