@meterio/sumer-js 0.2.35 → 0.2.36
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 +11 -0
- package/dist/nodejs/abi.js +285 -70
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/zklink.d.ts +63 -0
- package/dist/nodejs/constants/zklink.js +168 -0
- package/dist/nodejs/constants/zklink.js.map +1 -0
- package/dist/nodejs/constants/zklinksepolia.d.ts +28 -0
- package/dist/nodejs/constants/zklinksepolia.js +34 -0
- package/dist/nodejs/constants/zklinksepolia.js.map +1 -0
- package/dist/nodejs/errorABIs.js +50 -0
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/errors.d.ts +4 -0
- package/dist/nodejs/errors.js +4 -0
- package/dist/nodejs/errors.js.map +1 -1
- package/dist/nodejs/index.d.ts +11 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/BeaconProxy.d.ts +65 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/BeaconProxy.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/BeaconProxy.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.d.ts +84 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +13 -1
- package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +13 -1
- package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +13 -1
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +13 -1
- package/dist/nodejs/typechain/contracts/InterestRateModel/FixedInterestRateModel.d.ts +5 -5
- package/dist/nodejs/typechain/contracts/InterestRateModel/InterestRateModel.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelV2.d.ts +26 -26
- package/dist/nodejs/typechain/contracts/InterestRateModel/WhitePaperInterestRateModel.d.ts +20 -23
- package/dist/nodejs/typechain/contracts/Interfaces/ICToken.d.ts +5 -1
- package/dist/nodejs/typechain/contracts/Test.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Test.js +3 -0
- package/dist/nodejs/typechain/contracts/Test.js.map +1 -0
- package/dist/nodejs/typechain/contracts/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.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/ERC1967/ERC1967Proxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.d.ts +75 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.js +109 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.d.ts +101 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.js +142 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js +5 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js +1 -1
- 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 +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.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/ERC20__factory.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/token/ERC20/presets/ERC20PresetMinterPauser__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +31 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +39 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +31 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +39 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +20 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +26 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +30 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +38 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +31 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +39 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +6 -1
- 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/Comptroller/SortedBorrows__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js +1 -1
- 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/ERC20/ERC20MinterBurnerPauser__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.d.ts +13 -17
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js +18 -23
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.js +13 -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 +19 -23
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js +24 -29
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.d.ts +17 -26
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js +22 -33
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js.map +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/Library/RateLimiter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js.map +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/Oracle/FeedPriceOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.d.ts +32 -0
- package/dist/nodejs/typechain/factories/contracts/Test__factory.js +53 -0
- package/dist/nodejs/typechain/factories/contracts/Test__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js +1 -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/FraxGaugeController.sol/FraxGaugeController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__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/FraxGaugeFXSRewardsDistributor__factory.js.map +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/StakingRewardsMultiGauge__factory.js.map +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 +54 -0
- package/dist/nodejs/typechain/index.d.ts +6 -0
- package/dist/nodejs/typechain/index.js +9 -3
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.d.ts
CHANGED
|
@@ -89,6 +89,17 @@ export declare const abi: {
|
|
|
89
89
|
name?: undefined;
|
|
90
90
|
outputs?: undefined;
|
|
91
91
|
})[];
|
|
92
|
+
Test: {
|
|
93
|
+
inputs: any[];
|
|
94
|
+
name: string;
|
|
95
|
+
outputs: {
|
|
96
|
+
internalType: string;
|
|
97
|
+
name: string;
|
|
98
|
+
type: string;
|
|
99
|
+
}[];
|
|
100
|
+
stateMutability: string;
|
|
101
|
+
type: string;
|
|
102
|
+
}[];
|
|
92
103
|
Timelock: ({
|
|
93
104
|
inputs: any[];
|
|
94
105
|
stateMutability: string;
|
package/dist/nodejs/abi.js
CHANGED
|
@@ -508,6 +508,11 @@ exports.abi = {
|
|
|
508
508
|
"name": "InvalidSuToken",
|
|
509
509
|
"type": "error"
|
|
510
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"inputs": [],
|
|
513
|
+
"name": "InvalidTimestamp",
|
|
514
|
+
"type": "error"
|
|
515
|
+
},
|
|
511
516
|
{
|
|
512
517
|
"inputs": [],
|
|
513
518
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1606,6 +1611,21 @@ exports.abi = {
|
|
|
1606
1611
|
"type": "receive"
|
|
1607
1612
|
}
|
|
1608
1613
|
],
|
|
1614
|
+
"Test": [
|
|
1615
|
+
{
|
|
1616
|
+
"inputs": [],
|
|
1617
|
+
"name": "getBlockNumber",
|
|
1618
|
+
"outputs": [
|
|
1619
|
+
{
|
|
1620
|
+
"internalType": "uint256",
|
|
1621
|
+
"name": "",
|
|
1622
|
+
"type": "uint256"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"stateMutability": "view",
|
|
1626
|
+
"type": "function"
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1609
1629
|
"Timelock": [
|
|
1610
1630
|
{
|
|
1611
1631
|
"inputs": [],
|
|
@@ -1820,6 +1840,11 @@ exports.abi = {
|
|
|
1820
1840
|
"name": "InvalidSuToken",
|
|
1821
1841
|
"type": "error"
|
|
1822
1842
|
},
|
|
1843
|
+
{
|
|
1844
|
+
"inputs": [],
|
|
1845
|
+
"name": "InvalidTimestamp",
|
|
1846
|
+
"type": "error"
|
|
1847
|
+
},
|
|
1823
1848
|
{
|
|
1824
1849
|
"inputs": [],
|
|
1825
1850
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3323,6 +3348,11 @@ exports.abi = {
|
|
|
3323
3348
|
"name": "InvalidSuToken",
|
|
3324
3349
|
"type": "error"
|
|
3325
3350
|
},
|
|
3351
|
+
{
|
|
3352
|
+
"inputs": [],
|
|
3353
|
+
"name": "InvalidTimestamp",
|
|
3354
|
+
"type": "error"
|
|
3355
|
+
},
|
|
3326
3356
|
{
|
|
3327
3357
|
"inputs": [],
|
|
3328
3358
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -4175,6 +4205,19 @@ exports.abi = {
|
|
|
4175
4205
|
"stateMutability": "view",
|
|
4176
4206
|
"type": "function"
|
|
4177
4207
|
},
|
|
4208
|
+
{
|
|
4209
|
+
"inputs": [],
|
|
4210
|
+
"name": "accrualBlockTimestamp",
|
|
4211
|
+
"outputs": [
|
|
4212
|
+
{
|
|
4213
|
+
"internalType": "uint256",
|
|
4214
|
+
"name": "",
|
|
4215
|
+
"type": "uint256"
|
|
4216
|
+
}
|
|
4217
|
+
],
|
|
4218
|
+
"stateMutability": "view",
|
|
4219
|
+
"type": "function"
|
|
4220
|
+
},
|
|
4178
4221
|
{
|
|
4179
4222
|
"inputs": [],
|
|
4180
4223
|
"name": "accrueInterest",
|
|
@@ -4537,6 +4580,13 @@ exports.abi = {
|
|
|
4537
4580
|
"stateMutability": "view",
|
|
4538
4581
|
"type": "function"
|
|
4539
4582
|
},
|
|
4583
|
+
{
|
|
4584
|
+
"inputs": [],
|
|
4585
|
+
"name": "initAccrualBlockTimestamp",
|
|
4586
|
+
"outputs": [],
|
|
4587
|
+
"stateMutability": "nonpayable",
|
|
4588
|
+
"type": "function"
|
|
4589
|
+
},
|
|
4540
4590
|
{
|
|
4541
4591
|
"inputs": [
|
|
4542
4592
|
{
|
|
@@ -5071,6 +5121,19 @@ exports.abi = {
|
|
|
5071
5121
|
"stateMutability": "view",
|
|
5072
5122
|
"type": "function"
|
|
5073
5123
|
},
|
|
5124
|
+
{
|
|
5125
|
+
"inputs": [],
|
|
5126
|
+
"name": "totalSecures",
|
|
5127
|
+
"outputs": [
|
|
5128
|
+
{
|
|
5129
|
+
"internalType": "uint256",
|
|
5130
|
+
"name": "",
|
|
5131
|
+
"type": "uint256"
|
|
5132
|
+
}
|
|
5133
|
+
],
|
|
5134
|
+
"stateMutability": "view",
|
|
5135
|
+
"type": "function"
|
|
5136
|
+
},
|
|
5074
5137
|
{
|
|
5075
5138
|
"inputs": [],
|
|
5076
5139
|
"name": "totalSupply",
|
|
@@ -5362,6 +5425,11 @@ exports.abi = {
|
|
|
5362
5425
|
"name": "InvalidSuToken",
|
|
5363
5426
|
"type": "error"
|
|
5364
5427
|
},
|
|
5428
|
+
{
|
|
5429
|
+
"inputs": [],
|
|
5430
|
+
"name": "InvalidTimestamp",
|
|
5431
|
+
"type": "error"
|
|
5432
|
+
},
|
|
5365
5433
|
{
|
|
5366
5434
|
"inputs": [],
|
|
5367
5435
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -6208,6 +6276,19 @@ exports.abi = {
|
|
|
6208
6276
|
"stateMutability": "view",
|
|
6209
6277
|
"type": "function"
|
|
6210
6278
|
},
|
|
6279
|
+
{
|
|
6280
|
+
"inputs": [],
|
|
6281
|
+
"name": "accrualBlockTimestamp",
|
|
6282
|
+
"outputs": [
|
|
6283
|
+
{
|
|
6284
|
+
"internalType": "uint256",
|
|
6285
|
+
"name": "",
|
|
6286
|
+
"type": "uint256"
|
|
6287
|
+
}
|
|
6288
|
+
],
|
|
6289
|
+
"stateMutability": "view",
|
|
6290
|
+
"type": "function"
|
|
6291
|
+
},
|
|
6211
6292
|
{
|
|
6212
6293
|
"inputs": [],
|
|
6213
6294
|
"name": "accrueInterest",
|
|
@@ -6570,6 +6651,13 @@ exports.abi = {
|
|
|
6570
6651
|
"stateMutability": "view",
|
|
6571
6652
|
"type": "function"
|
|
6572
6653
|
},
|
|
6654
|
+
{
|
|
6655
|
+
"inputs": [],
|
|
6656
|
+
"name": "initAccrualBlockTimestamp",
|
|
6657
|
+
"outputs": [],
|
|
6658
|
+
"stateMutability": "nonpayable",
|
|
6659
|
+
"type": "function"
|
|
6660
|
+
},
|
|
6573
6661
|
{
|
|
6574
6662
|
"inputs": [
|
|
6575
6663
|
{
|
|
@@ -6982,6 +7070,19 @@ exports.abi = {
|
|
|
6982
7070
|
"stateMutability": "view",
|
|
6983
7071
|
"type": "function"
|
|
6984
7072
|
},
|
|
7073
|
+
{
|
|
7074
|
+
"inputs": [],
|
|
7075
|
+
"name": "totalSecures",
|
|
7076
|
+
"outputs": [
|
|
7077
|
+
{
|
|
7078
|
+
"internalType": "uint256",
|
|
7079
|
+
"name": "",
|
|
7080
|
+
"type": "uint256"
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"stateMutability": "view",
|
|
7084
|
+
"type": "function"
|
|
7085
|
+
},
|
|
6985
7086
|
{
|
|
6986
7087
|
"inputs": [],
|
|
6987
7088
|
"name": "totalSupply",
|
|
@@ -7272,6 +7373,11 @@ exports.abi = {
|
|
|
7272
7373
|
"name": "InvalidSuToken",
|
|
7273
7374
|
"type": "error"
|
|
7274
7375
|
},
|
|
7376
|
+
{
|
|
7377
|
+
"inputs": [],
|
|
7378
|
+
"name": "InvalidTimestamp",
|
|
7379
|
+
"type": "error"
|
|
7380
|
+
},
|
|
7275
7381
|
{
|
|
7276
7382
|
"inputs": [],
|
|
7277
7383
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -8092,6 +8198,19 @@ exports.abi = {
|
|
|
8092
8198
|
"stateMutability": "view",
|
|
8093
8199
|
"type": "function"
|
|
8094
8200
|
},
|
|
8201
|
+
{
|
|
8202
|
+
"inputs": [],
|
|
8203
|
+
"name": "accrualBlockTimestamp",
|
|
8204
|
+
"outputs": [
|
|
8205
|
+
{
|
|
8206
|
+
"internalType": "uint256",
|
|
8207
|
+
"name": "",
|
|
8208
|
+
"type": "uint256"
|
|
8209
|
+
}
|
|
8210
|
+
],
|
|
8211
|
+
"stateMutability": "view",
|
|
8212
|
+
"type": "function"
|
|
8213
|
+
},
|
|
8095
8214
|
{
|
|
8096
8215
|
"inputs": [],
|
|
8097
8216
|
"name": "accrueInterest",
|
|
@@ -8435,6 +8554,13 @@ exports.abi = {
|
|
|
8435
8554
|
"stateMutability": "view",
|
|
8436
8555
|
"type": "function"
|
|
8437
8556
|
},
|
|
8557
|
+
{
|
|
8558
|
+
"inputs": [],
|
|
8559
|
+
"name": "initAccrualBlockTimestamp",
|
|
8560
|
+
"outputs": [],
|
|
8561
|
+
"stateMutability": "nonpayable",
|
|
8562
|
+
"type": "function"
|
|
8563
|
+
},
|
|
8438
8564
|
{
|
|
8439
8565
|
"inputs": [],
|
|
8440
8566
|
"name": "interestRateModel",
|
|
@@ -8721,6 +8847,19 @@ exports.abi = {
|
|
|
8721
8847
|
"stateMutability": "view",
|
|
8722
8848
|
"type": "function"
|
|
8723
8849
|
},
|
|
8850
|
+
{
|
|
8851
|
+
"inputs": [],
|
|
8852
|
+
"name": "totalSecures",
|
|
8853
|
+
"outputs": [
|
|
8854
|
+
{
|
|
8855
|
+
"internalType": "uint256",
|
|
8856
|
+
"name": "",
|
|
8857
|
+
"type": "uint256"
|
|
8858
|
+
}
|
|
8859
|
+
],
|
|
8860
|
+
"stateMutability": "view",
|
|
8861
|
+
"type": "function"
|
|
8862
|
+
},
|
|
8724
8863
|
{
|
|
8725
8864
|
"inputs": [],
|
|
8726
8865
|
"name": "totalSupply",
|
|
@@ -8955,6 +9094,19 @@ exports.abi = {
|
|
|
8955
9094
|
"stateMutability": "view",
|
|
8956
9095
|
"type": "function"
|
|
8957
9096
|
},
|
|
9097
|
+
{
|
|
9098
|
+
"inputs": [],
|
|
9099
|
+
"name": "accrualBlockTimestamp",
|
|
9100
|
+
"outputs": [
|
|
9101
|
+
{
|
|
9102
|
+
"internalType": "uint256",
|
|
9103
|
+
"name": "",
|
|
9104
|
+
"type": "uint256"
|
|
9105
|
+
}
|
|
9106
|
+
],
|
|
9107
|
+
"stateMutability": "view",
|
|
9108
|
+
"type": "function"
|
|
9109
|
+
},
|
|
8958
9110
|
{
|
|
8959
9111
|
"inputs": [],
|
|
8960
9112
|
"name": "accrueInterest",
|
|
@@ -9456,6 +9608,19 @@ exports.abi = {
|
|
|
9456
9608
|
"stateMutability": "view",
|
|
9457
9609
|
"type": "function"
|
|
9458
9610
|
},
|
|
9611
|
+
{
|
|
9612
|
+
"inputs": [],
|
|
9613
|
+
"name": "totalSecures",
|
|
9614
|
+
"outputs": [
|
|
9615
|
+
{
|
|
9616
|
+
"internalType": "uint256",
|
|
9617
|
+
"name": "",
|
|
9618
|
+
"type": "uint256"
|
|
9619
|
+
}
|
|
9620
|
+
],
|
|
9621
|
+
"stateMutability": "view",
|
|
9622
|
+
"type": "function"
|
|
9623
|
+
},
|
|
9459
9624
|
{
|
|
9460
9625
|
"inputs": [],
|
|
9461
9626
|
"name": "totalSupply",
|
|
@@ -9742,6 +9907,11 @@ exports.abi = {
|
|
|
9742
9907
|
"name": "InvalidSuToken",
|
|
9743
9908
|
"type": "error"
|
|
9744
9909
|
},
|
|
9910
|
+
{
|
|
9911
|
+
"inputs": [],
|
|
9912
|
+
"name": "InvalidTimestamp",
|
|
9913
|
+
"type": "error"
|
|
9914
|
+
},
|
|
9745
9915
|
{
|
|
9746
9916
|
"inputs": [],
|
|
9747
9917
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -10594,6 +10764,19 @@ exports.abi = {
|
|
|
10594
10764
|
"stateMutability": "view",
|
|
10595
10765
|
"type": "function"
|
|
10596
10766
|
},
|
|
10767
|
+
{
|
|
10768
|
+
"inputs": [],
|
|
10769
|
+
"name": "accrualBlockTimestamp",
|
|
10770
|
+
"outputs": [
|
|
10771
|
+
{
|
|
10772
|
+
"internalType": "uint256",
|
|
10773
|
+
"name": "",
|
|
10774
|
+
"type": "uint256"
|
|
10775
|
+
}
|
|
10776
|
+
],
|
|
10777
|
+
"stateMutability": "view",
|
|
10778
|
+
"type": "function"
|
|
10779
|
+
},
|
|
10597
10780
|
{
|
|
10598
10781
|
"inputs": [],
|
|
10599
10782
|
"name": "accrueInterest",
|
|
@@ -11000,6 +11183,13 @@ exports.abi = {
|
|
|
11000
11183
|
"stateMutability": "view",
|
|
11001
11184
|
"type": "function"
|
|
11002
11185
|
},
|
|
11186
|
+
{
|
|
11187
|
+
"inputs": [],
|
|
11188
|
+
"name": "initAccrualBlockTimestamp",
|
|
11189
|
+
"outputs": [],
|
|
11190
|
+
"stateMutability": "nonpayable",
|
|
11191
|
+
"type": "function"
|
|
11192
|
+
},
|
|
11003
11193
|
{
|
|
11004
11194
|
"inputs": [
|
|
11005
11195
|
{
|
|
@@ -11563,6 +11753,19 @@ exports.abi = {
|
|
|
11563
11753
|
"stateMutability": "view",
|
|
11564
11754
|
"type": "function"
|
|
11565
11755
|
},
|
|
11756
|
+
{
|
|
11757
|
+
"inputs": [],
|
|
11758
|
+
"name": "totalSecures",
|
|
11759
|
+
"outputs": [
|
|
11760
|
+
{
|
|
11761
|
+
"internalType": "uint256",
|
|
11762
|
+
"name": "",
|
|
11763
|
+
"type": "uint256"
|
|
11764
|
+
}
|
|
11765
|
+
],
|
|
11766
|
+
"stateMutability": "view",
|
|
11767
|
+
"type": "function"
|
|
11768
|
+
},
|
|
11566
11769
|
{
|
|
11567
11770
|
"inputs": [],
|
|
11568
11771
|
"name": "totalSupply",
|
|
@@ -11854,6 +12057,11 @@ exports.abi = {
|
|
|
11854
12057
|
"name": "InvalidSuToken",
|
|
11855
12058
|
"type": "error"
|
|
11856
12059
|
},
|
|
12060
|
+
{
|
|
12061
|
+
"inputs": [],
|
|
12062
|
+
"name": "InvalidTimestamp",
|
|
12063
|
+
"type": "error"
|
|
12064
|
+
},
|
|
11857
12065
|
{
|
|
11858
12066
|
"inputs": [],
|
|
11859
12067
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -13274,6 +13482,11 @@ exports.abi = {
|
|
|
13274
13482
|
"name": "InvalidSuToken",
|
|
13275
13483
|
"type": "error"
|
|
13276
13484
|
},
|
|
13485
|
+
{
|
|
13486
|
+
"inputs": [],
|
|
13487
|
+
"name": "InvalidTimestamp",
|
|
13488
|
+
"type": "error"
|
|
13489
|
+
},
|
|
13277
13490
|
{
|
|
13278
13491
|
"inputs": [],
|
|
13279
13492
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -14733,6 +14946,11 @@ exports.abi = {
|
|
|
14733
14946
|
"name": "InvalidSuToken",
|
|
14734
14947
|
"type": "error"
|
|
14735
14948
|
},
|
|
14949
|
+
{
|
|
14950
|
+
"inputs": [],
|
|
14951
|
+
"name": "InvalidTimestamp",
|
|
14952
|
+
"type": "error"
|
|
14953
|
+
},
|
|
14736
14954
|
{
|
|
14737
14955
|
"inputs": [],
|
|
14738
14956
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -17041,6 +17259,11 @@ exports.abi = {
|
|
|
17041
17259
|
"name": "InvalidSuToken",
|
|
17042
17260
|
"type": "error"
|
|
17043
17261
|
},
|
|
17262
|
+
{
|
|
17263
|
+
"inputs": [],
|
|
17264
|
+
"name": "InvalidTimestamp",
|
|
17265
|
+
"type": "error"
|
|
17266
|
+
},
|
|
17044
17267
|
{
|
|
17045
17268
|
"inputs": [],
|
|
17046
17269
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -20233,11 +20456,6 @@ exports.abi = {
|
|
|
20233
20456
|
"FixedInterestRateModel": [
|
|
20234
20457
|
{
|
|
20235
20458
|
"inputs": [
|
|
20236
|
-
{
|
|
20237
|
-
"internalType": "uint256",
|
|
20238
|
-
"name": "blocksPerYearOnChain",
|
|
20239
|
-
"type": "uint256"
|
|
20240
|
-
},
|
|
20241
20459
|
{
|
|
20242
20460
|
"internalType": "uint256",
|
|
20243
20461
|
"name": "initBorrowRate",
|
|
@@ -20297,19 +20515,6 @@ exports.abi = {
|
|
|
20297
20515
|
"stateMutability": "nonpayable",
|
|
20298
20516
|
"type": "function"
|
|
20299
20517
|
},
|
|
20300
|
-
{
|
|
20301
|
-
"inputs": [],
|
|
20302
|
-
"name": "blocksPerYear",
|
|
20303
|
-
"outputs": [
|
|
20304
|
-
{
|
|
20305
|
-
"internalType": "uint256",
|
|
20306
|
-
"name": "",
|
|
20307
|
-
"type": "uint256"
|
|
20308
|
-
}
|
|
20309
|
-
],
|
|
20310
|
-
"stateMutability": "view",
|
|
20311
|
-
"type": "function"
|
|
20312
|
-
},
|
|
20313
20518
|
{
|
|
20314
20519
|
"inputs": [],
|
|
20315
20520
|
"name": "borrowRate",
|
|
@@ -20432,6 +20637,19 @@ exports.abi = {
|
|
|
20432
20637
|
"stateMutability": "nonpayable",
|
|
20433
20638
|
"type": "function"
|
|
20434
20639
|
},
|
|
20640
|
+
{
|
|
20641
|
+
"inputs": [],
|
|
20642
|
+
"name": "secondsPerYear",
|
|
20643
|
+
"outputs": [
|
|
20644
|
+
{
|
|
20645
|
+
"internalType": "uint256",
|
|
20646
|
+
"name": "",
|
|
20647
|
+
"type": "uint256"
|
|
20648
|
+
}
|
|
20649
|
+
],
|
|
20650
|
+
"stateMutability": "view",
|
|
20651
|
+
"type": "function"
|
|
20652
|
+
},
|
|
20435
20653
|
{
|
|
20436
20654
|
"inputs": [
|
|
20437
20655
|
{
|
|
@@ -20640,6 +20858,19 @@ exports.abi = {
|
|
|
20640
20858
|
"stateMutability": "nonpayable",
|
|
20641
20859
|
"type": "function"
|
|
20642
20860
|
},
|
|
20861
|
+
{
|
|
20862
|
+
"inputs": [],
|
|
20863
|
+
"name": "secondsPerYear",
|
|
20864
|
+
"outputs": [
|
|
20865
|
+
{
|
|
20866
|
+
"internalType": "uint256",
|
|
20867
|
+
"name": "",
|
|
20868
|
+
"type": "uint256"
|
|
20869
|
+
}
|
|
20870
|
+
],
|
|
20871
|
+
"stateMutability": "view",
|
|
20872
|
+
"type": "function"
|
|
20873
|
+
},
|
|
20643
20874
|
{
|
|
20644
20875
|
"inputs": [
|
|
20645
20876
|
{
|
|
@@ -20657,11 +20888,6 @@ exports.abi = {
|
|
|
20657
20888
|
"JumpRateModelV2": [
|
|
20658
20889
|
{
|
|
20659
20890
|
"inputs": [
|
|
20660
|
-
{
|
|
20661
|
-
"internalType": "uint256",
|
|
20662
|
-
"name": "blocksPerYearOnChain",
|
|
20663
|
-
"type": "uint256"
|
|
20664
|
-
},
|
|
20665
20891
|
{
|
|
20666
20892
|
"internalType": "uint256",
|
|
20667
20893
|
"name": "baseRatePerYear",
|
|
@@ -20692,19 +20918,19 @@ exports.abi = {
|
|
|
20692
20918
|
{
|
|
20693
20919
|
"indexed": false,
|
|
20694
20920
|
"internalType": "uint256",
|
|
20695
|
-
"name": "
|
|
20921
|
+
"name": "baseRatePerSecond",
|
|
20696
20922
|
"type": "uint256"
|
|
20697
20923
|
},
|
|
20698
20924
|
{
|
|
20699
20925
|
"indexed": false,
|
|
20700
20926
|
"internalType": "uint256",
|
|
20701
|
-
"name": "
|
|
20927
|
+
"name": "multiplierPerSecond",
|
|
20702
20928
|
"type": "uint256"
|
|
20703
20929
|
},
|
|
20704
20930
|
{
|
|
20705
20931
|
"indexed": false,
|
|
20706
20932
|
"internalType": "uint256",
|
|
20707
|
-
"name": "
|
|
20933
|
+
"name": "jumpMultiplierPerSecond",
|
|
20708
20934
|
"type": "uint256"
|
|
20709
20935
|
},
|
|
20710
20936
|
{
|
|
@@ -20764,20 +20990,7 @@ exports.abi = {
|
|
|
20764
20990
|
},
|
|
20765
20991
|
{
|
|
20766
20992
|
"inputs": [],
|
|
20767
|
-
"name": "
|
|
20768
|
-
"outputs": [
|
|
20769
|
-
{
|
|
20770
|
-
"internalType": "uint256",
|
|
20771
|
-
"name": "",
|
|
20772
|
-
"type": "uint256"
|
|
20773
|
-
}
|
|
20774
|
-
],
|
|
20775
|
-
"stateMutability": "view",
|
|
20776
|
-
"type": "function"
|
|
20777
|
-
},
|
|
20778
|
-
{
|
|
20779
|
-
"inputs": [],
|
|
20780
|
-
"name": "blocksPerYear",
|
|
20993
|
+
"name": "baseRatePerSecond",
|
|
20781
20994
|
"outputs": [
|
|
20782
20995
|
{
|
|
20783
20996
|
"internalType": "uint256",
|
|
@@ -20866,7 +21079,7 @@ exports.abi = {
|
|
|
20866
21079
|
},
|
|
20867
21080
|
{
|
|
20868
21081
|
"inputs": [],
|
|
20869
|
-
"name": "
|
|
21082
|
+
"name": "jumpMultiplierPerSecond",
|
|
20870
21083
|
"outputs": [
|
|
20871
21084
|
{
|
|
20872
21085
|
"internalType": "uint256",
|
|
@@ -20892,7 +21105,7 @@ exports.abi = {
|
|
|
20892
21105
|
},
|
|
20893
21106
|
{
|
|
20894
21107
|
"inputs": [],
|
|
20895
|
-
"name": "
|
|
21108
|
+
"name": "multiplierPerSecond",
|
|
20896
21109
|
"outputs": [
|
|
20897
21110
|
{
|
|
20898
21111
|
"internalType": "uint256",
|
|
@@ -20936,6 +21149,19 @@ exports.abi = {
|
|
|
20936
21149
|
"stateMutability": "nonpayable",
|
|
20937
21150
|
"type": "function"
|
|
20938
21151
|
},
|
|
21152
|
+
{
|
|
21153
|
+
"inputs": [],
|
|
21154
|
+
"name": "secondsPerYear",
|
|
21155
|
+
"outputs": [
|
|
21156
|
+
{
|
|
21157
|
+
"internalType": "uint256",
|
|
21158
|
+
"name": "",
|
|
21159
|
+
"type": "uint256"
|
|
21160
|
+
}
|
|
21161
|
+
],
|
|
21162
|
+
"stateMutability": "view",
|
|
21163
|
+
"type": "function"
|
|
21164
|
+
},
|
|
20939
21165
|
{
|
|
20940
21166
|
"inputs": [
|
|
20941
21167
|
{
|
|
@@ -21010,11 +21236,6 @@ exports.abi = {
|
|
|
21010
21236
|
"WhitePaperInterestRateModel": [
|
|
21011
21237
|
{
|
|
21012
21238
|
"inputs": [
|
|
21013
|
-
{
|
|
21014
|
-
"internalType": "uint256",
|
|
21015
|
-
"name": "blocksPerYearOnChain",
|
|
21016
|
-
"type": "uint256"
|
|
21017
|
-
},
|
|
21018
21239
|
{
|
|
21019
21240
|
"internalType": "uint256",
|
|
21020
21241
|
"name": "baseRatePerYear",
|
|
@@ -21035,19 +21256,13 @@ exports.abi = {
|
|
|
21035
21256
|
{
|
|
21036
21257
|
"indexed": false,
|
|
21037
21258
|
"internalType": "uint256",
|
|
21038
|
-
"name": "
|
|
21259
|
+
"name": "baseRatePerSecond",
|
|
21039
21260
|
"type": "uint256"
|
|
21040
21261
|
},
|
|
21041
21262
|
{
|
|
21042
21263
|
"indexed": false,
|
|
21043
21264
|
"internalType": "uint256",
|
|
21044
|
-
"name": "
|
|
21045
|
-
"type": "uint256"
|
|
21046
|
-
},
|
|
21047
|
-
{
|
|
21048
|
-
"indexed": false,
|
|
21049
|
-
"internalType": "uint256",
|
|
21050
|
-
"name": "multiplierPerBlock",
|
|
21265
|
+
"name": "multiplierPerSecond",
|
|
21051
21266
|
"type": "uint256"
|
|
21052
21267
|
}
|
|
21053
21268
|
],
|
|
@@ -21101,20 +21316,7 @@ exports.abi = {
|
|
|
21101
21316
|
},
|
|
21102
21317
|
{
|
|
21103
21318
|
"inputs": [],
|
|
21104
|
-
"name": "
|
|
21105
|
-
"outputs": [
|
|
21106
|
-
{
|
|
21107
|
-
"internalType": "uint256",
|
|
21108
|
-
"name": "",
|
|
21109
|
-
"type": "uint256"
|
|
21110
|
-
}
|
|
21111
|
-
],
|
|
21112
|
-
"stateMutability": "view",
|
|
21113
|
-
"type": "function"
|
|
21114
|
-
},
|
|
21115
|
-
{
|
|
21116
|
-
"inputs": [],
|
|
21117
|
-
"name": "blocksPerYear",
|
|
21319
|
+
"name": "baseRatePerSecond",
|
|
21118
21320
|
"outputs": [
|
|
21119
21321
|
{
|
|
21120
21322
|
"internalType": "uint256",
|
|
@@ -21203,7 +21405,7 @@ exports.abi = {
|
|
|
21203
21405
|
},
|
|
21204
21406
|
{
|
|
21205
21407
|
"inputs": [],
|
|
21206
|
-
"name": "
|
|
21408
|
+
"name": "multiplierPerSecond",
|
|
21207
21409
|
"outputs": [
|
|
21208
21410
|
{
|
|
21209
21411
|
"internalType": "uint256",
|
|
@@ -21247,6 +21449,19 @@ exports.abi = {
|
|
|
21247
21449
|
"stateMutability": "nonpayable",
|
|
21248
21450
|
"type": "function"
|
|
21249
21451
|
},
|
|
21452
|
+
{
|
|
21453
|
+
"inputs": [],
|
|
21454
|
+
"name": "secondsPerYear",
|
|
21455
|
+
"outputs": [
|
|
21456
|
+
{
|
|
21457
|
+
"internalType": "uint256",
|
|
21458
|
+
"name": "",
|
|
21459
|
+
"type": "uint256"
|
|
21460
|
+
}
|
|
21461
|
+
],
|
|
21462
|
+
"stateMutability": "view",
|
|
21463
|
+
"type": "function"
|
|
21464
|
+
},
|
|
21250
21465
|
{
|
|
21251
21466
|
"inputs": [
|
|
21252
21467
|
{
|