@ripe-finance/sdk 1.13.2 → 1.14.2
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/dist/contracts/AuctionHouse.d.ts +126 -60
- package/dist/contracts/AuctionHouse.d.ts.map +1 -1
- package/dist/contracts/AuctionHouse.js +145 -75
- package/dist/contracts/CreditEngine.d.ts +679 -242
- package/dist/contracts/CreditEngine.d.ts.map +1 -1
- package/dist/contracts/CreditEngine.js +790 -276
- package/dist/contracts/CreditRedeem.d.ts +475 -0
- package/dist/contracts/CreditRedeem.d.ts.map +1 -0
- package/dist/contracts/CreditRedeem.js +551 -0
- package/dist/contracts/Deleverage.d.ts +929 -0
- package/dist/contracts/Deleverage.d.ts.map +1 -0
- package/dist/contracts/Deleverage.js +1095 -0
- package/dist/contracts/RedStone.d.ts +1581 -0
- package/dist/contracts/RedStone.d.ts.map +1 -0
- package/dist/contracts/{AgentFactory_v2.js → RedStone.js} +1077 -682
- package/dist/contracts/RipePoolAero.d.ts +5 -5
- package/dist/contracts/RipePoolAero.d.ts.map +1 -1
- package/dist/contracts/SwitchboardAlpha.d.ts +56 -0
- package/dist/contracts/SwitchboardAlpha.d.ts.map +1 -1
- package/dist/contracts/SwitchboardAlpha.js +73 -1
- package/dist/contracts/SwitchboardDelta.d.ts +115 -0
- package/dist/contracts/SwitchboardDelta.d.ts.map +1 -1
- package/dist/contracts/SwitchboardDelta.js +144 -1
- package/dist/contracts/Teller.d.ts +419 -0
- package/dist/contracts/Teller.d.ts.map +1 -1
- package/dist/contracts/Teller.js +531 -1
- package/dist/contracts/TellerUtils.d.ts +819 -0
- package/dist/contracts/TellerUtils.d.ts.map +1 -0
- package/dist/contracts/TellerUtils.js +994 -0
- package/dist/contracts/UnderscoreVault.d.ts +1028 -0
- package/dist/contracts/UnderscoreVault.d.ts.map +1 -0
- package/dist/contracts/UnderscoreVault.js +1243 -0
- package/dist/contracts/UndyVaultPrices.d.ts +1781 -0
- package/dist/contracts/UndyVaultPrices.d.ts.map +1 -0
- package/dist/contracts/{AgentFactory.js → UndyVaultPrices.js} +1185 -1024
- package/dist/contracts/index.d.ts +7 -0
- package/dist/contracts/index.d.ts.map +1 -1
- package/dist/contracts/index.js +7 -0
- package/dist/contracts/sdk.d.ts +14 -0
- package/dist/contracts/sdk.d.ts.map +1 -1
- package/dist/contracts/sdk.js +14 -0
- package/dist/contracts/{LegoMorpho.d.ts → wsuperOETHbPrices.d.ts} +610 -573
- package/dist/contracts/wsuperOETHbPrices.d.ts.map +1 -0
- package/dist/contracts/{LegoMorpho.js → wsuperOETHbPrices.js} +654 -632
- package/dist/index.d.ts +327 -31
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -0
- package/package.json +2 -2
- package/dist/contracts/AddyRegistry.d.ts +0 -1109
- package/dist/contracts/AddyRegistry.d.ts.map +0 -1
- package/dist/contracts/AddyRegistry.js +0 -1392
- package/dist/contracts/AddyRegistry_v1.d.ts +0 -473
- package/dist/contracts/AddyRegistry_v1.d.ts.map +0 -1
- package/dist/contracts/AddyRegistry_v1.js +0 -594
- package/dist/contracts/AddyRegistry_v2.d.ts +0 -1050
- package/dist/contracts/AddyRegistry_v2.d.ts.map +0 -1
- package/dist/contracts/AddyRegistry_v2.js +0 -1313
- package/dist/contracts/Agent.d.ts +0 -2709
- package/dist/contracts/Agent.d.ts.map +0 -1
- package/dist/contracts/Agent.js +0 -3458
- package/dist/contracts/AgentFactory.d.ts +0 -1665
- package/dist/contracts/AgentFactory.d.ts.map +0 -1
- package/dist/contracts/AgentFactory_v1.d.ts +0 -1054
- package/dist/contracts/AgentFactory_v1.d.ts.map +0 -1
- package/dist/contracts/AgentFactory_v1.js +0 -1336
- package/dist/contracts/AgentFactory_v2.d.ts +0 -1275
- package/dist/contracts/AgentFactory_v2.d.ts.map +0 -1
- package/dist/contracts/AgentTemplate.d.ts +0 -2629
- package/dist/contracts/AgentTemplate.d.ts.map +0 -1
- package/dist/contracts/AgentTemplate.js +0 -3370
- package/dist/contracts/Agent_v1.d.ts +0 -2631
- package/dist/contracts/Agent_v1.d.ts.map +0 -1
- package/dist/contracts/Agent_v1.js +0 -3372
- package/dist/contracts/Agent_v2.d.ts +0 -2709
- package/dist/contracts/Agent_v2.d.ts.map +0 -1
- package/dist/contracts/Agent_v2.js +0 -3458
- package/dist/contracts/ChainlinkFeeds.d.ts +0 -706
- package/dist/contracts/ChainlinkFeeds.d.ts.map +0 -1
- package/dist/contracts/ChainlinkFeeds.js +0 -900
- package/dist/contracts/LegoAaveV3.d.ts +0 -1033
- package/dist/contracts/LegoAaveV3.d.ts.map +0 -1
- package/dist/contracts/LegoAaveV3.js +0 -1330
- package/dist/contracts/LegoAeroClassic.d.ts +0 -1204
- package/dist/contracts/LegoAeroClassic.d.ts.map +0 -1
- package/dist/contracts/LegoAeroClassic.js +0 -1546
- package/dist/contracts/LegoAeroSlipstream.d.ts +0 -1300
- package/dist/contracts/LegoAeroSlipstream.d.ts.map +0 -1
- package/dist/contracts/LegoAeroSlipstream.js +0 -1671
- package/dist/contracts/LegoCommon.d.ts +0 -164
- package/dist/contracts/LegoCommon.d.ts.map +0 -1
- package/dist/contracts/LegoCommon.js +0 -202
- package/dist/contracts/LegoCompoundV3.d.ts +0 -1060
- package/dist/contracts/LegoCompoundV3.d.ts.map +0 -1
- package/dist/contracts/LegoCompoundV3.js +0 -1365
- package/dist/contracts/LegoCredit.d.ts +0 -140
- package/dist/contracts/LegoCredit.d.ts.map +0 -1
- package/dist/contracts/LegoCredit.js +0 -179
- package/dist/contracts/LegoCurve.d.ts +0 -1189
- package/dist/contracts/LegoCurve.d.ts.map +0 -1
- package/dist/contracts/LegoCurve.js +0 -1519
- package/dist/contracts/LegoDex.d.ts +0 -587
- package/dist/contracts/LegoDex.d.ts.map +0 -1
- package/dist/contracts/LegoDex.js +0 -774
- package/dist/contracts/LegoEuler.d.ts +0 -1074
- package/dist/contracts/LegoEuler.d.ts.map +0 -1
- package/dist/contracts/LegoEuler.js +0 -1383
- package/dist/contracts/LegoFluid.d.ts +0 -1025
- package/dist/contracts/LegoFluid.d.ts.map +0 -1
- package/dist/contracts/LegoFluid.js +0 -1320
- package/dist/contracts/LegoHelper.d.ts +0 -1563
- package/dist/contracts/LegoHelper.d.ts.map +0 -1
- package/dist/contracts/LegoHelper.js +0 -1947
- package/dist/contracts/LegoMoonwell.d.ts +0 -1042
- package/dist/contracts/LegoMoonwell.d.ts.map +0 -1
- package/dist/contracts/LegoMoonwell.js +0 -1342
- package/dist/contracts/LegoMorpho.d.ts.map +0 -1
- package/dist/contracts/LegoRegistry.d.ts +0 -1079
- package/dist/contracts/LegoRegistry.d.ts.map +0 -1
- package/dist/contracts/LegoRegistry.js +0 -1368
- package/dist/contracts/LegoSky.d.ts +0 -923
- package/dist/contracts/LegoSky.d.ts.map +0 -1
- package/dist/contracts/LegoSky.js +0 -1180
- package/dist/contracts/LegoUniswapV2.d.ts +0 -1204
- package/dist/contracts/LegoUniswapV2.d.ts.map +0 -1
- package/dist/contracts/LegoUniswapV2.js +0 -1546
- package/dist/contracts/LegoUniswapV3.d.ts +0 -1338
- package/dist/contracts/LegoUniswapV3.d.ts.map +0 -1
- package/dist/contracts/LegoUniswapV3.js +0 -1718
- package/dist/contracts/LegoYield.d.ts +0 -390
- package/dist/contracts/LegoYield.d.ts.map +0 -1
- package/dist/contracts/LegoYield.js +0 -511
- package/dist/contracts/OracleParser.d.ts +0 -207
- package/dist/contracts/OracleParser.d.ts.map +0 -1
- package/dist/contracts/OracleParser.js +0 -264
- package/dist/contracts/OracleRegistry.d.ts +0 -1221
- package/dist/contracts/OracleRegistry.d.ts.map +0 -1
- package/dist/contracts/OracleRegistry.js +0 -1562
- package/dist/contracts/PriceSheets.d.ts +0 -1127
- package/dist/contracts/PriceSheets.d.ts.map +0 -1
- package/dist/contracts/PriceSheets.js +0 -1383
- package/dist/contracts/PythFeeds.d.ts +0 -640
- package/dist/contracts/PythFeeds.d.ts.map +0 -1
- package/dist/contracts/PythFeeds.js +0 -813
- package/dist/contracts/RipePool.d.ts +0 -1264
- package/dist/contracts/RipePool.d.ts.map +0 -1
- package/dist/contracts/RipePool.js +0 -1627
- package/dist/contracts/StorkFeeds.d.ts +0 -640
- package/dist/contracts/StorkFeeds.d.ts.map +0 -1
- package/dist/contracts/StorkFeeds.js +0 -813
- package/dist/contracts/UserWallet.d.ts +0 -1975
- package/dist/contracts/UserWallet.d.ts.map +0 -1
- package/dist/contracts/UserWallet.js +0 -2577
- package/dist/contracts/UserWalletConfig.d.ts +0 -1852
- package/dist/contracts/UserWalletConfig.d.ts.map +0 -1
- package/dist/contracts/UserWalletConfig.js +0 -2263
- package/dist/contracts/UserWalletConfig_v1.d.ts +0 -1400
- package/dist/contracts/UserWalletConfig_v1.d.ts.map +0 -1
- package/dist/contracts/UserWalletConfig_v1.js +0 -1676
- package/dist/contracts/UserWalletConfig_v2.d.ts +0 -1468
- package/dist/contracts/UserWalletConfig_v2.d.ts.map +0 -1
- package/dist/contracts/UserWalletConfig_v2.js +0 -1764
- package/dist/contracts/UserWallet_v1.d.ts +0 -1980
- package/dist/contracts/UserWallet_v1.d.ts.map +0 -1
- package/dist/contracts/UserWallet_v1.js +0 -2581
- package/dist/contracts/UserWallet_v2.d.ts +0 -1958
- package/dist/contracts/UserWallet_v2.d.ts.map +0 -1
- package/dist/contracts/UserWallet_v2.js +0 -2553
- package/dist/contracts/WalletConfig.d.ts +0 -1398
- package/dist/contracts/WalletConfig.d.ts.map +0 -1
- package/dist/contracts/WalletConfig.js +0 -1674
- package/dist/contracts/WalletFunds.d.ts +0 -1978
- package/dist/contracts/WalletFunds.d.ts.map +0 -1
- package/dist/contracts/WalletFunds.js +0 -2579
|
@@ -2,991 +2,1019 @@ import { PublicClient, WalletClient } from 'viem';
|
|
|
2
2
|
type ExtractArgs<T> = T extends (...args: infer P) => any ? P : never;
|
|
3
3
|
type Address = `0x${string}`;
|
|
4
4
|
export declare const abi: readonly [{
|
|
5
|
-
readonly
|
|
5
|
+
readonly name: "GovChangeTimeLockModified";
|
|
6
6
|
readonly inputs: readonly [{
|
|
7
|
-
readonly
|
|
8
|
-
readonly name: "sender";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
}, {
|
|
11
|
-
readonly indexed: true;
|
|
12
|
-
readonly name: "asset";
|
|
13
|
-
readonly type: "address";
|
|
14
|
-
}, {
|
|
15
|
-
readonly indexed: true;
|
|
16
|
-
readonly name: "vaultToken";
|
|
17
|
-
readonly type: "address";
|
|
18
|
-
}, {
|
|
19
|
-
readonly indexed: false;
|
|
20
|
-
readonly name: "assetAmountDeposited";
|
|
7
|
+
readonly name: "prevTimeLock";
|
|
21
8
|
readonly type: "uint256";
|
|
22
|
-
}, {
|
|
23
9
|
readonly indexed: false;
|
|
24
|
-
readonly name: "usdValue";
|
|
25
|
-
readonly type: "uint256";
|
|
26
10
|
}, {
|
|
27
|
-
readonly
|
|
28
|
-
readonly name: "vaultTokenAmountReceived";
|
|
11
|
+
readonly name: "newTimeLock";
|
|
29
12
|
readonly type: "uint256";
|
|
30
|
-
}, {
|
|
31
13
|
readonly indexed: false;
|
|
32
|
-
readonly name: "recipient";
|
|
33
|
-
readonly type: "address";
|
|
34
14
|
}];
|
|
35
|
-
readonly
|
|
15
|
+
readonly anonymous: false;
|
|
36
16
|
readonly type: "event";
|
|
37
17
|
}, {
|
|
38
|
-
readonly
|
|
18
|
+
readonly name: "ExpirationSet";
|
|
39
19
|
readonly inputs: readonly [{
|
|
40
|
-
readonly
|
|
41
|
-
readonly name: "sender";
|
|
42
|
-
readonly type: "address";
|
|
43
|
-
}, {
|
|
44
|
-
readonly indexed: true;
|
|
45
|
-
readonly name: "asset";
|
|
46
|
-
readonly type: "address";
|
|
47
|
-
}, {
|
|
48
|
-
readonly indexed: true;
|
|
49
|
-
readonly name: "vaultToken";
|
|
50
|
-
readonly type: "address";
|
|
51
|
-
}, {
|
|
52
|
-
readonly indexed: false;
|
|
53
|
-
readonly name: "assetAmountReceived";
|
|
20
|
+
readonly name: "expiration";
|
|
54
21
|
readonly type: "uint256";
|
|
55
|
-
}, {
|
|
56
|
-
readonly indexed: false;
|
|
57
|
-
readonly name: "usdValue";
|
|
58
|
-
readonly type: "uint256";
|
|
59
|
-
}, {
|
|
60
22
|
readonly indexed: false;
|
|
61
|
-
readonly name: "vaultTokenAmountBurned";
|
|
62
|
-
readonly type: "uint256";
|
|
63
|
-
}, {
|
|
64
|
-
readonly indexed: false;
|
|
65
|
-
readonly name: "recipient";
|
|
66
|
-
readonly type: "address";
|
|
67
23
|
}];
|
|
68
|
-
readonly name: "MorphoWithdrawal";
|
|
69
|
-
readonly type: "event";
|
|
70
|
-
}, {
|
|
71
24
|
readonly anonymous: false;
|
|
72
|
-
readonly inputs: readonly [{
|
|
73
|
-
readonly indexed: false;
|
|
74
|
-
readonly name: "addr";
|
|
75
|
-
readonly type: "address";
|
|
76
|
-
}];
|
|
77
|
-
readonly name: "MorphoRewardsAddrSet";
|
|
78
25
|
readonly type: "event";
|
|
79
26
|
}, {
|
|
80
|
-
readonly
|
|
27
|
+
readonly name: "ActionTimeLockSet";
|
|
81
28
|
readonly inputs: readonly [{
|
|
82
|
-
readonly
|
|
83
|
-
readonly name: "asset";
|
|
84
|
-
readonly type: "address";
|
|
85
|
-
}, {
|
|
86
|
-
readonly indexed: true;
|
|
87
|
-
readonly name: "recipient";
|
|
88
|
-
readonly type: "address";
|
|
89
|
-
}, {
|
|
90
|
-
readonly indexed: false;
|
|
91
|
-
readonly name: "amount";
|
|
29
|
+
readonly name: "newTimeLock";
|
|
92
30
|
readonly type: "uint256";
|
|
93
|
-
}];
|
|
94
|
-
readonly name: "MorphoFundsRecovered";
|
|
95
|
-
readonly type: "event";
|
|
96
|
-
}, {
|
|
97
|
-
readonly anonymous: false;
|
|
98
|
-
readonly inputs: readonly [{
|
|
99
31
|
readonly indexed: false;
|
|
100
|
-
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "prevTimeLock";
|
|
101
34
|
readonly type: "uint256";
|
|
102
|
-
}];
|
|
103
|
-
readonly name: "MorphoLegoIdSet";
|
|
104
|
-
readonly type: "event";
|
|
105
|
-
}, {
|
|
106
|
-
readonly anonymous: false;
|
|
107
|
-
readonly inputs: readonly [{
|
|
108
35
|
readonly indexed: false;
|
|
109
|
-
readonly name: "isActivated";
|
|
110
|
-
readonly type: "bool";
|
|
111
36
|
}];
|
|
112
|
-
readonly
|
|
37
|
+
readonly anonymous: false;
|
|
113
38
|
readonly type: "event";
|
|
114
39
|
}, {
|
|
115
|
-
readonly
|
|
40
|
+
readonly name: "GovChangeStarted";
|
|
116
41
|
readonly inputs: readonly [{
|
|
117
|
-
readonly indexed: true;
|
|
118
42
|
readonly name: "prevGov";
|
|
119
43
|
readonly type: "address";
|
|
120
|
-
}, {
|
|
121
44
|
readonly indexed: true;
|
|
45
|
+
}, {
|
|
122
46
|
readonly name: "newGov";
|
|
123
47
|
readonly type: "address";
|
|
48
|
+
readonly indexed: true;
|
|
124
49
|
}, {
|
|
125
|
-
readonly indexed: false;
|
|
126
50
|
readonly name: "confirmBlock";
|
|
127
51
|
readonly type: "uint256";
|
|
52
|
+
readonly indexed: false;
|
|
128
53
|
}];
|
|
129
|
-
readonly
|
|
54
|
+
readonly anonymous: false;
|
|
130
55
|
readonly type: "event";
|
|
131
56
|
}, {
|
|
132
|
-
readonly
|
|
57
|
+
readonly name: "GovChangeConfirmed";
|
|
133
58
|
readonly inputs: readonly [{
|
|
134
|
-
readonly indexed: true;
|
|
135
59
|
readonly name: "prevGov";
|
|
136
60
|
readonly type: "address";
|
|
137
|
-
}, {
|
|
138
61
|
readonly indexed: true;
|
|
62
|
+
}, {
|
|
139
63
|
readonly name: "newGov";
|
|
140
64
|
readonly type: "address";
|
|
65
|
+
readonly indexed: true;
|
|
141
66
|
}, {
|
|
142
|
-
readonly indexed: false;
|
|
143
67
|
readonly name: "initiatedBlock";
|
|
144
68
|
readonly type: "uint256";
|
|
145
|
-
}, {
|
|
146
69
|
readonly indexed: false;
|
|
70
|
+
}, {
|
|
147
71
|
readonly name: "confirmBlock";
|
|
148
72
|
readonly type: "uint256";
|
|
73
|
+
readonly indexed: false;
|
|
149
74
|
}];
|
|
150
|
-
readonly
|
|
75
|
+
readonly anonymous: false;
|
|
151
76
|
readonly type: "event";
|
|
152
77
|
}, {
|
|
153
|
-
readonly
|
|
78
|
+
readonly name: "GovChangeCancelled";
|
|
154
79
|
readonly inputs: readonly [{
|
|
155
|
-
readonly indexed: true;
|
|
156
80
|
readonly name: "cancelledGov";
|
|
157
81
|
readonly type: "address";
|
|
82
|
+
readonly indexed: true;
|
|
158
83
|
}, {
|
|
159
|
-
readonly indexed: false;
|
|
160
84
|
readonly name: "initiatedBlock";
|
|
161
85
|
readonly type: "uint256";
|
|
162
|
-
}, {
|
|
163
86
|
readonly indexed: false;
|
|
87
|
+
}, {
|
|
164
88
|
readonly name: "confirmBlock";
|
|
165
89
|
readonly type: "uint256";
|
|
90
|
+
readonly indexed: false;
|
|
166
91
|
}];
|
|
167
|
-
readonly
|
|
92
|
+
readonly anonymous: false;
|
|
168
93
|
readonly type: "event";
|
|
169
94
|
}, {
|
|
170
|
-
readonly
|
|
95
|
+
readonly name: "GovRelinquished";
|
|
171
96
|
readonly inputs: readonly [{
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
readonly
|
|
97
|
+
readonly name: "prevGov";
|
|
98
|
+
readonly type: "address";
|
|
99
|
+
readonly indexed: true;
|
|
175
100
|
}];
|
|
176
|
-
readonly
|
|
101
|
+
readonly anonymous: false;
|
|
177
102
|
readonly type: "event";
|
|
178
103
|
}, {
|
|
179
|
-
readonly
|
|
104
|
+
readonly name: "RipeHqSetupFinished";
|
|
180
105
|
readonly inputs: readonly [{
|
|
181
|
-
readonly
|
|
182
|
-
readonly name: "asset";
|
|
106
|
+
readonly name: "prevGov";
|
|
183
107
|
readonly type: "address";
|
|
184
|
-
}, {
|
|
185
108
|
readonly indexed: true;
|
|
186
|
-
|
|
109
|
+
}, {
|
|
110
|
+
readonly name: "newGov";
|
|
187
111
|
readonly type: "address";
|
|
112
|
+
readonly indexed: true;
|
|
113
|
+
}, {
|
|
114
|
+
readonly name: "timeLock";
|
|
115
|
+
readonly type: "uint256";
|
|
116
|
+
readonly indexed: false;
|
|
188
117
|
}];
|
|
189
|
-
readonly
|
|
118
|
+
readonly anonymous: false;
|
|
190
119
|
readonly type: "event";
|
|
191
120
|
}, {
|
|
121
|
+
readonly name: "PriceSourcePauseModified";
|
|
122
|
+
readonly inputs: readonly [{
|
|
123
|
+
readonly name: "isPaused";
|
|
124
|
+
readonly type: "bool";
|
|
125
|
+
readonly indexed: false;
|
|
126
|
+
}];
|
|
192
127
|
readonly anonymous: false;
|
|
128
|
+
readonly type: "event";
|
|
129
|
+
}, {
|
|
130
|
+
readonly name: "PriceSourceFundsRecovered";
|
|
193
131
|
readonly inputs: readonly [{
|
|
194
|
-
readonly indexed: true;
|
|
195
132
|
readonly name: "asset";
|
|
196
133
|
readonly type: "address";
|
|
197
|
-
}, {
|
|
198
134
|
readonly indexed: true;
|
|
199
|
-
|
|
135
|
+
}, {
|
|
136
|
+
readonly name: "recipient";
|
|
200
137
|
readonly type: "address";
|
|
138
|
+
readonly indexed: true;
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "balance";
|
|
141
|
+
readonly type: "uint256";
|
|
142
|
+
readonly indexed: false;
|
|
201
143
|
}];
|
|
202
|
-
readonly
|
|
144
|
+
readonly anonymous: false;
|
|
203
145
|
readonly type: "event";
|
|
204
146
|
}, {
|
|
147
|
+
readonly stateMutability: "view";
|
|
148
|
+
readonly type: "function";
|
|
149
|
+
readonly name: "getRipeHqFromGov";
|
|
150
|
+
readonly inputs: readonly [];
|
|
151
|
+
readonly outputs: readonly [{
|
|
152
|
+
readonly name: "";
|
|
153
|
+
readonly type: "address";
|
|
154
|
+
}];
|
|
155
|
+
}, {
|
|
156
|
+
readonly stateMutability: "view";
|
|
157
|
+
readonly type: "function";
|
|
158
|
+
readonly name: "canGovern";
|
|
205
159
|
readonly inputs: readonly [{
|
|
206
|
-
readonly name: "
|
|
160
|
+
readonly name: "_addr";
|
|
207
161
|
readonly type: "address";
|
|
208
162
|
}];
|
|
209
|
-
readonly name: "getAssetOpportunities";
|
|
210
163
|
readonly outputs: readonly [{
|
|
211
164
|
readonly name: "";
|
|
212
|
-
readonly type: "
|
|
165
|
+
readonly type: "bool";
|
|
213
166
|
}];
|
|
167
|
+
}, {
|
|
214
168
|
readonly stateMutability: "view";
|
|
215
169
|
readonly type: "function";
|
|
216
|
-
|
|
170
|
+
readonly name: "getGovernors";
|
|
217
171
|
readonly inputs: readonly [];
|
|
218
|
-
readonly name: "getAssets";
|
|
219
172
|
readonly outputs: readonly [{
|
|
220
173
|
readonly name: "";
|
|
221
174
|
readonly type: "address[]";
|
|
222
175
|
}];
|
|
176
|
+
}, {
|
|
223
177
|
readonly stateMutability: "view";
|
|
224
178
|
readonly type: "function";
|
|
179
|
+
readonly name: "hasPendingGovChange";
|
|
180
|
+
readonly inputs: readonly [];
|
|
181
|
+
readonly outputs: readonly [{
|
|
182
|
+
readonly name: "";
|
|
183
|
+
readonly type: "bool";
|
|
184
|
+
}];
|
|
225
185
|
}, {
|
|
186
|
+
readonly stateMutability: "nonpayable";
|
|
187
|
+
readonly type: "function";
|
|
188
|
+
readonly name: "startGovernanceChange";
|
|
226
189
|
readonly inputs: readonly [{
|
|
227
|
-
readonly name: "
|
|
190
|
+
readonly name: "_newGov";
|
|
228
191
|
readonly type: "address";
|
|
229
|
-
}
|
|
230
|
-
|
|
192
|
+
}];
|
|
193
|
+
readonly outputs: readonly [];
|
|
194
|
+
}, {
|
|
195
|
+
readonly stateMutability: "nonpayable";
|
|
196
|
+
readonly type: "function";
|
|
197
|
+
readonly name: "confirmGovernanceChange";
|
|
198
|
+
readonly inputs: readonly [];
|
|
199
|
+
readonly outputs: readonly [];
|
|
200
|
+
}, {
|
|
201
|
+
readonly stateMutability: "nonpayable";
|
|
202
|
+
readonly type: "function";
|
|
203
|
+
readonly name: "cancelGovernanceChange";
|
|
204
|
+
readonly inputs: readonly [];
|
|
205
|
+
readonly outputs: readonly [];
|
|
206
|
+
}, {
|
|
207
|
+
readonly stateMutability: "nonpayable";
|
|
208
|
+
readonly type: "function";
|
|
209
|
+
readonly name: "relinquishGov";
|
|
210
|
+
readonly inputs: readonly [];
|
|
211
|
+
readonly outputs: readonly [];
|
|
212
|
+
}, {
|
|
213
|
+
readonly stateMutability: "nonpayable";
|
|
214
|
+
readonly type: "function";
|
|
215
|
+
readonly name: "setGovTimeLock";
|
|
216
|
+
readonly inputs: readonly [{
|
|
217
|
+
readonly name: "_numBlocks";
|
|
231
218
|
readonly type: "uint256";
|
|
232
219
|
}];
|
|
233
|
-
readonly name: "assetOpportunities";
|
|
234
220
|
readonly outputs: readonly [{
|
|
235
221
|
readonly name: "";
|
|
236
|
-
readonly type: "
|
|
222
|
+
readonly type: "bool";
|
|
237
223
|
}];
|
|
224
|
+
}, {
|
|
238
225
|
readonly stateMutability: "view";
|
|
239
226
|
readonly type: "function";
|
|
240
|
-
|
|
227
|
+
readonly name: "isValidGovTimeLock";
|
|
241
228
|
readonly inputs: readonly [{
|
|
242
|
-
readonly name: "
|
|
243
|
-
readonly type: "
|
|
244
|
-
}, {
|
|
245
|
-
readonly name: "arg1";
|
|
246
|
-
readonly type: "address";
|
|
229
|
+
readonly name: "_newTimeLock";
|
|
230
|
+
readonly type: "uint256";
|
|
247
231
|
}];
|
|
248
|
-
readonly name: "indexOfAssetOpportunity";
|
|
249
232
|
readonly outputs: readonly [{
|
|
250
233
|
readonly name: "";
|
|
251
|
-
readonly type: "
|
|
234
|
+
readonly type: "bool";
|
|
252
235
|
}];
|
|
236
|
+
}, {
|
|
253
237
|
readonly stateMutability: "view";
|
|
254
238
|
readonly type: "function";
|
|
255
|
-
|
|
256
|
-
readonly inputs: readonly [
|
|
257
|
-
readonly name: "arg0";
|
|
258
|
-
readonly type: "address";
|
|
259
|
-
}];
|
|
260
|
-
readonly name: "numAssetOpportunities";
|
|
239
|
+
readonly name: "minGovChangeTimeLock";
|
|
240
|
+
readonly inputs: readonly [];
|
|
261
241
|
readonly outputs: readonly [{
|
|
262
242
|
readonly name: "";
|
|
263
243
|
readonly type: "uint256";
|
|
264
244
|
}];
|
|
245
|
+
}, {
|
|
265
246
|
readonly stateMutability: "view";
|
|
266
247
|
readonly type: "function";
|
|
248
|
+
readonly name: "maxGovChangeTimeLock";
|
|
249
|
+
readonly inputs: readonly [];
|
|
250
|
+
readonly outputs: readonly [{
|
|
251
|
+
readonly name: "";
|
|
252
|
+
readonly type: "uint256";
|
|
253
|
+
}];
|
|
267
254
|
}, {
|
|
255
|
+
readonly stateMutability: "nonpayable";
|
|
256
|
+
readonly type: "function";
|
|
257
|
+
readonly name: "finishRipeHqSetup";
|
|
268
258
|
readonly inputs: readonly [{
|
|
269
|
-
readonly name: "
|
|
259
|
+
readonly name: "_newGov";
|
|
270
260
|
readonly type: "address";
|
|
271
261
|
}];
|
|
272
|
-
readonly name: "vaultToAsset";
|
|
273
262
|
readonly outputs: readonly [{
|
|
274
263
|
readonly name: "";
|
|
275
|
-
readonly type: "
|
|
264
|
+
readonly type: "bool";
|
|
276
265
|
}];
|
|
277
|
-
readonly stateMutability: "view";
|
|
278
|
-
readonly type: "function";
|
|
279
266
|
}, {
|
|
267
|
+
readonly stateMutability: "nonpayable";
|
|
268
|
+
readonly type: "function";
|
|
269
|
+
readonly name: "finishRipeHqSetup";
|
|
280
270
|
readonly inputs: readonly [{
|
|
281
|
-
readonly name: "
|
|
271
|
+
readonly name: "_newGov";
|
|
272
|
+
readonly type: "address";
|
|
273
|
+
}, {
|
|
274
|
+
readonly name: "_timeLock";
|
|
282
275
|
readonly type: "uint256";
|
|
283
276
|
}];
|
|
284
|
-
readonly name: "assets";
|
|
285
277
|
readonly outputs: readonly [{
|
|
286
278
|
readonly name: "";
|
|
287
|
-
readonly type: "
|
|
279
|
+
readonly type: "bool";
|
|
288
280
|
}];
|
|
281
|
+
}, {
|
|
289
282
|
readonly stateMutability: "view";
|
|
290
283
|
readonly type: "function";
|
|
291
|
-
|
|
292
|
-
readonly inputs: readonly [
|
|
293
|
-
|
|
284
|
+
readonly name: "governance";
|
|
285
|
+
readonly inputs: readonly [];
|
|
286
|
+
readonly outputs: readonly [{
|
|
287
|
+
readonly name: "";
|
|
294
288
|
readonly type: "address";
|
|
295
289
|
}];
|
|
296
|
-
|
|
290
|
+
}, {
|
|
291
|
+
readonly stateMutability: "view";
|
|
292
|
+
readonly type: "function";
|
|
293
|
+
readonly name: "pendingGov";
|
|
294
|
+
readonly inputs: readonly [];
|
|
297
295
|
readonly outputs: readonly [{
|
|
298
296
|
readonly name: "";
|
|
299
|
-
readonly type: "
|
|
297
|
+
readonly type: "tuple";
|
|
298
|
+
readonly components: readonly [{
|
|
299
|
+
readonly name: "newGov";
|
|
300
|
+
readonly type: "address";
|
|
301
|
+
}, {
|
|
302
|
+
readonly name: "initiatedBlock";
|
|
303
|
+
readonly type: "uint256";
|
|
304
|
+
}, {
|
|
305
|
+
readonly name: "confirmBlock";
|
|
306
|
+
readonly type: "uint256";
|
|
307
|
+
}];
|
|
300
308
|
}];
|
|
309
|
+
}, {
|
|
301
310
|
readonly stateMutability: "view";
|
|
302
311
|
readonly type: "function";
|
|
303
|
-
|
|
312
|
+
readonly name: "numGovChanges";
|
|
304
313
|
readonly inputs: readonly [];
|
|
305
|
-
readonly name: "numAssets";
|
|
306
314
|
readonly outputs: readonly [{
|
|
307
315
|
readonly name: "";
|
|
308
316
|
readonly type: "uint256";
|
|
309
317
|
}];
|
|
318
|
+
}, {
|
|
310
319
|
readonly stateMutability: "view";
|
|
311
320
|
readonly type: "function";
|
|
312
|
-
|
|
313
|
-
readonly inputs: readonly [
|
|
314
|
-
readonly name: "_address";
|
|
315
|
-
readonly type: "address";
|
|
316
|
-
}];
|
|
317
|
-
readonly name: "canGovern";
|
|
321
|
+
readonly name: "govChangeTimeLock";
|
|
322
|
+
readonly inputs: readonly [];
|
|
318
323
|
readonly outputs: readonly [{
|
|
319
324
|
readonly name: "";
|
|
320
|
-
readonly type: "
|
|
325
|
+
readonly type: "uint256";
|
|
321
326
|
}];
|
|
327
|
+
}, {
|
|
322
328
|
readonly stateMutability: "view";
|
|
323
329
|
readonly type: "function";
|
|
324
|
-
|
|
330
|
+
readonly name: "getAddys";
|
|
325
331
|
readonly inputs: readonly [];
|
|
326
|
-
readonly name: "hasPendingGovChange";
|
|
327
332
|
readonly outputs: readonly [{
|
|
328
333
|
readonly name: "";
|
|
329
|
-
readonly type: "
|
|
334
|
+
readonly type: "tuple";
|
|
335
|
+
readonly components: readonly [{
|
|
336
|
+
readonly name: "hq";
|
|
337
|
+
readonly type: "address";
|
|
338
|
+
}, {
|
|
339
|
+
readonly name: "greenToken";
|
|
340
|
+
readonly type: "address";
|
|
341
|
+
}, {
|
|
342
|
+
readonly name: "savingsGreen";
|
|
343
|
+
readonly type: "address";
|
|
344
|
+
}, {
|
|
345
|
+
readonly name: "ripeToken";
|
|
346
|
+
readonly type: "address";
|
|
347
|
+
}, {
|
|
348
|
+
readonly name: "ledger";
|
|
349
|
+
readonly type: "address";
|
|
350
|
+
}, {
|
|
351
|
+
readonly name: "missionControl";
|
|
352
|
+
readonly type: "address";
|
|
353
|
+
}, {
|
|
354
|
+
readonly name: "switchboard";
|
|
355
|
+
readonly type: "address";
|
|
356
|
+
}, {
|
|
357
|
+
readonly name: "priceDesk";
|
|
358
|
+
readonly type: "address";
|
|
359
|
+
}, {
|
|
360
|
+
readonly name: "vaultBook";
|
|
361
|
+
readonly type: "address";
|
|
362
|
+
}, {
|
|
363
|
+
readonly name: "auctionHouse";
|
|
364
|
+
readonly type: "address";
|
|
365
|
+
}, {
|
|
366
|
+
readonly name: "auctionHouseNft";
|
|
367
|
+
readonly type: "address";
|
|
368
|
+
}, {
|
|
369
|
+
readonly name: "boardroom";
|
|
370
|
+
readonly type: "address";
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "bondRoom";
|
|
373
|
+
readonly type: "address";
|
|
374
|
+
}, {
|
|
375
|
+
readonly name: "creditEngine";
|
|
376
|
+
readonly type: "address";
|
|
377
|
+
}, {
|
|
378
|
+
readonly name: "endaoment";
|
|
379
|
+
readonly type: "address";
|
|
380
|
+
}, {
|
|
381
|
+
readonly name: "humanResources";
|
|
382
|
+
readonly type: "address";
|
|
383
|
+
}, {
|
|
384
|
+
readonly name: "lootbox";
|
|
385
|
+
readonly type: "address";
|
|
386
|
+
}, {
|
|
387
|
+
readonly name: "teller";
|
|
388
|
+
readonly type: "address";
|
|
389
|
+
}];
|
|
330
390
|
}];
|
|
391
|
+
}, {
|
|
331
392
|
readonly stateMutability: "view";
|
|
332
393
|
readonly type: "function";
|
|
333
|
-
|
|
334
|
-
readonly inputs: readonly [
|
|
335
|
-
|
|
394
|
+
readonly name: "getRipeHq";
|
|
395
|
+
readonly inputs: readonly [];
|
|
396
|
+
readonly outputs: readonly [{
|
|
397
|
+
readonly name: "";
|
|
336
398
|
readonly type: "address";
|
|
337
399
|
}];
|
|
338
|
-
readonly name: "changeGovernance";
|
|
339
|
-
readonly outputs: readonly [];
|
|
340
|
-
readonly stateMutability: "nonpayable";
|
|
341
|
-
readonly type: "function";
|
|
342
400
|
}, {
|
|
401
|
+
readonly stateMutability: "view";
|
|
402
|
+
readonly type: "function";
|
|
403
|
+
readonly name: "getPricedAssets";
|
|
343
404
|
readonly inputs: readonly [];
|
|
344
|
-
readonly
|
|
345
|
-
|
|
405
|
+
readonly outputs: readonly [{
|
|
406
|
+
readonly name: "";
|
|
407
|
+
readonly type: "address[]";
|
|
408
|
+
}];
|
|
409
|
+
}, {
|
|
346
410
|
readonly stateMutability: "nonpayable";
|
|
347
411
|
readonly type: "function";
|
|
348
|
-
|
|
349
|
-
readonly inputs: readonly [
|
|
350
|
-
|
|
412
|
+
readonly name: "pause";
|
|
413
|
+
readonly inputs: readonly [{
|
|
414
|
+
readonly name: "_shouldPause";
|
|
415
|
+
readonly type: "bool";
|
|
416
|
+
}];
|
|
351
417
|
readonly outputs: readonly [];
|
|
418
|
+
}, {
|
|
352
419
|
readonly stateMutability: "nonpayable";
|
|
353
420
|
readonly type: "function";
|
|
354
|
-
|
|
421
|
+
readonly name: "recoverFunds";
|
|
355
422
|
readonly inputs: readonly [{
|
|
356
|
-
readonly name: "
|
|
357
|
-
readonly type: "
|
|
423
|
+
readonly name: "_recipient";
|
|
424
|
+
readonly type: "address";
|
|
425
|
+
}, {
|
|
426
|
+
readonly name: "_asset";
|
|
427
|
+
readonly type: "address";
|
|
358
428
|
}];
|
|
359
|
-
readonly name: "setGovernanceChangeDelay";
|
|
360
429
|
readonly outputs: readonly [];
|
|
430
|
+
}, {
|
|
361
431
|
readonly stateMutability: "nonpayable";
|
|
362
432
|
readonly type: "function";
|
|
433
|
+
readonly name: "recoverFundsMany";
|
|
434
|
+
readonly inputs: readonly [{
|
|
435
|
+
readonly name: "_recipient";
|
|
436
|
+
readonly type: "address";
|
|
437
|
+
}, {
|
|
438
|
+
readonly name: "_assets";
|
|
439
|
+
readonly type: "address[]";
|
|
440
|
+
}];
|
|
441
|
+
readonly outputs: readonly [];
|
|
363
442
|
}, {
|
|
443
|
+
readonly stateMutability: "view";
|
|
444
|
+
readonly type: "function";
|
|
445
|
+
readonly name: "isPaused";
|
|
364
446
|
readonly inputs: readonly [];
|
|
365
|
-
readonly name: "governance";
|
|
366
447
|
readonly outputs: readonly [{
|
|
367
448
|
readonly name: "";
|
|
368
|
-
readonly type: "
|
|
449
|
+
readonly type: "bool";
|
|
369
450
|
}];
|
|
451
|
+
}, {
|
|
370
452
|
readonly stateMutability: "view";
|
|
371
453
|
readonly type: "function";
|
|
372
|
-
|
|
373
|
-
readonly inputs: readonly [
|
|
374
|
-
|
|
454
|
+
readonly name: "assets";
|
|
455
|
+
readonly inputs: readonly [{
|
|
456
|
+
readonly name: "arg0";
|
|
457
|
+
readonly type: "uint256";
|
|
458
|
+
}];
|
|
375
459
|
readonly outputs: readonly [{
|
|
376
|
-
readonly components: readonly [{
|
|
377
|
-
readonly name: "newGov";
|
|
378
|
-
readonly type: "address";
|
|
379
|
-
}, {
|
|
380
|
-
readonly name: "initiatedBlock";
|
|
381
|
-
readonly type: "uint256";
|
|
382
|
-
}, {
|
|
383
|
-
readonly name: "confirmBlock";
|
|
384
|
-
readonly type: "uint256";
|
|
385
|
-
}];
|
|
386
460
|
readonly name: "";
|
|
387
|
-
readonly type: "
|
|
461
|
+
readonly type: "address";
|
|
388
462
|
}];
|
|
463
|
+
}, {
|
|
389
464
|
readonly stateMutability: "view";
|
|
390
465
|
readonly type: "function";
|
|
466
|
+
readonly name: "indexOfAsset";
|
|
467
|
+
readonly inputs: readonly [{
|
|
468
|
+
readonly name: "arg0";
|
|
469
|
+
readonly type: "address";
|
|
470
|
+
}];
|
|
471
|
+
readonly outputs: readonly [{
|
|
472
|
+
readonly name: "";
|
|
473
|
+
readonly type: "uint256";
|
|
474
|
+
}];
|
|
391
475
|
}, {
|
|
476
|
+
readonly stateMutability: "view";
|
|
477
|
+
readonly type: "function";
|
|
478
|
+
readonly name: "numAssets";
|
|
392
479
|
readonly inputs: readonly [];
|
|
393
|
-
readonly name: "govChangeDelay";
|
|
394
480
|
readonly outputs: readonly [{
|
|
395
481
|
readonly name: "";
|
|
396
482
|
readonly type: "uint256";
|
|
397
483
|
}];
|
|
484
|
+
}, {
|
|
398
485
|
readonly stateMutability: "view";
|
|
399
486
|
readonly type: "function";
|
|
400
|
-
|
|
401
|
-
readonly inputs: readonly [
|
|
402
|
-
|
|
487
|
+
readonly name: "canConfirmAction";
|
|
488
|
+
readonly inputs: readonly [{
|
|
489
|
+
readonly name: "_actionId";
|
|
490
|
+
readonly type: "uint256";
|
|
491
|
+
}];
|
|
403
492
|
readonly outputs: readonly [{
|
|
404
493
|
readonly name: "";
|
|
494
|
+
readonly type: "bool";
|
|
495
|
+
}];
|
|
496
|
+
}, {
|
|
497
|
+
readonly stateMutability: "view";
|
|
498
|
+
readonly type: "function";
|
|
499
|
+
readonly name: "isExpired";
|
|
500
|
+
readonly inputs: readonly [{
|
|
501
|
+
readonly name: "_actionId";
|
|
405
502
|
readonly type: "uint256";
|
|
406
503
|
}];
|
|
504
|
+
readonly outputs: readonly [{
|
|
505
|
+
readonly name: "";
|
|
506
|
+
readonly type: "bool";
|
|
507
|
+
}];
|
|
508
|
+
}, {
|
|
407
509
|
readonly stateMutability: "view";
|
|
408
510
|
readonly type: "function";
|
|
511
|
+
readonly name: "hasPendingAction";
|
|
512
|
+
readonly inputs: readonly [{
|
|
513
|
+
readonly name: "_actionId";
|
|
514
|
+
readonly type: "uint256";
|
|
515
|
+
}];
|
|
516
|
+
readonly outputs: readonly [{
|
|
517
|
+
readonly name: "";
|
|
518
|
+
readonly type: "bool";
|
|
519
|
+
}];
|
|
409
520
|
}, {
|
|
410
|
-
readonly
|
|
411
|
-
readonly
|
|
521
|
+
readonly stateMutability: "view";
|
|
522
|
+
readonly type: "function";
|
|
523
|
+
readonly name: "getActionConfirmationBlock";
|
|
524
|
+
readonly inputs: readonly [{
|
|
525
|
+
readonly name: "_actionId";
|
|
526
|
+
readonly type: "uint256";
|
|
527
|
+
}];
|
|
412
528
|
readonly outputs: readonly [{
|
|
413
529
|
readonly name: "";
|
|
414
530
|
readonly type: "uint256";
|
|
415
531
|
}];
|
|
532
|
+
}, {
|
|
533
|
+
readonly stateMutability: "nonpayable";
|
|
534
|
+
readonly type: "function";
|
|
535
|
+
readonly name: "setActionTimeLock";
|
|
536
|
+
readonly inputs: readonly [{
|
|
537
|
+
readonly name: "_newTimeLock";
|
|
538
|
+
readonly type: "uint256";
|
|
539
|
+
}];
|
|
540
|
+
readonly outputs: readonly [{
|
|
541
|
+
readonly name: "";
|
|
542
|
+
readonly type: "bool";
|
|
543
|
+
}];
|
|
544
|
+
}, {
|
|
416
545
|
readonly stateMutability: "view";
|
|
417
546
|
readonly type: "function";
|
|
547
|
+
readonly name: "isValidActionTimeLock";
|
|
548
|
+
readonly inputs: readonly [{
|
|
549
|
+
readonly name: "_newTimeLock";
|
|
550
|
+
readonly type: "uint256";
|
|
551
|
+
}];
|
|
552
|
+
readonly outputs: readonly [{
|
|
553
|
+
readonly name: "";
|
|
554
|
+
readonly type: "bool";
|
|
555
|
+
}];
|
|
418
556
|
}, {
|
|
557
|
+
readonly stateMutability: "view";
|
|
558
|
+
readonly type: "function";
|
|
559
|
+
readonly name: "minActionTimeLock";
|
|
419
560
|
readonly inputs: readonly [];
|
|
420
|
-
readonly name: "getRegistries";
|
|
421
561
|
readonly outputs: readonly [{
|
|
422
562
|
readonly name: "";
|
|
423
|
-
readonly type: "
|
|
563
|
+
readonly type: "uint256";
|
|
424
564
|
}];
|
|
565
|
+
}, {
|
|
425
566
|
readonly stateMutability: "view";
|
|
426
567
|
readonly type: "function";
|
|
568
|
+
readonly name: "maxActionTimeLock";
|
|
569
|
+
readonly inputs: readonly [];
|
|
570
|
+
readonly outputs: readonly [{
|
|
571
|
+
readonly name: "";
|
|
572
|
+
readonly type: "uint256";
|
|
573
|
+
}];
|
|
427
574
|
}, {
|
|
575
|
+
readonly stateMutability: "nonpayable";
|
|
576
|
+
readonly type: "function";
|
|
577
|
+
readonly name: "setExpiration";
|
|
428
578
|
readonly inputs: readonly [{
|
|
429
|
-
readonly name: "
|
|
430
|
-
readonly type: "
|
|
579
|
+
readonly name: "_expiration";
|
|
580
|
+
readonly type: "uint256";
|
|
431
581
|
}];
|
|
432
|
-
readonly name: "getAccessForLego";
|
|
433
582
|
readonly outputs: readonly [{
|
|
434
583
|
readonly name: "";
|
|
435
|
-
readonly type: "
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
584
|
+
readonly type: "bool";
|
|
585
|
+
}];
|
|
586
|
+
}, {
|
|
587
|
+
readonly stateMutability: "nonpayable";
|
|
588
|
+
readonly type: "function";
|
|
589
|
+
readonly name: "setActionTimeLockAfterSetup";
|
|
590
|
+
readonly inputs: readonly [];
|
|
591
|
+
readonly outputs: readonly [{
|
|
440
592
|
readonly name: "";
|
|
593
|
+
readonly type: "bool";
|
|
594
|
+
}];
|
|
595
|
+
}, {
|
|
596
|
+
readonly stateMutability: "nonpayable";
|
|
597
|
+
readonly type: "function";
|
|
598
|
+
readonly name: "setActionTimeLockAfterSetup";
|
|
599
|
+
readonly inputs: readonly [{
|
|
600
|
+
readonly name: "_newTimeLock";
|
|
441
601
|
readonly type: "uint256";
|
|
442
602
|
}];
|
|
603
|
+
readonly outputs: readonly [{
|
|
604
|
+
readonly name: "";
|
|
605
|
+
readonly type: "bool";
|
|
606
|
+
}];
|
|
607
|
+
}, {
|
|
443
608
|
readonly stateMutability: "view";
|
|
444
609
|
readonly type: "function";
|
|
445
|
-
|
|
610
|
+
readonly name: "pendingActions";
|
|
446
611
|
readonly inputs: readonly [{
|
|
447
|
-
readonly name: "
|
|
448
|
-
readonly type: "
|
|
612
|
+
readonly name: "arg0";
|
|
613
|
+
readonly type: "uint256";
|
|
449
614
|
}];
|
|
450
|
-
readonly name: "isVaultToken";
|
|
451
615
|
readonly outputs: readonly [{
|
|
452
616
|
readonly name: "";
|
|
453
|
-
readonly type: "
|
|
617
|
+
readonly type: "tuple";
|
|
618
|
+
readonly components: readonly [{
|
|
619
|
+
readonly name: "initiatedBlock";
|
|
620
|
+
readonly type: "uint256";
|
|
621
|
+
}, {
|
|
622
|
+
readonly name: "confirmBlock";
|
|
623
|
+
readonly type: "uint256";
|
|
624
|
+
}, {
|
|
625
|
+
readonly name: "expiration";
|
|
626
|
+
readonly type: "uint256";
|
|
627
|
+
}];
|
|
628
|
+
}];
|
|
629
|
+
}, {
|
|
630
|
+
readonly stateMutability: "view";
|
|
631
|
+
readonly type: "function";
|
|
632
|
+
readonly name: "actionId";
|
|
633
|
+
readonly inputs: readonly [];
|
|
634
|
+
readonly outputs: readonly [{
|
|
635
|
+
readonly name: "";
|
|
636
|
+
readonly type: "uint256";
|
|
454
637
|
}];
|
|
638
|
+
}, {
|
|
455
639
|
readonly stateMutability: "view";
|
|
456
640
|
readonly type: "function";
|
|
457
|
-
|
|
458
|
-
readonly inputs: readonly [
|
|
459
|
-
readonly name: "_vaultToken";
|
|
460
|
-
readonly type: "address";
|
|
461
|
-
}];
|
|
462
|
-
readonly name: "getUnderlyingAsset";
|
|
641
|
+
readonly name: "actionTimeLock";
|
|
642
|
+
readonly inputs: readonly [];
|
|
463
643
|
readonly outputs: readonly [{
|
|
464
644
|
readonly name: "";
|
|
465
|
-
readonly type: "
|
|
645
|
+
readonly type: "uint256";
|
|
466
646
|
}];
|
|
647
|
+
}, {
|
|
467
648
|
readonly stateMutability: "view";
|
|
468
649
|
readonly type: "function";
|
|
469
|
-
|
|
470
|
-
readonly inputs: readonly [
|
|
471
|
-
readonly name: "_vaultToken";
|
|
472
|
-
readonly type: "address";
|
|
473
|
-
}, {
|
|
474
|
-
readonly name: "_vaultTokenAmount";
|
|
475
|
-
readonly type: "uint256";
|
|
476
|
-
}];
|
|
477
|
-
readonly name: "getUnderlyingAmount";
|
|
650
|
+
readonly name: "expiration";
|
|
651
|
+
readonly inputs: readonly [];
|
|
478
652
|
readonly outputs: readonly [{
|
|
479
653
|
readonly name: "";
|
|
480
654
|
readonly type: "uint256";
|
|
481
655
|
}];
|
|
656
|
+
}, {
|
|
482
657
|
readonly stateMutability: "view";
|
|
483
658
|
readonly type: "function";
|
|
484
|
-
|
|
659
|
+
readonly name: "getPrice";
|
|
485
660
|
readonly inputs: readonly [{
|
|
486
661
|
readonly name: "_asset";
|
|
487
662
|
readonly type: "address";
|
|
488
|
-
}, {
|
|
489
|
-
readonly name: "_assetAmount";
|
|
490
|
-
readonly type: "uint256";
|
|
491
|
-
}, {
|
|
492
|
-
readonly name: "_vaultToken";
|
|
493
|
-
readonly type: "address";
|
|
494
663
|
}];
|
|
495
|
-
readonly name: "getVaultTokenAmount";
|
|
496
664
|
readonly outputs: readonly [{
|
|
497
665
|
readonly name: "";
|
|
498
666
|
readonly type: "uint256";
|
|
499
667
|
}];
|
|
668
|
+
}, {
|
|
500
669
|
readonly stateMutability: "view";
|
|
501
670
|
readonly type: "function";
|
|
502
|
-
|
|
671
|
+
readonly name: "getPrice";
|
|
503
672
|
readonly inputs: readonly [{
|
|
504
|
-
readonly name: "
|
|
673
|
+
readonly name: "_asset";
|
|
505
674
|
readonly type: "address";
|
|
506
675
|
}, {
|
|
507
|
-
readonly name: "
|
|
676
|
+
readonly name: "_staleTime";
|
|
508
677
|
readonly type: "uint256";
|
|
509
678
|
}];
|
|
510
|
-
readonly name: "getUsdValueOfVaultToken";
|
|
511
679
|
readonly outputs: readonly [{
|
|
512
680
|
readonly name: "";
|
|
513
681
|
readonly type: "uint256";
|
|
514
682
|
}];
|
|
683
|
+
}, {
|
|
515
684
|
readonly stateMutability: "view";
|
|
516
685
|
readonly type: "function";
|
|
517
|
-
|
|
686
|
+
readonly name: "getPrice";
|
|
518
687
|
readonly inputs: readonly [{
|
|
519
|
-
readonly name: "
|
|
688
|
+
readonly name: "_asset";
|
|
520
689
|
readonly type: "address";
|
|
521
690
|
}, {
|
|
522
|
-
readonly name: "
|
|
691
|
+
readonly name: "_staleTime";
|
|
523
692
|
readonly type: "uint256";
|
|
524
693
|
}, {
|
|
525
|
-
readonly name: "
|
|
694
|
+
readonly name: "_priceDesk";
|
|
526
695
|
readonly type: "address";
|
|
527
696
|
}];
|
|
528
|
-
readonly name: "getUsdValueOfVaultToken";
|
|
529
697
|
readonly outputs: readonly [{
|
|
530
698
|
readonly name: "";
|
|
531
699
|
readonly type: "uint256";
|
|
532
700
|
}];
|
|
701
|
+
}, {
|
|
533
702
|
readonly stateMutability: "view";
|
|
534
703
|
readonly type: "function";
|
|
535
|
-
|
|
704
|
+
readonly name: "getPriceAndHasFeed";
|
|
536
705
|
readonly inputs: readonly [{
|
|
537
|
-
readonly name: "
|
|
706
|
+
readonly name: "_asset";
|
|
538
707
|
readonly type: "address";
|
|
539
|
-
}, {
|
|
540
|
-
readonly name: "_vaultTokenAmount";
|
|
541
|
-
readonly type: "uint256";
|
|
542
708
|
}];
|
|
543
|
-
readonly name: "getUnderlyingData";
|
|
544
709
|
readonly outputs: readonly [{
|
|
545
|
-
readonly name: "";
|
|
546
|
-
readonly type: "address";
|
|
547
|
-
}, {
|
|
548
710
|
readonly name: "";
|
|
549
711
|
readonly type: "uint256";
|
|
550
712
|
}, {
|
|
551
713
|
readonly name: "";
|
|
552
|
-
readonly type: "
|
|
714
|
+
readonly type: "bool";
|
|
553
715
|
}];
|
|
716
|
+
}, {
|
|
554
717
|
readonly stateMutability: "view";
|
|
555
718
|
readonly type: "function";
|
|
556
|
-
|
|
719
|
+
readonly name: "getPriceAndHasFeed";
|
|
557
720
|
readonly inputs: readonly [{
|
|
558
|
-
readonly name: "
|
|
721
|
+
readonly name: "_asset";
|
|
559
722
|
readonly type: "address";
|
|
560
723
|
}, {
|
|
561
|
-
readonly name: "
|
|
724
|
+
readonly name: "_staleTime";
|
|
562
725
|
readonly type: "uint256";
|
|
563
|
-
}, {
|
|
564
|
-
readonly name: "_oracleRegistry";
|
|
565
|
-
readonly type: "address";
|
|
566
726
|
}];
|
|
567
|
-
readonly name: "getUnderlyingData";
|
|
568
727
|
readonly outputs: readonly [{
|
|
569
|
-
readonly name: "";
|
|
570
|
-
readonly type: "address";
|
|
571
|
-
}, {
|
|
572
728
|
readonly name: "";
|
|
573
729
|
readonly type: "uint256";
|
|
574
730
|
}, {
|
|
575
731
|
readonly name: "";
|
|
576
|
-
readonly type: "
|
|
577
|
-
}];
|
|
578
|
-
readonly stateMutability: "view";
|
|
579
|
-
readonly type: "function";
|
|
580
|
-
}, {
|
|
581
|
-
readonly inputs: readonly [{
|
|
582
|
-
readonly name: "_vaultToken";
|
|
583
|
-
readonly type: "address";
|
|
584
|
-
}];
|
|
585
|
-
readonly name: "totalAssets";
|
|
586
|
-
readonly outputs: readonly [{
|
|
587
|
-
readonly name: "";
|
|
588
|
-
readonly type: "uint256";
|
|
732
|
+
readonly type: "bool";
|
|
589
733
|
}];
|
|
590
|
-
readonly stateMutability: "view";
|
|
591
|
-
readonly type: "function";
|
|
592
734
|
}, {
|
|
593
|
-
readonly inputs: readonly [{
|
|
594
|
-
readonly name: "_vaultToken";
|
|
595
|
-
readonly type: "address";
|
|
596
|
-
}];
|
|
597
|
-
readonly name: "totalBorrows";
|
|
598
|
-
readonly outputs: readonly [{
|
|
599
|
-
readonly name: "";
|
|
600
|
-
readonly type: "uint256";
|
|
601
|
-
}];
|
|
602
735
|
readonly stateMutability: "view";
|
|
603
736
|
readonly type: "function";
|
|
604
|
-
|
|
737
|
+
readonly name: "getPriceAndHasFeed";
|
|
605
738
|
readonly inputs: readonly [{
|
|
606
739
|
readonly name: "_asset";
|
|
607
740
|
readonly type: "address";
|
|
608
741
|
}, {
|
|
609
|
-
readonly name: "
|
|
742
|
+
readonly name: "_staleTime";
|
|
610
743
|
readonly type: "uint256";
|
|
611
744
|
}, {
|
|
612
|
-
readonly name: "
|
|
613
|
-
readonly type: "address";
|
|
614
|
-
}, {
|
|
615
|
-
readonly name: "_recipient";
|
|
745
|
+
readonly name: "_priceDesk";
|
|
616
746
|
readonly type: "address";
|
|
617
747
|
}];
|
|
618
|
-
readonly name: "depositTokens";
|
|
619
748
|
readonly outputs: readonly [{
|
|
620
749
|
readonly name: "";
|
|
621
750
|
readonly type: "uint256";
|
|
622
751
|
}, {
|
|
623
752
|
readonly name: "";
|
|
624
|
-
readonly type: "
|
|
625
|
-
}, {
|
|
626
|
-
readonly name: "";
|
|
627
|
-
readonly type: "uint256";
|
|
628
|
-
}, {
|
|
629
|
-
readonly name: "";
|
|
630
|
-
readonly type: "uint256";
|
|
631
|
-
}, {
|
|
632
|
-
readonly name: "";
|
|
633
|
-
readonly type: "uint256";
|
|
753
|
+
readonly type: "bool";
|
|
634
754
|
}];
|
|
635
|
-
readonly stateMutability: "nonpayable";
|
|
636
|
-
readonly type: "function";
|
|
637
755
|
}, {
|
|
756
|
+
readonly stateMutability: "view";
|
|
757
|
+
readonly type: "function";
|
|
758
|
+
readonly name: "hasPriceFeed";
|
|
638
759
|
readonly inputs: readonly [{
|
|
639
760
|
readonly name: "_asset";
|
|
640
761
|
readonly type: "address";
|
|
641
|
-
}, {
|
|
642
|
-
readonly name: "_amount";
|
|
643
|
-
readonly type: "uint256";
|
|
644
|
-
}, {
|
|
645
|
-
readonly name: "_vault";
|
|
646
|
-
readonly type: "address";
|
|
647
|
-
}, {
|
|
648
|
-
readonly name: "_recipient";
|
|
649
|
-
readonly type: "address";
|
|
650
|
-
}, {
|
|
651
|
-
readonly name: "_oracleRegistry";
|
|
652
|
-
readonly type: "address";
|
|
653
762
|
}];
|
|
654
|
-
readonly name: "depositTokens";
|
|
655
763
|
readonly outputs: readonly [{
|
|
656
764
|
readonly name: "";
|
|
657
|
-
readonly type: "
|
|
658
|
-
}, {
|
|
659
|
-
readonly name: "";
|
|
660
|
-
readonly type: "address";
|
|
661
|
-
}, {
|
|
662
|
-
readonly name: "";
|
|
663
|
-
readonly type: "uint256";
|
|
664
|
-
}, {
|
|
665
|
-
readonly name: "";
|
|
666
|
-
readonly type: "uint256";
|
|
667
|
-
}, {
|
|
668
|
-
readonly name: "";
|
|
669
|
-
readonly type: "uint256";
|
|
765
|
+
readonly type: "bool";
|
|
670
766
|
}];
|
|
671
|
-
readonly stateMutability: "nonpayable";
|
|
672
|
-
readonly type: "function";
|
|
673
767
|
}, {
|
|
768
|
+
readonly stateMutability: "view";
|
|
769
|
+
readonly type: "function";
|
|
770
|
+
readonly name: "hasPendingPriceFeedUpdate";
|
|
674
771
|
readonly inputs: readonly [{
|
|
675
772
|
readonly name: "_asset";
|
|
676
773
|
readonly type: "address";
|
|
677
|
-
}, {
|
|
678
|
-
readonly name: "_amount";
|
|
679
|
-
readonly type: "uint256";
|
|
680
|
-
}, {
|
|
681
|
-
readonly name: "_vaultToken";
|
|
682
|
-
readonly type: "address";
|
|
683
|
-
}, {
|
|
684
|
-
readonly name: "_recipient";
|
|
685
|
-
readonly type: "address";
|
|
686
774
|
}];
|
|
687
|
-
readonly name: "withdrawTokens";
|
|
688
775
|
readonly outputs: readonly [{
|
|
689
776
|
readonly name: "";
|
|
690
|
-
readonly type: "
|
|
691
|
-
}, {
|
|
692
|
-
readonly name: "";
|
|
693
|
-
readonly type: "uint256";
|
|
694
|
-
}, {
|
|
695
|
-
readonly name: "";
|
|
696
|
-
readonly type: "uint256";
|
|
697
|
-
}, {
|
|
698
|
-
readonly name: "";
|
|
699
|
-
readonly type: "uint256";
|
|
777
|
+
readonly type: "bool";
|
|
700
778
|
}];
|
|
779
|
+
}, {
|
|
701
780
|
readonly stateMutability: "nonpayable";
|
|
702
781
|
readonly type: "function";
|
|
703
|
-
|
|
782
|
+
readonly name: "confirmNewPriceFeed";
|
|
704
783
|
readonly inputs: readonly [{
|
|
705
784
|
readonly name: "_asset";
|
|
706
785
|
readonly type: "address";
|
|
707
|
-
}, {
|
|
708
|
-
readonly name: "_amount";
|
|
709
|
-
readonly type: "uint256";
|
|
710
|
-
}, {
|
|
711
|
-
readonly name: "_vaultToken";
|
|
712
|
-
readonly type: "address";
|
|
713
|
-
}, {
|
|
714
|
-
readonly name: "_recipient";
|
|
715
|
-
readonly type: "address";
|
|
716
|
-
}, {
|
|
717
|
-
readonly name: "_oracleRegistry";
|
|
718
|
-
readonly type: "address";
|
|
719
786
|
}];
|
|
720
|
-
readonly name: "withdrawTokens";
|
|
721
787
|
readonly outputs: readonly [{
|
|
722
788
|
readonly name: "";
|
|
723
|
-
readonly type: "
|
|
724
|
-
}, {
|
|
725
|
-
readonly name: "";
|
|
726
|
-
readonly type: "uint256";
|
|
727
|
-
}, {
|
|
728
|
-
readonly name: "";
|
|
729
|
-
readonly type: "uint256";
|
|
730
|
-
}, {
|
|
731
|
-
readonly name: "";
|
|
732
|
-
readonly type: "uint256";
|
|
789
|
+
readonly type: "bool";
|
|
733
790
|
}];
|
|
734
|
-
readonly stateMutability: "nonpayable";
|
|
735
|
-
readonly type: "function";
|
|
736
791
|
}, {
|
|
737
|
-
readonly inputs: readonly [{
|
|
738
|
-
readonly name: "_user";
|
|
739
|
-
readonly type: "address";
|
|
740
|
-
}, {
|
|
741
|
-
readonly name: "_market";
|
|
742
|
-
readonly type: "address";
|
|
743
|
-
}, {
|
|
744
|
-
readonly name: "_rewardToken";
|
|
745
|
-
readonly type: "address";
|
|
746
|
-
}, {
|
|
747
|
-
readonly name: "_rewardAmount";
|
|
748
|
-
readonly type: "uint256";
|
|
749
|
-
}, {
|
|
750
|
-
readonly name: "_proof";
|
|
751
|
-
readonly type: "bytes32";
|
|
752
|
-
}];
|
|
753
|
-
readonly name: "claimRewards";
|
|
754
|
-
readonly outputs: readonly [];
|
|
755
792
|
readonly stateMutability: "nonpayable";
|
|
756
793
|
readonly type: "function";
|
|
757
|
-
|
|
794
|
+
readonly name: "cancelNewPendingPriceFeed";
|
|
758
795
|
readonly inputs: readonly [{
|
|
759
|
-
readonly name: "
|
|
796
|
+
readonly name: "_asset";
|
|
760
797
|
readonly type: "address";
|
|
761
798
|
}];
|
|
762
|
-
readonly name: "hasClaimableRewards";
|
|
763
799
|
readonly outputs: readonly [{
|
|
764
800
|
readonly name: "";
|
|
765
801
|
readonly type: "bool";
|
|
766
802
|
}];
|
|
767
|
-
readonly stateMutability: "view";
|
|
768
|
-
readonly type: "function";
|
|
769
803
|
}, {
|
|
804
|
+
readonly stateMutability: "nonpayable";
|
|
805
|
+
readonly type: "function";
|
|
806
|
+
readonly name: "confirmPriceFeedUpdate";
|
|
770
807
|
readonly inputs: readonly [{
|
|
771
|
-
readonly name: "
|
|
808
|
+
readonly name: "_asset";
|
|
772
809
|
readonly type: "address";
|
|
773
810
|
}];
|
|
774
|
-
readonly name: "setMorphoRewardsAddr";
|
|
775
811
|
readonly outputs: readonly [{
|
|
776
812
|
readonly name: "";
|
|
777
813
|
readonly type: "bool";
|
|
778
814
|
}];
|
|
815
|
+
}, {
|
|
779
816
|
readonly stateMutability: "nonpayable";
|
|
780
817
|
readonly type: "function";
|
|
781
|
-
|
|
818
|
+
readonly name: "cancelPriceFeedUpdate";
|
|
782
819
|
readonly inputs: readonly [{
|
|
783
820
|
readonly name: "_asset";
|
|
784
821
|
readonly type: "address";
|
|
785
|
-
}, {
|
|
786
|
-
readonly name: "_vault";
|
|
787
|
-
readonly type: "address";
|
|
788
822
|
}];
|
|
789
|
-
readonly name: "addAssetOpportunity";
|
|
790
823
|
readonly outputs: readonly [{
|
|
791
824
|
readonly name: "";
|
|
792
825
|
readonly type: "bool";
|
|
793
826
|
}];
|
|
827
|
+
}, {
|
|
794
828
|
readonly stateMutability: "nonpayable";
|
|
795
829
|
readonly type: "function";
|
|
796
|
-
|
|
830
|
+
readonly name: "confirmDisablePriceFeed";
|
|
797
831
|
readonly inputs: readonly [{
|
|
798
832
|
readonly name: "_asset";
|
|
799
833
|
readonly type: "address";
|
|
800
|
-
}, {
|
|
801
|
-
readonly name: "_vault";
|
|
802
|
-
readonly type: "address";
|
|
803
834
|
}];
|
|
804
|
-
readonly name: "removeAssetOpportunity";
|
|
805
835
|
readonly outputs: readonly [{
|
|
806
836
|
readonly name: "";
|
|
807
837
|
readonly type: "bool";
|
|
808
838
|
}];
|
|
839
|
+
}, {
|
|
809
840
|
readonly stateMutability: "nonpayable";
|
|
810
841
|
readonly type: "function";
|
|
811
|
-
|
|
842
|
+
readonly name: "cancelDisablePriceFeed";
|
|
812
843
|
readonly inputs: readonly [{
|
|
813
844
|
readonly name: "_asset";
|
|
814
845
|
readonly type: "address";
|
|
815
|
-
}, {
|
|
816
|
-
readonly name: "_recipient";
|
|
817
|
-
readonly type: "address";
|
|
818
846
|
}];
|
|
819
|
-
readonly name: "recoverFunds";
|
|
820
847
|
readonly outputs: readonly [{
|
|
821
848
|
readonly name: "";
|
|
822
849
|
readonly type: "bool";
|
|
823
850
|
}];
|
|
851
|
+
}, {
|
|
824
852
|
readonly stateMutability: "nonpayable";
|
|
825
853
|
readonly type: "function";
|
|
826
|
-
|
|
854
|
+
readonly name: "addPriceSnapshot";
|
|
827
855
|
readonly inputs: readonly [{
|
|
828
|
-
readonly name: "
|
|
829
|
-
readonly type: "
|
|
856
|
+
readonly name: "_asset";
|
|
857
|
+
readonly type: "address";
|
|
830
858
|
}];
|
|
831
|
-
readonly name: "setLegoId";
|
|
832
859
|
readonly outputs: readonly [{
|
|
833
860
|
readonly name: "";
|
|
834
861
|
readonly type: "bool";
|
|
835
862
|
}];
|
|
836
|
-
readonly stateMutability: "nonpayable";
|
|
837
|
-
readonly type: "function";
|
|
838
863
|
}, {
|
|
839
|
-
readonly inputs: readonly [{
|
|
840
|
-
readonly name: "_shouldActivate";
|
|
841
|
-
readonly type: "bool";
|
|
842
|
-
}];
|
|
843
|
-
readonly name: "activate";
|
|
844
|
-
readonly outputs: readonly [];
|
|
845
864
|
readonly stateMutability: "nonpayable";
|
|
846
865
|
readonly type: "function";
|
|
847
|
-
|
|
848
|
-
readonly inputs: readonly [
|
|
849
|
-
|
|
850
|
-
readonly outputs: readonly [{
|
|
851
|
-
readonly name: "";
|
|
866
|
+
readonly name: "disablePriceFeed";
|
|
867
|
+
readonly inputs: readonly [{
|
|
868
|
+
readonly name: "_asset";
|
|
852
869
|
readonly type: "address";
|
|
853
870
|
}];
|
|
854
|
-
readonly stateMutability: "view";
|
|
855
|
-
readonly type: "function";
|
|
856
|
-
}, {
|
|
857
|
-
readonly inputs: readonly [];
|
|
858
|
-
readonly name: "MORPHO_FACTORY";
|
|
859
871
|
readonly outputs: readonly [{
|
|
860
872
|
readonly name: "";
|
|
861
|
-
readonly type: "
|
|
873
|
+
readonly type: "bool";
|
|
862
874
|
}];
|
|
863
|
-
readonly stateMutability: "view";
|
|
864
|
-
readonly type: "function";
|
|
865
875
|
}, {
|
|
866
|
-
readonly inputs: readonly [];
|
|
867
|
-
readonly name: "MORPHO_FACTORY_LEGACY";
|
|
868
|
-
readonly outputs: readonly [{
|
|
869
|
-
readonly name: "";
|
|
870
|
-
readonly type: "address";
|
|
871
|
-
}];
|
|
872
876
|
readonly stateMutability: "view";
|
|
873
877
|
readonly type: "function";
|
|
874
|
-
|
|
878
|
+
readonly name: "SUPER_OETH";
|
|
875
879
|
readonly inputs: readonly [];
|
|
876
|
-
readonly name: "legoId";
|
|
877
880
|
readonly outputs: readonly [{
|
|
878
881
|
readonly name: "";
|
|
879
|
-
readonly type: "
|
|
882
|
+
readonly type: "address";
|
|
880
883
|
}];
|
|
881
|
-
readonly stateMutability: "view";
|
|
882
|
-
readonly type: "function";
|
|
883
884
|
}, {
|
|
884
|
-
readonly inputs: readonly [];
|
|
885
|
-
readonly name: "isActivated";
|
|
886
|
-
readonly outputs: readonly [{
|
|
887
|
-
readonly name: "";
|
|
888
|
-
readonly type: "bool";
|
|
889
|
-
}];
|
|
890
885
|
readonly stateMutability: "view";
|
|
891
886
|
readonly type: "function";
|
|
892
|
-
|
|
887
|
+
readonly name: "WRAPPED_SUPER_OETH";
|
|
893
888
|
readonly inputs: readonly [];
|
|
894
|
-
readonly name: "ADDY_REGISTRY";
|
|
895
889
|
readonly outputs: readonly [{
|
|
896
890
|
readonly name: "";
|
|
897
891
|
readonly type: "address";
|
|
898
892
|
}];
|
|
899
|
-
readonly stateMutability: "view";
|
|
900
|
-
readonly type: "function";
|
|
901
893
|
}, {
|
|
894
|
+
readonly stateMutability: "nonpayable";
|
|
895
|
+
readonly type: "constructor";
|
|
902
896
|
readonly inputs: readonly [{
|
|
903
|
-
readonly name: "
|
|
897
|
+
readonly name: "_ripeHq";
|
|
904
898
|
readonly type: "address";
|
|
905
899
|
}, {
|
|
906
|
-
readonly name: "
|
|
900
|
+
readonly name: "_superOETH";
|
|
907
901
|
readonly type: "address";
|
|
908
902
|
}, {
|
|
909
|
-
readonly name: "
|
|
903
|
+
readonly name: "_wrappedSuperOETH";
|
|
910
904
|
readonly type: "address";
|
|
905
|
+
}, {
|
|
906
|
+
readonly name: "_minPriceChangeTimeLock";
|
|
907
|
+
readonly type: "uint256";
|
|
908
|
+
}, {
|
|
909
|
+
readonly name: "_maxPriceChangeTimeLock";
|
|
910
|
+
readonly type: "uint256";
|
|
911
911
|
}];
|
|
912
912
|
readonly outputs: readonly [];
|
|
913
|
-
readonly stateMutability: "nonpayable";
|
|
914
|
-
readonly type: "constructor";
|
|
915
913
|
}];
|
|
916
914
|
export declare const deployAddress: Address | undefined;
|
|
917
915
|
export type Contract = {
|
|
918
916
|
calls: {
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
indexOfAssetOpportunity: (arg0: `0x${string}`, arg1: `0x${string}`) => Promise<bigint>;
|
|
923
|
-
numAssetOpportunities: (arg0: `0x${string}`) => Promise<bigint>;
|
|
924
|
-
vaultToAsset: (arg0: `0x${string}`) => Promise<`0x${string}`>;
|
|
925
|
-
assets: (arg0: bigint) => Promise<`0x${string}`>;
|
|
926
|
-
indexOfAsset: (arg0: `0x${string}`) => Promise<bigint>;
|
|
927
|
-
numAssets: () => Promise<bigint>;
|
|
928
|
-
canGovern: (address: `0x${string}`) => Promise<boolean>;
|
|
917
|
+
getRipeHqFromGov: () => Promise<`0x${string}`>;
|
|
918
|
+
canGovern: (addr: `0x${string}`) => Promise<boolean>;
|
|
919
|
+
getGovernors: () => Promise<`0x${string}`[]>;
|
|
929
920
|
hasPendingGovChange: () => Promise<boolean>;
|
|
921
|
+
isValidGovTimeLock: (newTimeLock: bigint) => Promise<boolean>;
|
|
922
|
+
minGovChangeTimeLock: () => Promise<bigint>;
|
|
923
|
+
maxGovChangeTimeLock: () => Promise<bigint>;
|
|
930
924
|
governance: () => Promise<`0x${string}`>;
|
|
931
925
|
pendingGov: () => Promise<{
|
|
932
926
|
newGov: `0x${string}`;
|
|
933
927
|
initiatedBlock: bigint;
|
|
934
928
|
confirmBlock: bigint;
|
|
935
929
|
}>;
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
930
|
+
numGovChanges: () => Promise<bigint>;
|
|
931
|
+
govChangeTimeLock: () => Promise<bigint>;
|
|
932
|
+
getAddys: () => Promise<{
|
|
933
|
+
hq: `0x${string}`;
|
|
934
|
+
greenToken: `0x${string}`;
|
|
935
|
+
savingsGreen: `0x${string}`;
|
|
936
|
+
ripeToken: `0x${string}`;
|
|
937
|
+
ledger: `0x${string}`;
|
|
938
|
+
missionControl: `0x${string}`;
|
|
939
|
+
switchboard: `0x${string}`;
|
|
940
|
+
priceDesk: `0x${string}`;
|
|
941
|
+
vaultBook: `0x${string}`;
|
|
942
|
+
auctionHouse: `0x${string}`;
|
|
943
|
+
auctionHouseNft: `0x${string}`;
|
|
944
|
+
boardroom: `0x${string}`;
|
|
945
|
+
bondRoom: `0x${string}`;
|
|
946
|
+
creditEngine: `0x${string}`;
|
|
947
|
+
endaoment: `0x${string}`;
|
|
948
|
+
humanResources: `0x${string}`;
|
|
949
|
+
lootbox: `0x${string}`;
|
|
950
|
+
teller: `0x${string}`;
|
|
951
|
+
}>;
|
|
952
|
+
getRipeHq: () => Promise<`0x${string}`>;
|
|
953
|
+
getPricedAssets: () => Promise<`0x${string}`[]>;
|
|
954
|
+
isPaused: () => Promise<boolean>;
|
|
955
|
+
assets: (arg0: bigint) => Promise<`0x${string}`>;
|
|
956
|
+
indexOfAsset: (arg0: `0x${string}`) => Promise<bigint>;
|
|
957
|
+
numAssets: () => Promise<bigint>;
|
|
958
|
+
canConfirmAction: (actionId: bigint) => Promise<boolean>;
|
|
959
|
+
isExpired: (actionId: bigint) => Promise<boolean>;
|
|
960
|
+
hasPendingAction: (actionId: bigint) => Promise<boolean>;
|
|
961
|
+
getActionConfirmationBlock: (actionId: bigint) => Promise<bigint>;
|
|
962
|
+
isValidActionTimeLock: (newTimeLock: bigint) => Promise<boolean>;
|
|
963
|
+
minActionTimeLock: () => Promise<bigint>;
|
|
964
|
+
maxActionTimeLock: () => Promise<bigint>;
|
|
965
|
+
pendingActions: (arg0: bigint) => Promise<{
|
|
966
|
+
initiatedBlock: bigint;
|
|
967
|
+
confirmBlock: bigint;
|
|
968
|
+
expiration: bigint;
|
|
969
|
+
}>;
|
|
970
|
+
actionId: () => Promise<bigint>;
|
|
971
|
+
actionTimeLock: () => Promise<bigint>;
|
|
972
|
+
expiration: () => Promise<bigint>;
|
|
973
|
+
getPrice: (asset: `0x${string}`, staleTime?: bigint, priceDesk?: `0x${string}`) => Promise<bigint>;
|
|
974
|
+
getPriceAndHasFeed: (asset: `0x${string}`, staleTime?: bigint, priceDesk?: `0x${string}`) => Promise<[bigint, boolean]>;
|
|
975
|
+
hasPriceFeed: (asset: `0x${string}`) => Promise<boolean>;
|
|
976
|
+
hasPendingPriceFeedUpdate: (asset: `0x${string}`) => Promise<boolean>;
|
|
977
|
+
SUPER_OETH: () => Promise<`0x${string}`>;
|
|
978
|
+
WRAPPED_SUPER_OETH: () => Promise<`0x${string}`>;
|
|
956
979
|
};
|
|
957
980
|
mutations: {
|
|
958
|
-
|
|
981
|
+
startGovernanceChange: (newGov: `0x${string}`) => Promise<void>;
|
|
959
982
|
confirmGovernanceChange: () => Promise<void>;
|
|
960
983
|
cancelGovernanceChange: () => Promise<void>;
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
984
|
+
relinquishGov: () => Promise<void>;
|
|
985
|
+
setGovTimeLock: (numBlocks: bigint) => Promise<boolean>;
|
|
986
|
+
finishRipeHqSetup: (newGov: `0x${string}`, timeLock?: bigint) => Promise<boolean>;
|
|
987
|
+
pause: (shouldPause: boolean) => Promise<void>;
|
|
988
|
+
recoverFunds: (recipient: `0x${string}`, asset: `0x${string}`) => Promise<void>;
|
|
989
|
+
recoverFundsMany: (recipient: `0x${string}`, assets: `0x${string}`[]) => Promise<void>;
|
|
990
|
+
setActionTimeLock: (newTimeLock: bigint) => Promise<boolean>;
|
|
991
|
+
setExpiration: (expiration: bigint) => Promise<boolean>;
|
|
992
|
+
setActionTimeLockAfterSetup: (newTimeLock?: bigint) => Promise<boolean>;
|
|
993
|
+
confirmNewPriceFeed: (asset: `0x${string}`) => Promise<boolean>;
|
|
994
|
+
cancelNewPendingPriceFeed: (asset: `0x${string}`) => Promise<boolean>;
|
|
995
|
+
confirmPriceFeedUpdate: (asset: `0x${string}`) => Promise<boolean>;
|
|
996
|
+
cancelPriceFeedUpdate: (asset: `0x${string}`) => Promise<boolean>;
|
|
997
|
+
confirmDisablePriceFeed: (asset: `0x${string}`) => Promise<boolean>;
|
|
998
|
+
cancelDisablePriceFeed: (asset: `0x${string}`) => Promise<boolean>;
|
|
999
|
+
addPriceSnapshot: (asset: `0x${string}`) => Promise<boolean>;
|
|
1000
|
+
disablePriceFeed: (asset: `0x${string}`) => Promise<boolean>;
|
|
971
1001
|
};
|
|
972
1002
|
events: {
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
MorphoLegoIdSet: (legoId: bigint) => Promise<void>;
|
|
978
|
-
MorphoActivated: (isActivated: boolean) => Promise<void>;
|
|
979
|
-
GovChangeInitiated: (prevGov: `0x${string}`, newGov: `0x${string}`, confirmBlock: bigint) => Promise<void>;
|
|
1003
|
+
GovChangeTimeLockModified: (prevTimeLock: bigint, newTimeLock: bigint) => Promise<void>;
|
|
1004
|
+
ExpirationSet: (expiration: bigint) => Promise<void>;
|
|
1005
|
+
ActionTimeLockSet: (newTimeLock: bigint, prevTimeLock: bigint) => Promise<void>;
|
|
1006
|
+
GovChangeStarted: (prevGov: `0x${string}`, newGov: `0x${string}`, confirmBlock: bigint) => Promise<void>;
|
|
980
1007
|
GovChangeConfirmed: (prevGov: `0x${string}`, newGov: `0x${string}`, initiatedBlock: bigint, confirmBlock: bigint) => Promise<void>;
|
|
981
1008
|
GovChangeCancelled: (cancelledGov: `0x${string}`, initiatedBlock: bigint, confirmBlock: bigint) => Promise<void>;
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
1009
|
+
GovRelinquished: (prevGov: `0x${string}`) => Promise<void>;
|
|
1010
|
+
RipeHqSetupFinished: (prevGov: `0x${string}`, newGov: `0x${string}`, timeLock: bigint) => Promise<void>;
|
|
1011
|
+
PriceSourcePauseModified: (isPaused: boolean) => Promise<void>;
|
|
1012
|
+
PriceSourceFundsRecovered: (asset: `0x${string}`, recipient: `0x${string}`, balance: bigint) => Promise<void>;
|
|
985
1013
|
};
|
|
986
1014
|
};
|
|
987
1015
|
export type Calls = keyof Contract['calls'];
|
|
988
1016
|
export type Request<M extends Calls> = {
|
|
989
|
-
contractName: '
|
|
1017
|
+
contractName: 'wsuperOETHbPrices';
|
|
990
1018
|
method: M;
|
|
991
1019
|
args: ExtractArgs<Contract['calls'][M]>;
|
|
992
1020
|
address: Address | undefined;
|
|
@@ -1012,7 +1040,7 @@ export declare const call: CallType;
|
|
|
1012
1040
|
export type Mutations = keyof Contract['mutations'];
|
|
1013
1041
|
export declare const mutation: {
|
|
1014
1042
|
[K in Mutations]: {
|
|
1015
|
-
contractName: '
|
|
1043
|
+
contractName: 'wsuperOETHbPrices';
|
|
1016
1044
|
deployAddress: Address | undefined;
|
|
1017
1045
|
getAbi: () => typeof abi;
|
|
1018
1046
|
functionName: K;
|
|
@@ -1022,53 +1050,62 @@ export declare const mutation: {
|
|
|
1022
1050
|
export type SDK = {
|
|
1023
1051
|
deployAddress: Address | undefined;
|
|
1024
1052
|
abi: typeof abi;
|
|
1025
|
-
|
|
1026
|
-
getAssets: (...args: ExtractArgs<Contract['calls']['getAssets']>) => Promise<CallReturn<'getAssets'>>;
|
|
1027
|
-
assetOpportunities: (...args: ExtractArgs<Contract['calls']['assetOpportunities']>) => Promise<CallReturn<'assetOpportunities'>>;
|
|
1028
|
-
indexOfAssetOpportunity: (...args: ExtractArgs<Contract['calls']['indexOfAssetOpportunity']>) => Promise<CallReturn<'indexOfAssetOpportunity'>>;
|
|
1029
|
-
numAssetOpportunities: (...args: ExtractArgs<Contract['calls']['numAssetOpportunities']>) => Promise<CallReturn<'numAssetOpportunities'>>;
|
|
1030
|
-
vaultToAsset: (...args: ExtractArgs<Contract['calls']['vaultToAsset']>) => Promise<CallReturn<'vaultToAsset'>>;
|
|
1031
|
-
assets: (...args: ExtractArgs<Contract['calls']['assets']>) => Promise<CallReturn<'assets'>>;
|
|
1032
|
-
indexOfAsset: (...args: ExtractArgs<Contract['calls']['indexOfAsset']>) => Promise<CallReturn<'indexOfAsset'>>;
|
|
1033
|
-
numAssets: (...args: ExtractArgs<Contract['calls']['numAssets']>) => Promise<CallReturn<'numAssets'>>;
|
|
1053
|
+
getRipeHqFromGov: (...args: ExtractArgs<Contract['calls']['getRipeHqFromGov']>) => Promise<CallReturn<'getRipeHqFromGov'>>;
|
|
1034
1054
|
canGovern: (...args: ExtractArgs<Contract['calls']['canGovern']>) => Promise<CallReturn<'canGovern'>>;
|
|
1055
|
+
getGovernors: (...args: ExtractArgs<Contract['calls']['getGovernors']>) => Promise<CallReturn<'getGovernors'>>;
|
|
1035
1056
|
hasPendingGovChange: (...args: ExtractArgs<Contract['calls']['hasPendingGovChange']>) => Promise<CallReturn<'hasPendingGovChange'>>;
|
|
1057
|
+
isValidGovTimeLock: (...args: ExtractArgs<Contract['calls']['isValidGovTimeLock']>) => Promise<CallReturn<'isValidGovTimeLock'>>;
|
|
1058
|
+
minGovChangeTimeLock: (...args: ExtractArgs<Contract['calls']['minGovChangeTimeLock']>) => Promise<CallReturn<'minGovChangeTimeLock'>>;
|
|
1059
|
+
maxGovChangeTimeLock: (...args: ExtractArgs<Contract['calls']['maxGovChangeTimeLock']>) => Promise<CallReturn<'maxGovChangeTimeLock'>>;
|
|
1036
1060
|
governance: (...args: ExtractArgs<Contract['calls']['governance']>) => Promise<CallReturn<'governance'>>;
|
|
1037
1061
|
pendingGov: (...args: ExtractArgs<Contract['calls']['pendingGov']>) => Promise<CallReturn<'pendingGov'>>;
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1062
|
+
numGovChanges: (...args: ExtractArgs<Contract['calls']['numGovChanges']>) => Promise<CallReturn<'numGovChanges'>>;
|
|
1063
|
+
govChangeTimeLock: (...args: ExtractArgs<Contract['calls']['govChangeTimeLock']>) => Promise<CallReturn<'govChangeTimeLock'>>;
|
|
1064
|
+
getAddys: (...args: ExtractArgs<Contract['calls']['getAddys']>) => Promise<CallReturn<'getAddys'>>;
|
|
1065
|
+
getRipeHq: (...args: ExtractArgs<Contract['calls']['getRipeHq']>) => Promise<CallReturn<'getRipeHq'>>;
|
|
1066
|
+
getPricedAssets: (...args: ExtractArgs<Contract['calls']['getPricedAssets']>) => Promise<CallReturn<'getPricedAssets'>>;
|
|
1067
|
+
isPaused: (...args: ExtractArgs<Contract['calls']['isPaused']>) => Promise<CallReturn<'isPaused'>>;
|
|
1068
|
+
assets: (...args: ExtractArgs<Contract['calls']['assets']>) => Promise<CallReturn<'assets'>>;
|
|
1069
|
+
indexOfAsset: (...args: ExtractArgs<Contract['calls']['indexOfAsset']>) => Promise<CallReturn<'indexOfAsset'>>;
|
|
1070
|
+
numAssets: (...args: ExtractArgs<Contract['calls']['numAssets']>) => Promise<CallReturn<'numAssets'>>;
|
|
1071
|
+
canConfirmAction: (...args: ExtractArgs<Contract['calls']['canConfirmAction']>) => Promise<CallReturn<'canConfirmAction'>>;
|
|
1072
|
+
isExpired: (...args: ExtractArgs<Contract['calls']['isExpired']>) => Promise<CallReturn<'isExpired'>>;
|
|
1073
|
+
hasPendingAction: (...args: ExtractArgs<Contract['calls']['hasPendingAction']>) => Promise<CallReturn<'hasPendingAction'>>;
|
|
1074
|
+
getActionConfirmationBlock: (...args: ExtractArgs<Contract['calls']['getActionConfirmationBlock']>) => Promise<CallReturn<'getActionConfirmationBlock'>>;
|
|
1075
|
+
isValidActionTimeLock: (...args: ExtractArgs<Contract['calls']['isValidActionTimeLock']>) => Promise<CallReturn<'isValidActionTimeLock'>>;
|
|
1076
|
+
minActionTimeLock: (...args: ExtractArgs<Contract['calls']['minActionTimeLock']>) => Promise<CallReturn<'minActionTimeLock'>>;
|
|
1077
|
+
maxActionTimeLock: (...args: ExtractArgs<Contract['calls']['maxActionTimeLock']>) => Promise<CallReturn<'maxActionTimeLock'>>;
|
|
1078
|
+
pendingActions: (...args: ExtractArgs<Contract['calls']['pendingActions']>) => Promise<CallReturn<'pendingActions'>>;
|
|
1079
|
+
actionId: (...args: ExtractArgs<Contract['calls']['actionId']>) => Promise<CallReturn<'actionId'>>;
|
|
1080
|
+
actionTimeLock: (...args: ExtractArgs<Contract['calls']['actionTimeLock']>) => Promise<CallReturn<'actionTimeLock'>>;
|
|
1081
|
+
expiration: (...args: ExtractArgs<Contract['calls']['expiration']>) => Promise<CallReturn<'expiration'>>;
|
|
1082
|
+
getPrice: (...args: ExtractArgs<Contract['calls']['getPrice']>) => Promise<CallReturn<'getPrice'>>;
|
|
1083
|
+
getPriceAndHasFeed: (...args: ExtractArgs<Contract['calls']['getPriceAndHasFeed']>) => Promise<CallReturn<'getPriceAndHasFeed'>>;
|
|
1084
|
+
hasPriceFeed: (...args: ExtractArgs<Contract['calls']['hasPriceFeed']>) => Promise<CallReturn<'hasPriceFeed'>>;
|
|
1085
|
+
hasPendingPriceFeedUpdate: (...args: ExtractArgs<Contract['calls']['hasPendingPriceFeedUpdate']>) => Promise<CallReturn<'hasPendingPriceFeedUpdate'>>;
|
|
1086
|
+
SUPER_OETH: (...args: ExtractArgs<Contract['calls']['SUPER_OETH']>) => Promise<CallReturn<'SUPER_OETH'>>;
|
|
1087
|
+
WRAPPED_SUPER_OETH: (...args: ExtractArgs<Contract['calls']['WRAPPED_SUPER_OETH']>) => Promise<CallReturn<'WRAPPED_SUPER_OETH'>>;
|
|
1088
|
+
startGovernanceChange: (...args: ExtractArgs<Contract['mutations']['startGovernanceChange']>) => Promise<Address>;
|
|
1059
1089
|
confirmGovernanceChange: (...args: ExtractArgs<Contract['mutations']['confirmGovernanceChange']>) => Promise<Address>;
|
|
1060
1090
|
cancelGovernanceChange: (...args: ExtractArgs<Contract['mutations']['cancelGovernanceChange']>) => Promise<Address>;
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
setMorphoRewardsAddr: (...args: ExtractArgs<Contract['mutations']['setMorphoRewardsAddr']>) => Promise<Address>;
|
|
1066
|
-
addAssetOpportunity: (...args: ExtractArgs<Contract['mutations']['addAssetOpportunity']>) => Promise<Address>;
|
|
1067
|
-
removeAssetOpportunity: (...args: ExtractArgs<Contract['mutations']['removeAssetOpportunity']>) => Promise<Address>;
|
|
1091
|
+
relinquishGov: (...args: ExtractArgs<Contract['mutations']['relinquishGov']>) => Promise<Address>;
|
|
1092
|
+
setGovTimeLock: (...args: ExtractArgs<Contract['mutations']['setGovTimeLock']>) => Promise<Address>;
|
|
1093
|
+
finishRipeHqSetup: (...args: ExtractArgs<Contract['mutations']['finishRipeHqSetup']>) => Promise<Address>;
|
|
1094
|
+
pause: (...args: ExtractArgs<Contract['mutations']['pause']>) => Promise<Address>;
|
|
1068
1095
|
recoverFunds: (...args: ExtractArgs<Contract['mutations']['recoverFunds']>) => Promise<Address>;
|
|
1069
|
-
|
|
1070
|
-
|
|
1096
|
+
recoverFundsMany: (...args: ExtractArgs<Contract['mutations']['recoverFundsMany']>) => Promise<Address>;
|
|
1097
|
+
setActionTimeLock: (...args: ExtractArgs<Contract['mutations']['setActionTimeLock']>) => Promise<Address>;
|
|
1098
|
+
setExpiration: (...args: ExtractArgs<Contract['mutations']['setExpiration']>) => Promise<Address>;
|
|
1099
|
+
setActionTimeLockAfterSetup: (...args: ExtractArgs<Contract['mutations']['setActionTimeLockAfterSetup']>) => Promise<Address>;
|
|
1100
|
+
confirmNewPriceFeed: (...args: ExtractArgs<Contract['mutations']['confirmNewPriceFeed']>) => Promise<Address>;
|
|
1101
|
+
cancelNewPendingPriceFeed: (...args: ExtractArgs<Contract['mutations']['cancelNewPendingPriceFeed']>) => Promise<Address>;
|
|
1102
|
+
confirmPriceFeedUpdate: (...args: ExtractArgs<Contract['mutations']['confirmPriceFeedUpdate']>) => Promise<Address>;
|
|
1103
|
+
cancelPriceFeedUpdate: (...args: ExtractArgs<Contract['mutations']['cancelPriceFeedUpdate']>) => Promise<Address>;
|
|
1104
|
+
confirmDisablePriceFeed: (...args: ExtractArgs<Contract['mutations']['confirmDisablePriceFeed']>) => Promise<Address>;
|
|
1105
|
+
cancelDisablePriceFeed: (...args: ExtractArgs<Contract['mutations']['cancelDisablePriceFeed']>) => Promise<Address>;
|
|
1106
|
+
addPriceSnapshot: (...args: ExtractArgs<Contract['mutations']['addPriceSnapshot']>) => Promise<Address>;
|
|
1107
|
+
disablePriceFeed: (...args: ExtractArgs<Contract['mutations']['disablePriceFeed']>) => Promise<Address>;
|
|
1071
1108
|
};
|
|
1072
1109
|
export declare function toSdk(publicClient?: PublicClient, walletClient?: WalletClient): SDK;
|
|
1073
1110
|
export {};
|
|
1074
|
-
//# sourceMappingURL=
|
|
1111
|
+
//# sourceMappingURL=wsuperOETHbPrices.d.ts.map
|