@venusprotocol/isolated-pools 3.7.0-dev.2 → 3.7.0-dev.4
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_slope450bps_jump20000bps_kink4500bps.json +608 -0
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps.json +608 -0
- package/deployments/ethereum/VToken_veBTC.json +257 -0
- package/deployments/ethereum/VToken_vpufETH_LiquidStakedETH.json +257 -0
- package/deployments/ethereum.json +945 -77
- package/deployments/ethereum_addresses.json +4 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope450bps_jump20000bps_kink4500bps.json +608 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps.json +608 -0
- package/deployments/sepolia/MockeBTC.json +458 -0
- package/deployments/sepolia/MockpufETH.json +458 -0
- package/deployments/sepolia/VToken_veBTC.json +257 -0
- package/deployments/sepolia/VToken_vpufETH_LiquidStakedETH.json +257 -0
- package/deployments/sepolia.json +1655 -169
- package/deployments/sepolia_addresses.json +6 -0
- package/dist/deployments/ethereum.json +945 -77
- package/dist/deployments/sepolia.json +1655 -169
- package/dist/helpers/deploymentConfig.js +100 -0
- package/package.json +1 -1
|
@@ -3937,29 +3937,24 @@
|
|
|
3937
3937
|
}
|
|
3938
3938
|
]
|
|
3939
3939
|
},
|
|
3940
|
-
"
|
|
3941
|
-
"address": "
|
|
3940
|
+
"JumpRateModelV2_base0bps_slope450bps_jump20000bps_kink4500bps": {
|
|
3941
|
+
"address": "0xDaFA3B350288cEb448e0E03077D932f8EF561391",
|
|
3942
3942
|
"abi": [
|
|
3943
3943
|
{
|
|
3944
3944
|
"inputs": [
|
|
3945
3945
|
{
|
|
3946
3946
|
"internalType": "uint256",
|
|
3947
|
-
"name": "
|
|
3948
|
-
"type": "uint256"
|
|
3949
|
-
},
|
|
3950
|
-
{
|
|
3951
|
-
"internalType": "uint256",
|
|
3952
|
-
"name": "baseRatePerYear",
|
|
3947
|
+
"name": "baseRatePerYear_",
|
|
3953
3948
|
"type": "uint256"
|
|
3954
3949
|
},
|
|
3955
3950
|
{
|
|
3956
3951
|
"internalType": "uint256",
|
|
3957
|
-
"name": "
|
|
3952
|
+
"name": "multiplierPerYear_",
|
|
3958
3953
|
"type": "uint256"
|
|
3959
3954
|
},
|
|
3960
3955
|
{
|
|
3961
3956
|
"internalType": "uint256",
|
|
3962
|
-
"name": "
|
|
3957
|
+
"name": "jumpMultiplierPerYear_",
|
|
3963
3958
|
"type": "uint256"
|
|
3964
3959
|
},
|
|
3965
3960
|
{
|
|
@@ -3971,11 +3966,31 @@
|
|
|
3971
3966
|
"internalType": "contract IAccessControlManagerV8",
|
|
3972
3967
|
"name": "accessControlManager_",
|
|
3973
3968
|
"type": "address"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"internalType": "bool",
|
|
3972
|
+
"name": "timeBased_",
|
|
3973
|
+
"type": "bool"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"internalType": "uint256",
|
|
3977
|
+
"name": "blocksPerYear_",
|
|
3978
|
+
"type": "uint256"
|
|
3974
3979
|
}
|
|
3975
3980
|
],
|
|
3976
3981
|
"stateMutability": "nonpayable",
|
|
3977
3982
|
"type": "constructor"
|
|
3978
3983
|
},
|
|
3984
|
+
{
|
|
3985
|
+
"inputs": [],
|
|
3986
|
+
"name": "InvalidBlocksPerYear",
|
|
3987
|
+
"type": "error"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"inputs": [],
|
|
3991
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3992
|
+
"type": "error"
|
|
3993
|
+
},
|
|
3979
3994
|
{
|
|
3980
3995
|
"inputs": [
|
|
3981
3996
|
{
|
|
@@ -4003,19 +4018,19 @@
|
|
|
4003
4018
|
{
|
|
4004
4019
|
"indexed": false,
|
|
4005
4020
|
"internalType": "uint256",
|
|
4006
|
-
"name": "
|
|
4021
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
4007
4022
|
"type": "uint256"
|
|
4008
4023
|
},
|
|
4009
4024
|
{
|
|
4010
4025
|
"indexed": false,
|
|
4011
4026
|
"internalType": "uint256",
|
|
4012
|
-
"name": "
|
|
4027
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4013
4028
|
"type": "uint256"
|
|
4014
4029
|
},
|
|
4015
4030
|
{
|
|
4016
4031
|
"indexed": false,
|
|
4017
4032
|
"internalType": "uint256",
|
|
4018
|
-
"name": "
|
|
4033
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4019
4034
|
"type": "uint256"
|
|
4020
4035
|
},
|
|
4021
4036
|
{
|
|
@@ -4056,7 +4071,20 @@
|
|
|
4056
4071
|
},
|
|
4057
4072
|
{
|
|
4058
4073
|
"inputs": [],
|
|
4059
|
-
"name": "
|
|
4074
|
+
"name": "blocksOrSecondsPerYear",
|
|
4075
|
+
"outputs": [
|
|
4076
|
+
{
|
|
4077
|
+
"internalType": "uint256",
|
|
4078
|
+
"name": "",
|
|
4079
|
+
"type": "uint256"
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
4082
|
+
"stateMutability": "view",
|
|
4083
|
+
"type": "function"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"inputs": [],
|
|
4087
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4060
4088
|
"outputs": [
|
|
4061
4089
|
{
|
|
4062
4090
|
"internalType": "uint256",
|
|
@@ -4153,6 +4181,19 @@
|
|
|
4153
4181
|
"stateMutability": "pure",
|
|
4154
4182
|
"type": "function"
|
|
4155
4183
|
},
|
|
4184
|
+
{
|
|
4185
|
+
"inputs": [],
|
|
4186
|
+
"name": "isTimeBased",
|
|
4187
|
+
"outputs": [
|
|
4188
|
+
{
|
|
4189
|
+
"internalType": "bool",
|
|
4190
|
+
"name": "",
|
|
4191
|
+
"type": "bool"
|
|
4192
|
+
}
|
|
4193
|
+
],
|
|
4194
|
+
"stateMutability": "view",
|
|
4195
|
+
"type": "function"
|
|
4196
|
+
},
|
|
4156
4197
|
{
|
|
4157
4198
|
"inputs": [],
|
|
4158
4199
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4256,24 +4297,29 @@
|
|
|
4256
4297
|
}
|
|
4257
4298
|
]
|
|
4258
4299
|
},
|
|
4259
|
-
"
|
|
4260
|
-
"address": "
|
|
4300
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": {
|
|
4301
|
+
"address": "0xFCaBF5b76968e010b8BC310486bE418b9d16fEb2",
|
|
4261
4302
|
"abi": [
|
|
4262
4303
|
{
|
|
4263
4304
|
"inputs": [
|
|
4264
4305
|
{
|
|
4265
4306
|
"internalType": "uint256",
|
|
4266
|
-
"name": "
|
|
4307
|
+
"name": "blocksPerYear_",
|
|
4267
4308
|
"type": "uint256"
|
|
4268
4309
|
},
|
|
4269
4310
|
{
|
|
4270
4311
|
"internalType": "uint256",
|
|
4271
|
-
"name": "
|
|
4312
|
+
"name": "baseRatePerYear",
|
|
4272
4313
|
"type": "uint256"
|
|
4273
4314
|
},
|
|
4274
4315
|
{
|
|
4275
4316
|
"internalType": "uint256",
|
|
4276
|
-
"name": "
|
|
4317
|
+
"name": "multiplierPerYear",
|
|
4318
|
+
"type": "uint256"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"internalType": "uint256",
|
|
4322
|
+
"name": "jumpMultiplierPerYear",
|
|
4277
4323
|
"type": "uint256"
|
|
4278
4324
|
},
|
|
4279
4325
|
{
|
|
@@ -4285,30 +4331,689 @@
|
|
|
4285
4331
|
"internalType": "contract IAccessControlManagerV8",
|
|
4286
4332
|
"name": "accessControlManager_",
|
|
4287
4333
|
"type": "address"
|
|
4334
|
+
}
|
|
4335
|
+
],
|
|
4336
|
+
"stateMutability": "nonpayable",
|
|
4337
|
+
"type": "constructor"
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"inputs": [
|
|
4341
|
+
{
|
|
4342
|
+
"internalType": "address",
|
|
4343
|
+
"name": "sender",
|
|
4344
|
+
"type": "address"
|
|
4288
4345
|
},
|
|
4289
4346
|
{
|
|
4290
|
-
"internalType": "
|
|
4291
|
-
"name": "
|
|
4292
|
-
"type": "
|
|
4347
|
+
"internalType": "address",
|
|
4348
|
+
"name": "calledContract",
|
|
4349
|
+
"type": "address"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"internalType": "string",
|
|
4353
|
+
"name": "methodSignature",
|
|
4354
|
+
"type": "string"
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"name": "Unauthorized",
|
|
4358
|
+
"type": "error"
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"anonymous": false,
|
|
4362
|
+
"inputs": [
|
|
4363
|
+
{
|
|
4364
|
+
"indexed": false,
|
|
4365
|
+
"internalType": "uint256",
|
|
4366
|
+
"name": "baseRatePerBlock",
|
|
4367
|
+
"type": "uint256"
|
|
4293
4368
|
},
|
|
4294
4369
|
{
|
|
4370
|
+
"indexed": false,
|
|
4295
4371
|
"internalType": "uint256",
|
|
4296
|
-
"name": "
|
|
4372
|
+
"name": "multiplierPerBlock",
|
|
4373
|
+
"type": "uint256"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"indexed": false,
|
|
4377
|
+
"internalType": "uint256",
|
|
4378
|
+
"name": "jumpMultiplierPerBlock",
|
|
4379
|
+
"type": "uint256"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"indexed": false,
|
|
4383
|
+
"internalType": "uint256",
|
|
4384
|
+
"name": "kink",
|
|
4297
4385
|
"type": "uint256"
|
|
4298
4386
|
}
|
|
4299
4387
|
],
|
|
4300
|
-
"
|
|
4301
|
-
"type": "
|
|
4388
|
+
"name": "NewInterestParams",
|
|
4389
|
+
"type": "event"
|
|
4302
4390
|
},
|
|
4303
4391
|
{
|
|
4304
4392
|
"inputs": [],
|
|
4305
|
-
"name": "
|
|
4306
|
-
"
|
|
4393
|
+
"name": "accessControlManager",
|
|
4394
|
+
"outputs": [
|
|
4395
|
+
{
|
|
4396
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4397
|
+
"name": "",
|
|
4398
|
+
"type": "address"
|
|
4399
|
+
}
|
|
4400
|
+
],
|
|
4401
|
+
"stateMutability": "view",
|
|
4402
|
+
"type": "function"
|
|
4307
4403
|
},
|
|
4308
4404
|
{
|
|
4309
4405
|
"inputs": [],
|
|
4310
|
-
"name": "
|
|
4311
|
-
"
|
|
4406
|
+
"name": "baseRatePerBlock",
|
|
4407
|
+
"outputs": [
|
|
4408
|
+
{
|
|
4409
|
+
"internalType": "uint256",
|
|
4410
|
+
"name": "",
|
|
4411
|
+
"type": "uint256"
|
|
4412
|
+
}
|
|
4413
|
+
],
|
|
4414
|
+
"stateMutability": "view",
|
|
4415
|
+
"type": "function"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"inputs": [],
|
|
4419
|
+
"name": "blocksPerYear",
|
|
4420
|
+
"outputs": [
|
|
4421
|
+
{
|
|
4422
|
+
"internalType": "uint256",
|
|
4423
|
+
"name": "",
|
|
4424
|
+
"type": "uint256"
|
|
4425
|
+
}
|
|
4426
|
+
],
|
|
4427
|
+
"stateMutability": "view",
|
|
4428
|
+
"type": "function"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"inputs": [
|
|
4432
|
+
{
|
|
4433
|
+
"internalType": "uint256",
|
|
4434
|
+
"name": "cash",
|
|
4435
|
+
"type": "uint256"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"internalType": "uint256",
|
|
4439
|
+
"name": "borrows",
|
|
4440
|
+
"type": "uint256"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"internalType": "uint256",
|
|
4444
|
+
"name": "reserves",
|
|
4445
|
+
"type": "uint256"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"internalType": "uint256",
|
|
4449
|
+
"name": "badDebt",
|
|
4450
|
+
"type": "uint256"
|
|
4451
|
+
}
|
|
4452
|
+
],
|
|
4453
|
+
"name": "getBorrowRate",
|
|
4454
|
+
"outputs": [
|
|
4455
|
+
{
|
|
4456
|
+
"internalType": "uint256",
|
|
4457
|
+
"name": "",
|
|
4458
|
+
"type": "uint256"
|
|
4459
|
+
}
|
|
4460
|
+
],
|
|
4461
|
+
"stateMutability": "view",
|
|
4462
|
+
"type": "function"
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"inputs": [
|
|
4466
|
+
{
|
|
4467
|
+
"internalType": "uint256",
|
|
4468
|
+
"name": "cash",
|
|
4469
|
+
"type": "uint256"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"internalType": "uint256",
|
|
4473
|
+
"name": "borrows",
|
|
4474
|
+
"type": "uint256"
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"internalType": "uint256",
|
|
4478
|
+
"name": "reserves",
|
|
4479
|
+
"type": "uint256"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"internalType": "uint256",
|
|
4483
|
+
"name": "reserveFactorMantissa",
|
|
4484
|
+
"type": "uint256"
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"internalType": "uint256",
|
|
4488
|
+
"name": "badDebt",
|
|
4489
|
+
"type": "uint256"
|
|
4490
|
+
}
|
|
4491
|
+
],
|
|
4492
|
+
"name": "getSupplyRate",
|
|
4493
|
+
"outputs": [
|
|
4494
|
+
{
|
|
4495
|
+
"internalType": "uint256",
|
|
4496
|
+
"name": "",
|
|
4497
|
+
"type": "uint256"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4500
|
+
"stateMutability": "view",
|
|
4501
|
+
"type": "function"
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"inputs": [],
|
|
4505
|
+
"name": "isInterestRateModel",
|
|
4506
|
+
"outputs": [
|
|
4507
|
+
{
|
|
4508
|
+
"internalType": "bool",
|
|
4509
|
+
"name": "",
|
|
4510
|
+
"type": "bool"
|
|
4511
|
+
}
|
|
4512
|
+
],
|
|
4513
|
+
"stateMutability": "pure",
|
|
4514
|
+
"type": "function"
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"inputs": [],
|
|
4518
|
+
"name": "jumpMultiplierPerBlock",
|
|
4519
|
+
"outputs": [
|
|
4520
|
+
{
|
|
4521
|
+
"internalType": "uint256",
|
|
4522
|
+
"name": "",
|
|
4523
|
+
"type": "uint256"
|
|
4524
|
+
}
|
|
4525
|
+
],
|
|
4526
|
+
"stateMutability": "view",
|
|
4527
|
+
"type": "function"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"inputs": [],
|
|
4531
|
+
"name": "kink",
|
|
4532
|
+
"outputs": [
|
|
4533
|
+
{
|
|
4534
|
+
"internalType": "uint256",
|
|
4535
|
+
"name": "",
|
|
4536
|
+
"type": "uint256"
|
|
4537
|
+
}
|
|
4538
|
+
],
|
|
4539
|
+
"stateMutability": "view",
|
|
4540
|
+
"type": "function"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"inputs": [],
|
|
4544
|
+
"name": "multiplierPerBlock",
|
|
4545
|
+
"outputs": [
|
|
4546
|
+
{
|
|
4547
|
+
"internalType": "uint256",
|
|
4548
|
+
"name": "",
|
|
4549
|
+
"type": "uint256"
|
|
4550
|
+
}
|
|
4551
|
+
],
|
|
4552
|
+
"stateMutability": "view",
|
|
4553
|
+
"type": "function"
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"inputs": [
|
|
4557
|
+
{
|
|
4558
|
+
"internalType": "uint256",
|
|
4559
|
+
"name": "baseRatePerYear",
|
|
4560
|
+
"type": "uint256"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"internalType": "uint256",
|
|
4564
|
+
"name": "multiplierPerYear",
|
|
4565
|
+
"type": "uint256"
|
|
4566
|
+
},
|
|
4567
|
+
{
|
|
4568
|
+
"internalType": "uint256",
|
|
4569
|
+
"name": "jumpMultiplierPerYear",
|
|
4570
|
+
"type": "uint256"
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"internalType": "uint256",
|
|
4574
|
+
"name": "kink_",
|
|
4575
|
+
"type": "uint256"
|
|
4576
|
+
}
|
|
4577
|
+
],
|
|
4578
|
+
"name": "updateJumpRateModel",
|
|
4579
|
+
"outputs": [],
|
|
4580
|
+
"stateMutability": "nonpayable",
|
|
4581
|
+
"type": "function"
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"inputs": [
|
|
4585
|
+
{
|
|
4586
|
+
"internalType": "uint256",
|
|
4587
|
+
"name": "cash",
|
|
4588
|
+
"type": "uint256"
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"internalType": "uint256",
|
|
4592
|
+
"name": "borrows",
|
|
4593
|
+
"type": "uint256"
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"internalType": "uint256",
|
|
4597
|
+
"name": "reserves",
|
|
4598
|
+
"type": "uint256"
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"internalType": "uint256",
|
|
4602
|
+
"name": "badDebt",
|
|
4603
|
+
"type": "uint256"
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"name": "utilizationRate",
|
|
4607
|
+
"outputs": [
|
|
4608
|
+
{
|
|
4609
|
+
"internalType": "uint256",
|
|
4610
|
+
"name": "",
|
|
4611
|
+
"type": "uint256"
|
|
4612
|
+
}
|
|
4613
|
+
],
|
|
4614
|
+
"stateMutability": "pure",
|
|
4615
|
+
"type": "function"
|
|
4616
|
+
}
|
|
4617
|
+
]
|
|
4618
|
+
},
|
|
4619
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink9000bps": {
|
|
4620
|
+
"address": "0x834078D691d431aAdC80197f7a61239F9F89547b",
|
|
4621
|
+
"abi": [
|
|
4622
|
+
{
|
|
4623
|
+
"inputs": [
|
|
4624
|
+
{
|
|
4625
|
+
"internalType": "uint256",
|
|
4626
|
+
"name": "baseRatePerYear_",
|
|
4627
|
+
"type": "uint256"
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"internalType": "uint256",
|
|
4631
|
+
"name": "multiplierPerYear_",
|
|
4632
|
+
"type": "uint256"
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"internalType": "uint256",
|
|
4636
|
+
"name": "jumpMultiplierPerYear_",
|
|
4637
|
+
"type": "uint256"
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"internalType": "uint256",
|
|
4641
|
+
"name": "kink_",
|
|
4642
|
+
"type": "uint256"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4646
|
+
"name": "accessControlManager_",
|
|
4647
|
+
"type": "address"
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"internalType": "bool",
|
|
4651
|
+
"name": "timeBased_",
|
|
4652
|
+
"type": "bool"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"internalType": "uint256",
|
|
4656
|
+
"name": "blocksPerYear_",
|
|
4657
|
+
"type": "uint256"
|
|
4658
|
+
}
|
|
4659
|
+
],
|
|
4660
|
+
"stateMutability": "nonpayable",
|
|
4661
|
+
"type": "constructor"
|
|
4662
|
+
},
|
|
4663
|
+
{
|
|
4664
|
+
"inputs": [],
|
|
4665
|
+
"name": "InvalidBlocksPerYear",
|
|
4666
|
+
"type": "error"
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"inputs": [],
|
|
4670
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
4671
|
+
"type": "error"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"inputs": [
|
|
4675
|
+
{
|
|
4676
|
+
"internalType": "address",
|
|
4677
|
+
"name": "sender",
|
|
4678
|
+
"type": "address"
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"internalType": "address",
|
|
4682
|
+
"name": "calledContract",
|
|
4683
|
+
"type": "address"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"internalType": "string",
|
|
4687
|
+
"name": "methodSignature",
|
|
4688
|
+
"type": "string"
|
|
4689
|
+
}
|
|
4690
|
+
],
|
|
4691
|
+
"name": "Unauthorized",
|
|
4692
|
+
"type": "error"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"anonymous": false,
|
|
4696
|
+
"inputs": [
|
|
4697
|
+
{
|
|
4698
|
+
"indexed": false,
|
|
4699
|
+
"internalType": "uint256",
|
|
4700
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
4701
|
+
"type": "uint256"
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"indexed": false,
|
|
4705
|
+
"internalType": "uint256",
|
|
4706
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4707
|
+
"type": "uint256"
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
"indexed": false,
|
|
4711
|
+
"internalType": "uint256",
|
|
4712
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4713
|
+
"type": "uint256"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"indexed": false,
|
|
4717
|
+
"internalType": "uint256",
|
|
4718
|
+
"name": "kink",
|
|
4719
|
+
"type": "uint256"
|
|
4720
|
+
}
|
|
4721
|
+
],
|
|
4722
|
+
"name": "NewInterestParams",
|
|
4723
|
+
"type": "event"
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"inputs": [],
|
|
4727
|
+
"name": "accessControlManager",
|
|
4728
|
+
"outputs": [
|
|
4729
|
+
{
|
|
4730
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4731
|
+
"name": "",
|
|
4732
|
+
"type": "address"
|
|
4733
|
+
}
|
|
4734
|
+
],
|
|
4735
|
+
"stateMutability": "view",
|
|
4736
|
+
"type": "function"
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"inputs": [],
|
|
4740
|
+
"name": "baseRatePerBlock",
|
|
4741
|
+
"outputs": [
|
|
4742
|
+
{
|
|
4743
|
+
"internalType": "uint256",
|
|
4744
|
+
"name": "",
|
|
4745
|
+
"type": "uint256"
|
|
4746
|
+
}
|
|
4747
|
+
],
|
|
4748
|
+
"stateMutability": "view",
|
|
4749
|
+
"type": "function"
|
|
4750
|
+
},
|
|
4751
|
+
{
|
|
4752
|
+
"inputs": [],
|
|
4753
|
+
"name": "blocksOrSecondsPerYear",
|
|
4754
|
+
"outputs": [
|
|
4755
|
+
{
|
|
4756
|
+
"internalType": "uint256",
|
|
4757
|
+
"name": "",
|
|
4758
|
+
"type": "uint256"
|
|
4759
|
+
}
|
|
4760
|
+
],
|
|
4761
|
+
"stateMutability": "view",
|
|
4762
|
+
"type": "function"
|
|
4763
|
+
},
|
|
4764
|
+
{
|
|
4765
|
+
"inputs": [],
|
|
4766
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4767
|
+
"outputs": [
|
|
4768
|
+
{
|
|
4769
|
+
"internalType": "uint256",
|
|
4770
|
+
"name": "",
|
|
4771
|
+
"type": "uint256"
|
|
4772
|
+
}
|
|
4773
|
+
],
|
|
4774
|
+
"stateMutability": "view",
|
|
4775
|
+
"type": "function"
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
"inputs": [
|
|
4779
|
+
{
|
|
4780
|
+
"internalType": "uint256",
|
|
4781
|
+
"name": "cash",
|
|
4782
|
+
"type": "uint256"
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"internalType": "uint256",
|
|
4786
|
+
"name": "borrows",
|
|
4787
|
+
"type": "uint256"
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
"internalType": "uint256",
|
|
4791
|
+
"name": "reserves",
|
|
4792
|
+
"type": "uint256"
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"internalType": "uint256",
|
|
4796
|
+
"name": "badDebt",
|
|
4797
|
+
"type": "uint256"
|
|
4798
|
+
}
|
|
4799
|
+
],
|
|
4800
|
+
"name": "getBorrowRate",
|
|
4801
|
+
"outputs": [
|
|
4802
|
+
{
|
|
4803
|
+
"internalType": "uint256",
|
|
4804
|
+
"name": "",
|
|
4805
|
+
"type": "uint256"
|
|
4806
|
+
}
|
|
4807
|
+
],
|
|
4808
|
+
"stateMutability": "view",
|
|
4809
|
+
"type": "function"
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
"inputs": [
|
|
4813
|
+
{
|
|
4814
|
+
"internalType": "uint256",
|
|
4815
|
+
"name": "cash",
|
|
4816
|
+
"type": "uint256"
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"internalType": "uint256",
|
|
4820
|
+
"name": "borrows",
|
|
4821
|
+
"type": "uint256"
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"internalType": "uint256",
|
|
4825
|
+
"name": "reserves",
|
|
4826
|
+
"type": "uint256"
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"internalType": "uint256",
|
|
4830
|
+
"name": "reserveFactorMantissa",
|
|
4831
|
+
"type": "uint256"
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"internalType": "uint256",
|
|
4835
|
+
"name": "badDebt",
|
|
4836
|
+
"type": "uint256"
|
|
4837
|
+
}
|
|
4838
|
+
],
|
|
4839
|
+
"name": "getSupplyRate",
|
|
4840
|
+
"outputs": [
|
|
4841
|
+
{
|
|
4842
|
+
"internalType": "uint256",
|
|
4843
|
+
"name": "",
|
|
4844
|
+
"type": "uint256"
|
|
4845
|
+
}
|
|
4846
|
+
],
|
|
4847
|
+
"stateMutability": "view",
|
|
4848
|
+
"type": "function"
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"inputs": [],
|
|
4852
|
+
"name": "isInterestRateModel",
|
|
4853
|
+
"outputs": [
|
|
4854
|
+
{
|
|
4855
|
+
"internalType": "bool",
|
|
4856
|
+
"name": "",
|
|
4857
|
+
"type": "bool"
|
|
4858
|
+
}
|
|
4859
|
+
],
|
|
4860
|
+
"stateMutability": "pure",
|
|
4861
|
+
"type": "function"
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
"inputs": [],
|
|
4865
|
+
"name": "isTimeBased",
|
|
4866
|
+
"outputs": [
|
|
4867
|
+
{
|
|
4868
|
+
"internalType": "bool",
|
|
4869
|
+
"name": "",
|
|
4870
|
+
"type": "bool"
|
|
4871
|
+
}
|
|
4872
|
+
],
|
|
4873
|
+
"stateMutability": "view",
|
|
4874
|
+
"type": "function"
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"inputs": [],
|
|
4878
|
+
"name": "jumpMultiplierPerBlock",
|
|
4879
|
+
"outputs": [
|
|
4880
|
+
{
|
|
4881
|
+
"internalType": "uint256",
|
|
4882
|
+
"name": "",
|
|
4883
|
+
"type": "uint256"
|
|
4884
|
+
}
|
|
4885
|
+
],
|
|
4886
|
+
"stateMutability": "view",
|
|
4887
|
+
"type": "function"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"inputs": [],
|
|
4891
|
+
"name": "kink",
|
|
4892
|
+
"outputs": [
|
|
4893
|
+
{
|
|
4894
|
+
"internalType": "uint256",
|
|
4895
|
+
"name": "",
|
|
4896
|
+
"type": "uint256"
|
|
4897
|
+
}
|
|
4898
|
+
],
|
|
4899
|
+
"stateMutability": "view",
|
|
4900
|
+
"type": "function"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"inputs": [],
|
|
4904
|
+
"name": "multiplierPerBlock",
|
|
4905
|
+
"outputs": [
|
|
4906
|
+
{
|
|
4907
|
+
"internalType": "uint256",
|
|
4908
|
+
"name": "",
|
|
4909
|
+
"type": "uint256"
|
|
4910
|
+
}
|
|
4911
|
+
],
|
|
4912
|
+
"stateMutability": "view",
|
|
4913
|
+
"type": "function"
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"inputs": [
|
|
4917
|
+
{
|
|
4918
|
+
"internalType": "uint256",
|
|
4919
|
+
"name": "baseRatePerYear",
|
|
4920
|
+
"type": "uint256"
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"internalType": "uint256",
|
|
4924
|
+
"name": "multiplierPerYear",
|
|
4925
|
+
"type": "uint256"
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
"internalType": "uint256",
|
|
4929
|
+
"name": "jumpMultiplierPerYear",
|
|
4930
|
+
"type": "uint256"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"internalType": "uint256",
|
|
4934
|
+
"name": "kink_",
|
|
4935
|
+
"type": "uint256"
|
|
4936
|
+
}
|
|
4937
|
+
],
|
|
4938
|
+
"name": "updateJumpRateModel",
|
|
4939
|
+
"outputs": [],
|
|
4940
|
+
"stateMutability": "nonpayable",
|
|
4941
|
+
"type": "function"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"inputs": [
|
|
4945
|
+
{
|
|
4946
|
+
"internalType": "uint256",
|
|
4947
|
+
"name": "cash",
|
|
4948
|
+
"type": "uint256"
|
|
4949
|
+
},
|
|
4950
|
+
{
|
|
4951
|
+
"internalType": "uint256",
|
|
4952
|
+
"name": "borrows",
|
|
4953
|
+
"type": "uint256"
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
"internalType": "uint256",
|
|
4957
|
+
"name": "reserves",
|
|
4958
|
+
"type": "uint256"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"internalType": "uint256",
|
|
4962
|
+
"name": "badDebt",
|
|
4963
|
+
"type": "uint256"
|
|
4964
|
+
}
|
|
4965
|
+
],
|
|
4966
|
+
"name": "utilizationRate",
|
|
4967
|
+
"outputs": [
|
|
4968
|
+
{
|
|
4969
|
+
"internalType": "uint256",
|
|
4970
|
+
"name": "",
|
|
4971
|
+
"type": "uint256"
|
|
4972
|
+
}
|
|
4973
|
+
],
|
|
4974
|
+
"stateMutability": "pure",
|
|
4975
|
+
"type": "function"
|
|
4976
|
+
}
|
|
4977
|
+
]
|
|
4978
|
+
},
|
|
4979
|
+
"JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": {
|
|
4980
|
+
"address": "0x07a912CD58CbB5736d015608F424c43B2CAd0B5e",
|
|
4981
|
+
"abi": [
|
|
4982
|
+
{
|
|
4983
|
+
"inputs": [
|
|
4984
|
+
{
|
|
4985
|
+
"internalType": "uint256",
|
|
4986
|
+
"name": "blocksPerYear_",
|
|
4987
|
+
"type": "uint256"
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"internalType": "uint256",
|
|
4991
|
+
"name": "baseRatePerYear",
|
|
4992
|
+
"type": "uint256"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"internalType": "uint256",
|
|
4996
|
+
"name": "multiplierPerYear",
|
|
4997
|
+
"type": "uint256"
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"internalType": "uint256",
|
|
5001
|
+
"name": "jumpMultiplierPerYear",
|
|
5002
|
+
"type": "uint256"
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"internalType": "uint256",
|
|
5006
|
+
"name": "kink_",
|
|
5007
|
+
"type": "uint256"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
5011
|
+
"name": "accessControlManager_",
|
|
5012
|
+
"type": "address"
|
|
5013
|
+
}
|
|
5014
|
+
],
|
|
5015
|
+
"stateMutability": "nonpayable",
|
|
5016
|
+
"type": "constructor"
|
|
4312
5017
|
},
|
|
4313
5018
|
{
|
|
4314
5019
|
"inputs": [
|
|
@@ -4337,19 +5042,19 @@
|
|
|
4337
5042
|
{
|
|
4338
5043
|
"indexed": false,
|
|
4339
5044
|
"internalType": "uint256",
|
|
4340
|
-
"name": "
|
|
5045
|
+
"name": "baseRatePerBlock",
|
|
4341
5046
|
"type": "uint256"
|
|
4342
5047
|
},
|
|
4343
5048
|
{
|
|
4344
5049
|
"indexed": false,
|
|
4345
5050
|
"internalType": "uint256",
|
|
4346
|
-
"name": "
|
|
5051
|
+
"name": "multiplierPerBlock",
|
|
4347
5052
|
"type": "uint256"
|
|
4348
5053
|
},
|
|
4349
5054
|
{
|
|
4350
5055
|
"indexed": false,
|
|
4351
5056
|
"internalType": "uint256",
|
|
4352
|
-
"name": "
|
|
5057
|
+
"name": "jumpMultiplierPerBlock",
|
|
4353
5058
|
"type": "uint256"
|
|
4354
5059
|
},
|
|
4355
5060
|
{
|
|
@@ -4390,20 +5095,7 @@
|
|
|
4390
5095
|
},
|
|
4391
5096
|
{
|
|
4392
5097
|
"inputs": [],
|
|
4393
|
-
"name": "
|
|
4394
|
-
"outputs": [
|
|
4395
|
-
{
|
|
4396
|
-
"internalType": "uint256",
|
|
4397
|
-
"name": "",
|
|
4398
|
-
"type": "uint256"
|
|
4399
|
-
}
|
|
4400
|
-
],
|
|
4401
|
-
"stateMutability": "view",
|
|
4402
|
-
"type": "function"
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"inputs": [],
|
|
4406
|
-
"name": "getBlockNumberOrTimestamp",
|
|
5098
|
+
"name": "blocksPerYear",
|
|
4407
5099
|
"outputs": [
|
|
4408
5100
|
{
|
|
4409
5101
|
"internalType": "uint256",
|
|
@@ -4500,19 +5192,6 @@
|
|
|
4500
5192
|
"stateMutability": "pure",
|
|
4501
5193
|
"type": "function"
|
|
4502
5194
|
},
|
|
4503
|
-
{
|
|
4504
|
-
"inputs": [],
|
|
4505
|
-
"name": "isTimeBased",
|
|
4506
|
-
"outputs": [
|
|
4507
|
-
{
|
|
4508
|
-
"internalType": "bool",
|
|
4509
|
-
"name": "",
|
|
4510
|
-
"type": "bool"
|
|
4511
|
-
}
|
|
4512
|
-
],
|
|
4513
|
-
"stateMutability": "view",
|
|
4514
|
-
"type": "function"
|
|
4515
|
-
},
|
|
4516
5195
|
{
|
|
4517
5196
|
"inputs": [],
|
|
4518
5197
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4616,8 +5295,8 @@
|
|
|
4616
5295
|
}
|
|
4617
5296
|
]
|
|
4618
5297
|
},
|
|
4619
|
-
"
|
|
4620
|
-
"address": "
|
|
5298
|
+
"JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": {
|
|
5299
|
+
"address": "0x0F84aF9A902dbb5a0986e5D5003189cF2B80A760",
|
|
4621
5300
|
"abi": [
|
|
4622
5301
|
{
|
|
4623
5302
|
"inputs": [
|
|
@@ -4935,29 +5614,24 @@
|
|
|
4935
5614
|
}
|
|
4936
5615
|
]
|
|
4937
5616
|
},
|
|
4938
|
-
"
|
|
4939
|
-
"address": "
|
|
5617
|
+
"JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps": {
|
|
5618
|
+
"address": "0xD9D3E7adA04993Cf06dE1A5c9C7f101BD1DefBF4",
|
|
4940
5619
|
"abi": [
|
|
4941
5620
|
{
|
|
4942
5621
|
"inputs": [
|
|
4943
5622
|
{
|
|
4944
5623
|
"internalType": "uint256",
|
|
4945
|
-
"name": "
|
|
4946
|
-
"type": "uint256"
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"internalType": "uint256",
|
|
4950
|
-
"name": "baseRatePerYear",
|
|
5624
|
+
"name": "baseRatePerYear_",
|
|
4951
5625
|
"type": "uint256"
|
|
4952
5626
|
},
|
|
4953
5627
|
{
|
|
4954
5628
|
"internalType": "uint256",
|
|
4955
|
-
"name": "
|
|
5629
|
+
"name": "multiplierPerYear_",
|
|
4956
5630
|
"type": "uint256"
|
|
4957
5631
|
},
|
|
4958
5632
|
{
|
|
4959
5633
|
"internalType": "uint256",
|
|
4960
|
-
"name": "
|
|
5634
|
+
"name": "jumpMultiplierPerYear_",
|
|
4961
5635
|
"type": "uint256"
|
|
4962
5636
|
},
|
|
4963
5637
|
{
|
|
@@ -4969,11 +5643,31 @@
|
|
|
4969
5643
|
"internalType": "contract IAccessControlManagerV8",
|
|
4970
5644
|
"name": "accessControlManager_",
|
|
4971
5645
|
"type": "address"
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
"internalType": "bool",
|
|
5649
|
+
"name": "timeBased_",
|
|
5650
|
+
"type": "bool"
|
|
5651
|
+
},
|
|
5652
|
+
{
|
|
5653
|
+
"internalType": "uint256",
|
|
5654
|
+
"name": "blocksPerYear_",
|
|
5655
|
+
"type": "uint256"
|
|
4972
5656
|
}
|
|
4973
5657
|
],
|
|
4974
5658
|
"stateMutability": "nonpayable",
|
|
4975
5659
|
"type": "constructor"
|
|
4976
5660
|
},
|
|
5661
|
+
{
|
|
5662
|
+
"inputs": [],
|
|
5663
|
+
"name": "InvalidBlocksPerYear",
|
|
5664
|
+
"type": "error"
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"inputs": [],
|
|
5668
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
5669
|
+
"type": "error"
|
|
5670
|
+
},
|
|
4977
5671
|
{
|
|
4978
5672
|
"inputs": [
|
|
4979
5673
|
{
|
|
@@ -5001,19 +5695,19 @@
|
|
|
5001
5695
|
{
|
|
5002
5696
|
"indexed": false,
|
|
5003
5697
|
"internalType": "uint256",
|
|
5004
|
-
"name": "
|
|
5698
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
5005
5699
|
"type": "uint256"
|
|
5006
5700
|
},
|
|
5007
5701
|
{
|
|
5008
5702
|
"indexed": false,
|
|
5009
5703
|
"internalType": "uint256",
|
|
5010
|
-
"name": "
|
|
5704
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
5011
5705
|
"type": "uint256"
|
|
5012
5706
|
},
|
|
5013
5707
|
{
|
|
5014
5708
|
"indexed": false,
|
|
5015
5709
|
"internalType": "uint256",
|
|
5016
|
-
"name": "
|
|
5710
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
5017
5711
|
"type": "uint256"
|
|
5018
5712
|
},
|
|
5019
5713
|
{
|
|
@@ -5054,7 +5748,20 @@
|
|
|
5054
5748
|
},
|
|
5055
5749
|
{
|
|
5056
5750
|
"inputs": [],
|
|
5057
|
-
"name": "
|
|
5751
|
+
"name": "blocksOrSecondsPerYear",
|
|
5752
|
+
"outputs": [
|
|
5753
|
+
{
|
|
5754
|
+
"internalType": "uint256",
|
|
5755
|
+
"name": "",
|
|
5756
|
+
"type": "uint256"
|
|
5757
|
+
}
|
|
5758
|
+
],
|
|
5759
|
+
"stateMutability": "view",
|
|
5760
|
+
"type": "function"
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
"inputs": [],
|
|
5764
|
+
"name": "getBlockNumberOrTimestamp",
|
|
5058
5765
|
"outputs": [
|
|
5059
5766
|
{
|
|
5060
5767
|
"internalType": "uint256",
|
|
@@ -5151,6 +5858,19 @@
|
|
|
5151
5858
|
"stateMutability": "pure",
|
|
5152
5859
|
"type": "function"
|
|
5153
5860
|
},
|
|
5861
|
+
{
|
|
5862
|
+
"inputs": [],
|
|
5863
|
+
"name": "isTimeBased",
|
|
5864
|
+
"outputs": [
|
|
5865
|
+
{
|
|
5866
|
+
"internalType": "bool",
|
|
5867
|
+
"name": "",
|
|
5868
|
+
"type": "bool"
|
|
5869
|
+
}
|
|
5870
|
+
],
|
|
5871
|
+
"stateMutability": "view",
|
|
5872
|
+
"type": "function"
|
|
5873
|
+
},
|
|
5154
5874
|
{
|
|
5155
5875
|
"inputs": [],
|
|
5156
5876
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5254,8 +5974,8 @@
|
|
|
5254
5974
|
}
|
|
5255
5975
|
]
|
|
5256
5976
|
},
|
|
5257
|
-
"
|
|
5258
|
-
"address": "
|
|
5977
|
+
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": {
|
|
5978
|
+
"address": "0xD9a049512ABaA7073D02a398ceD1B92371bff622",
|
|
5259
5979
|
"abi": [
|
|
5260
5980
|
{
|
|
5261
5981
|
"inputs": [
|
|
@@ -29556,6 +30276,80 @@
|
|
|
29556
30276
|
}
|
|
29557
30277
|
]
|
|
29558
30278
|
},
|
|
30279
|
+
"VToken_veBTC": {
|
|
30280
|
+
"address": "0x325cEB02fe1C2fF816A83a5770eA0E88e2faEcF2",
|
|
30281
|
+
"abi": [
|
|
30282
|
+
{
|
|
30283
|
+
"inputs": [
|
|
30284
|
+
{
|
|
30285
|
+
"internalType": "address",
|
|
30286
|
+
"name": "beacon",
|
|
30287
|
+
"type": "address"
|
|
30288
|
+
},
|
|
30289
|
+
{
|
|
30290
|
+
"internalType": "bytes",
|
|
30291
|
+
"name": "data",
|
|
30292
|
+
"type": "bytes"
|
|
30293
|
+
}
|
|
30294
|
+
],
|
|
30295
|
+
"stateMutability": "payable",
|
|
30296
|
+
"type": "constructor"
|
|
30297
|
+
},
|
|
30298
|
+
{
|
|
30299
|
+
"anonymous": false,
|
|
30300
|
+
"inputs": [
|
|
30301
|
+
{
|
|
30302
|
+
"indexed": false,
|
|
30303
|
+
"internalType": "address",
|
|
30304
|
+
"name": "previousAdmin",
|
|
30305
|
+
"type": "address"
|
|
30306
|
+
},
|
|
30307
|
+
{
|
|
30308
|
+
"indexed": false,
|
|
30309
|
+
"internalType": "address",
|
|
30310
|
+
"name": "newAdmin",
|
|
30311
|
+
"type": "address"
|
|
30312
|
+
}
|
|
30313
|
+
],
|
|
30314
|
+
"name": "AdminChanged",
|
|
30315
|
+
"type": "event"
|
|
30316
|
+
},
|
|
30317
|
+
{
|
|
30318
|
+
"anonymous": false,
|
|
30319
|
+
"inputs": [
|
|
30320
|
+
{
|
|
30321
|
+
"indexed": true,
|
|
30322
|
+
"internalType": "address",
|
|
30323
|
+
"name": "beacon",
|
|
30324
|
+
"type": "address"
|
|
30325
|
+
}
|
|
30326
|
+
],
|
|
30327
|
+
"name": "BeaconUpgraded",
|
|
30328
|
+
"type": "event"
|
|
30329
|
+
},
|
|
30330
|
+
{
|
|
30331
|
+
"anonymous": false,
|
|
30332
|
+
"inputs": [
|
|
30333
|
+
{
|
|
30334
|
+
"indexed": true,
|
|
30335
|
+
"internalType": "address",
|
|
30336
|
+
"name": "implementation",
|
|
30337
|
+
"type": "address"
|
|
30338
|
+
}
|
|
30339
|
+
],
|
|
30340
|
+
"name": "Upgraded",
|
|
30341
|
+
"type": "event"
|
|
30342
|
+
},
|
|
30343
|
+
{
|
|
30344
|
+
"stateMutability": "payable",
|
|
30345
|
+
"type": "fallback"
|
|
30346
|
+
},
|
|
30347
|
+
{
|
|
30348
|
+
"stateMutability": "payable",
|
|
30349
|
+
"type": "receive"
|
|
30350
|
+
}
|
|
30351
|
+
]
|
|
30352
|
+
},
|
|
29559
30353
|
"VToken_vezETH_LiquidStakedETH": {
|
|
29560
30354
|
"address": "0xA854D35664c658280fFf27B6eDC6C4195c3229B3",
|
|
29561
30355
|
"abi": [
|
|
@@ -29630,6 +30424,80 @@
|
|
|
29630
30424
|
}
|
|
29631
30425
|
]
|
|
29632
30426
|
},
|
|
30427
|
+
"VToken_vpufETH_LiquidStakedETH": {
|
|
30428
|
+
"address": "0xE0ee5dDeBFe0abe0a4Af50299D68b74Cec31668e",
|
|
30429
|
+
"abi": [
|
|
30430
|
+
{
|
|
30431
|
+
"inputs": [
|
|
30432
|
+
{
|
|
30433
|
+
"internalType": "address",
|
|
30434
|
+
"name": "beacon",
|
|
30435
|
+
"type": "address"
|
|
30436
|
+
},
|
|
30437
|
+
{
|
|
30438
|
+
"internalType": "bytes",
|
|
30439
|
+
"name": "data",
|
|
30440
|
+
"type": "bytes"
|
|
30441
|
+
}
|
|
30442
|
+
],
|
|
30443
|
+
"stateMutability": "payable",
|
|
30444
|
+
"type": "constructor"
|
|
30445
|
+
},
|
|
30446
|
+
{
|
|
30447
|
+
"anonymous": false,
|
|
30448
|
+
"inputs": [
|
|
30449
|
+
{
|
|
30450
|
+
"indexed": false,
|
|
30451
|
+
"internalType": "address",
|
|
30452
|
+
"name": "previousAdmin",
|
|
30453
|
+
"type": "address"
|
|
30454
|
+
},
|
|
30455
|
+
{
|
|
30456
|
+
"indexed": false,
|
|
30457
|
+
"internalType": "address",
|
|
30458
|
+
"name": "newAdmin",
|
|
30459
|
+
"type": "address"
|
|
30460
|
+
}
|
|
30461
|
+
],
|
|
30462
|
+
"name": "AdminChanged",
|
|
30463
|
+
"type": "event"
|
|
30464
|
+
},
|
|
30465
|
+
{
|
|
30466
|
+
"anonymous": false,
|
|
30467
|
+
"inputs": [
|
|
30468
|
+
{
|
|
30469
|
+
"indexed": true,
|
|
30470
|
+
"internalType": "address",
|
|
30471
|
+
"name": "beacon",
|
|
30472
|
+
"type": "address"
|
|
30473
|
+
}
|
|
30474
|
+
],
|
|
30475
|
+
"name": "BeaconUpgraded",
|
|
30476
|
+
"type": "event"
|
|
30477
|
+
},
|
|
30478
|
+
{
|
|
30479
|
+
"anonymous": false,
|
|
30480
|
+
"inputs": [
|
|
30481
|
+
{
|
|
30482
|
+
"indexed": true,
|
|
30483
|
+
"internalType": "address",
|
|
30484
|
+
"name": "implementation",
|
|
30485
|
+
"type": "address"
|
|
30486
|
+
}
|
|
30487
|
+
],
|
|
30488
|
+
"name": "Upgraded",
|
|
30489
|
+
"type": "event"
|
|
30490
|
+
},
|
|
30491
|
+
{
|
|
30492
|
+
"stateMutability": "payable",
|
|
30493
|
+
"type": "fallback"
|
|
30494
|
+
},
|
|
30495
|
+
{
|
|
30496
|
+
"stateMutability": "payable",
|
|
30497
|
+
"type": "receive"
|
|
30498
|
+
}
|
|
30499
|
+
]
|
|
30500
|
+
},
|
|
29633
30501
|
"VToken_vrsETH_LiquidStakedETH": {
|
|
29634
30502
|
"address": "0xDB6C345f864883a8F4cae87852Ac342589E76D1B",
|
|
29635
30503
|
"abi": [
|