@venusprotocol/isolated-pools 4.2.0-dev.11 → 4.2.0-dev.13

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.
Files changed (30) hide show
  1. package/deployments/unichainmainnet/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink4500bps_timeBased.json +608 -0
  2. package/deployments/unichainmainnet/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased.json +608 -0
  3. package/deployments/unichainmainnet/VToken_vweETH_Core.json +257 -0
  4. package/deployments/unichainmainnet/VToken_vwstETH_Core.json +257 -0
  5. package/deployments/unichainmainnet/solcInputs/57ced15f79b2db7e80f32235fc26da90.json +505 -0
  6. package/deployments/unichainmainnet/solcInputs/ce6625b54019da2185242b008485096c.json +487 -0
  7. package/deployments/unichainmainnet.json +872 -4
  8. package/deployments/unichainmainnet_addresses.json +5 -1
  9. package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink4500bps_timeBased.json +608 -0
  10. package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased.json +608 -0
  11. package/deployments/unichainsepolia/MockweETH.json +458 -0
  12. package/deployments/unichainsepolia/MockwstETH.json +458 -0
  13. package/deployments/unichainsepolia/VToken_vweETH_Core.json +257 -0
  14. package/deployments/unichainsepolia/VToken_vwstETH_Core.json +257 -0
  15. package/deployments/unichainsepolia/solcInputs/57ced15f79b2db7e80f32235fc26da90.json +505 -0
  16. package/deployments/unichainsepolia/solcInputs/ce6625b54019da2185242b008485096c.json +487 -0
  17. package/deployments/unichainsepolia.json +1547 -61
  18. package/deployments/unichainsepolia_addresses.json +7 -1
  19. package/dist/deployments/unichainmainnet.json +872 -4
  20. package/dist/deployments/unichainsepolia.json +1547 -61
  21. package/dist/helpers/deploymentConfig.js +116 -12
  22. package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
  23. package/dist/typechain/factories/IVToken__factory.js +1 -201
  24. package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +2 -16
  25. package/dist/typechain/factories/PoolRegistryInterface__factory.js +0 -119
  26. package/package.json +1 -1
  27. package/typechain/IVToken.d.ts +4 -341
  28. package/typechain/PoolRegistryInterface.d.ts +0 -178
  29. package/typechain/factories/IVToken__factory.ts +1 -201
  30. package/typechain/factories/PoolRegistryInterface__factory.ts +0 -119
@@ -3192,8 +3192,8 @@
3192
3192
  }
3193
3193
  ]
3194
3194
  },
3195
- "JumpRateModelV2_base0bps_slope350bps_jump25000bps_kink8000bps_timeBased": {
3196
- "address": "0x5fC344E85E5950335a1cE717AC04247B485efB00",
3195
+ "JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink4500bps_timeBased": {
3196
+ "address": "0x5C7D8858a25778d992eE803Ce79F1eff60c1d9D1",
3197
3197
  "abi": [
3198
3198
  {
3199
3199
  "inputs": [
@@ -3552,8 +3552,8 @@
3552
3552
  }
3553
3553
  ]
3554
3554
  },
3555
- "JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps_timeBased": {
3556
- "address": "0x2f8263A8833C21b6B72AC55951756B41D4607e3F",
3555
+ "JumpRateModelV2_base0bps_slope350bps_jump25000bps_kink8000bps_timeBased": {
3556
+ "address": "0x5fC344E85E5950335a1cE717AC04247B485efB00",
3557
3557
  "abi": [
3558
3558
  {
3559
3559
  "inputs": [
@@ -3780,25 +3780,1372 @@
3780
3780
  "type": "uint256"
3781
3781
  }
3782
3782
  ],
3783
- "stateMutability": "view",
3783
+ "stateMutability": "view",
3784
+ "type": "function"
3785
+ },
3786
+ {
3787
+ "inputs": [],
3788
+ "name": "isInterestRateModel",
3789
+ "outputs": [
3790
+ {
3791
+ "internalType": "bool",
3792
+ "name": "",
3793
+ "type": "bool"
3794
+ }
3795
+ ],
3796
+ "stateMutability": "pure",
3797
+ "type": "function"
3798
+ },
3799
+ {
3800
+ "inputs": [],
3801
+ "name": "isTimeBased",
3802
+ "outputs": [
3803
+ {
3804
+ "internalType": "bool",
3805
+ "name": "",
3806
+ "type": "bool"
3807
+ }
3808
+ ],
3809
+ "stateMutability": "view",
3810
+ "type": "function"
3811
+ },
3812
+ {
3813
+ "inputs": [],
3814
+ "name": "jumpMultiplierPerBlock",
3815
+ "outputs": [
3816
+ {
3817
+ "internalType": "uint256",
3818
+ "name": "",
3819
+ "type": "uint256"
3820
+ }
3821
+ ],
3822
+ "stateMutability": "view",
3823
+ "type": "function"
3824
+ },
3825
+ {
3826
+ "inputs": [],
3827
+ "name": "kink",
3828
+ "outputs": [
3829
+ {
3830
+ "internalType": "uint256",
3831
+ "name": "",
3832
+ "type": "uint256"
3833
+ }
3834
+ ],
3835
+ "stateMutability": "view",
3836
+ "type": "function"
3837
+ },
3838
+ {
3839
+ "inputs": [],
3840
+ "name": "multiplierPerBlock",
3841
+ "outputs": [
3842
+ {
3843
+ "internalType": "uint256",
3844
+ "name": "",
3845
+ "type": "uint256"
3846
+ }
3847
+ ],
3848
+ "stateMutability": "view",
3849
+ "type": "function"
3850
+ },
3851
+ {
3852
+ "inputs": [
3853
+ {
3854
+ "internalType": "uint256",
3855
+ "name": "baseRatePerYear",
3856
+ "type": "uint256"
3857
+ },
3858
+ {
3859
+ "internalType": "uint256",
3860
+ "name": "multiplierPerYear",
3861
+ "type": "uint256"
3862
+ },
3863
+ {
3864
+ "internalType": "uint256",
3865
+ "name": "jumpMultiplierPerYear",
3866
+ "type": "uint256"
3867
+ },
3868
+ {
3869
+ "internalType": "uint256",
3870
+ "name": "kink_",
3871
+ "type": "uint256"
3872
+ }
3873
+ ],
3874
+ "name": "updateJumpRateModel",
3875
+ "outputs": [],
3876
+ "stateMutability": "nonpayable",
3877
+ "type": "function"
3878
+ },
3879
+ {
3880
+ "inputs": [
3881
+ {
3882
+ "internalType": "uint256",
3883
+ "name": "cash",
3884
+ "type": "uint256"
3885
+ },
3886
+ {
3887
+ "internalType": "uint256",
3888
+ "name": "borrows",
3889
+ "type": "uint256"
3890
+ },
3891
+ {
3892
+ "internalType": "uint256",
3893
+ "name": "reserves",
3894
+ "type": "uint256"
3895
+ },
3896
+ {
3897
+ "internalType": "uint256",
3898
+ "name": "badDebt",
3899
+ "type": "uint256"
3900
+ }
3901
+ ],
3902
+ "name": "utilizationRate",
3903
+ "outputs": [
3904
+ {
3905
+ "internalType": "uint256",
3906
+ "name": "",
3907
+ "type": "uint256"
3908
+ }
3909
+ ],
3910
+ "stateMutability": "pure",
3911
+ "type": "function"
3912
+ }
3913
+ ]
3914
+ },
3915
+ "JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps_timeBased": {
3916
+ "address": "0x2f8263A8833C21b6B72AC55951756B41D4607e3F",
3917
+ "abi": [
3918
+ {
3919
+ "inputs": [
3920
+ {
3921
+ "internalType": "uint256",
3922
+ "name": "baseRatePerYear_",
3923
+ "type": "uint256"
3924
+ },
3925
+ {
3926
+ "internalType": "uint256",
3927
+ "name": "multiplierPerYear_",
3928
+ "type": "uint256"
3929
+ },
3930
+ {
3931
+ "internalType": "uint256",
3932
+ "name": "jumpMultiplierPerYear_",
3933
+ "type": "uint256"
3934
+ },
3935
+ {
3936
+ "internalType": "uint256",
3937
+ "name": "kink_",
3938
+ "type": "uint256"
3939
+ },
3940
+ {
3941
+ "internalType": "contract IAccessControlManagerV8",
3942
+ "name": "accessControlManager_",
3943
+ "type": "address"
3944
+ },
3945
+ {
3946
+ "internalType": "bool",
3947
+ "name": "timeBased_",
3948
+ "type": "bool"
3949
+ },
3950
+ {
3951
+ "internalType": "uint256",
3952
+ "name": "blocksPerYear_",
3953
+ "type": "uint256"
3954
+ }
3955
+ ],
3956
+ "stateMutability": "nonpayable",
3957
+ "type": "constructor"
3958
+ },
3959
+ {
3960
+ "inputs": [],
3961
+ "name": "InvalidBlocksPerYear",
3962
+ "type": "error"
3963
+ },
3964
+ {
3965
+ "inputs": [],
3966
+ "name": "InvalidTimeBasedConfiguration",
3967
+ "type": "error"
3968
+ },
3969
+ {
3970
+ "inputs": [
3971
+ {
3972
+ "internalType": "address",
3973
+ "name": "sender",
3974
+ "type": "address"
3975
+ },
3976
+ {
3977
+ "internalType": "address",
3978
+ "name": "calledContract",
3979
+ "type": "address"
3980
+ },
3981
+ {
3982
+ "internalType": "string",
3983
+ "name": "methodSignature",
3984
+ "type": "string"
3985
+ }
3986
+ ],
3987
+ "name": "Unauthorized",
3988
+ "type": "error"
3989
+ },
3990
+ {
3991
+ "anonymous": false,
3992
+ "inputs": [
3993
+ {
3994
+ "indexed": false,
3995
+ "internalType": "uint256",
3996
+ "name": "baseRatePerBlockOrTimestamp",
3997
+ "type": "uint256"
3998
+ },
3999
+ {
4000
+ "indexed": false,
4001
+ "internalType": "uint256",
4002
+ "name": "multiplierPerBlockOrTimestamp",
4003
+ "type": "uint256"
4004
+ },
4005
+ {
4006
+ "indexed": false,
4007
+ "internalType": "uint256",
4008
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4009
+ "type": "uint256"
4010
+ },
4011
+ {
4012
+ "indexed": false,
4013
+ "internalType": "uint256",
4014
+ "name": "kink",
4015
+ "type": "uint256"
4016
+ }
4017
+ ],
4018
+ "name": "NewInterestParams",
4019
+ "type": "event"
4020
+ },
4021
+ {
4022
+ "inputs": [],
4023
+ "name": "accessControlManager",
4024
+ "outputs": [
4025
+ {
4026
+ "internalType": "contract IAccessControlManagerV8",
4027
+ "name": "",
4028
+ "type": "address"
4029
+ }
4030
+ ],
4031
+ "stateMutability": "view",
4032
+ "type": "function"
4033
+ },
4034
+ {
4035
+ "inputs": [],
4036
+ "name": "baseRatePerBlock",
4037
+ "outputs": [
4038
+ {
4039
+ "internalType": "uint256",
4040
+ "name": "",
4041
+ "type": "uint256"
4042
+ }
4043
+ ],
4044
+ "stateMutability": "view",
4045
+ "type": "function"
4046
+ },
4047
+ {
4048
+ "inputs": [],
4049
+ "name": "blocksOrSecondsPerYear",
4050
+ "outputs": [
4051
+ {
4052
+ "internalType": "uint256",
4053
+ "name": "",
4054
+ "type": "uint256"
4055
+ }
4056
+ ],
4057
+ "stateMutability": "view",
4058
+ "type": "function"
4059
+ },
4060
+ {
4061
+ "inputs": [],
4062
+ "name": "getBlockNumberOrTimestamp",
4063
+ "outputs": [
4064
+ {
4065
+ "internalType": "uint256",
4066
+ "name": "",
4067
+ "type": "uint256"
4068
+ }
4069
+ ],
4070
+ "stateMutability": "view",
4071
+ "type": "function"
4072
+ },
4073
+ {
4074
+ "inputs": [
4075
+ {
4076
+ "internalType": "uint256",
4077
+ "name": "cash",
4078
+ "type": "uint256"
4079
+ },
4080
+ {
4081
+ "internalType": "uint256",
4082
+ "name": "borrows",
4083
+ "type": "uint256"
4084
+ },
4085
+ {
4086
+ "internalType": "uint256",
4087
+ "name": "reserves",
4088
+ "type": "uint256"
4089
+ },
4090
+ {
4091
+ "internalType": "uint256",
4092
+ "name": "badDebt",
4093
+ "type": "uint256"
4094
+ }
4095
+ ],
4096
+ "name": "getBorrowRate",
4097
+ "outputs": [
4098
+ {
4099
+ "internalType": "uint256",
4100
+ "name": "",
4101
+ "type": "uint256"
4102
+ }
4103
+ ],
4104
+ "stateMutability": "view",
4105
+ "type": "function"
4106
+ },
4107
+ {
4108
+ "inputs": [
4109
+ {
4110
+ "internalType": "uint256",
4111
+ "name": "cash",
4112
+ "type": "uint256"
4113
+ },
4114
+ {
4115
+ "internalType": "uint256",
4116
+ "name": "borrows",
4117
+ "type": "uint256"
4118
+ },
4119
+ {
4120
+ "internalType": "uint256",
4121
+ "name": "reserves",
4122
+ "type": "uint256"
4123
+ },
4124
+ {
4125
+ "internalType": "uint256",
4126
+ "name": "reserveFactorMantissa",
4127
+ "type": "uint256"
4128
+ },
4129
+ {
4130
+ "internalType": "uint256",
4131
+ "name": "badDebt",
4132
+ "type": "uint256"
4133
+ }
4134
+ ],
4135
+ "name": "getSupplyRate",
4136
+ "outputs": [
4137
+ {
4138
+ "internalType": "uint256",
4139
+ "name": "",
4140
+ "type": "uint256"
4141
+ }
4142
+ ],
4143
+ "stateMutability": "view",
4144
+ "type": "function"
4145
+ },
4146
+ {
4147
+ "inputs": [],
4148
+ "name": "isInterestRateModel",
4149
+ "outputs": [
4150
+ {
4151
+ "internalType": "bool",
4152
+ "name": "",
4153
+ "type": "bool"
4154
+ }
4155
+ ],
4156
+ "stateMutability": "pure",
4157
+ "type": "function"
4158
+ },
4159
+ {
4160
+ "inputs": [],
4161
+ "name": "isTimeBased",
4162
+ "outputs": [
4163
+ {
4164
+ "internalType": "bool",
4165
+ "name": "",
4166
+ "type": "bool"
4167
+ }
4168
+ ],
4169
+ "stateMutability": "view",
4170
+ "type": "function"
4171
+ },
4172
+ {
4173
+ "inputs": [],
4174
+ "name": "jumpMultiplierPerBlock",
4175
+ "outputs": [
4176
+ {
4177
+ "internalType": "uint256",
4178
+ "name": "",
4179
+ "type": "uint256"
4180
+ }
4181
+ ],
4182
+ "stateMutability": "view",
4183
+ "type": "function"
4184
+ },
4185
+ {
4186
+ "inputs": [],
4187
+ "name": "kink",
4188
+ "outputs": [
4189
+ {
4190
+ "internalType": "uint256",
4191
+ "name": "",
4192
+ "type": "uint256"
4193
+ }
4194
+ ],
4195
+ "stateMutability": "view",
4196
+ "type": "function"
4197
+ },
4198
+ {
4199
+ "inputs": [],
4200
+ "name": "multiplierPerBlock",
4201
+ "outputs": [
4202
+ {
4203
+ "internalType": "uint256",
4204
+ "name": "",
4205
+ "type": "uint256"
4206
+ }
4207
+ ],
4208
+ "stateMutability": "view",
4209
+ "type": "function"
4210
+ },
4211
+ {
4212
+ "inputs": [
4213
+ {
4214
+ "internalType": "uint256",
4215
+ "name": "baseRatePerYear",
4216
+ "type": "uint256"
4217
+ },
4218
+ {
4219
+ "internalType": "uint256",
4220
+ "name": "multiplierPerYear",
4221
+ "type": "uint256"
4222
+ },
4223
+ {
4224
+ "internalType": "uint256",
4225
+ "name": "jumpMultiplierPerYear",
4226
+ "type": "uint256"
4227
+ },
4228
+ {
4229
+ "internalType": "uint256",
4230
+ "name": "kink_",
4231
+ "type": "uint256"
4232
+ }
4233
+ ],
4234
+ "name": "updateJumpRateModel",
4235
+ "outputs": [],
4236
+ "stateMutability": "nonpayable",
4237
+ "type": "function"
4238
+ },
4239
+ {
4240
+ "inputs": [
4241
+ {
4242
+ "internalType": "uint256",
4243
+ "name": "cash",
4244
+ "type": "uint256"
4245
+ },
4246
+ {
4247
+ "internalType": "uint256",
4248
+ "name": "borrows",
4249
+ "type": "uint256"
4250
+ },
4251
+ {
4252
+ "internalType": "uint256",
4253
+ "name": "reserves",
4254
+ "type": "uint256"
4255
+ },
4256
+ {
4257
+ "internalType": "uint256",
4258
+ "name": "badDebt",
4259
+ "type": "uint256"
4260
+ }
4261
+ ],
4262
+ "name": "utilizationRate",
4263
+ "outputs": [
4264
+ {
4265
+ "internalType": "uint256",
4266
+ "name": "",
4267
+ "type": "uint256"
4268
+ }
4269
+ ],
4270
+ "stateMutability": "pure",
4271
+ "type": "function"
4272
+ }
4273
+ ]
4274
+ },
4275
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased": {
4276
+ "address": "0xa8f62DE954852c39BC66ff9B103c8D4758982309",
4277
+ "abi": [
4278
+ {
4279
+ "inputs": [
4280
+ {
4281
+ "internalType": "uint256",
4282
+ "name": "baseRatePerYear_",
4283
+ "type": "uint256"
4284
+ },
4285
+ {
4286
+ "internalType": "uint256",
4287
+ "name": "multiplierPerYear_",
4288
+ "type": "uint256"
4289
+ },
4290
+ {
4291
+ "internalType": "uint256",
4292
+ "name": "jumpMultiplierPerYear_",
4293
+ "type": "uint256"
4294
+ },
4295
+ {
4296
+ "internalType": "uint256",
4297
+ "name": "kink_",
4298
+ "type": "uint256"
4299
+ },
4300
+ {
4301
+ "internalType": "contract IAccessControlManagerV8",
4302
+ "name": "accessControlManager_",
4303
+ "type": "address"
4304
+ },
4305
+ {
4306
+ "internalType": "bool",
4307
+ "name": "timeBased_",
4308
+ "type": "bool"
4309
+ },
4310
+ {
4311
+ "internalType": "uint256",
4312
+ "name": "blocksPerYear_",
4313
+ "type": "uint256"
4314
+ }
4315
+ ],
4316
+ "stateMutability": "nonpayable",
4317
+ "type": "constructor"
4318
+ },
4319
+ {
4320
+ "inputs": [],
4321
+ "name": "InvalidBlocksPerYear",
4322
+ "type": "error"
4323
+ },
4324
+ {
4325
+ "inputs": [],
4326
+ "name": "InvalidTimeBasedConfiguration",
4327
+ "type": "error"
4328
+ },
4329
+ {
4330
+ "inputs": [
4331
+ {
4332
+ "internalType": "address",
4333
+ "name": "sender",
4334
+ "type": "address"
4335
+ },
4336
+ {
4337
+ "internalType": "address",
4338
+ "name": "calledContract",
4339
+ "type": "address"
4340
+ },
4341
+ {
4342
+ "internalType": "string",
4343
+ "name": "methodSignature",
4344
+ "type": "string"
4345
+ }
4346
+ ],
4347
+ "name": "Unauthorized",
4348
+ "type": "error"
4349
+ },
4350
+ {
4351
+ "anonymous": false,
4352
+ "inputs": [
4353
+ {
4354
+ "indexed": false,
4355
+ "internalType": "uint256",
4356
+ "name": "baseRatePerBlockOrTimestamp",
4357
+ "type": "uint256"
4358
+ },
4359
+ {
4360
+ "indexed": false,
4361
+ "internalType": "uint256",
4362
+ "name": "multiplierPerBlockOrTimestamp",
4363
+ "type": "uint256"
4364
+ },
4365
+ {
4366
+ "indexed": false,
4367
+ "internalType": "uint256",
4368
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4369
+ "type": "uint256"
4370
+ },
4371
+ {
4372
+ "indexed": false,
4373
+ "internalType": "uint256",
4374
+ "name": "kink",
4375
+ "type": "uint256"
4376
+ }
4377
+ ],
4378
+ "name": "NewInterestParams",
4379
+ "type": "event"
4380
+ },
4381
+ {
4382
+ "inputs": [],
4383
+ "name": "accessControlManager",
4384
+ "outputs": [
4385
+ {
4386
+ "internalType": "contract IAccessControlManagerV8",
4387
+ "name": "",
4388
+ "type": "address"
4389
+ }
4390
+ ],
4391
+ "stateMutability": "view",
4392
+ "type": "function"
4393
+ },
4394
+ {
4395
+ "inputs": [],
4396
+ "name": "baseRatePerBlock",
4397
+ "outputs": [
4398
+ {
4399
+ "internalType": "uint256",
4400
+ "name": "",
4401
+ "type": "uint256"
4402
+ }
4403
+ ],
4404
+ "stateMutability": "view",
4405
+ "type": "function"
4406
+ },
4407
+ {
4408
+ "inputs": [],
4409
+ "name": "blocksOrSecondsPerYear",
4410
+ "outputs": [
4411
+ {
4412
+ "internalType": "uint256",
4413
+ "name": "",
4414
+ "type": "uint256"
4415
+ }
4416
+ ],
4417
+ "stateMutability": "view",
4418
+ "type": "function"
4419
+ },
4420
+ {
4421
+ "inputs": [],
4422
+ "name": "getBlockNumberOrTimestamp",
4423
+ "outputs": [
4424
+ {
4425
+ "internalType": "uint256",
4426
+ "name": "",
4427
+ "type": "uint256"
4428
+ }
4429
+ ],
4430
+ "stateMutability": "view",
4431
+ "type": "function"
4432
+ },
4433
+ {
4434
+ "inputs": [
4435
+ {
4436
+ "internalType": "uint256",
4437
+ "name": "cash",
4438
+ "type": "uint256"
4439
+ },
4440
+ {
4441
+ "internalType": "uint256",
4442
+ "name": "borrows",
4443
+ "type": "uint256"
4444
+ },
4445
+ {
4446
+ "internalType": "uint256",
4447
+ "name": "reserves",
4448
+ "type": "uint256"
4449
+ },
4450
+ {
4451
+ "internalType": "uint256",
4452
+ "name": "badDebt",
4453
+ "type": "uint256"
4454
+ }
4455
+ ],
4456
+ "name": "getBorrowRate",
4457
+ "outputs": [
4458
+ {
4459
+ "internalType": "uint256",
4460
+ "name": "",
4461
+ "type": "uint256"
4462
+ }
4463
+ ],
4464
+ "stateMutability": "view",
4465
+ "type": "function"
4466
+ },
4467
+ {
4468
+ "inputs": [
4469
+ {
4470
+ "internalType": "uint256",
4471
+ "name": "cash",
4472
+ "type": "uint256"
4473
+ },
4474
+ {
4475
+ "internalType": "uint256",
4476
+ "name": "borrows",
4477
+ "type": "uint256"
4478
+ },
4479
+ {
4480
+ "internalType": "uint256",
4481
+ "name": "reserves",
4482
+ "type": "uint256"
4483
+ },
4484
+ {
4485
+ "internalType": "uint256",
4486
+ "name": "reserveFactorMantissa",
4487
+ "type": "uint256"
4488
+ },
4489
+ {
4490
+ "internalType": "uint256",
4491
+ "name": "badDebt",
4492
+ "type": "uint256"
4493
+ }
4494
+ ],
4495
+ "name": "getSupplyRate",
4496
+ "outputs": [
4497
+ {
4498
+ "internalType": "uint256",
4499
+ "name": "",
4500
+ "type": "uint256"
4501
+ }
4502
+ ],
4503
+ "stateMutability": "view",
4504
+ "type": "function"
4505
+ },
4506
+ {
4507
+ "inputs": [],
4508
+ "name": "isInterestRateModel",
4509
+ "outputs": [
4510
+ {
4511
+ "internalType": "bool",
4512
+ "name": "",
4513
+ "type": "bool"
4514
+ }
4515
+ ],
4516
+ "stateMutability": "pure",
4517
+ "type": "function"
4518
+ },
4519
+ {
4520
+ "inputs": [],
4521
+ "name": "isTimeBased",
4522
+ "outputs": [
4523
+ {
4524
+ "internalType": "bool",
4525
+ "name": "",
4526
+ "type": "bool"
4527
+ }
4528
+ ],
4529
+ "stateMutability": "view",
4530
+ "type": "function"
4531
+ },
4532
+ {
4533
+ "inputs": [],
4534
+ "name": "jumpMultiplierPerBlock",
4535
+ "outputs": [
4536
+ {
4537
+ "internalType": "uint256",
4538
+ "name": "",
4539
+ "type": "uint256"
4540
+ }
4541
+ ],
4542
+ "stateMutability": "view",
4543
+ "type": "function"
4544
+ },
4545
+ {
4546
+ "inputs": [],
4547
+ "name": "kink",
4548
+ "outputs": [
4549
+ {
4550
+ "internalType": "uint256",
4551
+ "name": "",
4552
+ "type": "uint256"
4553
+ }
4554
+ ],
4555
+ "stateMutability": "view",
4556
+ "type": "function"
4557
+ },
4558
+ {
4559
+ "inputs": [],
4560
+ "name": "multiplierPerBlock",
4561
+ "outputs": [
4562
+ {
4563
+ "internalType": "uint256",
4564
+ "name": "",
4565
+ "type": "uint256"
4566
+ }
4567
+ ],
4568
+ "stateMutability": "view",
4569
+ "type": "function"
4570
+ },
4571
+ {
4572
+ "inputs": [
4573
+ {
4574
+ "internalType": "uint256",
4575
+ "name": "baseRatePerYear",
4576
+ "type": "uint256"
4577
+ },
4578
+ {
4579
+ "internalType": "uint256",
4580
+ "name": "multiplierPerYear",
4581
+ "type": "uint256"
4582
+ },
4583
+ {
4584
+ "internalType": "uint256",
4585
+ "name": "jumpMultiplierPerYear",
4586
+ "type": "uint256"
4587
+ },
4588
+ {
4589
+ "internalType": "uint256",
4590
+ "name": "kink_",
4591
+ "type": "uint256"
4592
+ }
4593
+ ],
4594
+ "name": "updateJumpRateModel",
4595
+ "outputs": [],
4596
+ "stateMutability": "nonpayable",
4597
+ "type": "function"
4598
+ },
4599
+ {
4600
+ "inputs": [
4601
+ {
4602
+ "internalType": "uint256",
4603
+ "name": "cash",
4604
+ "type": "uint256"
4605
+ },
4606
+ {
4607
+ "internalType": "uint256",
4608
+ "name": "borrows",
4609
+ "type": "uint256"
4610
+ },
4611
+ {
4612
+ "internalType": "uint256",
4613
+ "name": "reserves",
4614
+ "type": "uint256"
4615
+ },
4616
+ {
4617
+ "internalType": "uint256",
4618
+ "name": "badDebt",
4619
+ "type": "uint256"
4620
+ }
4621
+ ],
4622
+ "name": "utilizationRate",
4623
+ "outputs": [
4624
+ {
4625
+ "internalType": "uint256",
4626
+ "name": "",
4627
+ "type": "uint256"
4628
+ }
4629
+ ],
4630
+ "stateMutability": "pure",
4631
+ "type": "function"
4632
+ }
4633
+ ]
4634
+ },
4635
+ "MockUNI": {
4636
+ "address": "0x873A6C4B1e3D883920541a0C61Dc4dcb772140b3",
4637
+ "abi": [
4638
+ {
4639
+ "inputs": [
4640
+ {
4641
+ "internalType": "string",
4642
+ "name": "name_",
4643
+ "type": "string"
4644
+ },
4645
+ {
4646
+ "internalType": "string",
4647
+ "name": "symbol_",
4648
+ "type": "string"
4649
+ },
4650
+ {
4651
+ "internalType": "uint8",
4652
+ "name": "decimals_",
4653
+ "type": "uint8"
4654
+ }
4655
+ ],
4656
+ "stateMutability": "nonpayable",
4657
+ "type": "constructor"
4658
+ },
4659
+ {
4660
+ "anonymous": false,
4661
+ "inputs": [
4662
+ {
4663
+ "indexed": true,
4664
+ "internalType": "address",
4665
+ "name": "owner",
4666
+ "type": "address"
4667
+ },
4668
+ {
4669
+ "indexed": true,
4670
+ "internalType": "address",
4671
+ "name": "spender",
4672
+ "type": "address"
4673
+ },
4674
+ {
4675
+ "indexed": false,
4676
+ "internalType": "uint256",
4677
+ "name": "value",
4678
+ "type": "uint256"
4679
+ }
4680
+ ],
4681
+ "name": "Approval",
4682
+ "type": "event"
4683
+ },
4684
+ {
4685
+ "anonymous": false,
4686
+ "inputs": [
4687
+ {
4688
+ "indexed": true,
4689
+ "internalType": "address",
4690
+ "name": "from",
4691
+ "type": "address"
4692
+ },
4693
+ {
4694
+ "indexed": true,
4695
+ "internalType": "address",
4696
+ "name": "to",
4697
+ "type": "address"
4698
+ },
4699
+ {
4700
+ "indexed": false,
4701
+ "internalType": "uint256",
4702
+ "name": "value",
4703
+ "type": "uint256"
4704
+ }
4705
+ ],
4706
+ "name": "Transfer",
4707
+ "type": "event"
4708
+ },
4709
+ {
4710
+ "inputs": [
4711
+ {
4712
+ "internalType": "address",
4713
+ "name": "owner",
4714
+ "type": "address"
4715
+ },
4716
+ {
4717
+ "internalType": "address",
4718
+ "name": "spender",
4719
+ "type": "address"
4720
+ }
4721
+ ],
4722
+ "name": "allowance",
4723
+ "outputs": [
4724
+ {
4725
+ "internalType": "uint256",
4726
+ "name": "",
4727
+ "type": "uint256"
4728
+ }
4729
+ ],
4730
+ "stateMutability": "view",
4731
+ "type": "function"
4732
+ },
4733
+ {
4734
+ "inputs": [
4735
+ {
4736
+ "internalType": "address",
4737
+ "name": "spender",
4738
+ "type": "address"
4739
+ },
4740
+ {
4741
+ "internalType": "uint256",
4742
+ "name": "amount",
4743
+ "type": "uint256"
4744
+ }
4745
+ ],
4746
+ "name": "approve",
4747
+ "outputs": [
4748
+ {
4749
+ "internalType": "bool",
4750
+ "name": "",
4751
+ "type": "bool"
4752
+ }
4753
+ ],
4754
+ "stateMutability": "nonpayable",
4755
+ "type": "function"
4756
+ },
4757
+ {
4758
+ "inputs": [
4759
+ {
4760
+ "internalType": "address",
4761
+ "name": "account",
4762
+ "type": "address"
4763
+ }
4764
+ ],
4765
+ "name": "balanceOf",
4766
+ "outputs": [
4767
+ {
4768
+ "internalType": "uint256",
4769
+ "name": "",
4770
+ "type": "uint256"
4771
+ }
4772
+ ],
4773
+ "stateMutability": "view",
4774
+ "type": "function"
4775
+ },
4776
+ {
4777
+ "inputs": [],
4778
+ "name": "decimals",
4779
+ "outputs": [
4780
+ {
4781
+ "internalType": "uint8",
4782
+ "name": "",
4783
+ "type": "uint8"
4784
+ }
4785
+ ],
4786
+ "stateMutability": "view",
4787
+ "type": "function"
4788
+ },
4789
+ {
4790
+ "inputs": [
4791
+ {
4792
+ "internalType": "address",
4793
+ "name": "spender",
4794
+ "type": "address"
4795
+ },
4796
+ {
4797
+ "internalType": "uint256",
4798
+ "name": "subtractedValue",
4799
+ "type": "uint256"
4800
+ }
4801
+ ],
4802
+ "name": "decreaseAllowance",
4803
+ "outputs": [
4804
+ {
4805
+ "internalType": "bool",
4806
+ "name": "",
4807
+ "type": "bool"
4808
+ }
4809
+ ],
4810
+ "stateMutability": "nonpayable",
4811
+ "type": "function"
4812
+ },
4813
+ {
4814
+ "inputs": [
4815
+ {
4816
+ "internalType": "uint256",
4817
+ "name": "amount",
4818
+ "type": "uint256"
4819
+ }
4820
+ ],
4821
+ "name": "faucet",
4822
+ "outputs": [],
4823
+ "stateMutability": "nonpayable",
4824
+ "type": "function"
4825
+ },
4826
+ {
4827
+ "inputs": [
4828
+ {
4829
+ "internalType": "address",
4830
+ "name": "spender",
4831
+ "type": "address"
4832
+ },
4833
+ {
4834
+ "internalType": "uint256",
4835
+ "name": "addedValue",
4836
+ "type": "uint256"
4837
+ }
4838
+ ],
4839
+ "name": "increaseAllowance",
4840
+ "outputs": [
4841
+ {
4842
+ "internalType": "bool",
4843
+ "name": "",
4844
+ "type": "bool"
4845
+ }
4846
+ ],
4847
+ "stateMutability": "nonpayable",
4848
+ "type": "function"
4849
+ },
4850
+ {
4851
+ "inputs": [],
4852
+ "name": "name",
4853
+ "outputs": [
4854
+ {
4855
+ "internalType": "string",
4856
+ "name": "",
4857
+ "type": "string"
4858
+ }
4859
+ ],
4860
+ "stateMutability": "view",
4861
+ "type": "function"
4862
+ },
4863
+ {
4864
+ "inputs": [],
4865
+ "name": "symbol",
4866
+ "outputs": [
4867
+ {
4868
+ "internalType": "string",
4869
+ "name": "",
4870
+ "type": "string"
4871
+ }
4872
+ ],
4873
+ "stateMutability": "view",
4874
+ "type": "function"
4875
+ },
4876
+ {
4877
+ "inputs": [],
4878
+ "name": "totalSupply",
4879
+ "outputs": [
4880
+ {
4881
+ "internalType": "uint256",
4882
+ "name": "",
4883
+ "type": "uint256"
4884
+ }
4885
+ ],
4886
+ "stateMutability": "view",
4887
+ "type": "function"
4888
+ },
4889
+ {
4890
+ "inputs": [
4891
+ {
4892
+ "internalType": "address",
4893
+ "name": "to",
4894
+ "type": "address"
4895
+ },
4896
+ {
4897
+ "internalType": "uint256",
4898
+ "name": "amount",
4899
+ "type": "uint256"
4900
+ }
4901
+ ],
4902
+ "name": "transfer",
4903
+ "outputs": [
4904
+ {
4905
+ "internalType": "bool",
4906
+ "name": "",
4907
+ "type": "bool"
4908
+ }
4909
+ ],
4910
+ "stateMutability": "nonpayable",
4911
+ "type": "function"
4912
+ },
4913
+ {
4914
+ "inputs": [
4915
+ {
4916
+ "internalType": "address",
4917
+ "name": "from",
4918
+ "type": "address"
4919
+ },
4920
+ {
4921
+ "internalType": "address",
4922
+ "name": "to",
4923
+ "type": "address"
4924
+ },
4925
+ {
4926
+ "internalType": "uint256",
4927
+ "name": "amount",
4928
+ "type": "uint256"
4929
+ }
4930
+ ],
4931
+ "name": "transferFrom",
4932
+ "outputs": [
4933
+ {
4934
+ "internalType": "bool",
4935
+ "name": "",
4936
+ "type": "bool"
4937
+ }
4938
+ ],
4939
+ "stateMutability": "nonpayable",
4940
+ "type": "function"
4941
+ }
4942
+ ]
4943
+ },
4944
+ "MockUSDC": {
4945
+ "address": "0xf16d4774893eB578130a645d5c69E9c4d183F3A5",
4946
+ "abi": [
4947
+ {
4948
+ "inputs": [
4949
+ {
4950
+ "internalType": "string",
4951
+ "name": "name_",
4952
+ "type": "string"
4953
+ },
4954
+ {
4955
+ "internalType": "string",
4956
+ "name": "symbol_",
4957
+ "type": "string"
4958
+ },
4959
+ {
4960
+ "internalType": "uint8",
4961
+ "name": "decimals_",
4962
+ "type": "uint8"
4963
+ }
4964
+ ],
4965
+ "stateMutability": "nonpayable",
4966
+ "type": "constructor"
4967
+ },
4968
+ {
4969
+ "anonymous": false,
4970
+ "inputs": [
4971
+ {
4972
+ "indexed": true,
4973
+ "internalType": "address",
4974
+ "name": "owner",
4975
+ "type": "address"
4976
+ },
4977
+ {
4978
+ "indexed": true,
4979
+ "internalType": "address",
4980
+ "name": "spender",
4981
+ "type": "address"
4982
+ },
4983
+ {
4984
+ "indexed": false,
4985
+ "internalType": "uint256",
4986
+ "name": "value",
4987
+ "type": "uint256"
4988
+ }
4989
+ ],
4990
+ "name": "Approval",
4991
+ "type": "event"
4992
+ },
4993
+ {
4994
+ "anonymous": false,
4995
+ "inputs": [
4996
+ {
4997
+ "indexed": true,
4998
+ "internalType": "address",
4999
+ "name": "from",
5000
+ "type": "address"
5001
+ },
5002
+ {
5003
+ "indexed": true,
5004
+ "internalType": "address",
5005
+ "name": "to",
5006
+ "type": "address"
5007
+ },
5008
+ {
5009
+ "indexed": false,
5010
+ "internalType": "uint256",
5011
+ "name": "value",
5012
+ "type": "uint256"
5013
+ }
5014
+ ],
5015
+ "name": "Transfer",
5016
+ "type": "event"
5017
+ },
5018
+ {
5019
+ "inputs": [
5020
+ {
5021
+ "internalType": "address",
5022
+ "name": "owner",
5023
+ "type": "address"
5024
+ },
5025
+ {
5026
+ "internalType": "address",
5027
+ "name": "spender",
5028
+ "type": "address"
5029
+ }
5030
+ ],
5031
+ "name": "allowance",
5032
+ "outputs": [
5033
+ {
5034
+ "internalType": "uint256",
5035
+ "name": "",
5036
+ "type": "uint256"
5037
+ }
5038
+ ],
5039
+ "stateMutability": "view",
5040
+ "type": "function"
5041
+ },
5042
+ {
5043
+ "inputs": [
5044
+ {
5045
+ "internalType": "address",
5046
+ "name": "spender",
5047
+ "type": "address"
5048
+ },
5049
+ {
5050
+ "internalType": "uint256",
5051
+ "name": "amount",
5052
+ "type": "uint256"
5053
+ }
5054
+ ],
5055
+ "name": "approve",
5056
+ "outputs": [
5057
+ {
5058
+ "internalType": "bool",
5059
+ "name": "",
5060
+ "type": "bool"
5061
+ }
5062
+ ],
5063
+ "stateMutability": "nonpayable",
5064
+ "type": "function"
5065
+ },
5066
+ {
5067
+ "inputs": [
5068
+ {
5069
+ "internalType": "address",
5070
+ "name": "account",
5071
+ "type": "address"
5072
+ }
5073
+ ],
5074
+ "name": "balanceOf",
5075
+ "outputs": [
5076
+ {
5077
+ "internalType": "uint256",
5078
+ "name": "",
5079
+ "type": "uint256"
5080
+ }
5081
+ ],
5082
+ "stateMutability": "view",
5083
+ "type": "function"
5084
+ },
5085
+ {
5086
+ "inputs": [],
5087
+ "name": "decimals",
5088
+ "outputs": [
5089
+ {
5090
+ "internalType": "uint8",
5091
+ "name": "",
5092
+ "type": "uint8"
5093
+ }
5094
+ ],
5095
+ "stateMutability": "view",
5096
+ "type": "function"
5097
+ },
5098
+ {
5099
+ "inputs": [
5100
+ {
5101
+ "internalType": "address",
5102
+ "name": "spender",
5103
+ "type": "address"
5104
+ },
5105
+ {
5106
+ "internalType": "uint256",
5107
+ "name": "subtractedValue",
5108
+ "type": "uint256"
5109
+ }
5110
+ ],
5111
+ "name": "decreaseAllowance",
5112
+ "outputs": [
5113
+ {
5114
+ "internalType": "bool",
5115
+ "name": "",
5116
+ "type": "bool"
5117
+ }
5118
+ ],
5119
+ "stateMutability": "nonpayable",
3784
5120
  "type": "function"
3785
5121
  },
3786
5122
  {
3787
- "inputs": [],
3788
- "name": "isInterestRateModel",
3789
- "outputs": [
5123
+ "inputs": [
3790
5124
  {
3791
- "internalType": "bool",
3792
- "name": "",
3793
- "type": "bool"
5125
+ "internalType": "uint256",
5126
+ "name": "amount",
5127
+ "type": "uint256"
3794
5128
  }
3795
5129
  ],
3796
- "stateMutability": "pure",
5130
+ "name": "faucet",
5131
+ "outputs": [],
5132
+ "stateMutability": "nonpayable",
3797
5133
  "type": "function"
3798
5134
  },
3799
5135
  {
3800
- "inputs": [],
3801
- "name": "isTimeBased",
5136
+ "inputs": [
5137
+ {
5138
+ "internalType": "address",
5139
+ "name": "spender",
5140
+ "type": "address"
5141
+ },
5142
+ {
5143
+ "internalType": "uint256",
5144
+ "name": "addedValue",
5145
+ "type": "uint256"
5146
+ }
5147
+ ],
5148
+ "name": "increaseAllowance",
3802
5149
  "outputs": [
3803
5150
  {
3804
5151
  "internalType": "bool",
@@ -3806,17 +5153,17 @@
3806
5153
  "type": "bool"
3807
5154
  }
3808
5155
  ],
3809
- "stateMutability": "view",
5156
+ "stateMutability": "nonpayable",
3810
5157
  "type": "function"
3811
5158
  },
3812
5159
  {
3813
5160
  "inputs": [],
3814
- "name": "jumpMultiplierPerBlock",
5161
+ "name": "name",
3815
5162
  "outputs": [
3816
5163
  {
3817
- "internalType": "uint256",
5164
+ "internalType": "string",
3818
5165
  "name": "",
3819
- "type": "uint256"
5166
+ "type": "string"
3820
5167
  }
3821
5168
  ],
3822
5169
  "stateMutability": "view",
@@ -3824,12 +5171,12 @@
3824
5171
  },
3825
5172
  {
3826
5173
  "inputs": [],
3827
- "name": "kink",
5174
+ "name": "symbol",
3828
5175
  "outputs": [
3829
5176
  {
3830
- "internalType": "uint256",
5177
+ "internalType": "string",
3831
5178
  "name": "",
3832
- "type": "uint256"
5179
+ "type": "string"
3833
5180
  }
3834
5181
  ],
3835
5182
  "stateMutability": "view",
@@ -3837,7 +5184,7 @@
3837
5184
  },
3838
5185
  {
3839
5186
  "inputs": [],
3840
- "name": "multiplierPerBlock",
5187
+ "name": "totalSupply",
3841
5188
  "outputs": [
3842
5189
  {
3843
5190
  "internalType": "uint256",
@@ -3851,69 +5198,60 @@
3851
5198
  {
3852
5199
  "inputs": [
3853
5200
  {
3854
- "internalType": "uint256",
3855
- "name": "baseRatePerYear",
3856
- "type": "uint256"
3857
- },
3858
- {
3859
- "internalType": "uint256",
3860
- "name": "multiplierPerYear",
3861
- "type": "uint256"
5201
+ "internalType": "address",
5202
+ "name": "to",
5203
+ "type": "address"
3862
5204
  },
3863
5205
  {
3864
5206
  "internalType": "uint256",
3865
- "name": "jumpMultiplierPerYear",
5207
+ "name": "amount",
3866
5208
  "type": "uint256"
3867
- },
5209
+ }
5210
+ ],
5211
+ "name": "transfer",
5212
+ "outputs": [
3868
5213
  {
3869
- "internalType": "uint256",
3870
- "name": "kink_",
3871
- "type": "uint256"
5214
+ "internalType": "bool",
5215
+ "name": "",
5216
+ "type": "bool"
3872
5217
  }
3873
5218
  ],
3874
- "name": "updateJumpRateModel",
3875
- "outputs": [],
3876
5219
  "stateMutability": "nonpayable",
3877
5220
  "type": "function"
3878
5221
  },
3879
5222
  {
3880
5223
  "inputs": [
3881
5224
  {
3882
- "internalType": "uint256",
3883
- "name": "cash",
3884
- "type": "uint256"
3885
- },
3886
- {
3887
- "internalType": "uint256",
3888
- "name": "borrows",
3889
- "type": "uint256"
5225
+ "internalType": "address",
5226
+ "name": "from",
5227
+ "type": "address"
3890
5228
  },
3891
5229
  {
3892
- "internalType": "uint256",
3893
- "name": "reserves",
3894
- "type": "uint256"
5230
+ "internalType": "address",
5231
+ "name": "to",
5232
+ "type": "address"
3895
5233
  },
3896
5234
  {
3897
5235
  "internalType": "uint256",
3898
- "name": "badDebt",
5236
+ "name": "amount",
3899
5237
  "type": "uint256"
3900
5238
  }
3901
5239
  ],
3902
- "name": "utilizationRate",
5240
+ "name": "transferFrom",
3903
5241
  "outputs": [
3904
5242
  {
3905
- "internalType": "uint256",
5243
+ "internalType": "bool",
3906
5244
  "name": "",
3907
- "type": "uint256"
5245
+ "type": "bool"
3908
5246
  }
3909
5247
  ],
3910
- "stateMutability": "pure",
5248
+ "stateMutability": "nonpayable",
3911
5249
  "type": "function"
3912
5250
  }
3913
5251
  ]
3914
5252
  },
3915
- "MockUNI": {
3916
- "address": "0x873A6C4B1e3D883920541a0C61Dc4dcb772140b3",
5253
+ "MockUSDT": {
5254
+ "address": "0x7bc1b67fde923fd3667Fde59684c6c354C8EbFdA",
3917
5255
  "abi": [
3918
5256
  {
3919
5257
  "inputs": [
@@ -4221,8 +5559,8 @@
4221
5559
  }
4222
5560
  ]
4223
5561
  },
4224
- "MockUSDC": {
4225
- "address": "0xf16d4774893eB578130a645d5c69E9c4d183F3A5",
5562
+ "MockcbBTC": {
5563
+ "address": "0x2979ef1676bb28192ac304173C717D7322b3b586",
4226
5564
  "abi": [
4227
5565
  {
4228
5566
  "inputs": [
@@ -4530,8 +5868,8 @@
4530
5868
  }
4531
5869
  ]
4532
5870
  },
4533
- "MockUSDT": {
4534
- "address": "0x7bc1b67fde923fd3667Fde59684c6c354C8EbFdA",
5871
+ "MockweETH": {
5872
+ "address": "0x3B3aCc90D848981E69052FD461123EA19dca6cAF",
4535
5873
  "abi": [
4536
5874
  {
4537
5875
  "inputs": [
@@ -4839,8 +6177,8 @@
4839
6177
  }
4840
6178
  ]
4841
6179
  },
4842
- "MockcbBTC": {
4843
- "address": "0x2979ef1676bb28192ac304173C717D7322b3b586",
6180
+ "MockwstETH": {
6181
+ "address": "0x114B3fD3dA17F8EDBc19a3AEE43aC168Ca5b03b4",
4844
6182
  "abi": [
4845
6183
  {
4846
6184
  "inputs": [
@@ -13440,6 +14778,154 @@
13440
14778
  "type": "receive"
13441
14779
  }
13442
14780
  ]
14781
+ },
14782
+ "VToken_vweETH_Core": {
14783
+ "address": "0xF46F0E1Fe165018EC778e0c61a71661f55aEa09B",
14784
+ "abi": [
14785
+ {
14786
+ "inputs": [
14787
+ {
14788
+ "internalType": "address",
14789
+ "name": "beacon",
14790
+ "type": "address"
14791
+ },
14792
+ {
14793
+ "internalType": "bytes",
14794
+ "name": "data",
14795
+ "type": "bytes"
14796
+ }
14797
+ ],
14798
+ "stateMutability": "payable",
14799
+ "type": "constructor"
14800
+ },
14801
+ {
14802
+ "anonymous": false,
14803
+ "inputs": [
14804
+ {
14805
+ "indexed": false,
14806
+ "internalType": "address",
14807
+ "name": "previousAdmin",
14808
+ "type": "address"
14809
+ },
14810
+ {
14811
+ "indexed": false,
14812
+ "internalType": "address",
14813
+ "name": "newAdmin",
14814
+ "type": "address"
14815
+ }
14816
+ ],
14817
+ "name": "AdminChanged",
14818
+ "type": "event"
14819
+ },
14820
+ {
14821
+ "anonymous": false,
14822
+ "inputs": [
14823
+ {
14824
+ "indexed": true,
14825
+ "internalType": "address",
14826
+ "name": "beacon",
14827
+ "type": "address"
14828
+ }
14829
+ ],
14830
+ "name": "BeaconUpgraded",
14831
+ "type": "event"
14832
+ },
14833
+ {
14834
+ "anonymous": false,
14835
+ "inputs": [
14836
+ {
14837
+ "indexed": true,
14838
+ "internalType": "address",
14839
+ "name": "implementation",
14840
+ "type": "address"
14841
+ }
14842
+ ],
14843
+ "name": "Upgraded",
14844
+ "type": "event"
14845
+ },
14846
+ {
14847
+ "stateMutability": "payable",
14848
+ "type": "fallback"
14849
+ },
14850
+ {
14851
+ "stateMutability": "payable",
14852
+ "type": "receive"
14853
+ }
14854
+ ]
14855
+ },
14856
+ "VToken_vwstETH_Core": {
14857
+ "address": "0xb24c9a851542B4599Eb6C1644ce2e245074c885f",
14858
+ "abi": [
14859
+ {
14860
+ "inputs": [
14861
+ {
14862
+ "internalType": "address",
14863
+ "name": "beacon",
14864
+ "type": "address"
14865
+ },
14866
+ {
14867
+ "internalType": "bytes",
14868
+ "name": "data",
14869
+ "type": "bytes"
14870
+ }
14871
+ ],
14872
+ "stateMutability": "payable",
14873
+ "type": "constructor"
14874
+ },
14875
+ {
14876
+ "anonymous": false,
14877
+ "inputs": [
14878
+ {
14879
+ "indexed": false,
14880
+ "internalType": "address",
14881
+ "name": "previousAdmin",
14882
+ "type": "address"
14883
+ },
14884
+ {
14885
+ "indexed": false,
14886
+ "internalType": "address",
14887
+ "name": "newAdmin",
14888
+ "type": "address"
14889
+ }
14890
+ ],
14891
+ "name": "AdminChanged",
14892
+ "type": "event"
14893
+ },
14894
+ {
14895
+ "anonymous": false,
14896
+ "inputs": [
14897
+ {
14898
+ "indexed": true,
14899
+ "internalType": "address",
14900
+ "name": "beacon",
14901
+ "type": "address"
14902
+ }
14903
+ ],
14904
+ "name": "BeaconUpgraded",
14905
+ "type": "event"
14906
+ },
14907
+ {
14908
+ "anonymous": false,
14909
+ "inputs": [
14910
+ {
14911
+ "indexed": true,
14912
+ "internalType": "address",
14913
+ "name": "implementation",
14914
+ "type": "address"
14915
+ }
14916
+ ],
14917
+ "name": "Upgraded",
14918
+ "type": "event"
14919
+ },
14920
+ {
14921
+ "stateMutability": "payable",
14922
+ "type": "fallback"
14923
+ },
14924
+ {
14925
+ "stateMutability": "payable",
14926
+ "type": "receive"
14927
+ }
14928
+ ]
13443
14929
  }
13444
14930
  }
13445
14931
  }