Skip to content

Commit 5e1488d

Browse files
committed
updating abis
1 parent 9615ae8 commit 5e1488d

File tree

3 files changed

+185
-0
lines changed

3 files changed

+185
-0
lines changed

abis/InterestRate.json

+80
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,25 @@
3030
"stateMutability": "nonpayable",
3131
"type": "constructor"
3232
},
33+
{
34+
"anonymous": false,
35+
"inputs": [
36+
{
37+
"indexed": true,
38+
"internalType": "address",
39+
"name": "previousOwner",
40+
"type": "address"
41+
},
42+
{
43+
"indexed": true,
44+
"internalType": "address",
45+
"name": "newOwner",
46+
"type": "address"
47+
}
48+
],
49+
"name": "OwnershipTransferred",
50+
"type": "event"
51+
},
3352
{
3453
"inputs": [],
3554
"name": "EXCESS_UTILIZATION_RATE",
@@ -183,6 +202,67 @@
183202
"stateMutability": "view",
184203
"type": "function"
185204
},
205+
{
206+
"inputs": [],
207+
"name": "owner",
208+
"outputs": [
209+
{
210+
"internalType": "address",
211+
"name": "",
212+
"type": "address"
213+
}
214+
],
215+
"stateMutability": "view",
216+
"type": "function"
217+
},
218+
{
219+
"inputs": [],
220+
"name": "renounceOwnership",
221+
"outputs": [],
222+
"stateMutability": "nonpayable",
223+
"type": "function"
224+
},
225+
{
226+
"inputs": [
227+
{
228+
"internalType": "uint256",
229+
"name": "optimalUtilizationRate_",
230+
"type": "uint256"
231+
},
232+
{
233+
"internalType": "uint256",
234+
"name": "baseVariableBorrowRate_",
235+
"type": "uint256"
236+
},
237+
{
238+
"internalType": "uint256",
239+
"name": "variableRateSlope1_",
240+
"type": "uint256"
241+
},
242+
{
243+
"internalType": "uint256",
244+
"name": "variableRateSlope2_",
245+
"type": "uint256"
246+
}
247+
],
248+
"name": "setInterestRateParams",
249+
"outputs": [],
250+
"stateMutability": "nonpayable",
251+
"type": "function"
252+
},
253+
{
254+
"inputs": [
255+
{
256+
"internalType": "address",
257+
"name": "newOwner",
258+
"type": "address"
259+
}
260+
],
261+
"name": "transferOwnership",
262+
"outputs": [],
263+
"stateMutability": "nonpayable",
264+
"type": "function"
265+
},
186266
{
187267
"inputs": [],
188268
"name": "variableRateSlope1",

abis/NFTOracle.json

+19
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,25 @@
151151
"name": "SetAssetTwapPrice",
152152
"type": "event"
153153
},
154+
{
155+
"anonymous": false,
156+
"inputs": [
157+
{
158+
"indexed": true,
159+
"internalType": "address",
160+
"name": "asset",
161+
"type": "address"
162+
},
163+
{
164+
"indexed": false,
165+
"internalType": "bool",
166+
"name": "val",
167+
"type": "bool"
168+
}
169+
],
170+
"name": "SetPriceStale",
171+
"type": "event"
172+
},
154173
{
155174
"inputs": [
156175
{

abis/UiPoolDataProvider.json

+86
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,32 @@
1515
"stateMutability": "nonpayable",
1616
"type": "constructor"
1717
},
18+
{
19+
"inputs": [],
20+
"name": "MOCK_ETH_USD_ADDRESS",
21+
"outputs": [
22+
{
23+
"internalType": "address",
24+
"name": "",
25+
"type": "address"
26+
}
27+
],
28+
"stateMutability": "view",
29+
"type": "function"
30+
},
31+
{
32+
"inputs": [],
33+
"name": "RPICE_DECIMAL",
34+
"outputs": [
35+
{
36+
"internalType": "uint256",
37+
"name": "",
38+
"type": "uint256"
39+
}
40+
],
41+
"stateMutability": "view",
42+
"type": "function"
43+
},
1844
{
1945
"inputs": [
2046
{
@@ -111,6 +137,21 @@
111137
"internalType": "uint256",
112138
"name": "totalCollateral",
113139
"type": "uint256"
140+
},
141+
{
142+
"internalType": "uint256",
143+
"name": "priceInUSD",
144+
"type": "uint256"
145+
},
146+
{
147+
"internalType": "uint256",
148+
"name": "maxCollateralCap",
149+
"type": "uint256"
150+
},
151+
{
152+
"internalType": "bool",
153+
"name": "isPriceStale",
154+
"type": "bool"
114155
}
115156
],
116157
"internalType": "struct IUiPoolDataProvider.AggregatedNftData[]",
@@ -283,6 +324,21 @@
283324
"internalType": "uint256",
284325
"name": "variableRateSlope2",
285326
"type": "uint256"
327+
},
328+
{
329+
"internalType": "uint256",
330+
"name": "priceInUSD",
331+
"type": "uint256"
332+
},
333+
{
334+
"internalType": "uint256",
335+
"name": "utilizationRate",
336+
"type": "uint256"
337+
},
338+
{
339+
"internalType": "uint256",
340+
"name": "maxUtilizationRate",
341+
"type": "uint256"
286342
}
287343
],
288344
"internalType": "struct IUiPoolDataProvider.AggregatedReserveData[]",
@@ -516,6 +572,21 @@
516572
"internalType": "uint256",
517573
"name": "totalCollateral",
518574
"type": "uint256"
575+
},
576+
{
577+
"internalType": "uint256",
578+
"name": "priceInUSD",
579+
"type": "uint256"
580+
},
581+
{
582+
"internalType": "uint256",
583+
"name": "maxCollateralCap",
584+
"type": "uint256"
585+
},
586+
{
587+
"internalType": "bool",
588+
"name": "isPriceStale",
589+
"type": "bool"
519590
}
520591
],
521592
"internalType": "struct IUiPoolDataProvider.AggregatedNftData[]",
@@ -642,6 +713,21 @@
642713
"internalType": "uint256",
643714
"name": "variableRateSlope2",
644715
"type": "uint256"
716+
},
717+
{
718+
"internalType": "uint256",
719+
"name": "priceInUSD",
720+
"type": "uint256"
721+
},
722+
{
723+
"internalType": "uint256",
724+
"name": "utilizationRate",
725+
"type": "uint256"
726+
},
727+
{
728+
"internalType": "uint256",
729+
"name": "maxUtilizationRate",
730+
"type": "uint256"
645731
}
646732
],
647733
"internalType": "struct IUiPoolDataProvider.AggregatedReserveData[]",

0 commit comments

Comments
 (0)