@meterio/sumer-js 0.1.42 → 0.1.44
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/browser/sumer.min.js +10 -10
- package/dist/nodejs/abi.d.ts +36 -74
- package/dist/nodejs/abi.js +594 -717
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/comptroller.d.ts +1 -0
- package/dist/nodejs/comptroller.js +4 -2
- package/dist/nodejs/comptroller.js.map +1 -1
- package/dist/nodejs/constants/arbitrum.d.ts +1 -0
- package/dist/nodejs/constants/arbitrum.js +1 -0
- package/dist/nodejs/constants/arbitrum.js.map +1 -1
- package/dist/nodejs/constants/metertest.d.ts +2 -10
- package/dist/nodejs/constants/metertest.js +2 -11
- package/dist/nodejs/constants/metertest.js.map +1 -1
- package/dist/nodejs/errors.d.ts +1 -1
- package/dist/nodejs/errors.js +3 -3
- package/dist/nodejs/errors.js.map +1 -1
- package/dist/nodejs/index.d.ts +37 -75
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.d.ts +1 -16
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/index.d.ts +0 -2
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.d.ts +108 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/index.d.ts +1 -2
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.d.ts +61 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/index.d.ts +0 -3
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +89 -2
- package/dist/nodejs/typechain/contracts/ERC20/ERC20MinterBurnerPauserPermit.d.ts +2 -57
- package/dist/nodejs/typechain/contracts/InterestRateModel/FixedInterestRateModel.d.ts +139 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/FixedInterestRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/FixedInterestRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/InterestRateModel.d.ts +60 -4
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelV2.d.ts +53 -3
- package/dist/nodejs/typechain/contracts/InterestRateModel/WhitePaperInterestRateModel.d.ts +57 -3
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +1 -6
- package/dist/nodejs/typechain/contracts/SumerTimelockController.d.ts +1 -16
- package/dist/nodejs/typechain/contracts/proxy/SumerProxy.d.ts +45 -2
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.d.ts +9 -24
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +9 -28
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/index.js +1 -5
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +6 -6
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js +6 -6
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.d.ts +133 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js +184 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/index.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/index.js +3 -25
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit__factory.d.ts +65 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit__factory.js +95 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +25 -3
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/index.js +1 -4
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +4 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +4 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +4 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +4 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +3 -3
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +3 -3
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +4 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +4 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +4 -12
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +4 -14
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +4 -12
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +4 -14
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +99 -4
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +125 -4
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +4 -4
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +4 -4
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.d.ts +1 -52
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js +1 -66
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestModel.sol/FixedRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestModel.sol/FixedRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.d.ts +204 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js +275 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.d.ts +72 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.js +91 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.d.ts +66 -8
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js +83 -10
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.d.ts +73 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js +92 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/ZeroInterestRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/ZeroInterestRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +1 -4
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +3 -30
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracleSafe__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracleSafe__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +4 -12
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +4 -14
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.d.ts +9 -24
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js +9 -28
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +4 -44
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +4 -56
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.d.ts +6 -6
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js +6 -6
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.d.ts +55 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js +71 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +26 -170
- package/dist/nodejs/typechain/index.d.ts +6 -22
- package/dist/nodejs/typechain/index.js +7 -24
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -574,17 +574,17 @@ exports.abi = {
|
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
576
|
"inputs": [],
|
|
577
|
-
"name": "
|
|
577
|
+
"name": "OnlyListedCToken",
|
|
578
578
|
"type": "error"
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
581
|
"inputs": [],
|
|
582
|
-
"name": "
|
|
582
|
+
"name": "OnlyPendingAdmin",
|
|
583
583
|
"type": "error"
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
586
|
"inputs": [],
|
|
587
|
-
"name": "
|
|
587
|
+
"name": "OnlyRedemptionManager",
|
|
588
588
|
"type": "error"
|
|
589
589
|
},
|
|
590
590
|
{
|
|
@@ -762,25 +762,6 @@ exports.abi = {
|
|
|
762
762
|
"name": "CallExecuted",
|
|
763
763
|
"type": "event"
|
|
764
764
|
},
|
|
765
|
-
{
|
|
766
|
-
"anonymous": false,
|
|
767
|
-
"inputs": [
|
|
768
|
-
{
|
|
769
|
-
"indexed": true,
|
|
770
|
-
"internalType": "bytes32",
|
|
771
|
-
"name": "id",
|
|
772
|
-
"type": "bytes32"
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"indexed": false,
|
|
776
|
-
"internalType": "bytes32",
|
|
777
|
-
"name": "salt",
|
|
778
|
-
"type": "bytes32"
|
|
779
|
-
}
|
|
780
|
-
],
|
|
781
|
-
"name": "CallSalt",
|
|
782
|
-
"type": "event"
|
|
783
|
-
},
|
|
784
765
|
{
|
|
785
766
|
"anonymous": false,
|
|
786
767
|
"inputs": [
|
|
@@ -1087,7 +1068,7 @@ exports.abi = {
|
|
|
1087
1068
|
"outputs": [
|
|
1088
1069
|
{
|
|
1089
1070
|
"internalType": "uint256",
|
|
1090
|
-
"name": "",
|
|
1071
|
+
"name": "duration",
|
|
1091
1072
|
"type": "uint256"
|
|
1092
1073
|
}
|
|
1093
1074
|
],
|
|
@@ -1125,7 +1106,7 @@ exports.abi = {
|
|
|
1125
1106
|
"outputs": [
|
|
1126
1107
|
{
|
|
1127
1108
|
"internalType": "uint256",
|
|
1128
|
-
"name": "",
|
|
1109
|
+
"name": "timestamp",
|
|
1129
1110
|
"type": "uint256"
|
|
1130
1111
|
}
|
|
1131
1112
|
],
|
|
@@ -1206,7 +1187,7 @@ exports.abi = {
|
|
|
1206
1187
|
"outputs": [
|
|
1207
1188
|
{
|
|
1208
1189
|
"internalType": "bytes32",
|
|
1209
|
-
"name": "",
|
|
1190
|
+
"name": "hash",
|
|
1210
1191
|
"type": "bytes32"
|
|
1211
1192
|
}
|
|
1212
1193
|
],
|
|
@@ -1245,7 +1226,7 @@ exports.abi = {
|
|
|
1245
1226
|
"outputs": [
|
|
1246
1227
|
{
|
|
1247
1228
|
"internalType": "bytes32",
|
|
1248
|
-
"name": "",
|
|
1229
|
+
"name": "hash",
|
|
1249
1230
|
"type": "bytes32"
|
|
1250
1231
|
}
|
|
1251
1232
|
],
|
|
@@ -1264,7 +1245,7 @@ exports.abi = {
|
|
|
1264
1245
|
"outputs": [
|
|
1265
1246
|
{
|
|
1266
1247
|
"internalType": "bool",
|
|
1267
|
-
"name": "",
|
|
1248
|
+
"name": "registered",
|
|
1268
1249
|
"type": "bool"
|
|
1269
1250
|
}
|
|
1270
1251
|
],
|
|
@@ -1283,7 +1264,7 @@ exports.abi = {
|
|
|
1283
1264
|
"outputs": [
|
|
1284
1265
|
{
|
|
1285
1266
|
"internalType": "bool",
|
|
1286
|
-
"name": "",
|
|
1267
|
+
"name": "done",
|
|
1287
1268
|
"type": "bool"
|
|
1288
1269
|
}
|
|
1289
1270
|
],
|
|
@@ -1302,7 +1283,7 @@ exports.abi = {
|
|
|
1302
1283
|
"outputs": [
|
|
1303
1284
|
{
|
|
1304
1285
|
"internalType": "bool",
|
|
1305
|
-
"name": "",
|
|
1286
|
+
"name": "pending",
|
|
1306
1287
|
"type": "bool"
|
|
1307
1288
|
}
|
|
1308
1289
|
],
|
|
@@ -1321,7 +1302,7 @@ exports.abi = {
|
|
|
1321
1302
|
"outputs": [
|
|
1322
1303
|
{
|
|
1323
1304
|
"internalType": "bool",
|
|
1324
|
-
"name": "",
|
|
1305
|
+
"name": "ready",
|
|
1325
1306
|
"type": "bool"
|
|
1326
1307
|
}
|
|
1327
1308
|
],
|
|
@@ -1626,22 +1607,6 @@ exports.abi = {
|
|
|
1626
1607
|
"name": "AddReservesOverflow",
|
|
1627
1608
|
"type": "error"
|
|
1628
1609
|
},
|
|
1629
|
-
{
|
|
1630
|
-
"inputs": [
|
|
1631
|
-
{
|
|
1632
|
-
"internalType": "uint256",
|
|
1633
|
-
"name": "capacity",
|
|
1634
|
-
"type": "uint256"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"internalType": "uint256",
|
|
1638
|
-
"name": "requested",
|
|
1639
|
-
"type": "uint256"
|
|
1640
|
-
}
|
|
1641
|
-
],
|
|
1642
|
-
"name": "AggregateValueMaxCapacityExceeded",
|
|
1643
|
-
"type": "error"
|
|
1644
|
-
},
|
|
1645
1610
|
{
|
|
1646
1611
|
"inputs": [
|
|
1647
1612
|
{
|
|
@@ -1694,11 +1659,6 @@ exports.abi = {
|
|
|
1694
1659
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
1695
1660
|
"type": "error"
|
|
1696
1661
|
},
|
|
1697
|
-
{
|
|
1698
|
-
"inputs": [],
|
|
1699
|
-
"name": "BucketOverfilled",
|
|
1700
|
-
"type": "error"
|
|
1701
|
-
},
|
|
1702
1662
|
{
|
|
1703
1663
|
"inputs": [],
|
|
1704
1664
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -1911,17 +1871,17 @@ exports.abi = {
|
|
|
1911
1871
|
},
|
|
1912
1872
|
{
|
|
1913
1873
|
"inputs": [],
|
|
1914
|
-
"name": "
|
|
1874
|
+
"name": "OnlyListedCToken",
|
|
1915
1875
|
"type": "error"
|
|
1916
1876
|
},
|
|
1917
1877
|
{
|
|
1918
1878
|
"inputs": [],
|
|
1919
|
-
"name": "
|
|
1879
|
+
"name": "OnlyPendingAdmin",
|
|
1920
1880
|
"type": "error"
|
|
1921
1881
|
},
|
|
1922
1882
|
{
|
|
1923
1883
|
"inputs": [],
|
|
1924
|
-
"name": "
|
|
1884
|
+
"name": "OnlyRedemptionManager",
|
|
1925
1885
|
"type": "error"
|
|
1926
1886
|
},
|
|
1927
1887
|
{
|
|
@@ -2009,27 +1969,6 @@ exports.abi = {
|
|
|
2009
1969
|
"name": "TokenInOrAmountInMustBeZero",
|
|
2010
1970
|
"type": "error"
|
|
2011
1971
|
},
|
|
2012
|
-
{
|
|
2013
|
-
"inputs": [
|
|
2014
|
-
{
|
|
2015
|
-
"internalType": "uint256",
|
|
2016
|
-
"name": "capacity",
|
|
2017
|
-
"type": "uint256"
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"internalType": "uint256",
|
|
2021
|
-
"name": "requested",
|
|
2022
|
-
"type": "uint256"
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"internalType": "address",
|
|
2026
|
-
"name": "tokenAddress",
|
|
2027
|
-
"type": "address"
|
|
2028
|
-
}
|
|
2029
|
-
],
|
|
2030
|
-
"name": "TokenMaxCapacityExceeded",
|
|
2031
|
-
"type": "error"
|
|
2032
|
-
},
|
|
2033
1972
|
{
|
|
2034
1973
|
"inputs": [
|
|
2035
1974
|
{
|
|
@@ -3132,17 +3071,17 @@ exports.abi = {
|
|
|
3132
3071
|
},
|
|
3133
3072
|
{
|
|
3134
3073
|
"inputs": [],
|
|
3135
|
-
"name": "
|
|
3074
|
+
"name": "OnlyListedCToken",
|
|
3136
3075
|
"type": "error"
|
|
3137
3076
|
},
|
|
3138
3077
|
{
|
|
3139
3078
|
"inputs": [],
|
|
3140
|
-
"name": "
|
|
3079
|
+
"name": "OnlyPendingAdmin",
|
|
3141
3080
|
"type": "error"
|
|
3142
3081
|
},
|
|
3143
3082
|
{
|
|
3144
3083
|
"inputs": [],
|
|
3145
|
-
"name": "
|
|
3084
|
+
"name": "OnlyRedemptionManager",
|
|
3146
3085
|
"type": "error"
|
|
3147
3086
|
},
|
|
3148
3087
|
{
|
|
@@ -5070,17 +5009,17 @@ exports.abi = {
|
|
|
5070
5009
|
},
|
|
5071
5010
|
{
|
|
5072
5011
|
"inputs": [],
|
|
5073
|
-
"name": "
|
|
5012
|
+
"name": "OnlyListedCToken",
|
|
5074
5013
|
"type": "error"
|
|
5075
5014
|
},
|
|
5076
5015
|
{
|
|
5077
5016
|
"inputs": [],
|
|
5078
|
-
"name": "
|
|
5017
|
+
"name": "OnlyPendingAdmin",
|
|
5079
5018
|
"type": "error"
|
|
5080
5019
|
},
|
|
5081
5020
|
{
|
|
5082
5021
|
"inputs": [],
|
|
5083
|
-
"name": "
|
|
5022
|
+
"name": "OnlyRedemptionManager",
|
|
5084
5023
|
"type": "error"
|
|
5085
5024
|
},
|
|
5086
5025
|
{
|
|
@@ -6884,17 +6823,17 @@ exports.abi = {
|
|
|
6884
6823
|
},
|
|
6885
6824
|
{
|
|
6886
6825
|
"inputs": [],
|
|
6887
|
-
"name": "
|
|
6826
|
+
"name": "OnlyListedCToken",
|
|
6888
6827
|
"type": "error"
|
|
6889
6828
|
},
|
|
6890
6829
|
{
|
|
6891
6830
|
"inputs": [],
|
|
6892
|
-
"name": "
|
|
6831
|
+
"name": "OnlyPendingAdmin",
|
|
6893
6832
|
"type": "error"
|
|
6894
6833
|
},
|
|
6895
6834
|
{
|
|
6896
6835
|
"inputs": [],
|
|
6897
|
-
"name": "
|
|
6836
|
+
"name": "OnlyRedemptionManager",
|
|
6898
6837
|
"type": "error"
|
|
6899
6838
|
},
|
|
6900
6839
|
{
|
|
@@ -9678,17 +9617,17 @@ exports.abi = {
|
|
|
9678
9617
|
},
|
|
9679
9618
|
{
|
|
9680
9619
|
"inputs": [],
|
|
9681
|
-
"name": "
|
|
9620
|
+
"name": "OnlyListedCToken",
|
|
9682
9621
|
"type": "error"
|
|
9683
9622
|
},
|
|
9684
9623
|
{
|
|
9685
9624
|
"inputs": [],
|
|
9686
|
-
"name": "
|
|
9625
|
+
"name": "OnlyPendingAdmin",
|
|
9687
9626
|
"type": "error"
|
|
9688
9627
|
},
|
|
9689
9628
|
{
|
|
9690
9629
|
"inputs": [],
|
|
9691
|
-
"name": "
|
|
9630
|
+
"name": "OnlyRedemptionManager",
|
|
9692
9631
|
"type": "error"
|
|
9693
9632
|
},
|
|
9694
9633
|
{
|
|
@@ -11689,17 +11628,17 @@ exports.abi = {
|
|
|
11689
11628
|
},
|
|
11690
11629
|
{
|
|
11691
11630
|
"inputs": [],
|
|
11692
|
-
"name": "
|
|
11631
|
+
"name": "OnlyListedCToken",
|
|
11693
11632
|
"type": "error"
|
|
11694
11633
|
},
|
|
11695
11634
|
{
|
|
11696
11635
|
"inputs": [],
|
|
11697
|
-
"name": "
|
|
11636
|
+
"name": "OnlyPendingAdmin",
|
|
11698
11637
|
"type": "error"
|
|
11699
11638
|
},
|
|
11700
11639
|
{
|
|
11701
11640
|
"inputs": [],
|
|
11702
|
-
"name": "
|
|
11641
|
+
"name": "OnlyRedemptionManager",
|
|
11703
11642
|
"type": "error"
|
|
11704
11643
|
},
|
|
11705
11644
|
{
|
|
@@ -13400,17 +13339,17 @@ exports.abi = {
|
|
|
13400
13339
|
},
|
|
13401
13340
|
{
|
|
13402
13341
|
"inputs": [],
|
|
13403
|
-
"name": "
|
|
13342
|
+
"name": "OnlyListedCToken",
|
|
13404
13343
|
"type": "error"
|
|
13405
13344
|
},
|
|
13406
13345
|
{
|
|
13407
13346
|
"inputs": [],
|
|
13408
|
-
"name": "
|
|
13347
|
+
"name": "OnlyPendingAdmin",
|
|
13409
13348
|
"type": "error"
|
|
13410
13349
|
},
|
|
13411
13350
|
{
|
|
13412
13351
|
"inputs": [],
|
|
13413
|
-
"name": "
|
|
13352
|
+
"name": "OnlyRedemptionManager",
|
|
13414
13353
|
"type": "error"
|
|
13415
13354
|
},
|
|
13416
13355
|
{
|
|
@@ -14776,17 +14715,17 @@ exports.abi = {
|
|
|
14776
14715
|
},
|
|
14777
14716
|
{
|
|
14778
14717
|
"inputs": [],
|
|
14779
|
-
"name": "
|
|
14718
|
+
"name": "OnlyListedCToken",
|
|
14780
14719
|
"type": "error"
|
|
14781
14720
|
},
|
|
14782
14721
|
{
|
|
14783
14722
|
"inputs": [],
|
|
14784
|
-
"name": "
|
|
14723
|
+
"name": "OnlyPendingAdmin",
|
|
14785
14724
|
"type": "error"
|
|
14786
14725
|
},
|
|
14787
14726
|
{
|
|
14788
14727
|
"inputs": [],
|
|
14789
|
-
"name": "
|
|
14728
|
+
"name": "OnlyRedemptionManager",
|
|
14790
14729
|
"type": "error"
|
|
14791
14730
|
},
|
|
14792
14731
|
{
|
|
@@ -14993,6 +14932,25 @@ exports.abi = {
|
|
|
14993
14932
|
"name": "MarketListed",
|
|
14994
14933
|
"type": "event"
|
|
14995
14934
|
},
|
|
14935
|
+
{
|
|
14936
|
+
"anonymous": false,
|
|
14937
|
+
"inputs": [
|
|
14938
|
+
{
|
|
14939
|
+
"indexed": false,
|
|
14940
|
+
"internalType": "address",
|
|
14941
|
+
"name": "oldAddress",
|
|
14942
|
+
"type": "address"
|
|
14943
|
+
},
|
|
14944
|
+
{
|
|
14945
|
+
"indexed": false,
|
|
14946
|
+
"internalType": "address",
|
|
14947
|
+
"name": "newAddress",
|
|
14948
|
+
"type": "address"
|
|
14949
|
+
}
|
|
14950
|
+
],
|
|
14951
|
+
"name": "NewAccountLiquidity",
|
|
14952
|
+
"type": "event"
|
|
14953
|
+
},
|
|
14996
14954
|
{
|
|
14997
14955
|
"anonymous": false,
|
|
14998
14956
|
"inputs": [
|
|
@@ -15105,6 +15063,25 @@ exports.abi = {
|
|
|
15105
15063
|
"name": "NewCloseFactor",
|
|
15106
15064
|
"type": "event"
|
|
15107
15065
|
},
|
|
15066
|
+
{
|
|
15067
|
+
"anonymous": false,
|
|
15068
|
+
"inputs": [
|
|
15069
|
+
{
|
|
15070
|
+
"indexed": false,
|
|
15071
|
+
"internalType": "address",
|
|
15072
|
+
"name": "oldAddress",
|
|
15073
|
+
"type": "address"
|
|
15074
|
+
},
|
|
15075
|
+
{
|
|
15076
|
+
"indexed": false,
|
|
15077
|
+
"internalType": "address",
|
|
15078
|
+
"name": "newAddress",
|
|
15079
|
+
"type": "address"
|
|
15080
|
+
}
|
|
15081
|
+
],
|
|
15082
|
+
"name": "NewCompLogic",
|
|
15083
|
+
"type": "event"
|
|
15084
|
+
},
|
|
15108
15085
|
{
|
|
15109
15086
|
"anonymous": false,
|
|
15110
15087
|
"inputs": [
|
|
@@ -15148,6 +15125,44 @@ exports.abi = {
|
|
|
15148
15125
|
"name": "NewLiquidationIncentive",
|
|
15149
15126
|
"type": "event"
|
|
15150
15127
|
},
|
|
15128
|
+
{
|
|
15129
|
+
"anonymous": false,
|
|
15130
|
+
"inputs": [
|
|
15131
|
+
{
|
|
15132
|
+
"indexed": false,
|
|
15133
|
+
"internalType": "uint256",
|
|
15134
|
+
"name": "oldValue",
|
|
15135
|
+
"type": "uint256"
|
|
15136
|
+
},
|
|
15137
|
+
{
|
|
15138
|
+
"indexed": false,
|
|
15139
|
+
"internalType": "uint256",
|
|
15140
|
+
"name": "newValue",
|
|
15141
|
+
"type": "uint256"
|
|
15142
|
+
}
|
|
15143
|
+
],
|
|
15144
|
+
"name": "NewMinCloseValue",
|
|
15145
|
+
"type": "event"
|
|
15146
|
+
},
|
|
15147
|
+
{
|
|
15148
|
+
"anonymous": false,
|
|
15149
|
+
"inputs": [
|
|
15150
|
+
{
|
|
15151
|
+
"indexed": false,
|
|
15152
|
+
"internalType": "uint256",
|
|
15153
|
+
"name": "oldValue",
|
|
15154
|
+
"type": "uint256"
|
|
15155
|
+
},
|
|
15156
|
+
{
|
|
15157
|
+
"indexed": false,
|
|
15158
|
+
"internalType": "uint256",
|
|
15159
|
+
"name": "newValue",
|
|
15160
|
+
"type": "uint256"
|
|
15161
|
+
}
|
|
15162
|
+
],
|
|
15163
|
+
"name": "NewMinSuBorrowValue",
|
|
15164
|
+
"type": "event"
|
|
15165
|
+
},
|
|
15151
15166
|
{
|
|
15152
15167
|
"anonymous": false,
|
|
15153
15168
|
"inputs": [
|
|
@@ -15186,6 +15201,25 @@ exports.abi = {
|
|
|
15186
15201
|
"name": "NewPriceOracle",
|
|
15187
15202
|
"type": "event"
|
|
15188
15203
|
},
|
|
15204
|
+
{
|
|
15205
|
+
"anonymous": false,
|
|
15206
|
+
"inputs": [
|
|
15207
|
+
{
|
|
15208
|
+
"indexed": false,
|
|
15209
|
+
"internalType": "address",
|
|
15210
|
+
"name": "oldAddress",
|
|
15211
|
+
"type": "address"
|
|
15212
|
+
},
|
|
15213
|
+
{
|
|
15214
|
+
"indexed": false,
|
|
15215
|
+
"internalType": "address",
|
|
15216
|
+
"name": "newAddress",
|
|
15217
|
+
"type": "address"
|
|
15218
|
+
}
|
|
15219
|
+
],
|
|
15220
|
+
"name": "NewRedemptionManager",
|
|
15221
|
+
"type": "event"
|
|
15222
|
+
},
|
|
15189
15223
|
{
|
|
15190
15224
|
"anonymous": false,
|
|
15191
15225
|
"inputs": [
|
|
@@ -16676,6 +16710,19 @@ exports.abi = {
|
|
|
16676
16710
|
"stateMutability": "view",
|
|
16677
16711
|
"type": "function"
|
|
16678
16712
|
},
|
|
16713
|
+
{
|
|
16714
|
+
"inputs": [],
|
|
16715
|
+
"name": "minCloseValue",
|
|
16716
|
+
"outputs": [
|
|
16717
|
+
{
|
|
16718
|
+
"internalType": "uint256",
|
|
16719
|
+
"name": "",
|
|
16720
|
+
"type": "uint256"
|
|
16721
|
+
}
|
|
16722
|
+
],
|
|
16723
|
+
"stateMutability": "view",
|
|
16724
|
+
"type": "function"
|
|
16725
|
+
},
|
|
16679
16726
|
{
|
|
16680
16727
|
"inputs": [],
|
|
16681
16728
|
"name": "minSuBorrowValue",
|
|
@@ -17033,6 +17080,19 @@ exports.abi = {
|
|
|
17033
17080
|
"stateMutability": "nonpayable",
|
|
17034
17081
|
"type": "function"
|
|
17035
17082
|
},
|
|
17083
|
+
{
|
|
17084
|
+
"inputs": [
|
|
17085
|
+
{
|
|
17086
|
+
"internalType": "uint256",
|
|
17087
|
+
"name": "_minCloseValue",
|
|
17088
|
+
"type": "uint256"
|
|
17089
|
+
}
|
|
17090
|
+
],
|
|
17091
|
+
"name": "setMinCloseValue",
|
|
17092
|
+
"outputs": [],
|
|
17093
|
+
"stateMutability": "nonpayable",
|
|
17094
|
+
"type": "function"
|
|
17095
|
+
},
|
|
17036
17096
|
{
|
|
17037
17097
|
"inputs": [
|
|
17038
17098
|
{
|
|
@@ -17921,17 +17981,17 @@ exports.abi = {
|
|
|
17921
17981
|
},
|
|
17922
17982
|
{
|
|
17923
17983
|
"inputs": [],
|
|
17924
|
-
"name": "
|
|
17984
|
+
"name": "OnlyListedCToken",
|
|
17925
17985
|
"type": "error"
|
|
17926
17986
|
},
|
|
17927
17987
|
{
|
|
17928
17988
|
"inputs": [],
|
|
17929
|
-
"name": "
|
|
17989
|
+
"name": "OnlyPendingAdmin",
|
|
17930
17990
|
"type": "error"
|
|
17931
17991
|
},
|
|
17932
17992
|
{
|
|
17933
17993
|
"inputs": [],
|
|
17934
|
-
"name": "
|
|
17994
|
+
"name": "OnlyRedemptionManager",
|
|
17935
17995
|
"type": "error"
|
|
17936
17996
|
},
|
|
17937
17997
|
{
|
|
@@ -20248,22 +20308,6 @@ exports.abi = {
|
|
|
20248
20308
|
"stateMutability": "nonpayable",
|
|
20249
20309
|
"type": "constructor"
|
|
20250
20310
|
},
|
|
20251
|
-
{
|
|
20252
|
-
"inputs": [],
|
|
20253
|
-
"name": "InvalidShortString",
|
|
20254
|
-
"type": "error"
|
|
20255
|
-
},
|
|
20256
|
-
{
|
|
20257
|
-
"inputs": [
|
|
20258
|
-
{
|
|
20259
|
-
"internalType": "string",
|
|
20260
|
-
"name": "str",
|
|
20261
|
-
"type": "string"
|
|
20262
|
-
}
|
|
20263
|
-
],
|
|
20264
|
-
"name": "StringTooLong",
|
|
20265
|
-
"type": "error"
|
|
20266
|
-
},
|
|
20267
20311
|
{
|
|
20268
20312
|
"anonymous": false,
|
|
20269
20313
|
"inputs": [
|
|
@@ -20289,12 +20333,6 @@ exports.abi = {
|
|
|
20289
20333
|
"name": "Approval",
|
|
20290
20334
|
"type": "event"
|
|
20291
20335
|
},
|
|
20292
|
-
{
|
|
20293
|
-
"anonymous": false,
|
|
20294
|
-
"inputs": [],
|
|
20295
|
-
"name": "EIP712DomainChanged",
|
|
20296
|
-
"type": "event"
|
|
20297
|
-
},
|
|
20298
20336
|
{
|
|
20299
20337
|
"anonymous": false,
|
|
20300
20338
|
"inputs": [
|
|
@@ -20609,69 +20647,26 @@ exports.abi = {
|
|
|
20609
20647
|
"type": "function"
|
|
20610
20648
|
},
|
|
20611
20649
|
{
|
|
20612
|
-
"inputs": [
|
|
20613
|
-
|
|
20650
|
+
"inputs": [
|
|
20651
|
+
{
|
|
20652
|
+
"internalType": "bytes32",
|
|
20653
|
+
"name": "role",
|
|
20654
|
+
"type": "bytes32"
|
|
20655
|
+
}
|
|
20656
|
+
],
|
|
20657
|
+
"name": "getRoleAdmin",
|
|
20614
20658
|
"outputs": [
|
|
20615
20659
|
{
|
|
20616
|
-
"internalType": "
|
|
20617
|
-
"name": "
|
|
20618
|
-
"type": "
|
|
20619
|
-
}
|
|
20620
|
-
|
|
20621
|
-
|
|
20622
|
-
|
|
20623
|
-
|
|
20624
|
-
|
|
20625
|
-
|
|
20626
|
-
"internalType": "string",
|
|
20627
|
-
"name": "version",
|
|
20628
|
-
"type": "string"
|
|
20629
|
-
},
|
|
20630
|
-
{
|
|
20631
|
-
"internalType": "uint256",
|
|
20632
|
-
"name": "chainId",
|
|
20633
|
-
"type": "uint256"
|
|
20634
|
-
},
|
|
20635
|
-
{
|
|
20636
|
-
"internalType": "address",
|
|
20637
|
-
"name": "verifyingContract",
|
|
20638
|
-
"type": "address"
|
|
20639
|
-
},
|
|
20640
|
-
{
|
|
20641
|
-
"internalType": "bytes32",
|
|
20642
|
-
"name": "salt",
|
|
20643
|
-
"type": "bytes32"
|
|
20644
|
-
},
|
|
20645
|
-
{
|
|
20646
|
-
"internalType": "uint256[]",
|
|
20647
|
-
"name": "extensions",
|
|
20648
|
-
"type": "uint256[]"
|
|
20649
|
-
}
|
|
20650
|
-
],
|
|
20651
|
-
"stateMutability": "view",
|
|
20652
|
-
"type": "function"
|
|
20653
|
-
},
|
|
20654
|
-
{
|
|
20655
|
-
"inputs": [
|
|
20656
|
-
{
|
|
20657
|
-
"internalType": "bytes32",
|
|
20658
|
-
"name": "role",
|
|
20659
|
-
"type": "bytes32"
|
|
20660
|
-
}
|
|
20661
|
-
],
|
|
20662
|
-
"name": "getRoleAdmin",
|
|
20663
|
-
"outputs": [
|
|
20664
|
-
{
|
|
20665
|
-
"internalType": "bytes32",
|
|
20666
|
-
"name": "",
|
|
20667
|
-
"type": "bytes32"
|
|
20668
|
-
}
|
|
20669
|
-
],
|
|
20670
|
-
"stateMutability": "view",
|
|
20671
|
-
"type": "function"
|
|
20672
|
-
},
|
|
20673
|
-
{
|
|
20674
|
-
"inputs": [
|
|
20660
|
+
"internalType": "bytes32",
|
|
20661
|
+
"name": "",
|
|
20662
|
+
"type": "bytes32"
|
|
20663
|
+
}
|
|
20664
|
+
],
|
|
20665
|
+
"stateMutability": "view",
|
|
20666
|
+
"type": "function"
|
|
20667
|
+
},
|
|
20668
|
+
{
|
|
20669
|
+
"inputs": [
|
|
20675
20670
|
{
|
|
20676
20671
|
"internalType": "bytes32",
|
|
20677
20672
|
"name": "role",
|
|
@@ -21068,7 +21063,7 @@ exports.abi = {
|
|
|
21068
21063
|
}
|
|
21069
21064
|
],
|
|
21070
21065
|
"ExponentialNoErrorNew": [],
|
|
21071
|
-
"
|
|
21066
|
+
"FixedInterestRateModel": [
|
|
21072
21067
|
{
|
|
21073
21068
|
"inputs": [
|
|
21074
21069
|
{
|
|
@@ -21086,31 +21081,63 @@ exports.abi = {
|
|
|
21086
21081
|
"type": "constructor"
|
|
21087
21082
|
},
|
|
21088
21083
|
{
|
|
21089
|
-
"
|
|
21090
|
-
"
|
|
21091
|
-
"outputs": [
|
|
21084
|
+
"anonymous": false,
|
|
21085
|
+
"inputs": [
|
|
21092
21086
|
{
|
|
21093
|
-
"
|
|
21094
|
-
"
|
|
21095
|
-
"
|
|
21087
|
+
"indexed": true,
|
|
21088
|
+
"internalType": "address",
|
|
21089
|
+
"name": "previousOwner",
|
|
21090
|
+
"type": "address"
|
|
21091
|
+
},
|
|
21092
|
+
{
|
|
21093
|
+
"indexed": true,
|
|
21094
|
+
"internalType": "address",
|
|
21095
|
+
"name": "newOwner",
|
|
21096
|
+
"type": "address"
|
|
21096
21097
|
}
|
|
21097
21098
|
],
|
|
21098
|
-
"
|
|
21099
|
-
"type": "
|
|
21099
|
+
"name": "OwnershipTransferStarted",
|
|
21100
|
+
"type": "event"
|
|
21100
21101
|
},
|
|
21101
21102
|
{
|
|
21103
|
+
"anonymous": false,
|
|
21102
21104
|
"inputs": [
|
|
21103
21105
|
{
|
|
21106
|
+
"indexed": true,
|
|
21104
21107
|
"internalType": "address",
|
|
21105
|
-
"name": "
|
|
21108
|
+
"name": "previousOwner",
|
|
21109
|
+
"type": "address"
|
|
21110
|
+
},
|
|
21111
|
+
{
|
|
21112
|
+
"indexed": true,
|
|
21113
|
+
"internalType": "address",
|
|
21114
|
+
"name": "newOwner",
|
|
21106
21115
|
"type": "address"
|
|
21107
21116
|
}
|
|
21108
21117
|
],
|
|
21109
|
-
"name": "
|
|
21118
|
+
"name": "OwnershipTransferred",
|
|
21119
|
+
"type": "event"
|
|
21120
|
+
},
|
|
21121
|
+
{
|
|
21122
|
+
"inputs": [],
|
|
21123
|
+
"name": "acceptOwnership",
|
|
21110
21124
|
"outputs": [],
|
|
21111
21125
|
"stateMutability": "nonpayable",
|
|
21112
21126
|
"type": "function"
|
|
21113
21127
|
},
|
|
21128
|
+
{
|
|
21129
|
+
"inputs": [],
|
|
21130
|
+
"name": "borrowRate",
|
|
21131
|
+
"outputs": [
|
|
21132
|
+
{
|
|
21133
|
+
"internalType": "uint256",
|
|
21134
|
+
"name": "",
|
|
21135
|
+
"type": "uint256"
|
|
21136
|
+
}
|
|
21137
|
+
],
|
|
21138
|
+
"stateMutability": "view",
|
|
21139
|
+
"type": "function"
|
|
21140
|
+
},
|
|
21114
21141
|
{
|
|
21115
21142
|
"inputs": [
|
|
21116
21143
|
{
|
|
@@ -21200,6 +21227,26 @@ exports.abi = {
|
|
|
21200
21227
|
"stateMutability": "view",
|
|
21201
21228
|
"type": "function"
|
|
21202
21229
|
},
|
|
21230
|
+
{
|
|
21231
|
+
"inputs": [],
|
|
21232
|
+
"name": "pendingOwner",
|
|
21233
|
+
"outputs": [
|
|
21234
|
+
{
|
|
21235
|
+
"internalType": "address",
|
|
21236
|
+
"name": "",
|
|
21237
|
+
"type": "address"
|
|
21238
|
+
}
|
|
21239
|
+
],
|
|
21240
|
+
"stateMutability": "view",
|
|
21241
|
+
"type": "function"
|
|
21242
|
+
},
|
|
21243
|
+
{
|
|
21244
|
+
"inputs": [],
|
|
21245
|
+
"name": "renounceOwnership",
|
|
21246
|
+
"outputs": [],
|
|
21247
|
+
"stateMutability": "nonpayable",
|
|
21248
|
+
"type": "function"
|
|
21249
|
+
},
|
|
21203
21250
|
{
|
|
21204
21251
|
"inputs": [
|
|
21205
21252
|
{
|
|
@@ -21238,9 +21285,67 @@ exports.abi = {
|
|
|
21238
21285
|
],
|
|
21239
21286
|
"stateMutability": "view",
|
|
21240
21287
|
"type": "function"
|
|
21288
|
+
},
|
|
21289
|
+
{
|
|
21290
|
+
"inputs": [
|
|
21291
|
+
{
|
|
21292
|
+
"internalType": "address",
|
|
21293
|
+
"name": "newOwner",
|
|
21294
|
+
"type": "address"
|
|
21295
|
+
}
|
|
21296
|
+
],
|
|
21297
|
+
"name": "transferOwnership",
|
|
21298
|
+
"outputs": [],
|
|
21299
|
+
"stateMutability": "nonpayable",
|
|
21300
|
+
"type": "function"
|
|
21241
21301
|
}
|
|
21242
21302
|
],
|
|
21243
21303
|
"InterestRateModel": [
|
|
21304
|
+
{
|
|
21305
|
+
"anonymous": false,
|
|
21306
|
+
"inputs": [
|
|
21307
|
+
{
|
|
21308
|
+
"indexed": true,
|
|
21309
|
+
"internalType": "address",
|
|
21310
|
+
"name": "previousOwner",
|
|
21311
|
+
"type": "address"
|
|
21312
|
+
},
|
|
21313
|
+
{
|
|
21314
|
+
"indexed": true,
|
|
21315
|
+
"internalType": "address",
|
|
21316
|
+
"name": "newOwner",
|
|
21317
|
+
"type": "address"
|
|
21318
|
+
}
|
|
21319
|
+
],
|
|
21320
|
+
"name": "OwnershipTransferStarted",
|
|
21321
|
+
"type": "event"
|
|
21322
|
+
},
|
|
21323
|
+
{
|
|
21324
|
+
"anonymous": false,
|
|
21325
|
+
"inputs": [
|
|
21326
|
+
{
|
|
21327
|
+
"indexed": true,
|
|
21328
|
+
"internalType": "address",
|
|
21329
|
+
"name": "previousOwner",
|
|
21330
|
+
"type": "address"
|
|
21331
|
+
},
|
|
21332
|
+
{
|
|
21333
|
+
"indexed": true,
|
|
21334
|
+
"internalType": "address",
|
|
21335
|
+
"name": "newOwner",
|
|
21336
|
+
"type": "address"
|
|
21337
|
+
}
|
|
21338
|
+
],
|
|
21339
|
+
"name": "OwnershipTransferred",
|
|
21340
|
+
"type": "event"
|
|
21341
|
+
},
|
|
21342
|
+
{
|
|
21343
|
+
"inputs": [],
|
|
21344
|
+
"name": "acceptOwnership",
|
|
21345
|
+
"outputs": [],
|
|
21346
|
+
"stateMutability": "nonpayable",
|
|
21347
|
+
"type": "function"
|
|
21348
|
+
},
|
|
21244
21349
|
{
|
|
21245
21350
|
"inputs": [
|
|
21246
21351
|
{
|
|
@@ -21316,11 +21421,62 @@ exports.abi = {
|
|
|
21316
21421
|
],
|
|
21317
21422
|
"stateMutability": "view",
|
|
21318
21423
|
"type": "function"
|
|
21424
|
+
},
|
|
21425
|
+
{
|
|
21426
|
+
"inputs": [],
|
|
21427
|
+
"name": "owner",
|
|
21428
|
+
"outputs": [
|
|
21429
|
+
{
|
|
21430
|
+
"internalType": "address",
|
|
21431
|
+
"name": "",
|
|
21432
|
+
"type": "address"
|
|
21433
|
+
}
|
|
21434
|
+
],
|
|
21435
|
+
"stateMutability": "view",
|
|
21436
|
+
"type": "function"
|
|
21437
|
+
},
|
|
21438
|
+
{
|
|
21439
|
+
"inputs": [],
|
|
21440
|
+
"name": "pendingOwner",
|
|
21441
|
+
"outputs": [
|
|
21442
|
+
{
|
|
21443
|
+
"internalType": "address",
|
|
21444
|
+
"name": "",
|
|
21445
|
+
"type": "address"
|
|
21446
|
+
}
|
|
21447
|
+
],
|
|
21448
|
+
"stateMutability": "view",
|
|
21449
|
+
"type": "function"
|
|
21450
|
+
},
|
|
21451
|
+
{
|
|
21452
|
+
"inputs": [],
|
|
21453
|
+
"name": "renounceOwnership",
|
|
21454
|
+
"outputs": [],
|
|
21455
|
+
"stateMutability": "nonpayable",
|
|
21456
|
+
"type": "function"
|
|
21457
|
+
},
|
|
21458
|
+
{
|
|
21459
|
+
"inputs": [
|
|
21460
|
+
{
|
|
21461
|
+
"internalType": "address",
|
|
21462
|
+
"name": "newOwner",
|
|
21463
|
+
"type": "address"
|
|
21464
|
+
}
|
|
21465
|
+
],
|
|
21466
|
+
"name": "transferOwnership",
|
|
21467
|
+
"outputs": [],
|
|
21468
|
+
"stateMutability": "nonpayable",
|
|
21469
|
+
"type": "function"
|
|
21319
21470
|
}
|
|
21320
21471
|
],
|
|
21321
|
-
"
|
|
21472
|
+
"JumpRateModelV2": [
|
|
21322
21473
|
{
|
|
21323
21474
|
"inputs": [
|
|
21475
|
+
{
|
|
21476
|
+
"internalType": "uint256",
|
|
21477
|
+
"name": "blocksPerYearOnChain",
|
|
21478
|
+
"type": "uint256"
|
|
21479
|
+
},
|
|
21324
21480
|
{
|
|
21325
21481
|
"internalType": "uint256",
|
|
21326
21482
|
"name": "baseRatePerYear",
|
|
@@ -21377,243 +21533,49 @@ exports.abi = {
|
|
|
21377
21533
|
"type": "event"
|
|
21378
21534
|
},
|
|
21379
21535
|
{
|
|
21380
|
-
"
|
|
21381
|
-
"
|
|
21382
|
-
"outputs": [
|
|
21536
|
+
"anonymous": false,
|
|
21537
|
+
"inputs": [
|
|
21383
21538
|
{
|
|
21384
|
-
"
|
|
21385
|
-
"
|
|
21386
|
-
"
|
|
21539
|
+
"indexed": true,
|
|
21540
|
+
"internalType": "address",
|
|
21541
|
+
"name": "previousOwner",
|
|
21542
|
+
"type": "address"
|
|
21543
|
+
},
|
|
21544
|
+
{
|
|
21545
|
+
"indexed": true,
|
|
21546
|
+
"internalType": "address",
|
|
21547
|
+
"name": "newOwner",
|
|
21548
|
+
"type": "address"
|
|
21387
21549
|
}
|
|
21388
21550
|
],
|
|
21389
|
-
"
|
|
21390
|
-
"type": "
|
|
21551
|
+
"name": "OwnershipTransferStarted",
|
|
21552
|
+
"type": "event"
|
|
21391
21553
|
},
|
|
21392
21554
|
{
|
|
21393
|
-
"
|
|
21394
|
-
"name": "blocksPerYear",
|
|
21395
|
-
"outputs": [
|
|
21396
|
-
{
|
|
21397
|
-
"internalType": "uint256",
|
|
21398
|
-
"name": "",
|
|
21399
|
-
"type": "uint256"
|
|
21400
|
-
}
|
|
21401
|
-
],
|
|
21402
|
-
"stateMutability": "view",
|
|
21403
|
-
"type": "function"
|
|
21404
|
-
},
|
|
21405
|
-
{
|
|
21406
|
-
"inputs": [
|
|
21407
|
-
{
|
|
21408
|
-
"internalType": "uint256",
|
|
21409
|
-
"name": "cash",
|
|
21410
|
-
"type": "uint256"
|
|
21411
|
-
},
|
|
21412
|
-
{
|
|
21413
|
-
"internalType": "uint256",
|
|
21414
|
-
"name": "borrows",
|
|
21415
|
-
"type": "uint256"
|
|
21416
|
-
},
|
|
21417
|
-
{
|
|
21418
|
-
"internalType": "uint256",
|
|
21419
|
-
"name": "reserves",
|
|
21420
|
-
"type": "uint256"
|
|
21421
|
-
}
|
|
21422
|
-
],
|
|
21423
|
-
"name": "getBorrowRate",
|
|
21424
|
-
"outputs": [
|
|
21425
|
-
{
|
|
21426
|
-
"internalType": "uint256",
|
|
21427
|
-
"name": "",
|
|
21428
|
-
"type": "uint256"
|
|
21429
|
-
}
|
|
21430
|
-
],
|
|
21431
|
-
"stateMutability": "view",
|
|
21432
|
-
"type": "function"
|
|
21433
|
-
},
|
|
21434
|
-
{
|
|
21435
|
-
"inputs": [
|
|
21436
|
-
{
|
|
21437
|
-
"internalType": "uint256",
|
|
21438
|
-
"name": "cash",
|
|
21439
|
-
"type": "uint256"
|
|
21440
|
-
},
|
|
21441
|
-
{
|
|
21442
|
-
"internalType": "uint256",
|
|
21443
|
-
"name": "borrows",
|
|
21444
|
-
"type": "uint256"
|
|
21445
|
-
},
|
|
21446
|
-
{
|
|
21447
|
-
"internalType": "uint256",
|
|
21448
|
-
"name": "reserves",
|
|
21449
|
-
"type": "uint256"
|
|
21450
|
-
},
|
|
21451
|
-
{
|
|
21452
|
-
"internalType": "uint256",
|
|
21453
|
-
"name": "reserveFactorMantissa",
|
|
21454
|
-
"type": "uint256"
|
|
21455
|
-
}
|
|
21456
|
-
],
|
|
21457
|
-
"name": "getSupplyRate",
|
|
21458
|
-
"outputs": [
|
|
21459
|
-
{
|
|
21460
|
-
"internalType": "uint256",
|
|
21461
|
-
"name": "",
|
|
21462
|
-
"type": "uint256"
|
|
21463
|
-
}
|
|
21464
|
-
],
|
|
21465
|
-
"stateMutability": "view",
|
|
21466
|
-
"type": "function"
|
|
21467
|
-
},
|
|
21468
|
-
{
|
|
21469
|
-
"inputs": [],
|
|
21470
|
-
"name": "isInterestRateModel",
|
|
21471
|
-
"outputs": [
|
|
21472
|
-
{
|
|
21473
|
-
"internalType": "bool",
|
|
21474
|
-
"name": "",
|
|
21475
|
-
"type": "bool"
|
|
21476
|
-
}
|
|
21477
|
-
],
|
|
21478
|
-
"stateMutability": "view",
|
|
21479
|
-
"type": "function"
|
|
21480
|
-
},
|
|
21481
|
-
{
|
|
21482
|
-
"inputs": [],
|
|
21483
|
-
"name": "jumpMultiplierPerBlock",
|
|
21484
|
-
"outputs": [
|
|
21485
|
-
{
|
|
21486
|
-
"internalType": "uint256",
|
|
21487
|
-
"name": "",
|
|
21488
|
-
"type": "uint256"
|
|
21489
|
-
}
|
|
21490
|
-
],
|
|
21491
|
-
"stateMutability": "view",
|
|
21492
|
-
"type": "function"
|
|
21493
|
-
},
|
|
21494
|
-
{
|
|
21495
|
-
"inputs": [],
|
|
21496
|
-
"name": "kink",
|
|
21497
|
-
"outputs": [
|
|
21498
|
-
{
|
|
21499
|
-
"internalType": "uint256",
|
|
21500
|
-
"name": "",
|
|
21501
|
-
"type": "uint256"
|
|
21502
|
-
}
|
|
21503
|
-
],
|
|
21504
|
-
"stateMutability": "view",
|
|
21505
|
-
"type": "function"
|
|
21506
|
-
},
|
|
21507
|
-
{
|
|
21508
|
-
"inputs": [],
|
|
21509
|
-
"name": "multiplierPerBlock",
|
|
21510
|
-
"outputs": [
|
|
21511
|
-
{
|
|
21512
|
-
"internalType": "uint256",
|
|
21513
|
-
"name": "",
|
|
21514
|
-
"type": "uint256"
|
|
21515
|
-
}
|
|
21516
|
-
],
|
|
21517
|
-
"stateMutability": "view",
|
|
21518
|
-
"type": "function"
|
|
21519
|
-
},
|
|
21520
|
-
{
|
|
21521
|
-
"inputs": [
|
|
21522
|
-
{
|
|
21523
|
-
"internalType": "uint256",
|
|
21524
|
-
"name": "cash",
|
|
21525
|
-
"type": "uint256"
|
|
21526
|
-
},
|
|
21527
|
-
{
|
|
21528
|
-
"internalType": "uint256",
|
|
21529
|
-
"name": "borrows",
|
|
21530
|
-
"type": "uint256"
|
|
21531
|
-
},
|
|
21532
|
-
{
|
|
21533
|
-
"internalType": "uint256",
|
|
21534
|
-
"name": "reserves",
|
|
21535
|
-
"type": "uint256"
|
|
21536
|
-
}
|
|
21537
|
-
],
|
|
21538
|
-
"name": "utilizationRate",
|
|
21539
|
-
"outputs": [
|
|
21540
|
-
{
|
|
21541
|
-
"internalType": "uint256",
|
|
21542
|
-
"name": "",
|
|
21543
|
-
"type": "uint256"
|
|
21544
|
-
}
|
|
21545
|
-
],
|
|
21546
|
-
"stateMutability": "pure",
|
|
21547
|
-
"type": "function"
|
|
21548
|
-
}
|
|
21549
|
-
],
|
|
21550
|
-
"JumpRateModelV2": [
|
|
21551
|
-
{
|
|
21555
|
+
"anonymous": false,
|
|
21552
21556
|
"inputs": [
|
|
21553
21557
|
{
|
|
21554
|
-
"
|
|
21555
|
-
"
|
|
21556
|
-
"
|
|
21557
|
-
|
|
21558
|
-
{
|
|
21559
|
-
"internalType": "uint256",
|
|
21560
|
-
"name": "baseRatePerYear",
|
|
21561
|
-
"type": "uint256"
|
|
21562
|
-
},
|
|
21563
|
-
{
|
|
21564
|
-
"internalType": "uint256",
|
|
21565
|
-
"name": "multiplierPerYear",
|
|
21566
|
-
"type": "uint256"
|
|
21567
|
-
},
|
|
21568
|
-
{
|
|
21569
|
-
"internalType": "uint256",
|
|
21570
|
-
"name": "jumpMultiplierPerYear",
|
|
21571
|
-
"type": "uint256"
|
|
21572
|
-
},
|
|
21573
|
-
{
|
|
21574
|
-
"internalType": "uint256",
|
|
21575
|
-
"name": "kink_",
|
|
21576
|
-
"type": "uint256"
|
|
21558
|
+
"indexed": true,
|
|
21559
|
+
"internalType": "address",
|
|
21560
|
+
"name": "previousOwner",
|
|
21561
|
+
"type": "address"
|
|
21577
21562
|
},
|
|
21578
21563
|
{
|
|
21564
|
+
"indexed": true,
|
|
21579
21565
|
"internalType": "address",
|
|
21580
|
-
"name": "
|
|
21566
|
+
"name": "newOwner",
|
|
21581
21567
|
"type": "address"
|
|
21582
21568
|
}
|
|
21583
21569
|
],
|
|
21584
|
-
"
|
|
21585
|
-
"type": "
|
|
21570
|
+
"name": "OwnershipTransferred",
|
|
21571
|
+
"type": "event"
|
|
21586
21572
|
},
|
|
21587
21573
|
{
|
|
21588
|
-
"
|
|
21589
|
-
"
|
|
21590
|
-
|
|
21591
|
-
|
|
21592
|
-
|
|
21593
|
-
"name": "baseRatePerBlock",
|
|
21594
|
-
"type": "uint256"
|
|
21595
|
-
},
|
|
21596
|
-
{
|
|
21597
|
-
"indexed": false,
|
|
21598
|
-
"internalType": "uint256",
|
|
21599
|
-
"name": "multiplierPerBlock",
|
|
21600
|
-
"type": "uint256"
|
|
21601
|
-
},
|
|
21602
|
-
{
|
|
21603
|
-
"indexed": false,
|
|
21604
|
-
"internalType": "uint256",
|
|
21605
|
-
"name": "jumpMultiplierPerBlock",
|
|
21606
|
-
"type": "uint256"
|
|
21607
|
-
},
|
|
21608
|
-
{
|
|
21609
|
-
"indexed": false,
|
|
21610
|
-
"internalType": "uint256",
|
|
21611
|
-
"name": "kink",
|
|
21612
|
-
"type": "uint256"
|
|
21613
|
-
}
|
|
21614
|
-
],
|
|
21615
|
-
"name": "NewInterestParams",
|
|
21616
|
-
"type": "event"
|
|
21574
|
+
"inputs": [],
|
|
21575
|
+
"name": "acceptOwnership",
|
|
21576
|
+
"outputs": [],
|
|
21577
|
+
"stateMutability": "nonpayable",
|
|
21578
|
+
"type": "function"
|
|
21617
21579
|
},
|
|
21618
21580
|
{
|
|
21619
21581
|
"inputs": [],
|
|
@@ -21769,208 +21731,14 @@ exports.abi = {
|
|
|
21769
21731
|
"stateMutability": "view",
|
|
21770
21732
|
"type": "function"
|
|
21771
21733
|
},
|
|
21772
|
-
{
|
|
21773
|
-
"inputs": [
|
|
21774
|
-
{
|
|
21775
|
-
"internalType": "uint256",
|
|
21776
|
-
"name": "baseRatePerYear",
|
|
21777
|
-
"type": "uint256"
|
|
21778
|
-
},
|
|
21779
|
-
{
|
|
21780
|
-
"internalType": "uint256",
|
|
21781
|
-
"name": "multiplierPerYear",
|
|
21782
|
-
"type": "uint256"
|
|
21783
|
-
},
|
|
21784
|
-
{
|
|
21785
|
-
"internalType": "uint256",
|
|
21786
|
-
"name": "jumpMultiplierPerYear",
|
|
21787
|
-
"type": "uint256"
|
|
21788
|
-
},
|
|
21789
|
-
{
|
|
21790
|
-
"internalType": "uint256",
|
|
21791
|
-
"name": "kink_",
|
|
21792
|
-
"type": "uint256"
|
|
21793
|
-
}
|
|
21794
|
-
],
|
|
21795
|
-
"name": "updateJumpRateModel",
|
|
21796
|
-
"outputs": [],
|
|
21797
|
-
"stateMutability": "nonpayable",
|
|
21798
|
-
"type": "function"
|
|
21799
|
-
},
|
|
21800
|
-
{
|
|
21801
|
-
"inputs": [
|
|
21802
|
-
{
|
|
21803
|
-
"internalType": "uint256",
|
|
21804
|
-
"name": "cash",
|
|
21805
|
-
"type": "uint256"
|
|
21806
|
-
},
|
|
21807
|
-
{
|
|
21808
|
-
"internalType": "uint256",
|
|
21809
|
-
"name": "borrows",
|
|
21810
|
-
"type": "uint256"
|
|
21811
|
-
},
|
|
21812
|
-
{
|
|
21813
|
-
"internalType": "uint256",
|
|
21814
|
-
"name": "reserves",
|
|
21815
|
-
"type": "uint256"
|
|
21816
|
-
}
|
|
21817
|
-
],
|
|
21818
|
-
"name": "utilizationRate",
|
|
21819
|
-
"outputs": [
|
|
21820
|
-
{
|
|
21821
|
-
"internalType": "uint256",
|
|
21822
|
-
"name": "",
|
|
21823
|
-
"type": "uint256"
|
|
21824
|
-
}
|
|
21825
|
-
],
|
|
21826
|
-
"stateMutability": "pure",
|
|
21827
|
-
"type": "function"
|
|
21828
|
-
}
|
|
21829
|
-
],
|
|
21830
|
-
"WhitePaperInterestRateModel": [
|
|
21831
|
-
{
|
|
21832
|
-
"inputs": [
|
|
21833
|
-
{
|
|
21834
|
-
"internalType": "uint256",
|
|
21835
|
-
"name": "blocksPerYearOnChain",
|
|
21836
|
-
"type": "uint256"
|
|
21837
|
-
},
|
|
21838
|
-
{
|
|
21839
|
-
"internalType": "uint256",
|
|
21840
|
-
"name": "baseRatePerYear",
|
|
21841
|
-
"type": "uint256"
|
|
21842
|
-
},
|
|
21843
|
-
{
|
|
21844
|
-
"internalType": "uint256",
|
|
21845
|
-
"name": "multiplierPerYear",
|
|
21846
|
-
"type": "uint256"
|
|
21847
|
-
}
|
|
21848
|
-
],
|
|
21849
|
-
"stateMutability": "nonpayable",
|
|
21850
|
-
"type": "constructor"
|
|
21851
|
-
},
|
|
21852
|
-
{
|
|
21853
|
-
"anonymous": false,
|
|
21854
|
-
"inputs": [
|
|
21855
|
-
{
|
|
21856
|
-
"indexed": false,
|
|
21857
|
-
"internalType": "uint256",
|
|
21858
|
-
"name": "blocksPerYear",
|
|
21859
|
-
"type": "uint256"
|
|
21860
|
-
},
|
|
21861
|
-
{
|
|
21862
|
-
"indexed": false,
|
|
21863
|
-
"internalType": "uint256",
|
|
21864
|
-
"name": "baseRatePerBlock",
|
|
21865
|
-
"type": "uint256"
|
|
21866
|
-
},
|
|
21867
|
-
{
|
|
21868
|
-
"indexed": false,
|
|
21869
|
-
"internalType": "uint256",
|
|
21870
|
-
"name": "multiplierPerBlock",
|
|
21871
|
-
"type": "uint256"
|
|
21872
|
-
}
|
|
21873
|
-
],
|
|
21874
|
-
"name": "NewInterestParams",
|
|
21875
|
-
"type": "event"
|
|
21876
|
-
},
|
|
21877
|
-
{
|
|
21878
|
-
"inputs": [],
|
|
21879
|
-
"name": "baseRatePerBlock",
|
|
21880
|
-
"outputs": [
|
|
21881
|
-
{
|
|
21882
|
-
"internalType": "uint256",
|
|
21883
|
-
"name": "",
|
|
21884
|
-
"type": "uint256"
|
|
21885
|
-
}
|
|
21886
|
-
],
|
|
21887
|
-
"stateMutability": "view",
|
|
21888
|
-
"type": "function"
|
|
21889
|
-
},
|
|
21890
|
-
{
|
|
21891
|
-
"inputs": [],
|
|
21892
|
-
"name": "blocksPerYear",
|
|
21893
|
-
"outputs": [
|
|
21894
|
-
{
|
|
21895
|
-
"internalType": "uint256",
|
|
21896
|
-
"name": "",
|
|
21897
|
-
"type": "uint256"
|
|
21898
|
-
}
|
|
21899
|
-
],
|
|
21900
|
-
"stateMutability": "view",
|
|
21901
|
-
"type": "function"
|
|
21902
|
-
},
|
|
21903
|
-
{
|
|
21904
|
-
"inputs": [
|
|
21905
|
-
{
|
|
21906
|
-
"internalType": "uint256",
|
|
21907
|
-
"name": "cash",
|
|
21908
|
-
"type": "uint256"
|
|
21909
|
-
},
|
|
21910
|
-
{
|
|
21911
|
-
"internalType": "uint256",
|
|
21912
|
-
"name": "borrows",
|
|
21913
|
-
"type": "uint256"
|
|
21914
|
-
},
|
|
21915
|
-
{
|
|
21916
|
-
"internalType": "uint256",
|
|
21917
|
-
"name": "reserves",
|
|
21918
|
-
"type": "uint256"
|
|
21919
|
-
}
|
|
21920
|
-
],
|
|
21921
|
-
"name": "getBorrowRate",
|
|
21922
|
-
"outputs": [
|
|
21923
|
-
{
|
|
21924
|
-
"internalType": "uint256",
|
|
21925
|
-
"name": "",
|
|
21926
|
-
"type": "uint256"
|
|
21927
|
-
}
|
|
21928
|
-
],
|
|
21929
|
-
"stateMutability": "view",
|
|
21930
|
-
"type": "function"
|
|
21931
|
-
},
|
|
21932
|
-
{
|
|
21933
|
-
"inputs": [
|
|
21934
|
-
{
|
|
21935
|
-
"internalType": "uint256",
|
|
21936
|
-
"name": "cash",
|
|
21937
|
-
"type": "uint256"
|
|
21938
|
-
},
|
|
21939
|
-
{
|
|
21940
|
-
"internalType": "uint256",
|
|
21941
|
-
"name": "borrows",
|
|
21942
|
-
"type": "uint256"
|
|
21943
|
-
},
|
|
21944
|
-
{
|
|
21945
|
-
"internalType": "uint256",
|
|
21946
|
-
"name": "reserves",
|
|
21947
|
-
"type": "uint256"
|
|
21948
|
-
},
|
|
21949
|
-
{
|
|
21950
|
-
"internalType": "uint256",
|
|
21951
|
-
"name": "reserveFactorMantissa",
|
|
21952
|
-
"type": "uint256"
|
|
21953
|
-
}
|
|
21954
|
-
],
|
|
21955
|
-
"name": "getSupplyRate",
|
|
21956
|
-
"outputs": [
|
|
21957
|
-
{
|
|
21958
|
-
"internalType": "uint256",
|
|
21959
|
-
"name": "",
|
|
21960
|
-
"type": "uint256"
|
|
21961
|
-
}
|
|
21962
|
-
],
|
|
21963
|
-
"stateMutability": "view",
|
|
21964
|
-
"type": "function"
|
|
21965
|
-
},
|
|
21966
21734
|
{
|
|
21967
21735
|
"inputs": [],
|
|
21968
|
-
"name": "
|
|
21736
|
+
"name": "pendingOwner",
|
|
21969
21737
|
"outputs": [
|
|
21970
21738
|
{
|
|
21971
|
-
"internalType": "
|
|
21739
|
+
"internalType": "address",
|
|
21972
21740
|
"name": "",
|
|
21973
|
-
"type": "
|
|
21741
|
+
"type": "address"
|
|
21974
21742
|
}
|
|
21975
21743
|
],
|
|
21976
21744
|
"stateMutability": "view",
|
|
@@ -21978,75 +21746,50 @@ exports.abi = {
|
|
|
21978
21746
|
},
|
|
21979
21747
|
{
|
|
21980
21748
|
"inputs": [],
|
|
21981
|
-
"name": "
|
|
21982
|
-
"outputs": [
|
|
21983
|
-
|
|
21984
|
-
"internalType": "uint256",
|
|
21985
|
-
"name": "",
|
|
21986
|
-
"type": "uint256"
|
|
21987
|
-
}
|
|
21988
|
-
],
|
|
21989
|
-
"stateMutability": "view",
|
|
21749
|
+
"name": "renounceOwnership",
|
|
21750
|
+
"outputs": [],
|
|
21751
|
+
"stateMutability": "nonpayable",
|
|
21990
21752
|
"type": "function"
|
|
21991
21753
|
},
|
|
21992
21754
|
{
|
|
21993
21755
|
"inputs": [
|
|
21994
21756
|
{
|
|
21995
|
-
"internalType": "
|
|
21996
|
-
"name": "
|
|
21997
|
-
"type": "
|
|
21998
|
-
},
|
|
21999
|
-
{
|
|
22000
|
-
"internalType": "uint256",
|
|
22001
|
-
"name": "borrows",
|
|
22002
|
-
"type": "uint256"
|
|
22003
|
-
},
|
|
22004
|
-
{
|
|
22005
|
-
"internalType": "uint256",
|
|
22006
|
-
"name": "reserves",
|
|
22007
|
-
"type": "uint256"
|
|
22008
|
-
}
|
|
22009
|
-
],
|
|
22010
|
-
"name": "utilizationRate",
|
|
22011
|
-
"outputs": [
|
|
22012
|
-
{
|
|
22013
|
-
"internalType": "uint256",
|
|
22014
|
-
"name": "",
|
|
22015
|
-
"type": "uint256"
|
|
21757
|
+
"internalType": "address",
|
|
21758
|
+
"name": "newOwner",
|
|
21759
|
+
"type": "address"
|
|
22016
21760
|
}
|
|
22017
21761
|
],
|
|
22018
|
-
"
|
|
21762
|
+
"name": "transferOwnership",
|
|
21763
|
+
"outputs": [],
|
|
21764
|
+
"stateMutability": "nonpayable",
|
|
22019
21765
|
"type": "function"
|
|
22020
|
-
}
|
|
22021
|
-
],
|
|
22022
|
-
"ZeroInterestRateModel": [
|
|
21766
|
+
},
|
|
22023
21767
|
{
|
|
22024
21768
|
"inputs": [
|
|
22025
21769
|
{
|
|
22026
21770
|
"internalType": "uint256",
|
|
22027
|
-
"name": "
|
|
21771
|
+
"name": "baseRatePerYear",
|
|
22028
21772
|
"type": "uint256"
|
|
22029
21773
|
},
|
|
22030
21774
|
{
|
|
22031
21775
|
"internalType": "uint256",
|
|
22032
|
-
"name": "
|
|
21776
|
+
"name": "multiplierPerYear",
|
|
22033
21777
|
"type": "uint256"
|
|
22034
21778
|
},
|
|
22035
21779
|
{
|
|
22036
21780
|
"internalType": "uint256",
|
|
22037
|
-
"name": "
|
|
21781
|
+
"name": "jumpMultiplierPerYear",
|
|
22038
21782
|
"type": "uint256"
|
|
22039
|
-
}
|
|
22040
|
-
],
|
|
22041
|
-
"name": "getBorrowRate",
|
|
22042
|
-
"outputs": [
|
|
21783
|
+
},
|
|
22043
21784
|
{
|
|
22044
21785
|
"internalType": "uint256",
|
|
22045
|
-
"name": "",
|
|
21786
|
+
"name": "kink_",
|
|
22046
21787
|
"type": "uint256"
|
|
22047
21788
|
}
|
|
22048
21789
|
],
|
|
22049
|
-
"
|
|
21790
|
+
"name": "updateJumpRateModel",
|
|
21791
|
+
"outputs": [],
|
|
21792
|
+
"stateMutability": "nonpayable",
|
|
22050
21793
|
"type": "function"
|
|
22051
21794
|
},
|
|
22052
21795
|
{
|
|
@@ -22065,14 +21808,9 @@ exports.abi = {
|
|
|
22065
21808
|
"internalType": "uint256",
|
|
22066
21809
|
"name": "reserves",
|
|
22067
21810
|
"type": "uint256"
|
|
22068
|
-
},
|
|
22069
|
-
{
|
|
22070
|
-
"internalType": "uint256",
|
|
22071
|
-
"name": "reserveFactorMantissa",
|
|
22072
|
-
"type": "uint256"
|
|
22073
21811
|
}
|
|
22074
21812
|
],
|
|
22075
|
-
"name": "
|
|
21813
|
+
"name": "utilizationRate",
|
|
22076
21814
|
"outputs": [
|
|
22077
21815
|
{
|
|
22078
21816
|
"internalType": "uint256",
|
|
@@ -22080,72 +21818,105 @@ exports.abi = {
|
|
|
22080
21818
|
"type": "uint256"
|
|
22081
21819
|
}
|
|
22082
21820
|
],
|
|
22083
|
-
"stateMutability": "
|
|
21821
|
+
"stateMutability": "pure",
|
|
22084
21822
|
"type": "function"
|
|
22085
|
-
}
|
|
21823
|
+
}
|
|
21824
|
+
],
|
|
21825
|
+
"WhitePaperInterestRateModel": [
|
|
22086
21826
|
{
|
|
22087
|
-
"inputs": [
|
|
22088
|
-
"name": "isInterestRateModel",
|
|
22089
|
-
"outputs": [
|
|
21827
|
+
"inputs": [
|
|
22090
21828
|
{
|
|
22091
|
-
"internalType": "
|
|
22092
|
-
"name": "",
|
|
22093
|
-
"type": "
|
|
21829
|
+
"internalType": "uint256",
|
|
21830
|
+
"name": "blocksPerYearOnChain",
|
|
21831
|
+
"type": "uint256"
|
|
21832
|
+
},
|
|
21833
|
+
{
|
|
21834
|
+
"internalType": "uint256",
|
|
21835
|
+
"name": "baseRatePerYear",
|
|
21836
|
+
"type": "uint256"
|
|
21837
|
+
},
|
|
21838
|
+
{
|
|
21839
|
+
"internalType": "uint256",
|
|
21840
|
+
"name": "multiplierPerYear",
|
|
21841
|
+
"type": "uint256"
|
|
22094
21842
|
}
|
|
22095
21843
|
],
|
|
22096
|
-
"stateMutability": "
|
|
22097
|
-
"type": "
|
|
21844
|
+
"stateMutability": "nonpayable",
|
|
21845
|
+
"type": "constructor"
|
|
22098
21846
|
},
|
|
22099
21847
|
{
|
|
21848
|
+
"anonymous": false,
|
|
22100
21849
|
"inputs": [
|
|
22101
21850
|
{
|
|
21851
|
+
"indexed": false,
|
|
22102
21852
|
"internalType": "uint256",
|
|
22103
|
-
"name": "
|
|
21853
|
+
"name": "blocksPerYear",
|
|
22104
21854
|
"type": "uint256"
|
|
22105
21855
|
},
|
|
22106
21856
|
{
|
|
21857
|
+
"indexed": false,
|
|
22107
21858
|
"internalType": "uint256",
|
|
22108
|
-
"name": "
|
|
21859
|
+
"name": "baseRatePerBlock",
|
|
22109
21860
|
"type": "uint256"
|
|
22110
21861
|
},
|
|
22111
21862
|
{
|
|
21863
|
+
"indexed": false,
|
|
22112
21864
|
"internalType": "uint256",
|
|
22113
|
-
"name": "
|
|
21865
|
+
"name": "multiplierPerBlock",
|
|
22114
21866
|
"type": "uint256"
|
|
22115
21867
|
}
|
|
22116
21868
|
],
|
|
22117
|
-
"name": "
|
|
22118
|
-
"
|
|
21869
|
+
"name": "NewInterestParams",
|
|
21870
|
+
"type": "event"
|
|
21871
|
+
},
|
|
21872
|
+
{
|
|
21873
|
+
"anonymous": false,
|
|
21874
|
+
"inputs": [
|
|
22119
21875
|
{
|
|
22120
|
-
"
|
|
22121
|
-
"
|
|
22122
|
-
"
|
|
21876
|
+
"indexed": true,
|
|
21877
|
+
"internalType": "address",
|
|
21878
|
+
"name": "previousOwner",
|
|
21879
|
+
"type": "address"
|
|
21880
|
+
},
|
|
21881
|
+
{
|
|
21882
|
+
"indexed": true,
|
|
21883
|
+
"internalType": "address",
|
|
21884
|
+
"name": "newOwner",
|
|
21885
|
+
"type": "address"
|
|
22123
21886
|
}
|
|
22124
21887
|
],
|
|
22125
|
-
"
|
|
22126
|
-
"type": "
|
|
22127
|
-
}
|
|
22128
|
-
],
|
|
22129
|
-
"SuTokenRateModel": [
|
|
21888
|
+
"name": "OwnershipTransferStarted",
|
|
21889
|
+
"type": "event"
|
|
21890
|
+
},
|
|
22130
21891
|
{
|
|
21892
|
+
"anonymous": false,
|
|
22131
21893
|
"inputs": [
|
|
22132
21894
|
{
|
|
22133
|
-
"
|
|
22134
|
-
"
|
|
22135
|
-
"
|
|
21895
|
+
"indexed": true,
|
|
21896
|
+
"internalType": "address",
|
|
21897
|
+
"name": "previousOwner",
|
|
21898
|
+
"type": "address"
|
|
22136
21899
|
},
|
|
22137
21900
|
{
|
|
22138
|
-
"
|
|
22139
|
-
"
|
|
22140
|
-
"
|
|
21901
|
+
"indexed": true,
|
|
21902
|
+
"internalType": "address",
|
|
21903
|
+
"name": "newOwner",
|
|
21904
|
+
"type": "address"
|
|
22141
21905
|
}
|
|
22142
21906
|
],
|
|
21907
|
+
"name": "OwnershipTransferred",
|
|
21908
|
+
"type": "event"
|
|
21909
|
+
},
|
|
21910
|
+
{
|
|
21911
|
+
"inputs": [],
|
|
21912
|
+
"name": "acceptOwnership",
|
|
21913
|
+
"outputs": [],
|
|
22143
21914
|
"stateMutability": "nonpayable",
|
|
22144
|
-
"type": "
|
|
21915
|
+
"type": "function"
|
|
22145
21916
|
},
|
|
22146
21917
|
{
|
|
22147
21918
|
"inputs": [],
|
|
22148
|
-
"name": "
|
|
21919
|
+
"name": "baseRatePerBlock",
|
|
22149
21920
|
"outputs": [
|
|
22150
21921
|
{
|
|
22151
21922
|
"internalType": "uint256",
|
|
@@ -22157,16 +21928,16 @@ exports.abi = {
|
|
|
22157
21928
|
"type": "function"
|
|
22158
21929
|
},
|
|
22159
21930
|
{
|
|
22160
|
-
"inputs": [
|
|
21931
|
+
"inputs": [],
|
|
21932
|
+
"name": "blocksPerYear",
|
|
21933
|
+
"outputs": [
|
|
22161
21934
|
{
|
|
22162
|
-
"internalType": "
|
|
22163
|
-
"name": "
|
|
22164
|
-
"type": "
|
|
21935
|
+
"internalType": "uint256",
|
|
21936
|
+
"name": "",
|
|
21937
|
+
"type": "uint256"
|
|
22165
21938
|
}
|
|
22166
21939
|
],
|
|
22167
|
-
"
|
|
22168
|
-
"outputs": [],
|
|
22169
|
-
"stateMutability": "nonpayable",
|
|
21940
|
+
"stateMutability": "view",
|
|
22170
21941
|
"type": "function"
|
|
22171
21942
|
},
|
|
22172
21943
|
{
|
|
@@ -22245,6 +22016,19 @@ exports.abi = {
|
|
|
22245
22016
|
"stateMutability": "view",
|
|
22246
22017
|
"type": "function"
|
|
22247
22018
|
},
|
|
22019
|
+
{
|
|
22020
|
+
"inputs": [],
|
|
22021
|
+
"name": "multiplierPerBlock",
|
|
22022
|
+
"outputs": [
|
|
22023
|
+
{
|
|
22024
|
+
"internalType": "uint256",
|
|
22025
|
+
"name": "",
|
|
22026
|
+
"type": "uint256"
|
|
22027
|
+
}
|
|
22028
|
+
],
|
|
22029
|
+
"stateMutability": "view",
|
|
22030
|
+
"type": "function"
|
|
22031
|
+
},
|
|
22248
22032
|
{
|
|
22249
22033
|
"inputs": [],
|
|
22250
22034
|
"name": "owner",
|
|
@@ -22259,14 +22043,21 @@ exports.abi = {
|
|
|
22259
22043
|
"type": "function"
|
|
22260
22044
|
},
|
|
22261
22045
|
{
|
|
22262
|
-
"inputs": [
|
|
22046
|
+
"inputs": [],
|
|
22047
|
+
"name": "pendingOwner",
|
|
22048
|
+
"outputs": [
|
|
22263
22049
|
{
|
|
22264
|
-
"internalType": "
|
|
22265
|
-
"name": "
|
|
22266
|
-
"type": "
|
|
22050
|
+
"internalType": "address",
|
|
22051
|
+
"name": "",
|
|
22052
|
+
"type": "address"
|
|
22267
22053
|
}
|
|
22268
22054
|
],
|
|
22269
|
-
"
|
|
22055
|
+
"stateMutability": "view",
|
|
22056
|
+
"type": "function"
|
|
22057
|
+
},
|
|
22058
|
+
{
|
|
22059
|
+
"inputs": [],
|
|
22060
|
+
"name": "renounceOwnership",
|
|
22270
22061
|
"outputs": [],
|
|
22271
22062
|
"stateMutability": "nonpayable",
|
|
22272
22063
|
"type": "function"
|
|
@@ -22274,19 +22065,35 @@ exports.abi = {
|
|
|
22274
22065
|
{
|
|
22275
22066
|
"inputs": [
|
|
22276
22067
|
{
|
|
22277
|
-
"internalType": "
|
|
22278
|
-
"name": "
|
|
22279
|
-
"type": "
|
|
22068
|
+
"internalType": "address",
|
|
22069
|
+
"name": "newOwner",
|
|
22070
|
+
"type": "address"
|
|
22280
22071
|
}
|
|
22281
22072
|
],
|
|
22282
|
-
"name": "
|
|
22073
|
+
"name": "transferOwnership",
|
|
22283
22074
|
"outputs": [],
|
|
22284
22075
|
"stateMutability": "nonpayable",
|
|
22285
22076
|
"type": "function"
|
|
22286
22077
|
},
|
|
22287
22078
|
{
|
|
22288
|
-
"inputs": [
|
|
22289
|
-
|
|
22079
|
+
"inputs": [
|
|
22080
|
+
{
|
|
22081
|
+
"internalType": "uint256",
|
|
22082
|
+
"name": "cash",
|
|
22083
|
+
"type": "uint256"
|
|
22084
|
+
},
|
|
22085
|
+
{
|
|
22086
|
+
"internalType": "uint256",
|
|
22087
|
+
"name": "borrows",
|
|
22088
|
+
"type": "uint256"
|
|
22089
|
+
},
|
|
22090
|
+
{
|
|
22091
|
+
"internalType": "uint256",
|
|
22092
|
+
"name": "reserves",
|
|
22093
|
+
"type": "uint256"
|
|
22094
|
+
}
|
|
22095
|
+
],
|
|
22096
|
+
"name": "utilizationRate",
|
|
22290
22097
|
"outputs": [
|
|
22291
22098
|
{
|
|
22292
22099
|
"internalType": "uint256",
|
|
@@ -22294,7 +22101,7 @@ exports.abi = {
|
|
|
22294
22101
|
"type": "uint256"
|
|
22295
22102
|
}
|
|
22296
22103
|
],
|
|
22297
|
-
"stateMutability": "
|
|
22104
|
+
"stateMutability": "pure",
|
|
22298
22105
|
"type": "function"
|
|
22299
22106
|
}
|
|
22300
22107
|
],
|
|
@@ -27864,6 +27671,76 @@ exports.abi = {
|
|
|
27864
27671
|
"stateMutability": "payable",
|
|
27865
27672
|
"type": "fallback"
|
|
27866
27673
|
},
|
|
27674
|
+
{
|
|
27675
|
+
"inputs": [],
|
|
27676
|
+
"name": "admin",
|
|
27677
|
+
"outputs": [
|
|
27678
|
+
{
|
|
27679
|
+
"internalType": "address",
|
|
27680
|
+
"name": "admin_",
|
|
27681
|
+
"type": "address"
|
|
27682
|
+
}
|
|
27683
|
+
],
|
|
27684
|
+
"stateMutability": "nonpayable",
|
|
27685
|
+
"type": "function"
|
|
27686
|
+
},
|
|
27687
|
+
{
|
|
27688
|
+
"inputs": [
|
|
27689
|
+
{
|
|
27690
|
+
"internalType": "address",
|
|
27691
|
+
"name": "newAdmin",
|
|
27692
|
+
"type": "address"
|
|
27693
|
+
}
|
|
27694
|
+
],
|
|
27695
|
+
"name": "changeAdmin",
|
|
27696
|
+
"outputs": [],
|
|
27697
|
+
"stateMutability": "nonpayable",
|
|
27698
|
+
"type": "function"
|
|
27699
|
+
},
|
|
27700
|
+
{
|
|
27701
|
+
"inputs": [],
|
|
27702
|
+
"name": "implementation",
|
|
27703
|
+
"outputs": [
|
|
27704
|
+
{
|
|
27705
|
+
"internalType": "address",
|
|
27706
|
+
"name": "implementation_",
|
|
27707
|
+
"type": "address"
|
|
27708
|
+
}
|
|
27709
|
+
],
|
|
27710
|
+
"stateMutability": "nonpayable",
|
|
27711
|
+
"type": "function"
|
|
27712
|
+
},
|
|
27713
|
+
{
|
|
27714
|
+
"inputs": [
|
|
27715
|
+
{
|
|
27716
|
+
"internalType": "address",
|
|
27717
|
+
"name": "newImplementation",
|
|
27718
|
+
"type": "address"
|
|
27719
|
+
}
|
|
27720
|
+
],
|
|
27721
|
+
"name": "upgradeTo",
|
|
27722
|
+
"outputs": [],
|
|
27723
|
+
"stateMutability": "nonpayable",
|
|
27724
|
+
"type": "function"
|
|
27725
|
+
},
|
|
27726
|
+
{
|
|
27727
|
+
"inputs": [
|
|
27728
|
+
{
|
|
27729
|
+
"internalType": "address",
|
|
27730
|
+
"name": "newImplementation",
|
|
27731
|
+
"type": "address"
|
|
27732
|
+
},
|
|
27733
|
+
{
|
|
27734
|
+
"internalType": "bytes",
|
|
27735
|
+
"name": "data",
|
|
27736
|
+
"type": "bytes"
|
|
27737
|
+
}
|
|
27738
|
+
],
|
|
27739
|
+
"name": "upgradeToAndCall",
|
|
27740
|
+
"outputs": [],
|
|
27741
|
+
"stateMutability": "payable",
|
|
27742
|
+
"type": "function"
|
|
27743
|
+
},
|
|
27867
27744
|
{
|
|
27868
27745
|
"stateMutability": "payable",
|
|
27869
27746
|
"type": "receive"
|
|
@@ -27892,7 +27769,7 @@ exports.abi = {
|
|
|
27892
27769
|
{
|
|
27893
27770
|
"inputs": [
|
|
27894
27771
|
{
|
|
27895
|
-
"internalType": "contract
|
|
27772
|
+
"internalType": "contract TransparentUpgradeableProxy",
|
|
27896
27773
|
"name": "proxy",
|
|
27897
27774
|
"type": "address"
|
|
27898
27775
|
},
|
|
@@ -27910,7 +27787,7 @@ exports.abi = {
|
|
|
27910
27787
|
{
|
|
27911
27788
|
"inputs": [
|
|
27912
27789
|
{
|
|
27913
|
-
"internalType": "contract
|
|
27790
|
+
"internalType": "contract TransparentUpgradeableProxy",
|
|
27914
27791
|
"name": "proxy",
|
|
27915
27792
|
"type": "address"
|
|
27916
27793
|
}
|
|
@@ -27929,7 +27806,7 @@ exports.abi = {
|
|
|
27929
27806
|
{
|
|
27930
27807
|
"inputs": [
|
|
27931
27808
|
{
|
|
27932
|
-
"internalType": "contract
|
|
27809
|
+
"internalType": "contract TransparentUpgradeableProxy",
|
|
27933
27810
|
"name": "proxy",
|
|
27934
27811
|
"type": "address"
|
|
27935
27812
|
}
|
|
@@ -27981,7 +27858,7 @@ exports.abi = {
|
|
|
27981
27858
|
{
|
|
27982
27859
|
"inputs": [
|
|
27983
27860
|
{
|
|
27984
|
-
"internalType": "contract
|
|
27861
|
+
"internalType": "contract TransparentUpgradeableProxy",
|
|
27985
27862
|
"name": "proxy",
|
|
27986
27863
|
"type": "address"
|
|
27987
27864
|
},
|
|
@@ -27999,7 +27876,7 @@ exports.abi = {
|
|
|
27999
27876
|
{
|
|
28000
27877
|
"inputs": [
|
|
28001
27878
|
{
|
|
28002
|
-
"internalType": "contract
|
|
27879
|
+
"internalType": "contract TransparentUpgradeableProxy",
|
|
28003
27880
|
"name": "proxy",
|
|
28004
27881
|
"type": "address"
|
|
28005
27882
|
},
|