@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.
- package/coston/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
- package/coston/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
- package/coston/artifacts/contracts/IWNat.sol/IWNat.json +4 -703
- package/coston/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
- package/coston/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
- package/coston/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
- package/coston/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +869 -0
- package/coston/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
- package/coston/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +276 -0
- package/coston/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
- package/coston/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +9 -49
- package/coston/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
- package/coston/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
- package/coston/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
- package/coston/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +133 -0
- package/coston/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
- package/coston/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
- package/coston/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
- package/coston/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
- package/coston/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
- package/coston/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
- package/coston/artifacts/contracts/utils/interfaces/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +111 -0
- package/coston/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
- package/coston/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
- package/coston/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
- package/coston2/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
- package/coston2/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
- package/coston2/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
- package/coston2/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +882 -0
- package/coston2/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
- package/coston2/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +274 -0
- package/coston2/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
- package/coston2/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +1 -1
- package/coston2/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
- package/coston2/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
- package/coston2/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
- package/coston2/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +128 -0
- package/coston2/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
- package/coston2/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
- package/coston2/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
- package/coston2/artifacts/contracts/staking/interfaces/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +63 -0
- package/coston2/artifacts/contracts/token/interfaces/IICombinedNatBalance.sol/IICombinedNatBalance.json +77 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IIGenericRewardManager.sol/IIGenericRewardManager.json +404 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +40 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +15 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +48 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +27 -0
- package/coston2/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
- package/coston2/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
- package/coston2/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
- package/coston2/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
- package/coston2/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
- package/flare/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +10 -0
- package/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +62 -1023
- package/flare/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +19 -233
- package/flare/artifacts/contracts/{ICoreVault.sol/ICoreVault.json → ICoreVaultClient.sol/ICoreVaultClient.json} +5 -24
- package/{songbird/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json → flare/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json} +0 -26
- package/flare/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
- package/flare/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
- package/flare/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
- package/flare/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +882 -0
- package/flare/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
- package/flare/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +274 -0
- package/flare/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
- package/flare/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +1 -1
- package/flare/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
- package/flare/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
- package/flare/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
- package/flare/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +128 -0
- package/flare/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
- package/flare/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
- package/flare/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
- package/flare/artifacts/contracts/staking/interfaces/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +63 -0
- package/flare/artifacts/contracts/token/interfaces/IICombinedNatBalance.sol/IICombinedNatBalance.json +77 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IIGenericRewardManager.sol/IIGenericRewardManager.json +404 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +40 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +15 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +48 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +27 -0
- package/flare/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
- package/flare/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
- package/flare/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
- package/flare/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
- package/flare/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
- package/package.json +1 -1
- package/songbird/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +10 -0
- package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +62 -1023
- package/songbird/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +19 -233
- package/songbird/artifacts/contracts/{ICoreVault.sol/ICoreVault.json → ICoreVaultClient.sol/ICoreVaultClient.json} +5 -24
- package/{flare/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json → songbird/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json} +0 -26
- package/flare/artifacts/contracts/ITransferFees.sol/ITransferFees.json +0 -394
- package/flare/artifacts/contracts/IWhitelist.sol/IWhitelist.json +0 -47
- package/songbird/artifacts/contracts/ITransferFees.sol/ITransferFees.json +0 -394
- package/songbird/artifacts/contracts/IWhitelist.sol/IWhitelist.json +0 -47
|
@@ -267,41 +267,19 @@
|
|
|
267
267
|
{
|
|
268
268
|
"inputs": [
|
|
269
269
|
{
|
|
270
|
-
"internalType": "
|
|
271
|
-
"name": "
|
|
272
|
-
"type": "
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"internalType": "address[]",
|
|
276
|
-
"name": "_targets",
|
|
277
|
-
"type": "address[]"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"internalType": "uint256[]",
|
|
281
|
-
"name": "_values",
|
|
282
|
-
"type": "uint256[]"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"internalType": "bytes[]",
|
|
286
|
-
"name": "_calldatas",
|
|
287
|
-
"type": "bytes[]"
|
|
270
|
+
"internalType": "string",
|
|
271
|
+
"name": "_description",
|
|
272
|
+
"type": "string"
|
|
288
273
|
}
|
|
289
274
|
],
|
|
290
275
|
"name": "execute",
|
|
291
|
-
"outputs": [
|
|
292
|
-
"stateMutability": "payable",
|
|
293
|
-
"type": "function"
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"inputs": [
|
|
276
|
+
"outputs": [
|
|
297
277
|
{
|
|
298
278
|
"internalType": "uint256",
|
|
299
|
-
"name": "
|
|
279
|
+
"name": "",
|
|
300
280
|
"type": "uint256"
|
|
301
281
|
}
|
|
302
282
|
],
|
|
303
|
-
"name": "execute",
|
|
304
|
-
"outputs": [],
|
|
305
283
|
"stateMutability": "nonpayable",
|
|
306
284
|
"type": "function"
|
|
307
285
|
},
|
|
@@ -328,7 +306,7 @@
|
|
|
328
306
|
"type": "string"
|
|
329
307
|
}
|
|
330
308
|
],
|
|
331
|
-
"name": "
|
|
309
|
+
"name": "execute",
|
|
332
310
|
"outputs": [
|
|
333
311
|
{
|
|
334
312
|
"internalType": "uint256",
|
|
@@ -336,20 +314,7 @@
|
|
|
336
314
|
"type": "uint256"
|
|
337
315
|
}
|
|
338
316
|
],
|
|
339
|
-
"stateMutability": "
|
|
340
|
-
"type": "function"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"inputs": [],
|
|
344
|
-
"name": "getProposalIds",
|
|
345
|
-
"outputs": [
|
|
346
|
-
{
|
|
347
|
-
"internalType": "uint256[]",
|
|
348
|
-
"name": "",
|
|
349
|
-
"type": "uint256[]"
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"stateMutability": "view",
|
|
317
|
+
"stateMutability": "payable",
|
|
353
318
|
"type": "function"
|
|
354
319
|
},
|
|
355
320
|
{
|
|
@@ -411,11 +376,6 @@
|
|
|
411
376
|
"internalType": "uint256",
|
|
412
377
|
"name": "_circulatingSupply",
|
|
413
378
|
"type": "uint256"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"internalType": "string",
|
|
417
|
-
"name": "_description",
|
|
418
|
-
"type": "string"
|
|
419
379
|
}
|
|
420
380
|
],
|
|
421
381
|
"stateMutability": "view",
|
|
@@ -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
|
+
]
|