@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
package/deployments/sepolia.json
CHANGED
|
@@ -3332,29 +3332,24 @@
|
|
|
3332
3332
|
}
|
|
3333
3333
|
]
|
|
3334
3334
|
},
|
|
3335
|
-
"
|
|
3336
|
-
"address": "
|
|
3335
|
+
"JumpRateModelV2_base0bps_slope450bps_jump20000bps_kink4500bps": {
|
|
3336
|
+
"address": "0x9404B140E5384326ef108B089EBDa71a7f23Cd55",
|
|
3337
3337
|
"abi": [
|
|
3338
3338
|
{
|
|
3339
3339
|
"inputs": [
|
|
3340
3340
|
{
|
|
3341
3341
|
"internalType": "uint256",
|
|
3342
|
-
"name": "
|
|
3343
|
-
"type": "uint256"
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"internalType": "uint256",
|
|
3347
|
-
"name": "baseRatePerYear",
|
|
3342
|
+
"name": "baseRatePerYear_",
|
|
3348
3343
|
"type": "uint256"
|
|
3349
3344
|
},
|
|
3350
3345
|
{
|
|
3351
3346
|
"internalType": "uint256",
|
|
3352
|
-
"name": "
|
|
3347
|
+
"name": "multiplierPerYear_",
|
|
3353
3348
|
"type": "uint256"
|
|
3354
3349
|
},
|
|
3355
3350
|
{
|
|
3356
3351
|
"internalType": "uint256",
|
|
3357
|
-
"name": "
|
|
3352
|
+
"name": "jumpMultiplierPerYear_",
|
|
3358
3353
|
"type": "uint256"
|
|
3359
3354
|
},
|
|
3360
3355
|
{
|
|
@@ -3366,11 +3361,31 @@
|
|
|
3366
3361
|
"internalType": "contract IAccessControlManagerV8",
|
|
3367
3362
|
"name": "accessControlManager_",
|
|
3368
3363
|
"type": "address"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"internalType": "bool",
|
|
3367
|
+
"name": "timeBased_",
|
|
3368
|
+
"type": "bool"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"internalType": "uint256",
|
|
3372
|
+
"name": "blocksPerYear_",
|
|
3373
|
+
"type": "uint256"
|
|
3369
3374
|
}
|
|
3370
3375
|
],
|
|
3371
3376
|
"stateMutability": "nonpayable",
|
|
3372
3377
|
"type": "constructor"
|
|
3373
3378
|
},
|
|
3379
|
+
{
|
|
3380
|
+
"inputs": [],
|
|
3381
|
+
"name": "InvalidBlocksPerYear",
|
|
3382
|
+
"type": "error"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"inputs": [],
|
|
3386
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3387
|
+
"type": "error"
|
|
3388
|
+
},
|
|
3374
3389
|
{
|
|
3375
3390
|
"inputs": [
|
|
3376
3391
|
{
|
|
@@ -3398,19 +3413,19 @@
|
|
|
3398
3413
|
{
|
|
3399
3414
|
"indexed": false,
|
|
3400
3415
|
"internalType": "uint256",
|
|
3401
|
-
"name": "
|
|
3416
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3402
3417
|
"type": "uint256"
|
|
3403
3418
|
},
|
|
3404
3419
|
{
|
|
3405
3420
|
"indexed": false,
|
|
3406
3421
|
"internalType": "uint256",
|
|
3407
|
-
"name": "
|
|
3422
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3408
3423
|
"type": "uint256"
|
|
3409
3424
|
},
|
|
3410
3425
|
{
|
|
3411
3426
|
"indexed": false,
|
|
3412
3427
|
"internalType": "uint256",
|
|
3413
|
-
"name": "
|
|
3428
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3414
3429
|
"type": "uint256"
|
|
3415
3430
|
},
|
|
3416
3431
|
{
|
|
@@ -3451,7 +3466,20 @@
|
|
|
3451
3466
|
},
|
|
3452
3467
|
{
|
|
3453
3468
|
"inputs": [],
|
|
3454
|
-
"name": "
|
|
3469
|
+
"name": "blocksOrSecondsPerYear",
|
|
3470
|
+
"outputs": [
|
|
3471
|
+
{
|
|
3472
|
+
"internalType": "uint256",
|
|
3473
|
+
"name": "",
|
|
3474
|
+
"type": "uint256"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"stateMutability": "view",
|
|
3478
|
+
"type": "function"
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"inputs": [],
|
|
3482
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3455
3483
|
"outputs": [
|
|
3456
3484
|
{
|
|
3457
3485
|
"internalType": "uint256",
|
|
@@ -3548,6 +3576,19 @@
|
|
|
3548
3576
|
"stateMutability": "pure",
|
|
3549
3577
|
"type": "function"
|
|
3550
3578
|
},
|
|
3579
|
+
{
|
|
3580
|
+
"inputs": [],
|
|
3581
|
+
"name": "isTimeBased",
|
|
3582
|
+
"outputs": [
|
|
3583
|
+
{
|
|
3584
|
+
"internalType": "bool",
|
|
3585
|
+
"name": "",
|
|
3586
|
+
"type": "bool"
|
|
3587
|
+
}
|
|
3588
|
+
],
|
|
3589
|
+
"stateMutability": "view",
|
|
3590
|
+
"type": "function"
|
|
3591
|
+
},
|
|
3551
3592
|
{
|
|
3552
3593
|
"inputs": [],
|
|
3553
3594
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3651,8 +3692,8 @@
|
|
|
3651
3692
|
}
|
|
3652
3693
|
]
|
|
3653
3694
|
},
|
|
3654
|
-
"
|
|
3655
|
-
"address": "
|
|
3695
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": {
|
|
3696
|
+
"address": "0xe948BBE16a846988A501A33Fb6A82Af4E2f231aE",
|
|
3656
3697
|
"abi": [
|
|
3657
3698
|
{
|
|
3658
3699
|
"inputs": [
|
|
@@ -3970,8 +4011,8 @@
|
|
|
3970
4011
|
}
|
|
3971
4012
|
]
|
|
3972
4013
|
},
|
|
3973
|
-
"
|
|
3974
|
-
"address": "
|
|
4014
|
+
"JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": {
|
|
4015
|
+
"address": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
|
|
3975
4016
|
"abi": [
|
|
3976
4017
|
{
|
|
3977
4018
|
"inputs": [
|
|
@@ -4289,8 +4330,8 @@
|
|
|
4289
4330
|
}
|
|
4290
4331
|
]
|
|
4291
4332
|
},
|
|
4292
|
-
"
|
|
4293
|
-
"address": "
|
|
4333
|
+
"JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": {
|
|
4334
|
+
"address": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
|
|
4294
4335
|
"abi": [
|
|
4295
4336
|
{
|
|
4296
4337
|
"inputs": [
|
|
@@ -4608,24 +4649,29 @@
|
|
|
4608
4649
|
}
|
|
4609
4650
|
]
|
|
4610
4651
|
},
|
|
4611
|
-
"
|
|
4612
|
-
"address": "
|
|
4652
|
+
"JumpRateModelV2_base0bps_slope9000bps_jump7500bps_kink4500bps": {
|
|
4653
|
+
"address": "0xf5EA67C92EF40b948EF672DE5fb913237A880A9E",
|
|
4613
4654
|
"abi": [
|
|
4614
4655
|
{
|
|
4615
4656
|
"inputs": [
|
|
4616
4657
|
{
|
|
4617
4658
|
"internalType": "uint256",
|
|
4618
|
-
"name": "
|
|
4659
|
+
"name": "blocksPerYear_",
|
|
4619
4660
|
"type": "uint256"
|
|
4620
4661
|
},
|
|
4621
4662
|
{
|
|
4622
4663
|
"internalType": "uint256",
|
|
4623
|
-
"name": "
|
|
4664
|
+
"name": "baseRatePerYear",
|
|
4624
4665
|
"type": "uint256"
|
|
4625
4666
|
},
|
|
4626
4667
|
{
|
|
4627
4668
|
"internalType": "uint256",
|
|
4628
|
-
"name": "
|
|
4669
|
+
"name": "multiplierPerYear",
|
|
4670
|
+
"type": "uint256"
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
"internalType": "uint256",
|
|
4674
|
+
"name": "jumpMultiplierPerYear",
|
|
4629
4675
|
"type": "uint256"
|
|
4630
4676
|
},
|
|
4631
4677
|
{
|
|
@@ -4637,31 +4683,11 @@
|
|
|
4637
4683
|
"internalType": "contract IAccessControlManagerV8",
|
|
4638
4684
|
"name": "accessControlManager_",
|
|
4639
4685
|
"type": "address"
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"internalType": "bool",
|
|
4643
|
-
"name": "timeBased_",
|
|
4644
|
-
"type": "bool"
|
|
4645
|
-
},
|
|
4646
|
-
{
|
|
4647
|
-
"internalType": "uint256",
|
|
4648
|
-
"name": "blocksPerYear_",
|
|
4649
|
-
"type": "uint256"
|
|
4650
4686
|
}
|
|
4651
4687
|
],
|
|
4652
4688
|
"stateMutability": "nonpayable",
|
|
4653
4689
|
"type": "constructor"
|
|
4654
4690
|
},
|
|
4655
|
-
{
|
|
4656
|
-
"inputs": [],
|
|
4657
|
-
"name": "InvalidBlocksPerYear",
|
|
4658
|
-
"type": "error"
|
|
4659
|
-
},
|
|
4660
|
-
{
|
|
4661
|
-
"inputs": [],
|
|
4662
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
4663
|
-
"type": "error"
|
|
4664
|
-
},
|
|
4665
4691
|
{
|
|
4666
4692
|
"inputs": [
|
|
4667
4693
|
{
|
|
@@ -4689,19 +4715,19 @@
|
|
|
4689
4715
|
{
|
|
4690
4716
|
"indexed": false,
|
|
4691
4717
|
"internalType": "uint256",
|
|
4692
|
-
"name": "
|
|
4718
|
+
"name": "baseRatePerBlock",
|
|
4693
4719
|
"type": "uint256"
|
|
4694
4720
|
},
|
|
4695
4721
|
{
|
|
4696
4722
|
"indexed": false,
|
|
4697
4723
|
"internalType": "uint256",
|
|
4698
|
-
"name": "
|
|
4724
|
+
"name": "multiplierPerBlock",
|
|
4699
4725
|
"type": "uint256"
|
|
4700
4726
|
},
|
|
4701
4727
|
{
|
|
4702
4728
|
"indexed": false,
|
|
4703
4729
|
"internalType": "uint256",
|
|
4704
|
-
"name": "
|
|
4730
|
+
"name": "jumpMultiplierPerBlock",
|
|
4705
4731
|
"type": "uint256"
|
|
4706
4732
|
},
|
|
4707
4733
|
{
|
|
@@ -4742,20 +4768,7 @@
|
|
|
4742
4768
|
},
|
|
4743
4769
|
{
|
|
4744
4770
|
"inputs": [],
|
|
4745
|
-
"name": "
|
|
4746
|
-
"outputs": [
|
|
4747
|
-
{
|
|
4748
|
-
"internalType": "uint256",
|
|
4749
|
-
"name": "",
|
|
4750
|
-
"type": "uint256"
|
|
4751
|
-
}
|
|
4752
|
-
],
|
|
4753
|
-
"stateMutability": "view",
|
|
4754
|
-
"type": "function"
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"inputs": [],
|
|
4758
|
-
"name": "getBlockNumberOrTimestamp",
|
|
4771
|
+
"name": "blocksPerYear",
|
|
4759
4772
|
"outputs": [
|
|
4760
4773
|
{
|
|
4761
4774
|
"internalType": "uint256",
|
|
@@ -4852,19 +4865,6 @@
|
|
|
4852
4865
|
"stateMutability": "pure",
|
|
4853
4866
|
"type": "function"
|
|
4854
4867
|
},
|
|
4855
|
-
{
|
|
4856
|
-
"inputs": [],
|
|
4857
|
-
"name": "isTimeBased",
|
|
4858
|
-
"outputs": [
|
|
4859
|
-
{
|
|
4860
|
-
"internalType": "bool",
|
|
4861
|
-
"name": "",
|
|
4862
|
-
"type": "bool"
|
|
4863
|
-
}
|
|
4864
|
-
],
|
|
4865
|
-
"stateMutability": "view",
|
|
4866
|
-
"type": "function"
|
|
4867
|
-
},
|
|
4868
4868
|
{
|
|
4869
4869
|
"inputs": [],
|
|
4870
4870
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4968,8 +4968,8 @@
|
|
|
4968
4968
|
}
|
|
4969
4969
|
]
|
|
4970
4970
|
},
|
|
4971
|
-
"
|
|
4972
|
-
"address": "
|
|
4971
|
+
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": {
|
|
4972
|
+
"address": "0x49DF29953303c5AB09201d54435C8662d06d024C",
|
|
4973
4973
|
"abi": [
|
|
4974
4974
|
{
|
|
4975
4975
|
"inputs": [
|
|
@@ -5328,29 +5328,24 @@
|
|
|
5328
5328
|
}
|
|
5329
5329
|
]
|
|
5330
5330
|
},
|
|
5331
|
-
"
|
|
5332
|
-
"address": "
|
|
5331
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps": {
|
|
5332
|
+
"address": "0x0F2F036067BBFc5841d394Aee78F611C64f7c759",
|
|
5333
5333
|
"abi": [
|
|
5334
5334
|
{
|
|
5335
5335
|
"inputs": [
|
|
5336
5336
|
{
|
|
5337
5337
|
"internalType": "uint256",
|
|
5338
|
-
"name": "
|
|
5339
|
-
"type": "uint256"
|
|
5340
|
-
},
|
|
5341
|
-
{
|
|
5342
|
-
"internalType": "uint256",
|
|
5343
|
-
"name": "baseRatePerYear",
|
|
5338
|
+
"name": "baseRatePerYear_",
|
|
5344
5339
|
"type": "uint256"
|
|
5345
5340
|
},
|
|
5346
5341
|
{
|
|
5347
5342
|
"internalType": "uint256",
|
|
5348
|
-
"name": "
|
|
5343
|
+
"name": "multiplierPerYear_",
|
|
5349
5344
|
"type": "uint256"
|
|
5350
5345
|
},
|
|
5351
5346
|
{
|
|
5352
5347
|
"internalType": "uint256",
|
|
5353
|
-
"name": "
|
|
5348
|
+
"name": "jumpMultiplierPerYear_",
|
|
5354
5349
|
"type": "uint256"
|
|
5355
5350
|
},
|
|
5356
5351
|
{
|
|
@@ -5362,11 +5357,31 @@
|
|
|
5362
5357
|
"internalType": "contract IAccessControlManagerV8",
|
|
5363
5358
|
"name": "accessControlManager_",
|
|
5364
5359
|
"type": "address"
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"internalType": "bool",
|
|
5363
|
+
"name": "timeBased_",
|
|
5364
|
+
"type": "bool"
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"internalType": "uint256",
|
|
5368
|
+
"name": "blocksPerYear_",
|
|
5369
|
+
"type": "uint256"
|
|
5365
5370
|
}
|
|
5366
5371
|
],
|
|
5367
5372
|
"stateMutability": "nonpayable",
|
|
5368
5373
|
"type": "constructor"
|
|
5369
5374
|
},
|
|
5375
|
+
{
|
|
5376
|
+
"inputs": [],
|
|
5377
|
+
"name": "InvalidBlocksPerYear",
|
|
5378
|
+
"type": "error"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"inputs": [],
|
|
5382
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
5383
|
+
"type": "error"
|
|
5384
|
+
},
|
|
5370
5385
|
{
|
|
5371
5386
|
"inputs": [
|
|
5372
5387
|
{
|
|
@@ -5394,19 +5409,19 @@
|
|
|
5394
5409
|
{
|
|
5395
5410
|
"indexed": false,
|
|
5396
5411
|
"internalType": "uint256",
|
|
5397
|
-
"name": "
|
|
5412
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
5398
5413
|
"type": "uint256"
|
|
5399
5414
|
},
|
|
5400
5415
|
{
|
|
5401
5416
|
"indexed": false,
|
|
5402
5417
|
"internalType": "uint256",
|
|
5403
|
-
"name": "
|
|
5418
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
5404
5419
|
"type": "uint256"
|
|
5405
5420
|
},
|
|
5406
5421
|
{
|
|
5407
5422
|
"indexed": false,
|
|
5408
5423
|
"internalType": "uint256",
|
|
5409
|
-
"name": "
|
|
5424
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
5410
5425
|
"type": "uint256"
|
|
5411
5426
|
},
|
|
5412
5427
|
{
|
|
@@ -5447,7 +5462,20 @@
|
|
|
5447
5462
|
},
|
|
5448
5463
|
{
|
|
5449
5464
|
"inputs": [],
|
|
5450
|
-
"name": "
|
|
5465
|
+
"name": "blocksOrSecondsPerYear",
|
|
5466
|
+
"outputs": [
|
|
5467
|
+
{
|
|
5468
|
+
"internalType": "uint256",
|
|
5469
|
+
"name": "",
|
|
5470
|
+
"type": "uint256"
|
|
5471
|
+
}
|
|
5472
|
+
],
|
|
5473
|
+
"stateMutability": "view",
|
|
5474
|
+
"type": "function"
|
|
5475
|
+
},
|
|
5476
|
+
{
|
|
5477
|
+
"inputs": [],
|
|
5478
|
+
"name": "getBlockNumberOrTimestamp",
|
|
5451
5479
|
"outputs": [
|
|
5452
5480
|
{
|
|
5453
5481
|
"internalType": "uint256",
|
|
@@ -5544,6 +5572,19 @@
|
|
|
5544
5572
|
"stateMutability": "pure",
|
|
5545
5573
|
"type": "function"
|
|
5546
5574
|
},
|
|
5575
|
+
{
|
|
5576
|
+
"inputs": [],
|
|
5577
|
+
"name": "isTimeBased",
|
|
5578
|
+
"outputs": [
|
|
5579
|
+
{
|
|
5580
|
+
"internalType": "bool",
|
|
5581
|
+
"name": "",
|
|
5582
|
+
"type": "bool"
|
|
5583
|
+
}
|
|
5584
|
+
],
|
|
5585
|
+
"stateMutability": "view",
|
|
5586
|
+
"type": "function"
|
|
5587
|
+
},
|
|
5547
5588
|
{
|
|
5548
5589
|
"inputs": [],
|
|
5549
5590
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5647,29 +5688,24 @@
|
|
|
5647
5688
|
}
|
|
5648
5689
|
]
|
|
5649
5690
|
},
|
|
5650
|
-
"
|
|
5651
|
-
"address": "
|
|
5691
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
|
|
5692
|
+
"address": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
|
|
5652
5693
|
"abi": [
|
|
5653
5694
|
{
|
|
5654
5695
|
"inputs": [
|
|
5655
5696
|
{
|
|
5656
5697
|
"internalType": "uint256",
|
|
5657
|
-
"name": "
|
|
5658
|
-
"type": "uint256"
|
|
5659
|
-
},
|
|
5660
|
-
{
|
|
5661
|
-
"internalType": "uint256",
|
|
5662
|
-
"name": "baseRatePerYear",
|
|
5698
|
+
"name": "baseRatePerYear_",
|
|
5663
5699
|
"type": "uint256"
|
|
5664
5700
|
},
|
|
5665
5701
|
{
|
|
5666
5702
|
"internalType": "uint256",
|
|
5667
|
-
"name": "
|
|
5703
|
+
"name": "multiplierPerYear_",
|
|
5668
5704
|
"type": "uint256"
|
|
5669
5705
|
},
|
|
5670
5706
|
{
|
|
5671
5707
|
"internalType": "uint256",
|
|
5672
|
-
"name": "
|
|
5708
|
+
"name": "jumpMultiplierPerYear_",
|
|
5673
5709
|
"type": "uint256"
|
|
5674
5710
|
},
|
|
5675
5711
|
{
|
|
@@ -5681,11 +5717,31 @@
|
|
|
5681
5717
|
"internalType": "contract IAccessControlManagerV8",
|
|
5682
5718
|
"name": "accessControlManager_",
|
|
5683
5719
|
"type": "address"
|
|
5720
|
+
},
|
|
5721
|
+
{
|
|
5722
|
+
"internalType": "bool",
|
|
5723
|
+
"name": "timeBased_",
|
|
5724
|
+
"type": "bool"
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"internalType": "uint256",
|
|
5728
|
+
"name": "blocksPerYear_",
|
|
5729
|
+
"type": "uint256"
|
|
5684
5730
|
}
|
|
5685
5731
|
],
|
|
5686
5732
|
"stateMutability": "nonpayable",
|
|
5687
5733
|
"type": "constructor"
|
|
5688
5734
|
},
|
|
5735
|
+
{
|
|
5736
|
+
"inputs": [],
|
|
5737
|
+
"name": "InvalidBlocksPerYear",
|
|
5738
|
+
"type": "error"
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"inputs": [],
|
|
5742
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
5743
|
+
"type": "error"
|
|
5744
|
+
},
|
|
5689
5745
|
{
|
|
5690
5746
|
"inputs": [
|
|
5691
5747
|
{
|
|
@@ -5713,19 +5769,19 @@
|
|
|
5713
5769
|
{
|
|
5714
5770
|
"indexed": false,
|
|
5715
5771
|
"internalType": "uint256",
|
|
5716
|
-
"name": "
|
|
5772
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
5717
5773
|
"type": "uint256"
|
|
5718
5774
|
},
|
|
5719
5775
|
{
|
|
5720
5776
|
"indexed": false,
|
|
5721
5777
|
"internalType": "uint256",
|
|
5722
|
-
"name": "
|
|
5778
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
5723
5779
|
"type": "uint256"
|
|
5724
5780
|
},
|
|
5725
5781
|
{
|
|
5726
5782
|
"indexed": false,
|
|
5727
5783
|
"internalType": "uint256",
|
|
5728
|
-
"name": "
|
|
5784
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
5729
5785
|
"type": "uint256"
|
|
5730
5786
|
},
|
|
5731
5787
|
{
|
|
@@ -5766,7 +5822,20 @@
|
|
|
5766
5822
|
},
|
|
5767
5823
|
{
|
|
5768
5824
|
"inputs": [],
|
|
5769
|
-
"name": "
|
|
5825
|
+
"name": "blocksOrSecondsPerYear",
|
|
5826
|
+
"outputs": [
|
|
5827
|
+
{
|
|
5828
|
+
"internalType": "uint256",
|
|
5829
|
+
"name": "",
|
|
5830
|
+
"type": "uint256"
|
|
5831
|
+
}
|
|
5832
|
+
],
|
|
5833
|
+
"stateMutability": "view",
|
|
5834
|
+
"type": "function"
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"inputs": [],
|
|
5838
|
+
"name": "getBlockNumberOrTimestamp",
|
|
5770
5839
|
"outputs": [
|
|
5771
5840
|
{
|
|
5772
5841
|
"internalType": "uint256",
|
|
@@ -5863,6 +5932,19 @@
|
|
|
5863
5932
|
"stateMutability": "pure",
|
|
5864
5933
|
"type": "function"
|
|
5865
5934
|
},
|
|
5935
|
+
{
|
|
5936
|
+
"inputs": [],
|
|
5937
|
+
"name": "isTimeBased",
|
|
5938
|
+
"outputs": [
|
|
5939
|
+
{
|
|
5940
|
+
"internalType": "bool",
|
|
5941
|
+
"name": "",
|
|
5942
|
+
"type": "bool"
|
|
5943
|
+
}
|
|
5944
|
+
],
|
|
5945
|
+
"stateMutability": "view",
|
|
5946
|
+
"type": "function"
|
|
5947
|
+
},
|
|
5866
5948
|
{
|
|
5867
5949
|
"inputs": [],
|
|
5868
5950
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5966,8 +6048,8 @@
|
|
|
5966
6048
|
}
|
|
5967
6049
|
]
|
|
5968
6050
|
},
|
|
5969
|
-
"
|
|
5970
|
-
"address": "
|
|
6051
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
|
|
6052
|
+
"address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
|
|
5971
6053
|
"abi": [
|
|
5972
6054
|
{
|
|
5973
6055
|
"inputs": [
|
|
@@ -6184,12 +6266,1277 @@
|
|
|
6184
6266
|
},
|
|
6185
6267
|
{
|
|
6186
6268
|
"inputs": [],
|
|
6187
|
-
"name": "jumpMultiplierPerBlock",
|
|
6269
|
+
"name": "jumpMultiplierPerBlock",
|
|
6270
|
+
"outputs": [
|
|
6271
|
+
{
|
|
6272
|
+
"internalType": "uint256",
|
|
6273
|
+
"name": "",
|
|
6274
|
+
"type": "uint256"
|
|
6275
|
+
}
|
|
6276
|
+
],
|
|
6277
|
+
"stateMutability": "view",
|
|
6278
|
+
"type": "function"
|
|
6279
|
+
},
|
|
6280
|
+
{
|
|
6281
|
+
"inputs": [],
|
|
6282
|
+
"name": "kink",
|
|
6283
|
+
"outputs": [
|
|
6284
|
+
{
|
|
6285
|
+
"internalType": "uint256",
|
|
6286
|
+
"name": "",
|
|
6287
|
+
"type": "uint256"
|
|
6288
|
+
}
|
|
6289
|
+
],
|
|
6290
|
+
"stateMutability": "view",
|
|
6291
|
+
"type": "function"
|
|
6292
|
+
},
|
|
6293
|
+
{
|
|
6294
|
+
"inputs": [],
|
|
6295
|
+
"name": "multiplierPerBlock",
|
|
6296
|
+
"outputs": [
|
|
6297
|
+
{
|
|
6298
|
+
"internalType": "uint256",
|
|
6299
|
+
"name": "",
|
|
6300
|
+
"type": "uint256"
|
|
6301
|
+
}
|
|
6302
|
+
],
|
|
6303
|
+
"stateMutability": "view",
|
|
6304
|
+
"type": "function"
|
|
6305
|
+
},
|
|
6306
|
+
{
|
|
6307
|
+
"inputs": [
|
|
6308
|
+
{
|
|
6309
|
+
"internalType": "uint256",
|
|
6310
|
+
"name": "baseRatePerYear",
|
|
6311
|
+
"type": "uint256"
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"internalType": "uint256",
|
|
6315
|
+
"name": "multiplierPerYear",
|
|
6316
|
+
"type": "uint256"
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"internalType": "uint256",
|
|
6320
|
+
"name": "jumpMultiplierPerYear",
|
|
6321
|
+
"type": "uint256"
|
|
6322
|
+
},
|
|
6323
|
+
{
|
|
6324
|
+
"internalType": "uint256",
|
|
6325
|
+
"name": "kink_",
|
|
6326
|
+
"type": "uint256"
|
|
6327
|
+
}
|
|
6328
|
+
],
|
|
6329
|
+
"name": "updateJumpRateModel",
|
|
6330
|
+
"outputs": [],
|
|
6331
|
+
"stateMutability": "nonpayable",
|
|
6332
|
+
"type": "function"
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"inputs": [
|
|
6336
|
+
{
|
|
6337
|
+
"internalType": "uint256",
|
|
6338
|
+
"name": "cash",
|
|
6339
|
+
"type": "uint256"
|
|
6340
|
+
},
|
|
6341
|
+
{
|
|
6342
|
+
"internalType": "uint256",
|
|
6343
|
+
"name": "borrows",
|
|
6344
|
+
"type": "uint256"
|
|
6345
|
+
},
|
|
6346
|
+
{
|
|
6347
|
+
"internalType": "uint256",
|
|
6348
|
+
"name": "reserves",
|
|
6349
|
+
"type": "uint256"
|
|
6350
|
+
},
|
|
6351
|
+
{
|
|
6352
|
+
"internalType": "uint256",
|
|
6353
|
+
"name": "badDebt",
|
|
6354
|
+
"type": "uint256"
|
|
6355
|
+
}
|
|
6356
|
+
],
|
|
6357
|
+
"name": "utilizationRate",
|
|
6358
|
+
"outputs": [
|
|
6359
|
+
{
|
|
6360
|
+
"internalType": "uint256",
|
|
6361
|
+
"name": "",
|
|
6362
|
+
"type": "uint256"
|
|
6363
|
+
}
|
|
6364
|
+
],
|
|
6365
|
+
"stateMutability": "pure",
|
|
6366
|
+
"type": "function"
|
|
6367
|
+
}
|
|
6368
|
+
]
|
|
6369
|
+
},
|
|
6370
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
|
|
6371
|
+
"address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
|
|
6372
|
+
"abi": [
|
|
6373
|
+
{
|
|
6374
|
+
"inputs": [
|
|
6375
|
+
{
|
|
6376
|
+
"internalType": "uint256",
|
|
6377
|
+
"name": "blocksPerYear_",
|
|
6378
|
+
"type": "uint256"
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"internalType": "uint256",
|
|
6382
|
+
"name": "baseRatePerYear",
|
|
6383
|
+
"type": "uint256"
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"internalType": "uint256",
|
|
6387
|
+
"name": "multiplierPerYear",
|
|
6388
|
+
"type": "uint256"
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
"internalType": "uint256",
|
|
6392
|
+
"name": "jumpMultiplierPerYear",
|
|
6393
|
+
"type": "uint256"
|
|
6394
|
+
},
|
|
6395
|
+
{
|
|
6396
|
+
"internalType": "uint256",
|
|
6397
|
+
"name": "kink_",
|
|
6398
|
+
"type": "uint256"
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
6402
|
+
"name": "accessControlManager_",
|
|
6403
|
+
"type": "address"
|
|
6404
|
+
}
|
|
6405
|
+
],
|
|
6406
|
+
"stateMutability": "nonpayable",
|
|
6407
|
+
"type": "constructor"
|
|
6408
|
+
},
|
|
6409
|
+
{
|
|
6410
|
+
"inputs": [
|
|
6411
|
+
{
|
|
6412
|
+
"internalType": "address",
|
|
6413
|
+
"name": "sender",
|
|
6414
|
+
"type": "address"
|
|
6415
|
+
},
|
|
6416
|
+
{
|
|
6417
|
+
"internalType": "address",
|
|
6418
|
+
"name": "calledContract",
|
|
6419
|
+
"type": "address"
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"internalType": "string",
|
|
6423
|
+
"name": "methodSignature",
|
|
6424
|
+
"type": "string"
|
|
6425
|
+
}
|
|
6426
|
+
],
|
|
6427
|
+
"name": "Unauthorized",
|
|
6428
|
+
"type": "error"
|
|
6429
|
+
},
|
|
6430
|
+
{
|
|
6431
|
+
"anonymous": false,
|
|
6432
|
+
"inputs": [
|
|
6433
|
+
{
|
|
6434
|
+
"indexed": false,
|
|
6435
|
+
"internalType": "uint256",
|
|
6436
|
+
"name": "baseRatePerBlock",
|
|
6437
|
+
"type": "uint256"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"indexed": false,
|
|
6441
|
+
"internalType": "uint256",
|
|
6442
|
+
"name": "multiplierPerBlock",
|
|
6443
|
+
"type": "uint256"
|
|
6444
|
+
},
|
|
6445
|
+
{
|
|
6446
|
+
"indexed": false,
|
|
6447
|
+
"internalType": "uint256",
|
|
6448
|
+
"name": "jumpMultiplierPerBlock",
|
|
6449
|
+
"type": "uint256"
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"indexed": false,
|
|
6453
|
+
"internalType": "uint256",
|
|
6454
|
+
"name": "kink",
|
|
6455
|
+
"type": "uint256"
|
|
6456
|
+
}
|
|
6457
|
+
],
|
|
6458
|
+
"name": "NewInterestParams",
|
|
6459
|
+
"type": "event"
|
|
6460
|
+
},
|
|
6461
|
+
{
|
|
6462
|
+
"inputs": [],
|
|
6463
|
+
"name": "accessControlManager",
|
|
6464
|
+
"outputs": [
|
|
6465
|
+
{
|
|
6466
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
6467
|
+
"name": "",
|
|
6468
|
+
"type": "address"
|
|
6469
|
+
}
|
|
6470
|
+
],
|
|
6471
|
+
"stateMutability": "view",
|
|
6472
|
+
"type": "function"
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"inputs": [],
|
|
6476
|
+
"name": "baseRatePerBlock",
|
|
6477
|
+
"outputs": [
|
|
6478
|
+
{
|
|
6479
|
+
"internalType": "uint256",
|
|
6480
|
+
"name": "",
|
|
6481
|
+
"type": "uint256"
|
|
6482
|
+
}
|
|
6483
|
+
],
|
|
6484
|
+
"stateMutability": "view",
|
|
6485
|
+
"type": "function"
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"inputs": [],
|
|
6489
|
+
"name": "blocksPerYear",
|
|
6490
|
+
"outputs": [
|
|
6491
|
+
{
|
|
6492
|
+
"internalType": "uint256",
|
|
6493
|
+
"name": "",
|
|
6494
|
+
"type": "uint256"
|
|
6495
|
+
}
|
|
6496
|
+
],
|
|
6497
|
+
"stateMutability": "view",
|
|
6498
|
+
"type": "function"
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"inputs": [
|
|
6502
|
+
{
|
|
6503
|
+
"internalType": "uint256",
|
|
6504
|
+
"name": "cash",
|
|
6505
|
+
"type": "uint256"
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"internalType": "uint256",
|
|
6509
|
+
"name": "borrows",
|
|
6510
|
+
"type": "uint256"
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"internalType": "uint256",
|
|
6514
|
+
"name": "reserves",
|
|
6515
|
+
"type": "uint256"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"internalType": "uint256",
|
|
6519
|
+
"name": "badDebt",
|
|
6520
|
+
"type": "uint256"
|
|
6521
|
+
}
|
|
6522
|
+
],
|
|
6523
|
+
"name": "getBorrowRate",
|
|
6524
|
+
"outputs": [
|
|
6525
|
+
{
|
|
6526
|
+
"internalType": "uint256",
|
|
6527
|
+
"name": "",
|
|
6528
|
+
"type": "uint256"
|
|
6529
|
+
}
|
|
6530
|
+
],
|
|
6531
|
+
"stateMutability": "view",
|
|
6532
|
+
"type": "function"
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"inputs": [
|
|
6536
|
+
{
|
|
6537
|
+
"internalType": "uint256",
|
|
6538
|
+
"name": "cash",
|
|
6539
|
+
"type": "uint256"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"internalType": "uint256",
|
|
6543
|
+
"name": "borrows",
|
|
6544
|
+
"type": "uint256"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"internalType": "uint256",
|
|
6548
|
+
"name": "reserves",
|
|
6549
|
+
"type": "uint256"
|
|
6550
|
+
},
|
|
6551
|
+
{
|
|
6552
|
+
"internalType": "uint256",
|
|
6553
|
+
"name": "reserveFactorMantissa",
|
|
6554
|
+
"type": "uint256"
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
"internalType": "uint256",
|
|
6558
|
+
"name": "badDebt",
|
|
6559
|
+
"type": "uint256"
|
|
6560
|
+
}
|
|
6561
|
+
],
|
|
6562
|
+
"name": "getSupplyRate",
|
|
6563
|
+
"outputs": [
|
|
6564
|
+
{
|
|
6565
|
+
"internalType": "uint256",
|
|
6566
|
+
"name": "",
|
|
6567
|
+
"type": "uint256"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"stateMutability": "view",
|
|
6571
|
+
"type": "function"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"inputs": [],
|
|
6575
|
+
"name": "isInterestRateModel",
|
|
6576
|
+
"outputs": [
|
|
6577
|
+
{
|
|
6578
|
+
"internalType": "bool",
|
|
6579
|
+
"name": "",
|
|
6580
|
+
"type": "bool"
|
|
6581
|
+
}
|
|
6582
|
+
],
|
|
6583
|
+
"stateMutability": "pure",
|
|
6584
|
+
"type": "function"
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"inputs": [],
|
|
6588
|
+
"name": "jumpMultiplierPerBlock",
|
|
6589
|
+
"outputs": [
|
|
6590
|
+
{
|
|
6591
|
+
"internalType": "uint256",
|
|
6592
|
+
"name": "",
|
|
6593
|
+
"type": "uint256"
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"stateMutability": "view",
|
|
6597
|
+
"type": "function"
|
|
6598
|
+
},
|
|
6599
|
+
{
|
|
6600
|
+
"inputs": [],
|
|
6601
|
+
"name": "kink",
|
|
6602
|
+
"outputs": [
|
|
6603
|
+
{
|
|
6604
|
+
"internalType": "uint256",
|
|
6605
|
+
"name": "",
|
|
6606
|
+
"type": "uint256"
|
|
6607
|
+
}
|
|
6608
|
+
],
|
|
6609
|
+
"stateMutability": "view",
|
|
6610
|
+
"type": "function"
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"inputs": [],
|
|
6614
|
+
"name": "multiplierPerBlock",
|
|
6615
|
+
"outputs": [
|
|
6616
|
+
{
|
|
6617
|
+
"internalType": "uint256",
|
|
6618
|
+
"name": "",
|
|
6619
|
+
"type": "uint256"
|
|
6620
|
+
}
|
|
6621
|
+
],
|
|
6622
|
+
"stateMutability": "view",
|
|
6623
|
+
"type": "function"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"inputs": [
|
|
6627
|
+
{
|
|
6628
|
+
"internalType": "uint256",
|
|
6629
|
+
"name": "baseRatePerYear",
|
|
6630
|
+
"type": "uint256"
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"internalType": "uint256",
|
|
6634
|
+
"name": "multiplierPerYear",
|
|
6635
|
+
"type": "uint256"
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"internalType": "uint256",
|
|
6639
|
+
"name": "jumpMultiplierPerYear",
|
|
6640
|
+
"type": "uint256"
|
|
6641
|
+
},
|
|
6642
|
+
{
|
|
6643
|
+
"internalType": "uint256",
|
|
6644
|
+
"name": "kink_",
|
|
6645
|
+
"type": "uint256"
|
|
6646
|
+
}
|
|
6647
|
+
],
|
|
6648
|
+
"name": "updateJumpRateModel",
|
|
6649
|
+
"outputs": [],
|
|
6650
|
+
"stateMutability": "nonpayable",
|
|
6651
|
+
"type": "function"
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"inputs": [
|
|
6655
|
+
{
|
|
6656
|
+
"internalType": "uint256",
|
|
6657
|
+
"name": "cash",
|
|
6658
|
+
"type": "uint256"
|
|
6659
|
+
},
|
|
6660
|
+
{
|
|
6661
|
+
"internalType": "uint256",
|
|
6662
|
+
"name": "borrows",
|
|
6663
|
+
"type": "uint256"
|
|
6664
|
+
},
|
|
6665
|
+
{
|
|
6666
|
+
"internalType": "uint256",
|
|
6667
|
+
"name": "reserves",
|
|
6668
|
+
"type": "uint256"
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
"internalType": "uint256",
|
|
6672
|
+
"name": "badDebt",
|
|
6673
|
+
"type": "uint256"
|
|
6674
|
+
}
|
|
6675
|
+
],
|
|
6676
|
+
"name": "utilizationRate",
|
|
6677
|
+
"outputs": [
|
|
6678
|
+
{
|
|
6679
|
+
"internalType": "uint256",
|
|
6680
|
+
"name": "",
|
|
6681
|
+
"type": "uint256"
|
|
6682
|
+
}
|
|
6683
|
+
],
|
|
6684
|
+
"stateMutability": "pure",
|
|
6685
|
+
"type": "function"
|
|
6686
|
+
}
|
|
6687
|
+
]
|
|
6688
|
+
},
|
|
6689
|
+
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
|
|
6690
|
+
"address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
|
|
6691
|
+
"abi": [
|
|
6692
|
+
{
|
|
6693
|
+
"inputs": [
|
|
6694
|
+
{
|
|
6695
|
+
"internalType": "uint256",
|
|
6696
|
+
"name": "blocksPerYear_",
|
|
6697
|
+
"type": "uint256"
|
|
6698
|
+
},
|
|
6699
|
+
{
|
|
6700
|
+
"internalType": "uint256",
|
|
6701
|
+
"name": "baseRatePerYear",
|
|
6702
|
+
"type": "uint256"
|
|
6703
|
+
},
|
|
6704
|
+
{
|
|
6705
|
+
"internalType": "uint256",
|
|
6706
|
+
"name": "multiplierPerYear",
|
|
6707
|
+
"type": "uint256"
|
|
6708
|
+
},
|
|
6709
|
+
{
|
|
6710
|
+
"internalType": "uint256",
|
|
6711
|
+
"name": "jumpMultiplierPerYear",
|
|
6712
|
+
"type": "uint256"
|
|
6713
|
+
},
|
|
6714
|
+
{
|
|
6715
|
+
"internalType": "uint256",
|
|
6716
|
+
"name": "kink_",
|
|
6717
|
+
"type": "uint256"
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
6721
|
+
"name": "accessControlManager_",
|
|
6722
|
+
"type": "address"
|
|
6723
|
+
}
|
|
6724
|
+
],
|
|
6725
|
+
"stateMutability": "nonpayable",
|
|
6726
|
+
"type": "constructor"
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"inputs": [
|
|
6730
|
+
{
|
|
6731
|
+
"internalType": "address",
|
|
6732
|
+
"name": "sender",
|
|
6733
|
+
"type": "address"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"internalType": "address",
|
|
6737
|
+
"name": "calledContract",
|
|
6738
|
+
"type": "address"
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"internalType": "string",
|
|
6742
|
+
"name": "methodSignature",
|
|
6743
|
+
"type": "string"
|
|
6744
|
+
}
|
|
6745
|
+
],
|
|
6746
|
+
"name": "Unauthorized",
|
|
6747
|
+
"type": "error"
|
|
6748
|
+
},
|
|
6749
|
+
{
|
|
6750
|
+
"anonymous": false,
|
|
6751
|
+
"inputs": [
|
|
6752
|
+
{
|
|
6753
|
+
"indexed": false,
|
|
6754
|
+
"internalType": "uint256",
|
|
6755
|
+
"name": "baseRatePerBlock",
|
|
6756
|
+
"type": "uint256"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"indexed": false,
|
|
6760
|
+
"internalType": "uint256",
|
|
6761
|
+
"name": "multiplierPerBlock",
|
|
6762
|
+
"type": "uint256"
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
"indexed": false,
|
|
6766
|
+
"internalType": "uint256",
|
|
6767
|
+
"name": "jumpMultiplierPerBlock",
|
|
6768
|
+
"type": "uint256"
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"indexed": false,
|
|
6772
|
+
"internalType": "uint256",
|
|
6773
|
+
"name": "kink",
|
|
6774
|
+
"type": "uint256"
|
|
6775
|
+
}
|
|
6776
|
+
],
|
|
6777
|
+
"name": "NewInterestParams",
|
|
6778
|
+
"type": "event"
|
|
6779
|
+
},
|
|
6780
|
+
{
|
|
6781
|
+
"inputs": [],
|
|
6782
|
+
"name": "accessControlManager",
|
|
6783
|
+
"outputs": [
|
|
6784
|
+
{
|
|
6785
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
6786
|
+
"name": "",
|
|
6787
|
+
"type": "address"
|
|
6788
|
+
}
|
|
6789
|
+
],
|
|
6790
|
+
"stateMutability": "view",
|
|
6791
|
+
"type": "function"
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"inputs": [],
|
|
6795
|
+
"name": "baseRatePerBlock",
|
|
6796
|
+
"outputs": [
|
|
6797
|
+
{
|
|
6798
|
+
"internalType": "uint256",
|
|
6799
|
+
"name": "",
|
|
6800
|
+
"type": "uint256"
|
|
6801
|
+
}
|
|
6802
|
+
],
|
|
6803
|
+
"stateMutability": "view",
|
|
6804
|
+
"type": "function"
|
|
6805
|
+
},
|
|
6806
|
+
{
|
|
6807
|
+
"inputs": [],
|
|
6808
|
+
"name": "blocksPerYear",
|
|
6809
|
+
"outputs": [
|
|
6810
|
+
{
|
|
6811
|
+
"internalType": "uint256",
|
|
6812
|
+
"name": "",
|
|
6813
|
+
"type": "uint256"
|
|
6814
|
+
}
|
|
6815
|
+
],
|
|
6816
|
+
"stateMutability": "view",
|
|
6817
|
+
"type": "function"
|
|
6818
|
+
},
|
|
6819
|
+
{
|
|
6820
|
+
"inputs": [
|
|
6821
|
+
{
|
|
6822
|
+
"internalType": "uint256",
|
|
6823
|
+
"name": "cash",
|
|
6824
|
+
"type": "uint256"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"internalType": "uint256",
|
|
6828
|
+
"name": "borrows",
|
|
6829
|
+
"type": "uint256"
|
|
6830
|
+
},
|
|
6831
|
+
{
|
|
6832
|
+
"internalType": "uint256",
|
|
6833
|
+
"name": "reserves",
|
|
6834
|
+
"type": "uint256"
|
|
6835
|
+
},
|
|
6836
|
+
{
|
|
6837
|
+
"internalType": "uint256",
|
|
6838
|
+
"name": "badDebt",
|
|
6839
|
+
"type": "uint256"
|
|
6840
|
+
}
|
|
6841
|
+
],
|
|
6842
|
+
"name": "getBorrowRate",
|
|
6843
|
+
"outputs": [
|
|
6844
|
+
{
|
|
6845
|
+
"internalType": "uint256",
|
|
6846
|
+
"name": "",
|
|
6847
|
+
"type": "uint256"
|
|
6848
|
+
}
|
|
6849
|
+
],
|
|
6850
|
+
"stateMutability": "view",
|
|
6851
|
+
"type": "function"
|
|
6852
|
+
},
|
|
6853
|
+
{
|
|
6854
|
+
"inputs": [
|
|
6855
|
+
{
|
|
6856
|
+
"internalType": "uint256",
|
|
6857
|
+
"name": "cash",
|
|
6858
|
+
"type": "uint256"
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"internalType": "uint256",
|
|
6862
|
+
"name": "borrows",
|
|
6863
|
+
"type": "uint256"
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"internalType": "uint256",
|
|
6867
|
+
"name": "reserves",
|
|
6868
|
+
"type": "uint256"
|
|
6869
|
+
},
|
|
6870
|
+
{
|
|
6871
|
+
"internalType": "uint256",
|
|
6872
|
+
"name": "reserveFactorMantissa",
|
|
6873
|
+
"type": "uint256"
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"internalType": "uint256",
|
|
6877
|
+
"name": "badDebt",
|
|
6878
|
+
"type": "uint256"
|
|
6879
|
+
}
|
|
6880
|
+
],
|
|
6881
|
+
"name": "getSupplyRate",
|
|
6882
|
+
"outputs": [
|
|
6883
|
+
{
|
|
6884
|
+
"internalType": "uint256",
|
|
6885
|
+
"name": "",
|
|
6886
|
+
"type": "uint256"
|
|
6887
|
+
}
|
|
6888
|
+
],
|
|
6889
|
+
"stateMutability": "view",
|
|
6890
|
+
"type": "function"
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"inputs": [],
|
|
6894
|
+
"name": "isInterestRateModel",
|
|
6895
|
+
"outputs": [
|
|
6896
|
+
{
|
|
6897
|
+
"internalType": "bool",
|
|
6898
|
+
"name": "",
|
|
6899
|
+
"type": "bool"
|
|
6900
|
+
}
|
|
6901
|
+
],
|
|
6902
|
+
"stateMutability": "pure",
|
|
6903
|
+
"type": "function"
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"inputs": [],
|
|
6907
|
+
"name": "jumpMultiplierPerBlock",
|
|
6908
|
+
"outputs": [
|
|
6909
|
+
{
|
|
6910
|
+
"internalType": "uint256",
|
|
6911
|
+
"name": "",
|
|
6912
|
+
"type": "uint256"
|
|
6913
|
+
}
|
|
6914
|
+
],
|
|
6915
|
+
"stateMutability": "view",
|
|
6916
|
+
"type": "function"
|
|
6917
|
+
},
|
|
6918
|
+
{
|
|
6919
|
+
"inputs": [],
|
|
6920
|
+
"name": "kink",
|
|
6921
|
+
"outputs": [
|
|
6922
|
+
{
|
|
6923
|
+
"internalType": "uint256",
|
|
6924
|
+
"name": "",
|
|
6925
|
+
"type": "uint256"
|
|
6926
|
+
}
|
|
6927
|
+
],
|
|
6928
|
+
"stateMutability": "view",
|
|
6929
|
+
"type": "function"
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"inputs": [],
|
|
6933
|
+
"name": "multiplierPerBlock",
|
|
6934
|
+
"outputs": [
|
|
6935
|
+
{
|
|
6936
|
+
"internalType": "uint256",
|
|
6937
|
+
"name": "",
|
|
6938
|
+
"type": "uint256"
|
|
6939
|
+
}
|
|
6940
|
+
],
|
|
6941
|
+
"stateMutability": "view",
|
|
6942
|
+
"type": "function"
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
"inputs": [
|
|
6946
|
+
{
|
|
6947
|
+
"internalType": "uint256",
|
|
6948
|
+
"name": "baseRatePerYear",
|
|
6949
|
+
"type": "uint256"
|
|
6950
|
+
},
|
|
6951
|
+
{
|
|
6952
|
+
"internalType": "uint256",
|
|
6953
|
+
"name": "multiplierPerYear",
|
|
6954
|
+
"type": "uint256"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"internalType": "uint256",
|
|
6958
|
+
"name": "jumpMultiplierPerYear",
|
|
6959
|
+
"type": "uint256"
|
|
6960
|
+
},
|
|
6961
|
+
{
|
|
6962
|
+
"internalType": "uint256",
|
|
6963
|
+
"name": "kink_",
|
|
6964
|
+
"type": "uint256"
|
|
6965
|
+
}
|
|
6966
|
+
],
|
|
6967
|
+
"name": "updateJumpRateModel",
|
|
6968
|
+
"outputs": [],
|
|
6969
|
+
"stateMutability": "nonpayable",
|
|
6970
|
+
"type": "function"
|
|
6971
|
+
},
|
|
6972
|
+
{
|
|
6973
|
+
"inputs": [
|
|
6974
|
+
{
|
|
6975
|
+
"internalType": "uint256",
|
|
6976
|
+
"name": "cash",
|
|
6977
|
+
"type": "uint256"
|
|
6978
|
+
},
|
|
6979
|
+
{
|
|
6980
|
+
"internalType": "uint256",
|
|
6981
|
+
"name": "borrows",
|
|
6982
|
+
"type": "uint256"
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"internalType": "uint256",
|
|
6986
|
+
"name": "reserves",
|
|
6987
|
+
"type": "uint256"
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"internalType": "uint256",
|
|
6991
|
+
"name": "badDebt",
|
|
6992
|
+
"type": "uint256"
|
|
6993
|
+
}
|
|
6994
|
+
],
|
|
6995
|
+
"name": "utilizationRate",
|
|
6996
|
+
"outputs": [
|
|
6997
|
+
{
|
|
6998
|
+
"internalType": "uint256",
|
|
6999
|
+
"name": "",
|
|
7000
|
+
"type": "uint256"
|
|
7001
|
+
}
|
|
7002
|
+
],
|
|
7003
|
+
"stateMutability": "pure",
|
|
7004
|
+
"type": "function"
|
|
7005
|
+
}
|
|
7006
|
+
]
|
|
7007
|
+
},
|
|
7008
|
+
"MockCRV": {
|
|
7009
|
+
"address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
|
|
7010
|
+
"abi": [
|
|
7011
|
+
{
|
|
7012
|
+
"inputs": [
|
|
7013
|
+
{
|
|
7014
|
+
"internalType": "string",
|
|
7015
|
+
"name": "name_",
|
|
7016
|
+
"type": "string"
|
|
7017
|
+
},
|
|
7018
|
+
{
|
|
7019
|
+
"internalType": "string",
|
|
7020
|
+
"name": "symbol_",
|
|
7021
|
+
"type": "string"
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
"internalType": "uint8",
|
|
7025
|
+
"name": "decimals_",
|
|
7026
|
+
"type": "uint8"
|
|
7027
|
+
}
|
|
7028
|
+
],
|
|
7029
|
+
"stateMutability": "nonpayable",
|
|
7030
|
+
"type": "constructor"
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"anonymous": false,
|
|
7034
|
+
"inputs": [
|
|
7035
|
+
{
|
|
7036
|
+
"indexed": true,
|
|
7037
|
+
"internalType": "address",
|
|
7038
|
+
"name": "owner",
|
|
7039
|
+
"type": "address"
|
|
7040
|
+
},
|
|
7041
|
+
{
|
|
7042
|
+
"indexed": true,
|
|
7043
|
+
"internalType": "address",
|
|
7044
|
+
"name": "spender",
|
|
7045
|
+
"type": "address"
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"indexed": false,
|
|
7049
|
+
"internalType": "uint256",
|
|
7050
|
+
"name": "value",
|
|
7051
|
+
"type": "uint256"
|
|
7052
|
+
}
|
|
7053
|
+
],
|
|
7054
|
+
"name": "Approval",
|
|
7055
|
+
"type": "event"
|
|
7056
|
+
},
|
|
7057
|
+
{
|
|
7058
|
+
"anonymous": false,
|
|
7059
|
+
"inputs": [
|
|
7060
|
+
{
|
|
7061
|
+
"indexed": true,
|
|
7062
|
+
"internalType": "address",
|
|
7063
|
+
"name": "from",
|
|
7064
|
+
"type": "address"
|
|
7065
|
+
},
|
|
7066
|
+
{
|
|
7067
|
+
"indexed": true,
|
|
7068
|
+
"internalType": "address",
|
|
7069
|
+
"name": "to",
|
|
7070
|
+
"type": "address"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
"indexed": false,
|
|
7074
|
+
"internalType": "uint256",
|
|
7075
|
+
"name": "value",
|
|
7076
|
+
"type": "uint256"
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
7079
|
+
"name": "Transfer",
|
|
7080
|
+
"type": "event"
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
"inputs": [
|
|
7084
|
+
{
|
|
7085
|
+
"internalType": "address",
|
|
7086
|
+
"name": "owner",
|
|
7087
|
+
"type": "address"
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
"internalType": "address",
|
|
7091
|
+
"name": "spender",
|
|
7092
|
+
"type": "address"
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"name": "allowance",
|
|
7096
|
+
"outputs": [
|
|
7097
|
+
{
|
|
7098
|
+
"internalType": "uint256",
|
|
7099
|
+
"name": "",
|
|
7100
|
+
"type": "uint256"
|
|
7101
|
+
}
|
|
7102
|
+
],
|
|
7103
|
+
"stateMutability": "view",
|
|
7104
|
+
"type": "function"
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"inputs": [
|
|
7108
|
+
{
|
|
7109
|
+
"internalType": "address",
|
|
7110
|
+
"name": "spender",
|
|
7111
|
+
"type": "address"
|
|
7112
|
+
},
|
|
7113
|
+
{
|
|
7114
|
+
"internalType": "uint256",
|
|
7115
|
+
"name": "amount",
|
|
7116
|
+
"type": "uint256"
|
|
7117
|
+
}
|
|
7118
|
+
],
|
|
7119
|
+
"name": "approve",
|
|
7120
|
+
"outputs": [
|
|
7121
|
+
{
|
|
7122
|
+
"internalType": "bool",
|
|
7123
|
+
"name": "",
|
|
7124
|
+
"type": "bool"
|
|
7125
|
+
}
|
|
7126
|
+
],
|
|
7127
|
+
"stateMutability": "nonpayable",
|
|
7128
|
+
"type": "function"
|
|
7129
|
+
},
|
|
7130
|
+
{
|
|
7131
|
+
"inputs": [
|
|
7132
|
+
{
|
|
7133
|
+
"internalType": "address",
|
|
7134
|
+
"name": "account",
|
|
7135
|
+
"type": "address"
|
|
7136
|
+
}
|
|
7137
|
+
],
|
|
7138
|
+
"name": "balanceOf",
|
|
7139
|
+
"outputs": [
|
|
7140
|
+
{
|
|
7141
|
+
"internalType": "uint256",
|
|
7142
|
+
"name": "",
|
|
7143
|
+
"type": "uint256"
|
|
7144
|
+
}
|
|
7145
|
+
],
|
|
7146
|
+
"stateMutability": "view",
|
|
7147
|
+
"type": "function"
|
|
7148
|
+
},
|
|
7149
|
+
{
|
|
7150
|
+
"inputs": [],
|
|
7151
|
+
"name": "decimals",
|
|
7152
|
+
"outputs": [
|
|
7153
|
+
{
|
|
7154
|
+
"internalType": "uint8",
|
|
7155
|
+
"name": "",
|
|
7156
|
+
"type": "uint8"
|
|
7157
|
+
}
|
|
7158
|
+
],
|
|
7159
|
+
"stateMutability": "view",
|
|
7160
|
+
"type": "function"
|
|
7161
|
+
},
|
|
7162
|
+
{
|
|
7163
|
+
"inputs": [
|
|
7164
|
+
{
|
|
7165
|
+
"internalType": "address",
|
|
7166
|
+
"name": "spender",
|
|
7167
|
+
"type": "address"
|
|
7168
|
+
},
|
|
7169
|
+
{
|
|
7170
|
+
"internalType": "uint256",
|
|
7171
|
+
"name": "subtractedValue",
|
|
7172
|
+
"type": "uint256"
|
|
7173
|
+
}
|
|
7174
|
+
],
|
|
7175
|
+
"name": "decreaseAllowance",
|
|
7176
|
+
"outputs": [
|
|
7177
|
+
{
|
|
7178
|
+
"internalType": "bool",
|
|
7179
|
+
"name": "",
|
|
7180
|
+
"type": "bool"
|
|
7181
|
+
}
|
|
7182
|
+
],
|
|
7183
|
+
"stateMutability": "nonpayable",
|
|
7184
|
+
"type": "function"
|
|
7185
|
+
},
|
|
7186
|
+
{
|
|
7187
|
+
"inputs": [
|
|
7188
|
+
{
|
|
7189
|
+
"internalType": "uint256",
|
|
7190
|
+
"name": "amount",
|
|
7191
|
+
"type": "uint256"
|
|
7192
|
+
}
|
|
7193
|
+
],
|
|
7194
|
+
"name": "faucet",
|
|
7195
|
+
"outputs": [],
|
|
7196
|
+
"stateMutability": "nonpayable",
|
|
7197
|
+
"type": "function"
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
"inputs": [
|
|
7201
|
+
{
|
|
7202
|
+
"internalType": "address",
|
|
7203
|
+
"name": "spender",
|
|
7204
|
+
"type": "address"
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"internalType": "uint256",
|
|
7208
|
+
"name": "addedValue",
|
|
7209
|
+
"type": "uint256"
|
|
7210
|
+
}
|
|
7211
|
+
],
|
|
7212
|
+
"name": "increaseAllowance",
|
|
7213
|
+
"outputs": [
|
|
7214
|
+
{
|
|
7215
|
+
"internalType": "bool",
|
|
7216
|
+
"name": "",
|
|
7217
|
+
"type": "bool"
|
|
7218
|
+
}
|
|
7219
|
+
],
|
|
7220
|
+
"stateMutability": "nonpayable",
|
|
7221
|
+
"type": "function"
|
|
7222
|
+
},
|
|
7223
|
+
{
|
|
7224
|
+
"inputs": [],
|
|
7225
|
+
"name": "name",
|
|
7226
|
+
"outputs": [
|
|
7227
|
+
{
|
|
7228
|
+
"internalType": "string",
|
|
7229
|
+
"name": "",
|
|
7230
|
+
"type": "string"
|
|
7231
|
+
}
|
|
7232
|
+
],
|
|
7233
|
+
"stateMutability": "view",
|
|
7234
|
+
"type": "function"
|
|
7235
|
+
},
|
|
7236
|
+
{
|
|
7237
|
+
"inputs": [],
|
|
7238
|
+
"name": "symbol",
|
|
7239
|
+
"outputs": [
|
|
7240
|
+
{
|
|
7241
|
+
"internalType": "string",
|
|
7242
|
+
"name": "",
|
|
7243
|
+
"type": "string"
|
|
7244
|
+
}
|
|
7245
|
+
],
|
|
7246
|
+
"stateMutability": "view",
|
|
7247
|
+
"type": "function"
|
|
7248
|
+
},
|
|
7249
|
+
{
|
|
7250
|
+
"inputs": [],
|
|
7251
|
+
"name": "totalSupply",
|
|
7252
|
+
"outputs": [
|
|
7253
|
+
{
|
|
7254
|
+
"internalType": "uint256",
|
|
7255
|
+
"name": "",
|
|
7256
|
+
"type": "uint256"
|
|
7257
|
+
}
|
|
7258
|
+
],
|
|
7259
|
+
"stateMutability": "view",
|
|
7260
|
+
"type": "function"
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"inputs": [
|
|
7264
|
+
{
|
|
7265
|
+
"internalType": "address",
|
|
7266
|
+
"name": "to",
|
|
7267
|
+
"type": "address"
|
|
7268
|
+
},
|
|
7269
|
+
{
|
|
7270
|
+
"internalType": "uint256",
|
|
7271
|
+
"name": "amount",
|
|
7272
|
+
"type": "uint256"
|
|
7273
|
+
}
|
|
7274
|
+
],
|
|
7275
|
+
"name": "transfer",
|
|
7276
|
+
"outputs": [
|
|
7277
|
+
{
|
|
7278
|
+
"internalType": "bool",
|
|
7279
|
+
"name": "",
|
|
7280
|
+
"type": "bool"
|
|
7281
|
+
}
|
|
7282
|
+
],
|
|
7283
|
+
"stateMutability": "nonpayable",
|
|
7284
|
+
"type": "function"
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"inputs": [
|
|
7288
|
+
{
|
|
7289
|
+
"internalType": "address",
|
|
7290
|
+
"name": "from",
|
|
7291
|
+
"type": "address"
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"internalType": "address",
|
|
7295
|
+
"name": "to",
|
|
7296
|
+
"type": "address"
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"internalType": "uint256",
|
|
7300
|
+
"name": "amount",
|
|
7301
|
+
"type": "uint256"
|
|
7302
|
+
}
|
|
7303
|
+
],
|
|
7304
|
+
"name": "transferFrom",
|
|
7305
|
+
"outputs": [
|
|
7306
|
+
{
|
|
7307
|
+
"internalType": "bool",
|
|
7308
|
+
"name": "",
|
|
7309
|
+
"type": "bool"
|
|
7310
|
+
}
|
|
7311
|
+
],
|
|
7312
|
+
"stateMutability": "nonpayable",
|
|
7313
|
+
"type": "function"
|
|
7314
|
+
}
|
|
7315
|
+
]
|
|
7316
|
+
},
|
|
7317
|
+
"MockDAI": {
|
|
7318
|
+
"address": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
|
|
7319
|
+
"abi": [
|
|
7320
|
+
{
|
|
7321
|
+
"inputs": [
|
|
7322
|
+
{
|
|
7323
|
+
"internalType": "string",
|
|
7324
|
+
"name": "name_",
|
|
7325
|
+
"type": "string"
|
|
7326
|
+
},
|
|
7327
|
+
{
|
|
7328
|
+
"internalType": "string",
|
|
7329
|
+
"name": "symbol_",
|
|
7330
|
+
"type": "string"
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"internalType": "uint8",
|
|
7334
|
+
"name": "decimals_",
|
|
7335
|
+
"type": "uint8"
|
|
7336
|
+
}
|
|
7337
|
+
],
|
|
7338
|
+
"stateMutability": "nonpayable",
|
|
7339
|
+
"type": "constructor"
|
|
7340
|
+
},
|
|
7341
|
+
{
|
|
7342
|
+
"anonymous": false,
|
|
7343
|
+
"inputs": [
|
|
7344
|
+
{
|
|
7345
|
+
"indexed": true,
|
|
7346
|
+
"internalType": "address",
|
|
7347
|
+
"name": "owner",
|
|
7348
|
+
"type": "address"
|
|
7349
|
+
},
|
|
7350
|
+
{
|
|
7351
|
+
"indexed": true,
|
|
7352
|
+
"internalType": "address",
|
|
7353
|
+
"name": "spender",
|
|
7354
|
+
"type": "address"
|
|
7355
|
+
},
|
|
7356
|
+
{
|
|
7357
|
+
"indexed": false,
|
|
7358
|
+
"internalType": "uint256",
|
|
7359
|
+
"name": "value",
|
|
7360
|
+
"type": "uint256"
|
|
7361
|
+
}
|
|
7362
|
+
],
|
|
7363
|
+
"name": "Approval",
|
|
7364
|
+
"type": "event"
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"anonymous": false,
|
|
7368
|
+
"inputs": [
|
|
7369
|
+
{
|
|
7370
|
+
"indexed": true,
|
|
7371
|
+
"internalType": "address",
|
|
7372
|
+
"name": "from",
|
|
7373
|
+
"type": "address"
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"indexed": true,
|
|
7377
|
+
"internalType": "address",
|
|
7378
|
+
"name": "to",
|
|
7379
|
+
"type": "address"
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
"indexed": false,
|
|
7383
|
+
"internalType": "uint256",
|
|
7384
|
+
"name": "value",
|
|
7385
|
+
"type": "uint256"
|
|
7386
|
+
}
|
|
7387
|
+
],
|
|
7388
|
+
"name": "Transfer",
|
|
7389
|
+
"type": "event"
|
|
7390
|
+
},
|
|
7391
|
+
{
|
|
7392
|
+
"inputs": [
|
|
7393
|
+
{
|
|
7394
|
+
"internalType": "address",
|
|
7395
|
+
"name": "owner",
|
|
7396
|
+
"type": "address"
|
|
7397
|
+
},
|
|
7398
|
+
{
|
|
7399
|
+
"internalType": "address",
|
|
7400
|
+
"name": "spender",
|
|
7401
|
+
"type": "address"
|
|
7402
|
+
}
|
|
7403
|
+
],
|
|
7404
|
+
"name": "allowance",
|
|
7405
|
+
"outputs": [
|
|
7406
|
+
{
|
|
7407
|
+
"internalType": "uint256",
|
|
7408
|
+
"name": "",
|
|
7409
|
+
"type": "uint256"
|
|
7410
|
+
}
|
|
7411
|
+
],
|
|
7412
|
+
"stateMutability": "view",
|
|
7413
|
+
"type": "function"
|
|
7414
|
+
},
|
|
7415
|
+
{
|
|
7416
|
+
"inputs": [
|
|
7417
|
+
{
|
|
7418
|
+
"internalType": "address",
|
|
7419
|
+
"name": "spender",
|
|
7420
|
+
"type": "address"
|
|
7421
|
+
},
|
|
7422
|
+
{
|
|
7423
|
+
"internalType": "uint256",
|
|
7424
|
+
"name": "amount",
|
|
7425
|
+
"type": "uint256"
|
|
7426
|
+
}
|
|
7427
|
+
],
|
|
7428
|
+
"name": "approve",
|
|
7429
|
+
"outputs": [
|
|
7430
|
+
{
|
|
7431
|
+
"internalType": "bool",
|
|
7432
|
+
"name": "",
|
|
7433
|
+
"type": "bool"
|
|
7434
|
+
}
|
|
7435
|
+
],
|
|
7436
|
+
"stateMutability": "nonpayable",
|
|
7437
|
+
"type": "function"
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"inputs": [
|
|
7441
|
+
{
|
|
7442
|
+
"internalType": "address",
|
|
7443
|
+
"name": "account",
|
|
7444
|
+
"type": "address"
|
|
7445
|
+
}
|
|
7446
|
+
],
|
|
7447
|
+
"name": "balanceOf",
|
|
7448
|
+
"outputs": [
|
|
7449
|
+
{
|
|
7450
|
+
"internalType": "uint256",
|
|
7451
|
+
"name": "",
|
|
7452
|
+
"type": "uint256"
|
|
7453
|
+
}
|
|
7454
|
+
],
|
|
7455
|
+
"stateMutability": "view",
|
|
7456
|
+
"type": "function"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"inputs": [],
|
|
7460
|
+
"name": "decimals",
|
|
7461
|
+
"outputs": [
|
|
7462
|
+
{
|
|
7463
|
+
"internalType": "uint8",
|
|
7464
|
+
"name": "",
|
|
7465
|
+
"type": "uint8"
|
|
7466
|
+
}
|
|
7467
|
+
],
|
|
7468
|
+
"stateMutability": "view",
|
|
7469
|
+
"type": "function"
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
"inputs": [
|
|
7473
|
+
{
|
|
7474
|
+
"internalType": "address",
|
|
7475
|
+
"name": "spender",
|
|
7476
|
+
"type": "address"
|
|
7477
|
+
},
|
|
7478
|
+
{
|
|
7479
|
+
"internalType": "uint256",
|
|
7480
|
+
"name": "subtractedValue",
|
|
7481
|
+
"type": "uint256"
|
|
7482
|
+
}
|
|
7483
|
+
],
|
|
7484
|
+
"name": "decreaseAllowance",
|
|
7485
|
+
"outputs": [
|
|
7486
|
+
{
|
|
7487
|
+
"internalType": "bool",
|
|
7488
|
+
"name": "",
|
|
7489
|
+
"type": "bool"
|
|
7490
|
+
}
|
|
7491
|
+
],
|
|
7492
|
+
"stateMutability": "nonpayable",
|
|
7493
|
+
"type": "function"
|
|
7494
|
+
},
|
|
7495
|
+
{
|
|
7496
|
+
"inputs": [
|
|
7497
|
+
{
|
|
7498
|
+
"internalType": "uint256",
|
|
7499
|
+
"name": "amount",
|
|
7500
|
+
"type": "uint256"
|
|
7501
|
+
}
|
|
7502
|
+
],
|
|
7503
|
+
"name": "faucet",
|
|
7504
|
+
"outputs": [],
|
|
7505
|
+
"stateMutability": "nonpayable",
|
|
7506
|
+
"type": "function"
|
|
7507
|
+
},
|
|
7508
|
+
{
|
|
7509
|
+
"inputs": [
|
|
7510
|
+
{
|
|
7511
|
+
"internalType": "address",
|
|
7512
|
+
"name": "spender",
|
|
7513
|
+
"type": "address"
|
|
7514
|
+
},
|
|
7515
|
+
{
|
|
7516
|
+
"internalType": "uint256",
|
|
7517
|
+
"name": "addedValue",
|
|
7518
|
+
"type": "uint256"
|
|
7519
|
+
}
|
|
7520
|
+
],
|
|
7521
|
+
"name": "increaseAllowance",
|
|
7522
|
+
"outputs": [
|
|
7523
|
+
{
|
|
7524
|
+
"internalType": "bool",
|
|
7525
|
+
"name": "",
|
|
7526
|
+
"type": "bool"
|
|
7527
|
+
}
|
|
7528
|
+
],
|
|
7529
|
+
"stateMutability": "nonpayable",
|
|
7530
|
+
"type": "function"
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"inputs": [],
|
|
7534
|
+
"name": "name",
|
|
6188
7535
|
"outputs": [
|
|
6189
7536
|
{
|
|
6190
|
-
"internalType": "
|
|
7537
|
+
"internalType": "string",
|
|
6191
7538
|
"name": "",
|
|
6192
|
-
"type": "
|
|
7539
|
+
"type": "string"
|
|
6193
7540
|
}
|
|
6194
7541
|
],
|
|
6195
7542
|
"stateMutability": "view",
|
|
@@ -6197,12 +7544,12 @@
|
|
|
6197
7544
|
},
|
|
6198
7545
|
{
|
|
6199
7546
|
"inputs": [],
|
|
6200
|
-
"name": "
|
|
7547
|
+
"name": "symbol",
|
|
6201
7548
|
"outputs": [
|
|
6202
7549
|
{
|
|
6203
|
-
"internalType": "
|
|
7550
|
+
"internalType": "string",
|
|
6204
7551
|
"name": "",
|
|
6205
|
-
"type": "
|
|
7552
|
+
"type": "string"
|
|
6206
7553
|
}
|
|
6207
7554
|
],
|
|
6208
7555
|
"stateMutability": "view",
|
|
@@ -6210,7 +7557,7 @@
|
|
|
6210
7557
|
},
|
|
6211
7558
|
{
|
|
6212
7559
|
"inputs": [],
|
|
6213
|
-
"name": "
|
|
7560
|
+
"name": "totalSupply",
|
|
6214
7561
|
"outputs": [
|
|
6215
7562
|
{
|
|
6216
7563
|
"internalType": "uint256",
|
|
@@ -6224,69 +7571,60 @@
|
|
|
6224
7571
|
{
|
|
6225
7572
|
"inputs": [
|
|
6226
7573
|
{
|
|
6227
|
-
"internalType": "
|
|
6228
|
-
"name": "
|
|
6229
|
-
"type": "
|
|
6230
|
-
},
|
|
6231
|
-
{
|
|
6232
|
-
"internalType": "uint256",
|
|
6233
|
-
"name": "multiplierPerYear",
|
|
6234
|
-
"type": "uint256"
|
|
7574
|
+
"internalType": "address",
|
|
7575
|
+
"name": "to",
|
|
7576
|
+
"type": "address"
|
|
6235
7577
|
},
|
|
6236
7578
|
{
|
|
6237
7579
|
"internalType": "uint256",
|
|
6238
|
-
"name": "
|
|
7580
|
+
"name": "amount",
|
|
6239
7581
|
"type": "uint256"
|
|
6240
|
-
}
|
|
7582
|
+
}
|
|
7583
|
+
],
|
|
7584
|
+
"name": "transfer",
|
|
7585
|
+
"outputs": [
|
|
6241
7586
|
{
|
|
6242
|
-
"internalType": "
|
|
6243
|
-
"name": "
|
|
6244
|
-
"type": "
|
|
7587
|
+
"internalType": "bool",
|
|
7588
|
+
"name": "",
|
|
7589
|
+
"type": "bool"
|
|
6245
7590
|
}
|
|
6246
7591
|
],
|
|
6247
|
-
"name": "updateJumpRateModel",
|
|
6248
|
-
"outputs": [],
|
|
6249
7592
|
"stateMutability": "nonpayable",
|
|
6250
7593
|
"type": "function"
|
|
6251
7594
|
},
|
|
6252
7595
|
{
|
|
6253
7596
|
"inputs": [
|
|
6254
7597
|
{
|
|
6255
|
-
"internalType": "
|
|
6256
|
-
"name": "
|
|
6257
|
-
"type": "
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"internalType": "uint256",
|
|
6261
|
-
"name": "borrows",
|
|
6262
|
-
"type": "uint256"
|
|
7598
|
+
"internalType": "address",
|
|
7599
|
+
"name": "from",
|
|
7600
|
+
"type": "address"
|
|
6263
7601
|
},
|
|
6264
7602
|
{
|
|
6265
|
-
"internalType": "
|
|
6266
|
-
"name": "
|
|
6267
|
-
"type": "
|
|
7603
|
+
"internalType": "address",
|
|
7604
|
+
"name": "to",
|
|
7605
|
+
"type": "address"
|
|
6268
7606
|
},
|
|
6269
7607
|
{
|
|
6270
7608
|
"internalType": "uint256",
|
|
6271
|
-
"name": "
|
|
7609
|
+
"name": "amount",
|
|
6272
7610
|
"type": "uint256"
|
|
6273
7611
|
}
|
|
6274
7612
|
],
|
|
6275
|
-
"name": "
|
|
7613
|
+
"name": "transferFrom",
|
|
6276
7614
|
"outputs": [
|
|
6277
7615
|
{
|
|
6278
|
-
"internalType": "
|
|
7616
|
+
"internalType": "bool",
|
|
6279
7617
|
"name": "",
|
|
6280
|
-
"type": "
|
|
7618
|
+
"type": "bool"
|
|
6281
7619
|
}
|
|
6282
7620
|
],
|
|
6283
|
-
"stateMutability": "
|
|
7621
|
+
"stateMutability": "nonpayable",
|
|
6284
7622
|
"type": "function"
|
|
6285
7623
|
}
|
|
6286
7624
|
]
|
|
6287
7625
|
},
|
|
6288
|
-
"
|
|
6289
|
-
"address": "
|
|
7626
|
+
"MockEIGEN": {
|
|
7627
|
+
"address": "0xf140594470Bff436aE82F2116ab8a438671C6e83",
|
|
6290
7628
|
"abi": [
|
|
6291
7629
|
{
|
|
6292
7630
|
"inputs": [
|
|
@@ -6594,8 +7932,8 @@
|
|
|
6594
7932
|
}
|
|
6595
7933
|
]
|
|
6596
7934
|
},
|
|
6597
|
-
"
|
|
6598
|
-
"address": "
|
|
7935
|
+
"MockFRAX": {
|
|
7936
|
+
"address": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
6599
7937
|
"abi": [
|
|
6600
7938
|
{
|
|
6601
7939
|
"inputs": [
|
|
@@ -6903,8 +8241,8 @@
|
|
|
6903
8241
|
}
|
|
6904
8242
|
]
|
|
6905
8243
|
},
|
|
6906
|
-
"
|
|
6907
|
-
"address": "
|
|
8244
|
+
"MockPT-weETH-26DEC2024": {
|
|
8245
|
+
"address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
6908
8246
|
"abi": [
|
|
6909
8247
|
{
|
|
6910
8248
|
"inputs": [
|
|
@@ -7212,8 +8550,8 @@
|
|
|
7212
8550
|
}
|
|
7213
8551
|
]
|
|
7214
8552
|
},
|
|
7215
|
-
"
|
|
7216
|
-
"address": "
|
|
8553
|
+
"MockTUSD": {
|
|
8554
|
+
"address": "0x78b292069da1661b7C12B6E766cB506C220b987a",
|
|
7217
8555
|
"abi": [
|
|
7218
8556
|
{
|
|
7219
8557
|
"inputs": [
|
|
@@ -7521,8 +8859,8 @@
|
|
|
7521
8859
|
}
|
|
7522
8860
|
]
|
|
7523
8861
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"address": "
|
|
8862
|
+
"MockUSDC": {
|
|
8863
|
+
"address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
|
|
7526
8864
|
"abi": [
|
|
7527
8865
|
{
|
|
7528
8866
|
"inputs": [
|
|
@@ -7830,8 +9168,8 @@
|
|
|
7830
9168
|
}
|
|
7831
9169
|
]
|
|
7832
9170
|
},
|
|
7833
|
-
"
|
|
7834
|
-
"address": "
|
|
9171
|
+
"MockUSDT": {
|
|
9172
|
+
"address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
|
|
7835
9173
|
"abi": [
|
|
7836
9174
|
{
|
|
7837
9175
|
"inputs": [
|
|
@@ -8139,8 +9477,8 @@
|
|
|
8139
9477
|
}
|
|
8140
9478
|
]
|
|
8141
9479
|
},
|
|
8142
|
-
"
|
|
8143
|
-
"address": "
|
|
9480
|
+
"MockWBTC": {
|
|
9481
|
+
"address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
|
|
8144
9482
|
"abi": [
|
|
8145
9483
|
{
|
|
8146
9484
|
"inputs": [
|
|
@@ -8448,8 +9786,8 @@
|
|
|
8448
9786
|
}
|
|
8449
9787
|
]
|
|
8450
9788
|
},
|
|
8451
|
-
"
|
|
8452
|
-
"address": "
|
|
9789
|
+
"MockcrvUSD": {
|
|
9790
|
+
"address": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
|
|
8453
9791
|
"abi": [
|
|
8454
9792
|
{
|
|
8455
9793
|
"inputs": [
|
|
@@ -8757,8 +10095,8 @@
|
|
|
8757
10095
|
}
|
|
8758
10096
|
]
|
|
8759
10097
|
},
|
|
8760
|
-
"
|
|
8761
|
-
"address": "
|
|
10098
|
+
"MockeBTC": {
|
|
10099
|
+
"address": "0xd48392CCf3fe028023D0783E570DFc71996859d7",
|
|
8762
10100
|
"abi": [
|
|
8763
10101
|
{
|
|
8764
10102
|
"inputs": [
|
|
@@ -9066,8 +10404,8 @@
|
|
|
9066
10404
|
}
|
|
9067
10405
|
]
|
|
9068
10406
|
},
|
|
9069
|
-
"
|
|
9070
|
-
"address": "
|
|
10407
|
+
"MockeETH": {
|
|
10408
|
+
"address": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
|
|
9071
10409
|
"abi": [
|
|
9072
10410
|
{
|
|
9073
10411
|
"inputs": [
|
|
@@ -9375,8 +10713,8 @@
|
|
|
9375
10713
|
}
|
|
9376
10714
|
]
|
|
9377
10715
|
},
|
|
9378
|
-
"
|
|
9379
|
-
"address": "
|
|
10716
|
+
"MockezETH": {
|
|
10717
|
+
"address": "0xB8eb706b85Ae7355c9FE4371a499F50f3484809c",
|
|
9380
10718
|
"abi": [
|
|
9381
10719
|
{
|
|
9382
10720
|
"inputs": [
|
|
@@ -9684,8 +11022,8 @@
|
|
|
9684
11022
|
}
|
|
9685
11023
|
]
|
|
9686
11024
|
},
|
|
9687
|
-
"
|
|
9688
|
-
"address": "
|
|
11025
|
+
"MockpufETH": {
|
|
11026
|
+
"address": "0x6D9f78b57AEeB0543a3c3B32Cc038bFB14a4bA68",
|
|
9689
11027
|
"abi": [
|
|
9690
11028
|
{
|
|
9691
11029
|
"inputs": [
|
|
@@ -28206,6 +29544,80 @@
|
|
|
28206
29544
|
}
|
|
28207
29545
|
]
|
|
28208
29546
|
},
|
|
29547
|
+
"VToken_veBTC": {
|
|
29548
|
+
"address": "0x8E6241389e823111259413810b81a050bd45e5cE",
|
|
29549
|
+
"abi": [
|
|
29550
|
+
{
|
|
29551
|
+
"inputs": [
|
|
29552
|
+
{
|
|
29553
|
+
"internalType": "address",
|
|
29554
|
+
"name": "beacon",
|
|
29555
|
+
"type": "address"
|
|
29556
|
+
},
|
|
29557
|
+
{
|
|
29558
|
+
"internalType": "bytes",
|
|
29559
|
+
"name": "data",
|
|
29560
|
+
"type": "bytes"
|
|
29561
|
+
}
|
|
29562
|
+
],
|
|
29563
|
+
"stateMutability": "payable",
|
|
29564
|
+
"type": "constructor"
|
|
29565
|
+
},
|
|
29566
|
+
{
|
|
29567
|
+
"anonymous": false,
|
|
29568
|
+
"inputs": [
|
|
29569
|
+
{
|
|
29570
|
+
"indexed": false,
|
|
29571
|
+
"internalType": "address",
|
|
29572
|
+
"name": "previousAdmin",
|
|
29573
|
+
"type": "address"
|
|
29574
|
+
},
|
|
29575
|
+
{
|
|
29576
|
+
"indexed": false,
|
|
29577
|
+
"internalType": "address",
|
|
29578
|
+
"name": "newAdmin",
|
|
29579
|
+
"type": "address"
|
|
29580
|
+
}
|
|
29581
|
+
],
|
|
29582
|
+
"name": "AdminChanged",
|
|
29583
|
+
"type": "event"
|
|
29584
|
+
},
|
|
29585
|
+
{
|
|
29586
|
+
"anonymous": false,
|
|
29587
|
+
"inputs": [
|
|
29588
|
+
{
|
|
29589
|
+
"indexed": true,
|
|
29590
|
+
"internalType": "address",
|
|
29591
|
+
"name": "beacon",
|
|
29592
|
+
"type": "address"
|
|
29593
|
+
}
|
|
29594
|
+
],
|
|
29595
|
+
"name": "BeaconUpgraded",
|
|
29596
|
+
"type": "event"
|
|
29597
|
+
},
|
|
29598
|
+
{
|
|
29599
|
+
"anonymous": false,
|
|
29600
|
+
"inputs": [
|
|
29601
|
+
{
|
|
29602
|
+
"indexed": true,
|
|
29603
|
+
"internalType": "address",
|
|
29604
|
+
"name": "implementation",
|
|
29605
|
+
"type": "address"
|
|
29606
|
+
}
|
|
29607
|
+
],
|
|
29608
|
+
"name": "Upgraded",
|
|
29609
|
+
"type": "event"
|
|
29610
|
+
},
|
|
29611
|
+
{
|
|
29612
|
+
"stateMutability": "payable",
|
|
29613
|
+
"type": "fallback"
|
|
29614
|
+
},
|
|
29615
|
+
{
|
|
29616
|
+
"stateMutability": "payable",
|
|
29617
|
+
"type": "receive"
|
|
29618
|
+
}
|
|
29619
|
+
]
|
|
29620
|
+
},
|
|
28209
29621
|
"VToken_vezETH_LiquidStakedETH": {
|
|
28210
29622
|
"address": "0xF4C1B7528f8B266D8ADf1a85c91d93114FeDbA2A",
|
|
28211
29623
|
"abi": [
|
|
@@ -28280,6 +29692,80 @@
|
|
|
28280
29692
|
}
|
|
28281
29693
|
]
|
|
28282
29694
|
},
|
|
29695
|
+
"VToken_vpufETH_LiquidStakedETH": {
|
|
29696
|
+
"address": "0x1E4d64B7c6f1F71969E5137B5Ee8cBa9Ab9c9356",
|
|
29697
|
+
"abi": [
|
|
29698
|
+
{
|
|
29699
|
+
"inputs": [
|
|
29700
|
+
{
|
|
29701
|
+
"internalType": "address",
|
|
29702
|
+
"name": "beacon",
|
|
29703
|
+
"type": "address"
|
|
29704
|
+
},
|
|
29705
|
+
{
|
|
29706
|
+
"internalType": "bytes",
|
|
29707
|
+
"name": "data",
|
|
29708
|
+
"type": "bytes"
|
|
29709
|
+
}
|
|
29710
|
+
],
|
|
29711
|
+
"stateMutability": "payable",
|
|
29712
|
+
"type": "constructor"
|
|
29713
|
+
},
|
|
29714
|
+
{
|
|
29715
|
+
"anonymous": false,
|
|
29716
|
+
"inputs": [
|
|
29717
|
+
{
|
|
29718
|
+
"indexed": false,
|
|
29719
|
+
"internalType": "address",
|
|
29720
|
+
"name": "previousAdmin",
|
|
29721
|
+
"type": "address"
|
|
29722
|
+
},
|
|
29723
|
+
{
|
|
29724
|
+
"indexed": false,
|
|
29725
|
+
"internalType": "address",
|
|
29726
|
+
"name": "newAdmin",
|
|
29727
|
+
"type": "address"
|
|
29728
|
+
}
|
|
29729
|
+
],
|
|
29730
|
+
"name": "AdminChanged",
|
|
29731
|
+
"type": "event"
|
|
29732
|
+
},
|
|
29733
|
+
{
|
|
29734
|
+
"anonymous": false,
|
|
29735
|
+
"inputs": [
|
|
29736
|
+
{
|
|
29737
|
+
"indexed": true,
|
|
29738
|
+
"internalType": "address",
|
|
29739
|
+
"name": "beacon",
|
|
29740
|
+
"type": "address"
|
|
29741
|
+
}
|
|
29742
|
+
],
|
|
29743
|
+
"name": "BeaconUpgraded",
|
|
29744
|
+
"type": "event"
|
|
29745
|
+
},
|
|
29746
|
+
{
|
|
29747
|
+
"anonymous": false,
|
|
29748
|
+
"inputs": [
|
|
29749
|
+
{
|
|
29750
|
+
"indexed": true,
|
|
29751
|
+
"internalType": "address",
|
|
29752
|
+
"name": "implementation",
|
|
29753
|
+
"type": "address"
|
|
29754
|
+
}
|
|
29755
|
+
],
|
|
29756
|
+
"name": "Upgraded",
|
|
29757
|
+
"type": "event"
|
|
29758
|
+
},
|
|
29759
|
+
{
|
|
29760
|
+
"stateMutability": "payable",
|
|
29761
|
+
"type": "fallback"
|
|
29762
|
+
},
|
|
29763
|
+
{
|
|
29764
|
+
"stateMutability": "payable",
|
|
29765
|
+
"type": "receive"
|
|
29766
|
+
}
|
|
29767
|
+
]
|
|
29768
|
+
},
|
|
28283
29769
|
"VToken_vrsETH_LiquidStakedETH": {
|
|
28284
29770
|
"address": "0x20a83DE526F2CF2fCec2131E07b11F956d8f3Cdf",
|
|
28285
29771
|
"abi": [
|