@venusprotocol/isolated-pools 3.4.0-dev.2 → 3.4.0-dev.3
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/deployments/ethereum/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps.json +608 -0
- package/deployments/ethereum/VToken_vsfrxETH_LiquidStakedETH.json +257 -0
- package/deployments/ethereum.json +434 -0
- package/deployments/ethereum_addresses.json +2 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps.json +608 -0
- package/deployments/sepolia/MocksfrxETH.json +458 -0
- package/deployments/sepolia/VToken_vsfrxETH_LiquidStakedETH.json +257 -0
- package/deployments/sepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/sepolia.json +873 -130
- package/deployments/sepolia_addresses.json +3 -0
- package/dist/deployments/ethereum.json +434 -0
- package/dist/deployments/sepolia.json +873 -130
- package/dist/helpers/deploymentConfig.js +60 -2
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/factories/IVToken__factory.ts +1 -201
|
@@ -4516,8 +4516,8 @@
|
|
|
4516
4516
|
}
|
|
4517
4517
|
]
|
|
4518
4518
|
},
|
|
4519
|
-
"
|
|
4520
|
-
"address": "
|
|
4519
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps": {
|
|
4520
|
+
"address": "0x0F2F036067BBFc5841d394Aee78F611C64f7c759",
|
|
4521
4521
|
"abi": [
|
|
4522
4522
|
{
|
|
4523
4523
|
"inputs": [
|
|
@@ -4876,29 +4876,24 @@
|
|
|
4876
4876
|
}
|
|
4877
4877
|
]
|
|
4878
4878
|
},
|
|
4879
|
-
"
|
|
4880
|
-
"address": "
|
|
4879
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
|
|
4880
|
+
"address": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
|
|
4881
4881
|
"abi": [
|
|
4882
4882
|
{
|
|
4883
4883
|
"inputs": [
|
|
4884
4884
|
{
|
|
4885
4885
|
"internalType": "uint256",
|
|
4886
|
-
"name": "
|
|
4887
|
-
"type": "uint256"
|
|
4888
|
-
},
|
|
4889
|
-
{
|
|
4890
|
-
"internalType": "uint256",
|
|
4891
|
-
"name": "baseRatePerYear",
|
|
4886
|
+
"name": "baseRatePerYear_",
|
|
4892
4887
|
"type": "uint256"
|
|
4893
4888
|
},
|
|
4894
4889
|
{
|
|
4895
4890
|
"internalType": "uint256",
|
|
4896
|
-
"name": "
|
|
4891
|
+
"name": "multiplierPerYear_",
|
|
4897
4892
|
"type": "uint256"
|
|
4898
4893
|
},
|
|
4899
4894
|
{
|
|
4900
4895
|
"internalType": "uint256",
|
|
4901
|
-
"name": "
|
|
4896
|
+
"name": "jumpMultiplierPerYear_",
|
|
4902
4897
|
"type": "uint256"
|
|
4903
4898
|
},
|
|
4904
4899
|
{
|
|
@@ -4910,11 +4905,31 @@
|
|
|
4910
4905
|
"internalType": "contract IAccessControlManagerV8",
|
|
4911
4906
|
"name": "accessControlManager_",
|
|
4912
4907
|
"type": "address"
|
|
4908
|
+
},
|
|
4909
|
+
{
|
|
4910
|
+
"internalType": "bool",
|
|
4911
|
+
"name": "timeBased_",
|
|
4912
|
+
"type": "bool"
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"internalType": "uint256",
|
|
4916
|
+
"name": "blocksPerYear_",
|
|
4917
|
+
"type": "uint256"
|
|
4913
4918
|
}
|
|
4914
4919
|
],
|
|
4915
4920
|
"stateMutability": "nonpayable",
|
|
4916
4921
|
"type": "constructor"
|
|
4917
4922
|
},
|
|
4923
|
+
{
|
|
4924
|
+
"inputs": [],
|
|
4925
|
+
"name": "InvalidBlocksPerYear",
|
|
4926
|
+
"type": "error"
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"inputs": [],
|
|
4930
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
4931
|
+
"type": "error"
|
|
4932
|
+
},
|
|
4918
4933
|
{
|
|
4919
4934
|
"inputs": [
|
|
4920
4935
|
{
|
|
@@ -4942,19 +4957,19 @@
|
|
|
4942
4957
|
{
|
|
4943
4958
|
"indexed": false,
|
|
4944
4959
|
"internalType": "uint256",
|
|
4945
|
-
"name": "
|
|
4960
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
4946
4961
|
"type": "uint256"
|
|
4947
4962
|
},
|
|
4948
4963
|
{
|
|
4949
4964
|
"indexed": false,
|
|
4950
4965
|
"internalType": "uint256",
|
|
4951
|
-
"name": "
|
|
4966
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4952
4967
|
"type": "uint256"
|
|
4953
4968
|
},
|
|
4954
4969
|
{
|
|
4955
4970
|
"indexed": false,
|
|
4956
4971
|
"internalType": "uint256",
|
|
4957
|
-
"name": "
|
|
4972
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4958
4973
|
"type": "uint256"
|
|
4959
4974
|
},
|
|
4960
4975
|
{
|
|
@@ -4995,7 +5010,20 @@
|
|
|
4995
5010
|
},
|
|
4996
5011
|
{
|
|
4997
5012
|
"inputs": [],
|
|
4998
|
-
"name": "
|
|
5013
|
+
"name": "blocksOrSecondsPerYear",
|
|
5014
|
+
"outputs": [
|
|
5015
|
+
{
|
|
5016
|
+
"internalType": "uint256",
|
|
5017
|
+
"name": "",
|
|
5018
|
+
"type": "uint256"
|
|
5019
|
+
}
|
|
5020
|
+
],
|
|
5021
|
+
"stateMutability": "view",
|
|
5022
|
+
"type": "function"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"inputs": [],
|
|
5026
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4999
5027
|
"outputs": [
|
|
5000
5028
|
{
|
|
5001
5029
|
"internalType": "uint256",
|
|
@@ -5092,6 +5120,19 @@
|
|
|
5092
5120
|
"stateMutability": "pure",
|
|
5093
5121
|
"type": "function"
|
|
5094
5122
|
},
|
|
5123
|
+
{
|
|
5124
|
+
"inputs": [],
|
|
5125
|
+
"name": "isTimeBased",
|
|
5126
|
+
"outputs": [
|
|
5127
|
+
{
|
|
5128
|
+
"internalType": "bool",
|
|
5129
|
+
"name": "",
|
|
5130
|
+
"type": "bool"
|
|
5131
|
+
}
|
|
5132
|
+
],
|
|
5133
|
+
"stateMutability": "view",
|
|
5134
|
+
"type": "function"
|
|
5135
|
+
},
|
|
5095
5136
|
{
|
|
5096
5137
|
"inputs": [],
|
|
5097
5138
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5195,8 +5236,8 @@
|
|
|
5195
5236
|
}
|
|
5196
5237
|
]
|
|
5197
5238
|
},
|
|
5198
|
-
"
|
|
5199
|
-
"address": "
|
|
5239
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
|
|
5240
|
+
"address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
|
|
5200
5241
|
"abi": [
|
|
5201
5242
|
{
|
|
5202
5243
|
"inputs": [
|
|
@@ -5514,8 +5555,8 @@
|
|
|
5514
5555
|
}
|
|
5515
5556
|
]
|
|
5516
5557
|
},
|
|
5517
|
-
"
|
|
5518
|
-
"address": "
|
|
5558
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
|
|
5559
|
+
"address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
|
|
5519
5560
|
"abi": [
|
|
5520
5561
|
{
|
|
5521
5562
|
"inputs": [
|
|
@@ -5638,7 +5679,669 @@
|
|
|
5638
5679
|
{
|
|
5639
5680
|
"internalType": "uint256",
|
|
5640
5681
|
"name": "",
|
|
5641
|
-
"type": "uint256"
|
|
5682
|
+
"type": "uint256"
|
|
5683
|
+
}
|
|
5684
|
+
],
|
|
5685
|
+
"stateMutability": "view",
|
|
5686
|
+
"type": "function"
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"inputs": [
|
|
5690
|
+
{
|
|
5691
|
+
"internalType": "uint256",
|
|
5692
|
+
"name": "cash",
|
|
5693
|
+
"type": "uint256"
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"internalType": "uint256",
|
|
5697
|
+
"name": "borrows",
|
|
5698
|
+
"type": "uint256"
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"internalType": "uint256",
|
|
5702
|
+
"name": "reserves",
|
|
5703
|
+
"type": "uint256"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"internalType": "uint256",
|
|
5707
|
+
"name": "badDebt",
|
|
5708
|
+
"type": "uint256"
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"name": "getBorrowRate",
|
|
5712
|
+
"outputs": [
|
|
5713
|
+
{
|
|
5714
|
+
"internalType": "uint256",
|
|
5715
|
+
"name": "",
|
|
5716
|
+
"type": "uint256"
|
|
5717
|
+
}
|
|
5718
|
+
],
|
|
5719
|
+
"stateMutability": "view",
|
|
5720
|
+
"type": "function"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"inputs": [
|
|
5724
|
+
{
|
|
5725
|
+
"internalType": "uint256",
|
|
5726
|
+
"name": "cash",
|
|
5727
|
+
"type": "uint256"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"internalType": "uint256",
|
|
5731
|
+
"name": "borrows",
|
|
5732
|
+
"type": "uint256"
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"internalType": "uint256",
|
|
5736
|
+
"name": "reserves",
|
|
5737
|
+
"type": "uint256"
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"internalType": "uint256",
|
|
5741
|
+
"name": "reserveFactorMantissa",
|
|
5742
|
+
"type": "uint256"
|
|
5743
|
+
},
|
|
5744
|
+
{
|
|
5745
|
+
"internalType": "uint256",
|
|
5746
|
+
"name": "badDebt",
|
|
5747
|
+
"type": "uint256"
|
|
5748
|
+
}
|
|
5749
|
+
],
|
|
5750
|
+
"name": "getSupplyRate",
|
|
5751
|
+
"outputs": [
|
|
5752
|
+
{
|
|
5753
|
+
"internalType": "uint256",
|
|
5754
|
+
"name": "",
|
|
5755
|
+
"type": "uint256"
|
|
5756
|
+
}
|
|
5757
|
+
],
|
|
5758
|
+
"stateMutability": "view",
|
|
5759
|
+
"type": "function"
|
|
5760
|
+
},
|
|
5761
|
+
{
|
|
5762
|
+
"inputs": [],
|
|
5763
|
+
"name": "isInterestRateModel",
|
|
5764
|
+
"outputs": [
|
|
5765
|
+
{
|
|
5766
|
+
"internalType": "bool",
|
|
5767
|
+
"name": "",
|
|
5768
|
+
"type": "bool"
|
|
5769
|
+
}
|
|
5770
|
+
],
|
|
5771
|
+
"stateMutability": "pure",
|
|
5772
|
+
"type": "function"
|
|
5773
|
+
},
|
|
5774
|
+
{
|
|
5775
|
+
"inputs": [],
|
|
5776
|
+
"name": "jumpMultiplierPerBlock",
|
|
5777
|
+
"outputs": [
|
|
5778
|
+
{
|
|
5779
|
+
"internalType": "uint256",
|
|
5780
|
+
"name": "",
|
|
5781
|
+
"type": "uint256"
|
|
5782
|
+
}
|
|
5783
|
+
],
|
|
5784
|
+
"stateMutability": "view",
|
|
5785
|
+
"type": "function"
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"inputs": [],
|
|
5789
|
+
"name": "kink",
|
|
5790
|
+
"outputs": [
|
|
5791
|
+
{
|
|
5792
|
+
"internalType": "uint256",
|
|
5793
|
+
"name": "",
|
|
5794
|
+
"type": "uint256"
|
|
5795
|
+
}
|
|
5796
|
+
],
|
|
5797
|
+
"stateMutability": "view",
|
|
5798
|
+
"type": "function"
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"inputs": [],
|
|
5802
|
+
"name": "multiplierPerBlock",
|
|
5803
|
+
"outputs": [
|
|
5804
|
+
{
|
|
5805
|
+
"internalType": "uint256",
|
|
5806
|
+
"name": "",
|
|
5807
|
+
"type": "uint256"
|
|
5808
|
+
}
|
|
5809
|
+
],
|
|
5810
|
+
"stateMutability": "view",
|
|
5811
|
+
"type": "function"
|
|
5812
|
+
},
|
|
5813
|
+
{
|
|
5814
|
+
"inputs": [
|
|
5815
|
+
{
|
|
5816
|
+
"internalType": "uint256",
|
|
5817
|
+
"name": "baseRatePerYear",
|
|
5818
|
+
"type": "uint256"
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"internalType": "uint256",
|
|
5822
|
+
"name": "multiplierPerYear",
|
|
5823
|
+
"type": "uint256"
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
"internalType": "uint256",
|
|
5827
|
+
"name": "jumpMultiplierPerYear",
|
|
5828
|
+
"type": "uint256"
|
|
5829
|
+
},
|
|
5830
|
+
{
|
|
5831
|
+
"internalType": "uint256",
|
|
5832
|
+
"name": "kink_",
|
|
5833
|
+
"type": "uint256"
|
|
5834
|
+
}
|
|
5835
|
+
],
|
|
5836
|
+
"name": "updateJumpRateModel",
|
|
5837
|
+
"outputs": [],
|
|
5838
|
+
"stateMutability": "nonpayable",
|
|
5839
|
+
"type": "function"
|
|
5840
|
+
},
|
|
5841
|
+
{
|
|
5842
|
+
"inputs": [
|
|
5843
|
+
{
|
|
5844
|
+
"internalType": "uint256",
|
|
5845
|
+
"name": "cash",
|
|
5846
|
+
"type": "uint256"
|
|
5847
|
+
},
|
|
5848
|
+
{
|
|
5849
|
+
"internalType": "uint256",
|
|
5850
|
+
"name": "borrows",
|
|
5851
|
+
"type": "uint256"
|
|
5852
|
+
},
|
|
5853
|
+
{
|
|
5854
|
+
"internalType": "uint256",
|
|
5855
|
+
"name": "reserves",
|
|
5856
|
+
"type": "uint256"
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"internalType": "uint256",
|
|
5860
|
+
"name": "badDebt",
|
|
5861
|
+
"type": "uint256"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"name": "utilizationRate",
|
|
5865
|
+
"outputs": [
|
|
5866
|
+
{
|
|
5867
|
+
"internalType": "uint256",
|
|
5868
|
+
"name": "",
|
|
5869
|
+
"type": "uint256"
|
|
5870
|
+
}
|
|
5871
|
+
],
|
|
5872
|
+
"stateMutability": "pure",
|
|
5873
|
+
"type": "function"
|
|
5874
|
+
}
|
|
5875
|
+
]
|
|
5876
|
+
},
|
|
5877
|
+
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
|
|
5878
|
+
"address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
|
|
5879
|
+
"abi": [
|
|
5880
|
+
{
|
|
5881
|
+
"inputs": [
|
|
5882
|
+
{
|
|
5883
|
+
"internalType": "uint256",
|
|
5884
|
+
"name": "blocksPerYear_",
|
|
5885
|
+
"type": "uint256"
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"internalType": "uint256",
|
|
5889
|
+
"name": "baseRatePerYear",
|
|
5890
|
+
"type": "uint256"
|
|
5891
|
+
},
|
|
5892
|
+
{
|
|
5893
|
+
"internalType": "uint256",
|
|
5894
|
+
"name": "multiplierPerYear",
|
|
5895
|
+
"type": "uint256"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"internalType": "uint256",
|
|
5899
|
+
"name": "jumpMultiplierPerYear",
|
|
5900
|
+
"type": "uint256"
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"internalType": "uint256",
|
|
5904
|
+
"name": "kink_",
|
|
5905
|
+
"type": "uint256"
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
5909
|
+
"name": "accessControlManager_",
|
|
5910
|
+
"type": "address"
|
|
5911
|
+
}
|
|
5912
|
+
],
|
|
5913
|
+
"stateMutability": "nonpayable",
|
|
5914
|
+
"type": "constructor"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"inputs": [
|
|
5918
|
+
{
|
|
5919
|
+
"internalType": "address",
|
|
5920
|
+
"name": "sender",
|
|
5921
|
+
"type": "address"
|
|
5922
|
+
},
|
|
5923
|
+
{
|
|
5924
|
+
"internalType": "address",
|
|
5925
|
+
"name": "calledContract",
|
|
5926
|
+
"type": "address"
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"internalType": "string",
|
|
5930
|
+
"name": "methodSignature",
|
|
5931
|
+
"type": "string"
|
|
5932
|
+
}
|
|
5933
|
+
],
|
|
5934
|
+
"name": "Unauthorized",
|
|
5935
|
+
"type": "error"
|
|
5936
|
+
},
|
|
5937
|
+
{
|
|
5938
|
+
"anonymous": false,
|
|
5939
|
+
"inputs": [
|
|
5940
|
+
{
|
|
5941
|
+
"indexed": false,
|
|
5942
|
+
"internalType": "uint256",
|
|
5943
|
+
"name": "baseRatePerBlock",
|
|
5944
|
+
"type": "uint256"
|
|
5945
|
+
},
|
|
5946
|
+
{
|
|
5947
|
+
"indexed": false,
|
|
5948
|
+
"internalType": "uint256",
|
|
5949
|
+
"name": "multiplierPerBlock",
|
|
5950
|
+
"type": "uint256"
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"indexed": false,
|
|
5954
|
+
"internalType": "uint256",
|
|
5955
|
+
"name": "jumpMultiplierPerBlock",
|
|
5956
|
+
"type": "uint256"
|
|
5957
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"indexed": false,
|
|
5960
|
+
"internalType": "uint256",
|
|
5961
|
+
"name": "kink",
|
|
5962
|
+
"type": "uint256"
|
|
5963
|
+
}
|
|
5964
|
+
],
|
|
5965
|
+
"name": "NewInterestParams",
|
|
5966
|
+
"type": "event"
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"inputs": [],
|
|
5970
|
+
"name": "accessControlManager",
|
|
5971
|
+
"outputs": [
|
|
5972
|
+
{
|
|
5973
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
5974
|
+
"name": "",
|
|
5975
|
+
"type": "address"
|
|
5976
|
+
}
|
|
5977
|
+
],
|
|
5978
|
+
"stateMutability": "view",
|
|
5979
|
+
"type": "function"
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"inputs": [],
|
|
5983
|
+
"name": "baseRatePerBlock",
|
|
5984
|
+
"outputs": [
|
|
5985
|
+
{
|
|
5986
|
+
"internalType": "uint256",
|
|
5987
|
+
"name": "",
|
|
5988
|
+
"type": "uint256"
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5991
|
+
"stateMutability": "view",
|
|
5992
|
+
"type": "function"
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"inputs": [],
|
|
5996
|
+
"name": "blocksPerYear",
|
|
5997
|
+
"outputs": [
|
|
5998
|
+
{
|
|
5999
|
+
"internalType": "uint256",
|
|
6000
|
+
"name": "",
|
|
6001
|
+
"type": "uint256"
|
|
6002
|
+
}
|
|
6003
|
+
],
|
|
6004
|
+
"stateMutability": "view",
|
|
6005
|
+
"type": "function"
|
|
6006
|
+
},
|
|
6007
|
+
{
|
|
6008
|
+
"inputs": [
|
|
6009
|
+
{
|
|
6010
|
+
"internalType": "uint256",
|
|
6011
|
+
"name": "cash",
|
|
6012
|
+
"type": "uint256"
|
|
6013
|
+
},
|
|
6014
|
+
{
|
|
6015
|
+
"internalType": "uint256",
|
|
6016
|
+
"name": "borrows",
|
|
6017
|
+
"type": "uint256"
|
|
6018
|
+
},
|
|
6019
|
+
{
|
|
6020
|
+
"internalType": "uint256",
|
|
6021
|
+
"name": "reserves",
|
|
6022
|
+
"type": "uint256"
|
|
6023
|
+
},
|
|
6024
|
+
{
|
|
6025
|
+
"internalType": "uint256",
|
|
6026
|
+
"name": "badDebt",
|
|
6027
|
+
"type": "uint256"
|
|
6028
|
+
}
|
|
6029
|
+
],
|
|
6030
|
+
"name": "getBorrowRate",
|
|
6031
|
+
"outputs": [
|
|
6032
|
+
{
|
|
6033
|
+
"internalType": "uint256",
|
|
6034
|
+
"name": "",
|
|
6035
|
+
"type": "uint256"
|
|
6036
|
+
}
|
|
6037
|
+
],
|
|
6038
|
+
"stateMutability": "view",
|
|
6039
|
+
"type": "function"
|
|
6040
|
+
},
|
|
6041
|
+
{
|
|
6042
|
+
"inputs": [
|
|
6043
|
+
{
|
|
6044
|
+
"internalType": "uint256",
|
|
6045
|
+
"name": "cash",
|
|
6046
|
+
"type": "uint256"
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
"internalType": "uint256",
|
|
6050
|
+
"name": "borrows",
|
|
6051
|
+
"type": "uint256"
|
|
6052
|
+
},
|
|
6053
|
+
{
|
|
6054
|
+
"internalType": "uint256",
|
|
6055
|
+
"name": "reserves",
|
|
6056
|
+
"type": "uint256"
|
|
6057
|
+
},
|
|
6058
|
+
{
|
|
6059
|
+
"internalType": "uint256",
|
|
6060
|
+
"name": "reserveFactorMantissa",
|
|
6061
|
+
"type": "uint256"
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"internalType": "uint256",
|
|
6065
|
+
"name": "badDebt",
|
|
6066
|
+
"type": "uint256"
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6069
|
+
"name": "getSupplyRate",
|
|
6070
|
+
"outputs": [
|
|
6071
|
+
{
|
|
6072
|
+
"internalType": "uint256",
|
|
6073
|
+
"name": "",
|
|
6074
|
+
"type": "uint256"
|
|
6075
|
+
}
|
|
6076
|
+
],
|
|
6077
|
+
"stateMutability": "view",
|
|
6078
|
+
"type": "function"
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"inputs": [],
|
|
6082
|
+
"name": "isInterestRateModel",
|
|
6083
|
+
"outputs": [
|
|
6084
|
+
{
|
|
6085
|
+
"internalType": "bool",
|
|
6086
|
+
"name": "",
|
|
6087
|
+
"type": "bool"
|
|
6088
|
+
}
|
|
6089
|
+
],
|
|
6090
|
+
"stateMutability": "pure",
|
|
6091
|
+
"type": "function"
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"inputs": [],
|
|
6095
|
+
"name": "jumpMultiplierPerBlock",
|
|
6096
|
+
"outputs": [
|
|
6097
|
+
{
|
|
6098
|
+
"internalType": "uint256",
|
|
6099
|
+
"name": "",
|
|
6100
|
+
"type": "uint256"
|
|
6101
|
+
}
|
|
6102
|
+
],
|
|
6103
|
+
"stateMutability": "view",
|
|
6104
|
+
"type": "function"
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"inputs": [],
|
|
6108
|
+
"name": "kink",
|
|
6109
|
+
"outputs": [
|
|
6110
|
+
{
|
|
6111
|
+
"internalType": "uint256",
|
|
6112
|
+
"name": "",
|
|
6113
|
+
"type": "uint256"
|
|
6114
|
+
}
|
|
6115
|
+
],
|
|
6116
|
+
"stateMutability": "view",
|
|
6117
|
+
"type": "function"
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"inputs": [],
|
|
6121
|
+
"name": "multiplierPerBlock",
|
|
6122
|
+
"outputs": [
|
|
6123
|
+
{
|
|
6124
|
+
"internalType": "uint256",
|
|
6125
|
+
"name": "",
|
|
6126
|
+
"type": "uint256"
|
|
6127
|
+
}
|
|
6128
|
+
],
|
|
6129
|
+
"stateMutability": "view",
|
|
6130
|
+
"type": "function"
|
|
6131
|
+
},
|
|
6132
|
+
{
|
|
6133
|
+
"inputs": [
|
|
6134
|
+
{
|
|
6135
|
+
"internalType": "uint256",
|
|
6136
|
+
"name": "baseRatePerYear",
|
|
6137
|
+
"type": "uint256"
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"internalType": "uint256",
|
|
6141
|
+
"name": "multiplierPerYear",
|
|
6142
|
+
"type": "uint256"
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
"internalType": "uint256",
|
|
6146
|
+
"name": "jumpMultiplierPerYear",
|
|
6147
|
+
"type": "uint256"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"internalType": "uint256",
|
|
6151
|
+
"name": "kink_",
|
|
6152
|
+
"type": "uint256"
|
|
6153
|
+
}
|
|
6154
|
+
],
|
|
6155
|
+
"name": "updateJumpRateModel",
|
|
6156
|
+
"outputs": [],
|
|
6157
|
+
"stateMutability": "nonpayable",
|
|
6158
|
+
"type": "function"
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"inputs": [
|
|
6162
|
+
{
|
|
6163
|
+
"internalType": "uint256",
|
|
6164
|
+
"name": "cash",
|
|
6165
|
+
"type": "uint256"
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"internalType": "uint256",
|
|
6169
|
+
"name": "borrows",
|
|
6170
|
+
"type": "uint256"
|
|
6171
|
+
},
|
|
6172
|
+
{
|
|
6173
|
+
"internalType": "uint256",
|
|
6174
|
+
"name": "reserves",
|
|
6175
|
+
"type": "uint256"
|
|
6176
|
+
},
|
|
6177
|
+
{
|
|
6178
|
+
"internalType": "uint256",
|
|
6179
|
+
"name": "badDebt",
|
|
6180
|
+
"type": "uint256"
|
|
6181
|
+
}
|
|
6182
|
+
],
|
|
6183
|
+
"name": "utilizationRate",
|
|
6184
|
+
"outputs": [
|
|
6185
|
+
{
|
|
6186
|
+
"internalType": "uint256",
|
|
6187
|
+
"name": "",
|
|
6188
|
+
"type": "uint256"
|
|
6189
|
+
}
|
|
6190
|
+
],
|
|
6191
|
+
"stateMutability": "pure",
|
|
6192
|
+
"type": "function"
|
|
6193
|
+
}
|
|
6194
|
+
]
|
|
6195
|
+
},
|
|
6196
|
+
"MockCRV": {
|
|
6197
|
+
"address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
|
|
6198
|
+
"abi": [
|
|
6199
|
+
{
|
|
6200
|
+
"inputs": [
|
|
6201
|
+
{
|
|
6202
|
+
"internalType": "string",
|
|
6203
|
+
"name": "name_",
|
|
6204
|
+
"type": "string"
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"internalType": "string",
|
|
6208
|
+
"name": "symbol_",
|
|
6209
|
+
"type": "string"
|
|
6210
|
+
},
|
|
6211
|
+
{
|
|
6212
|
+
"internalType": "uint8",
|
|
6213
|
+
"name": "decimals_",
|
|
6214
|
+
"type": "uint8"
|
|
6215
|
+
}
|
|
6216
|
+
],
|
|
6217
|
+
"stateMutability": "nonpayable",
|
|
6218
|
+
"type": "constructor"
|
|
6219
|
+
},
|
|
6220
|
+
{
|
|
6221
|
+
"anonymous": false,
|
|
6222
|
+
"inputs": [
|
|
6223
|
+
{
|
|
6224
|
+
"indexed": true,
|
|
6225
|
+
"internalType": "address",
|
|
6226
|
+
"name": "owner",
|
|
6227
|
+
"type": "address"
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
"indexed": true,
|
|
6231
|
+
"internalType": "address",
|
|
6232
|
+
"name": "spender",
|
|
6233
|
+
"type": "address"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"indexed": false,
|
|
6237
|
+
"internalType": "uint256",
|
|
6238
|
+
"name": "value",
|
|
6239
|
+
"type": "uint256"
|
|
6240
|
+
}
|
|
6241
|
+
],
|
|
6242
|
+
"name": "Approval",
|
|
6243
|
+
"type": "event"
|
|
6244
|
+
},
|
|
6245
|
+
{
|
|
6246
|
+
"anonymous": false,
|
|
6247
|
+
"inputs": [
|
|
6248
|
+
{
|
|
6249
|
+
"indexed": true,
|
|
6250
|
+
"internalType": "address",
|
|
6251
|
+
"name": "from",
|
|
6252
|
+
"type": "address"
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"indexed": true,
|
|
6256
|
+
"internalType": "address",
|
|
6257
|
+
"name": "to",
|
|
6258
|
+
"type": "address"
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"indexed": false,
|
|
6262
|
+
"internalType": "uint256",
|
|
6263
|
+
"name": "value",
|
|
6264
|
+
"type": "uint256"
|
|
6265
|
+
}
|
|
6266
|
+
],
|
|
6267
|
+
"name": "Transfer",
|
|
6268
|
+
"type": "event"
|
|
6269
|
+
},
|
|
6270
|
+
{
|
|
6271
|
+
"inputs": [
|
|
6272
|
+
{
|
|
6273
|
+
"internalType": "address",
|
|
6274
|
+
"name": "owner",
|
|
6275
|
+
"type": "address"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"internalType": "address",
|
|
6279
|
+
"name": "spender",
|
|
6280
|
+
"type": "address"
|
|
6281
|
+
}
|
|
6282
|
+
],
|
|
6283
|
+
"name": "allowance",
|
|
6284
|
+
"outputs": [
|
|
6285
|
+
{
|
|
6286
|
+
"internalType": "uint256",
|
|
6287
|
+
"name": "",
|
|
6288
|
+
"type": "uint256"
|
|
6289
|
+
}
|
|
6290
|
+
],
|
|
6291
|
+
"stateMutability": "view",
|
|
6292
|
+
"type": "function"
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"inputs": [
|
|
6296
|
+
{
|
|
6297
|
+
"internalType": "address",
|
|
6298
|
+
"name": "spender",
|
|
6299
|
+
"type": "address"
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
"internalType": "uint256",
|
|
6303
|
+
"name": "amount",
|
|
6304
|
+
"type": "uint256"
|
|
6305
|
+
}
|
|
6306
|
+
],
|
|
6307
|
+
"name": "approve",
|
|
6308
|
+
"outputs": [
|
|
6309
|
+
{
|
|
6310
|
+
"internalType": "bool",
|
|
6311
|
+
"name": "",
|
|
6312
|
+
"type": "bool"
|
|
6313
|
+
}
|
|
6314
|
+
],
|
|
6315
|
+
"stateMutability": "nonpayable",
|
|
6316
|
+
"type": "function"
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"inputs": [
|
|
6320
|
+
{
|
|
6321
|
+
"internalType": "address",
|
|
6322
|
+
"name": "account",
|
|
6323
|
+
"type": "address"
|
|
6324
|
+
}
|
|
6325
|
+
],
|
|
6326
|
+
"name": "balanceOf",
|
|
6327
|
+
"outputs": [
|
|
6328
|
+
{
|
|
6329
|
+
"internalType": "uint256",
|
|
6330
|
+
"name": "",
|
|
6331
|
+
"type": "uint256"
|
|
6332
|
+
}
|
|
6333
|
+
],
|
|
6334
|
+
"stateMutability": "view",
|
|
6335
|
+
"type": "function"
|
|
6336
|
+
},
|
|
6337
|
+
{
|
|
6338
|
+
"inputs": [],
|
|
6339
|
+
"name": "decimals",
|
|
6340
|
+
"outputs": [
|
|
6341
|
+
{
|
|
6342
|
+
"internalType": "uint8",
|
|
6343
|
+
"name": "",
|
|
6344
|
+
"type": "uint8"
|
|
5642
6345
|
}
|
|
5643
6346
|
],
|
|
5644
6347
|
"stateMutability": "view",
|
|
@@ -5647,79 +6350,54 @@
|
|
|
5647
6350
|
{
|
|
5648
6351
|
"inputs": [
|
|
5649
6352
|
{
|
|
5650
|
-
"internalType": "
|
|
5651
|
-
"name": "
|
|
5652
|
-
"type": "
|
|
5653
|
-
},
|
|
5654
|
-
{
|
|
5655
|
-
"internalType": "uint256",
|
|
5656
|
-
"name": "borrows",
|
|
5657
|
-
"type": "uint256"
|
|
5658
|
-
},
|
|
5659
|
-
{
|
|
5660
|
-
"internalType": "uint256",
|
|
5661
|
-
"name": "reserves",
|
|
5662
|
-
"type": "uint256"
|
|
6353
|
+
"internalType": "address",
|
|
6354
|
+
"name": "spender",
|
|
6355
|
+
"type": "address"
|
|
5663
6356
|
},
|
|
5664
6357
|
{
|
|
5665
6358
|
"internalType": "uint256",
|
|
5666
|
-
"name": "
|
|
6359
|
+
"name": "subtractedValue",
|
|
5667
6360
|
"type": "uint256"
|
|
5668
6361
|
}
|
|
5669
6362
|
],
|
|
5670
|
-
"name": "
|
|
6363
|
+
"name": "decreaseAllowance",
|
|
5671
6364
|
"outputs": [
|
|
5672
6365
|
{
|
|
5673
|
-
"internalType": "
|
|
6366
|
+
"internalType": "bool",
|
|
5674
6367
|
"name": "",
|
|
5675
|
-
"type": "
|
|
6368
|
+
"type": "bool"
|
|
5676
6369
|
}
|
|
5677
6370
|
],
|
|
5678
|
-
"stateMutability": "
|
|
6371
|
+
"stateMutability": "nonpayable",
|
|
5679
6372
|
"type": "function"
|
|
5680
6373
|
},
|
|
5681
6374
|
{
|
|
5682
6375
|
"inputs": [
|
|
5683
6376
|
{
|
|
5684
6377
|
"internalType": "uint256",
|
|
5685
|
-
"name": "
|
|
5686
|
-
"type": "uint256"
|
|
5687
|
-
},
|
|
5688
|
-
{
|
|
5689
|
-
"internalType": "uint256",
|
|
5690
|
-
"name": "borrows",
|
|
5691
|
-
"type": "uint256"
|
|
5692
|
-
},
|
|
5693
|
-
{
|
|
5694
|
-
"internalType": "uint256",
|
|
5695
|
-
"name": "reserves",
|
|
5696
|
-
"type": "uint256"
|
|
5697
|
-
},
|
|
5698
|
-
{
|
|
5699
|
-
"internalType": "uint256",
|
|
5700
|
-
"name": "reserveFactorMantissa",
|
|
5701
|
-
"type": "uint256"
|
|
5702
|
-
},
|
|
5703
|
-
{
|
|
5704
|
-
"internalType": "uint256",
|
|
5705
|
-
"name": "badDebt",
|
|
6378
|
+
"name": "amount",
|
|
5706
6379
|
"type": "uint256"
|
|
5707
6380
|
}
|
|
5708
6381
|
],
|
|
5709
|
-
"name": "
|
|
5710
|
-
"outputs": [
|
|
6382
|
+
"name": "faucet",
|
|
6383
|
+
"outputs": [],
|
|
6384
|
+
"stateMutability": "nonpayable",
|
|
6385
|
+
"type": "function"
|
|
6386
|
+
},
|
|
6387
|
+
{
|
|
6388
|
+
"inputs": [
|
|
6389
|
+
{
|
|
6390
|
+
"internalType": "address",
|
|
6391
|
+
"name": "spender",
|
|
6392
|
+
"type": "address"
|
|
6393
|
+
},
|
|
5711
6394
|
{
|
|
5712
6395
|
"internalType": "uint256",
|
|
5713
|
-
"name": "",
|
|
6396
|
+
"name": "addedValue",
|
|
5714
6397
|
"type": "uint256"
|
|
5715
6398
|
}
|
|
5716
6399
|
],
|
|
5717
|
-
"
|
|
5718
|
-
"type": "function"
|
|
5719
|
-
},
|
|
5720
|
-
{
|
|
5721
|
-
"inputs": [],
|
|
5722
|
-
"name": "isInterestRateModel",
|
|
6400
|
+
"name": "increaseAllowance",
|
|
5723
6401
|
"outputs": [
|
|
5724
6402
|
{
|
|
5725
6403
|
"internalType": "bool",
|
|
@@ -5727,17 +6405,17 @@
|
|
|
5727
6405
|
"type": "bool"
|
|
5728
6406
|
}
|
|
5729
6407
|
],
|
|
5730
|
-
"stateMutability": "
|
|
6408
|
+
"stateMutability": "nonpayable",
|
|
5731
6409
|
"type": "function"
|
|
5732
6410
|
},
|
|
5733
6411
|
{
|
|
5734
6412
|
"inputs": [],
|
|
5735
|
-
"name": "
|
|
6413
|
+
"name": "name",
|
|
5736
6414
|
"outputs": [
|
|
5737
6415
|
{
|
|
5738
|
-
"internalType": "
|
|
6416
|
+
"internalType": "string",
|
|
5739
6417
|
"name": "",
|
|
5740
|
-
"type": "
|
|
6418
|
+
"type": "string"
|
|
5741
6419
|
}
|
|
5742
6420
|
],
|
|
5743
6421
|
"stateMutability": "view",
|
|
@@ -5745,12 +6423,12 @@
|
|
|
5745
6423
|
},
|
|
5746
6424
|
{
|
|
5747
6425
|
"inputs": [],
|
|
5748
|
-
"name": "
|
|
6426
|
+
"name": "symbol",
|
|
5749
6427
|
"outputs": [
|
|
5750
6428
|
{
|
|
5751
|
-
"internalType": "
|
|
6429
|
+
"internalType": "string",
|
|
5752
6430
|
"name": "",
|
|
5753
|
-
"type": "
|
|
6431
|
+
"type": "string"
|
|
5754
6432
|
}
|
|
5755
6433
|
],
|
|
5756
6434
|
"stateMutability": "view",
|
|
@@ -5758,7 +6436,7 @@
|
|
|
5758
6436
|
},
|
|
5759
6437
|
{
|
|
5760
6438
|
"inputs": [],
|
|
5761
|
-
"name": "
|
|
6439
|
+
"name": "totalSupply",
|
|
5762
6440
|
"outputs": [
|
|
5763
6441
|
{
|
|
5764
6442
|
"internalType": "uint256",
|
|
@@ -5772,69 +6450,60 @@
|
|
|
5772
6450
|
{
|
|
5773
6451
|
"inputs": [
|
|
5774
6452
|
{
|
|
5775
|
-
"internalType": "
|
|
5776
|
-
"name": "
|
|
5777
|
-
"type": "
|
|
5778
|
-
},
|
|
5779
|
-
{
|
|
5780
|
-
"internalType": "uint256",
|
|
5781
|
-
"name": "multiplierPerYear",
|
|
5782
|
-
"type": "uint256"
|
|
6453
|
+
"internalType": "address",
|
|
6454
|
+
"name": "to",
|
|
6455
|
+
"type": "address"
|
|
5783
6456
|
},
|
|
5784
6457
|
{
|
|
5785
6458
|
"internalType": "uint256",
|
|
5786
|
-
"name": "
|
|
6459
|
+
"name": "amount",
|
|
5787
6460
|
"type": "uint256"
|
|
5788
|
-
}
|
|
6461
|
+
}
|
|
6462
|
+
],
|
|
6463
|
+
"name": "transfer",
|
|
6464
|
+
"outputs": [
|
|
5789
6465
|
{
|
|
5790
|
-
"internalType": "
|
|
5791
|
-
"name": "
|
|
5792
|
-
"type": "
|
|
6466
|
+
"internalType": "bool",
|
|
6467
|
+
"name": "",
|
|
6468
|
+
"type": "bool"
|
|
5793
6469
|
}
|
|
5794
6470
|
],
|
|
5795
|
-
"name": "updateJumpRateModel",
|
|
5796
|
-
"outputs": [],
|
|
5797
6471
|
"stateMutability": "nonpayable",
|
|
5798
6472
|
"type": "function"
|
|
5799
6473
|
},
|
|
5800
6474
|
{
|
|
5801
6475
|
"inputs": [
|
|
5802
6476
|
{
|
|
5803
|
-
"internalType": "
|
|
5804
|
-
"name": "
|
|
5805
|
-
"type": "
|
|
5806
|
-
},
|
|
5807
|
-
{
|
|
5808
|
-
"internalType": "uint256",
|
|
5809
|
-
"name": "borrows",
|
|
5810
|
-
"type": "uint256"
|
|
6477
|
+
"internalType": "address",
|
|
6478
|
+
"name": "from",
|
|
6479
|
+
"type": "address"
|
|
5811
6480
|
},
|
|
5812
6481
|
{
|
|
5813
|
-
"internalType": "
|
|
5814
|
-
"name": "
|
|
5815
|
-
"type": "
|
|
6482
|
+
"internalType": "address",
|
|
6483
|
+
"name": "to",
|
|
6484
|
+
"type": "address"
|
|
5816
6485
|
},
|
|
5817
6486
|
{
|
|
5818
6487
|
"internalType": "uint256",
|
|
5819
|
-
"name": "
|
|
6488
|
+
"name": "amount",
|
|
5820
6489
|
"type": "uint256"
|
|
5821
6490
|
}
|
|
5822
6491
|
],
|
|
5823
|
-
"name": "
|
|
6492
|
+
"name": "transferFrom",
|
|
5824
6493
|
"outputs": [
|
|
5825
6494
|
{
|
|
5826
|
-
"internalType": "
|
|
6495
|
+
"internalType": "bool",
|
|
5827
6496
|
"name": "",
|
|
5828
|
-
"type": "
|
|
6497
|
+
"type": "bool"
|
|
5829
6498
|
}
|
|
5830
6499
|
],
|
|
5831
|
-
"stateMutability": "
|
|
6500
|
+
"stateMutability": "nonpayable",
|
|
5832
6501
|
"type": "function"
|
|
5833
6502
|
}
|
|
5834
6503
|
]
|
|
5835
6504
|
},
|
|
5836
|
-
"
|
|
5837
|
-
"address": "
|
|
6505
|
+
"MockDAI": {
|
|
6506
|
+
"address": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
|
|
5838
6507
|
"abi": [
|
|
5839
6508
|
{
|
|
5840
6509
|
"inputs": [
|
|
@@ -6142,8 +6811,8 @@
|
|
|
6142
6811
|
}
|
|
6143
6812
|
]
|
|
6144
6813
|
},
|
|
6145
|
-
"
|
|
6146
|
-
"address": "
|
|
6814
|
+
"MockFRAX": {
|
|
6815
|
+
"address": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
6147
6816
|
"abi": [
|
|
6148
6817
|
{
|
|
6149
6818
|
"inputs": [
|
|
@@ -6451,8 +7120,8 @@
|
|
|
6451
7120
|
}
|
|
6452
7121
|
]
|
|
6453
7122
|
},
|
|
6454
|
-
"
|
|
6455
|
-
"address": "
|
|
7123
|
+
"MockPT-weETH-26DEC2024": {
|
|
7124
|
+
"address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
6456
7125
|
"abi": [
|
|
6457
7126
|
{
|
|
6458
7127
|
"inputs": [
|
|
@@ -6760,8 +7429,8 @@
|
|
|
6760
7429
|
}
|
|
6761
7430
|
]
|
|
6762
7431
|
},
|
|
6763
|
-
"
|
|
6764
|
-
"address": "
|
|
7432
|
+
"MockTUSD": {
|
|
7433
|
+
"address": "0x78b292069da1661b7C12B6E766cB506C220b987a",
|
|
6765
7434
|
"abi": [
|
|
6766
7435
|
{
|
|
6767
7436
|
"inputs": [
|
|
@@ -7069,8 +7738,8 @@
|
|
|
7069
7738
|
}
|
|
7070
7739
|
]
|
|
7071
7740
|
},
|
|
7072
|
-
"
|
|
7073
|
-
"address": "
|
|
7741
|
+
"MockUSDC": {
|
|
7742
|
+
"address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
|
|
7074
7743
|
"abi": [
|
|
7075
7744
|
{
|
|
7076
7745
|
"inputs": [
|
|
@@ -7378,8 +8047,8 @@
|
|
|
7378
8047
|
}
|
|
7379
8048
|
]
|
|
7380
8049
|
},
|
|
7381
|
-
"
|
|
7382
|
-
"address": "
|
|
8050
|
+
"MockUSDT": {
|
|
8051
|
+
"address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
|
|
7383
8052
|
"abi": [
|
|
7384
8053
|
{
|
|
7385
8054
|
"inputs": [
|
|
@@ -7687,8 +8356,8 @@
|
|
|
7687
8356
|
}
|
|
7688
8357
|
]
|
|
7689
8358
|
},
|
|
7690
|
-
"
|
|
7691
|
-
"address": "
|
|
8359
|
+
"MockWBTC": {
|
|
8360
|
+
"address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
|
|
7692
8361
|
"abi": [
|
|
7693
8362
|
{
|
|
7694
8363
|
"inputs": [
|
|
@@ -7996,8 +8665,8 @@
|
|
|
7996
8665
|
}
|
|
7997
8666
|
]
|
|
7998
8667
|
},
|
|
7999
|
-
"
|
|
8000
|
-
"address": "
|
|
8668
|
+
"MockcrvUSD": {
|
|
8669
|
+
"address": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
|
|
8001
8670
|
"abi": [
|
|
8002
8671
|
{
|
|
8003
8672
|
"inputs": [
|
|
@@ -8305,8 +8974,8 @@
|
|
|
8305
8974
|
}
|
|
8306
8975
|
]
|
|
8307
8976
|
},
|
|
8308
|
-
"
|
|
8309
|
-
"address": "
|
|
8977
|
+
"MockeETH": {
|
|
8978
|
+
"address": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
|
|
8310
8979
|
"abi": [
|
|
8311
8980
|
{
|
|
8312
8981
|
"inputs": [
|
|
@@ -8614,8 +9283,8 @@
|
|
|
8614
9283
|
}
|
|
8615
9284
|
]
|
|
8616
9285
|
},
|
|
8617
|
-
"
|
|
8618
|
-
"address": "
|
|
9286
|
+
"MockrsETH": {
|
|
9287
|
+
"address": "0xfA0614E5C803E15070d31f7C38d2d430EBe68E47",
|
|
8619
9288
|
"abi": [
|
|
8620
9289
|
{
|
|
8621
9290
|
"inputs": [
|
|
@@ -8923,8 +9592,8 @@
|
|
|
8923
9592
|
}
|
|
8924
9593
|
]
|
|
8925
9594
|
},
|
|
8926
|
-
"
|
|
8927
|
-
"address": "
|
|
9595
|
+
"MocksfrxETH": {
|
|
9596
|
+
"address": "0x14AECeEc177085fd09EA07348B4E1F7Fcc030fA1",
|
|
8928
9597
|
"abi": [
|
|
8929
9598
|
{
|
|
8930
9599
|
"inputs": [
|
|
@@ -26527,6 +27196,80 @@
|
|
|
26527
27196
|
}
|
|
26528
27197
|
]
|
|
26529
27198
|
},
|
|
27199
|
+
"VToken_vsfrxETH_LiquidStakedETH": {
|
|
27200
|
+
"address": "0x7C4890D673985CE22A4D38761473f190e434c956",
|
|
27201
|
+
"abi": [
|
|
27202
|
+
{
|
|
27203
|
+
"inputs": [
|
|
27204
|
+
{
|
|
27205
|
+
"internalType": "address",
|
|
27206
|
+
"name": "beacon",
|
|
27207
|
+
"type": "address"
|
|
27208
|
+
},
|
|
27209
|
+
{
|
|
27210
|
+
"internalType": "bytes",
|
|
27211
|
+
"name": "data",
|
|
27212
|
+
"type": "bytes"
|
|
27213
|
+
}
|
|
27214
|
+
],
|
|
27215
|
+
"stateMutability": "payable",
|
|
27216
|
+
"type": "constructor"
|
|
27217
|
+
},
|
|
27218
|
+
{
|
|
27219
|
+
"anonymous": false,
|
|
27220
|
+
"inputs": [
|
|
27221
|
+
{
|
|
27222
|
+
"indexed": false,
|
|
27223
|
+
"internalType": "address",
|
|
27224
|
+
"name": "previousAdmin",
|
|
27225
|
+
"type": "address"
|
|
27226
|
+
},
|
|
27227
|
+
{
|
|
27228
|
+
"indexed": false,
|
|
27229
|
+
"internalType": "address",
|
|
27230
|
+
"name": "newAdmin",
|
|
27231
|
+
"type": "address"
|
|
27232
|
+
}
|
|
27233
|
+
],
|
|
27234
|
+
"name": "AdminChanged",
|
|
27235
|
+
"type": "event"
|
|
27236
|
+
},
|
|
27237
|
+
{
|
|
27238
|
+
"anonymous": false,
|
|
27239
|
+
"inputs": [
|
|
27240
|
+
{
|
|
27241
|
+
"indexed": true,
|
|
27242
|
+
"internalType": "address",
|
|
27243
|
+
"name": "beacon",
|
|
27244
|
+
"type": "address"
|
|
27245
|
+
}
|
|
27246
|
+
],
|
|
27247
|
+
"name": "BeaconUpgraded",
|
|
27248
|
+
"type": "event"
|
|
27249
|
+
},
|
|
27250
|
+
{
|
|
27251
|
+
"anonymous": false,
|
|
27252
|
+
"inputs": [
|
|
27253
|
+
{
|
|
27254
|
+
"indexed": true,
|
|
27255
|
+
"internalType": "address",
|
|
27256
|
+
"name": "implementation",
|
|
27257
|
+
"type": "address"
|
|
27258
|
+
}
|
|
27259
|
+
],
|
|
27260
|
+
"name": "Upgraded",
|
|
27261
|
+
"type": "event"
|
|
27262
|
+
},
|
|
27263
|
+
{
|
|
27264
|
+
"stateMutability": "payable",
|
|
27265
|
+
"type": "fallback"
|
|
27266
|
+
},
|
|
27267
|
+
{
|
|
27268
|
+
"stateMutability": "payable",
|
|
27269
|
+
"type": "receive"
|
|
27270
|
+
}
|
|
27271
|
+
]
|
|
27272
|
+
},
|
|
26530
27273
|
"VToken_vweETH_LiquidStakedETH": {
|
|
26531
27274
|
"address": "0x30c31bA6f4652B548fe7a142A949987c3f3Bf80b",
|
|
26532
27275
|
"abi": [
|