@venusprotocol/isolated-pools 3.9.0-dev.2 → 3.9.0
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_slope1562bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/ethereum/VToken_vUSDS_Core.json +257 -0
- package/deployments/ethereum/VToken_vsUSDS_Core.json +257 -0
- package/deployments/ethereum/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/ethereum.json +508 -0
- package/deployments/ethereum_addresses.json +3 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope1562bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/sepolia/MockUSDS.json +458 -0
- package/deployments/sepolia/MocksUSDS.json +477 -0
- package/deployments/sepolia/VToken_vUSDS_Core.json +257 -0
- package/deployments/sepolia/VToken_vsUSDS_Core.json +257 -0
- package/deployments/sepolia/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/sepolia.json +1442 -297
- package/deployments/sepolia_addresses.json +5 -0
- package/dist/deployments/ethereum.json +508 -0
- package/dist/deployments/sepolia.json +1442 -297
- package/dist/helpers/deploymentConfig.d.ts +0 -2
- package/dist/helpers/deploymentConfig.js +107 -8
- package/package.json +1 -1
package/deployments/sepolia.json
CHANGED
|
@@ -3087,8 +3087,8 @@
|
|
|
3087
3087
|
}
|
|
3088
3088
|
]
|
|
3089
3089
|
},
|
|
3090
|
-
"
|
|
3091
|
-
"address": "
|
|
3090
|
+
"JumpRateModelV2_base0bps_slope1562bps_jump25000bps_kink8000bps": {
|
|
3091
|
+
"address": "0xBd20E6922A5b1e20B5e611700f1Cab7c177C35De",
|
|
3092
3092
|
"abi": [
|
|
3093
3093
|
{
|
|
3094
3094
|
"inputs": [
|
|
@@ -3447,29 +3447,24 @@
|
|
|
3447
3447
|
}
|
|
3448
3448
|
]
|
|
3449
3449
|
},
|
|
3450
|
-
"
|
|
3451
|
-
"address": "
|
|
3450
|
+
"JumpRateModelV2_base0bps_slope1630bps_jump25000bps_kink9200bps": {
|
|
3451
|
+
"address": "0x7a381Fa8B502ac3870D05ECfb321CFEf1818A218",
|
|
3452
3452
|
"abi": [
|
|
3453
3453
|
{
|
|
3454
3454
|
"inputs": [
|
|
3455
3455
|
{
|
|
3456
3456
|
"internalType": "uint256",
|
|
3457
|
-
"name": "
|
|
3458
|
-
"type": "uint256"
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"internalType": "uint256",
|
|
3462
|
-
"name": "baseRatePerYear",
|
|
3457
|
+
"name": "baseRatePerYear_",
|
|
3463
3458
|
"type": "uint256"
|
|
3464
3459
|
},
|
|
3465
3460
|
{
|
|
3466
3461
|
"internalType": "uint256",
|
|
3467
|
-
"name": "
|
|
3462
|
+
"name": "multiplierPerYear_",
|
|
3468
3463
|
"type": "uint256"
|
|
3469
3464
|
},
|
|
3470
3465
|
{
|
|
3471
3466
|
"internalType": "uint256",
|
|
3472
|
-
"name": "
|
|
3467
|
+
"name": "jumpMultiplierPerYear_",
|
|
3473
3468
|
"type": "uint256"
|
|
3474
3469
|
},
|
|
3475
3470
|
{
|
|
@@ -3481,11 +3476,31 @@
|
|
|
3481
3476
|
"internalType": "contract IAccessControlManagerV8",
|
|
3482
3477
|
"name": "accessControlManager_",
|
|
3483
3478
|
"type": "address"
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"internalType": "bool",
|
|
3482
|
+
"name": "timeBased_",
|
|
3483
|
+
"type": "bool"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"internalType": "uint256",
|
|
3487
|
+
"name": "blocksPerYear_",
|
|
3488
|
+
"type": "uint256"
|
|
3484
3489
|
}
|
|
3485
3490
|
],
|
|
3486
3491
|
"stateMutability": "nonpayable",
|
|
3487
3492
|
"type": "constructor"
|
|
3488
3493
|
},
|
|
3494
|
+
{
|
|
3495
|
+
"inputs": [],
|
|
3496
|
+
"name": "InvalidBlocksPerYear",
|
|
3497
|
+
"type": "error"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"inputs": [],
|
|
3501
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3502
|
+
"type": "error"
|
|
3503
|
+
},
|
|
3489
3504
|
{
|
|
3490
3505
|
"inputs": [
|
|
3491
3506
|
{
|
|
@@ -3513,19 +3528,19 @@
|
|
|
3513
3528
|
{
|
|
3514
3529
|
"indexed": false,
|
|
3515
3530
|
"internalType": "uint256",
|
|
3516
|
-
"name": "
|
|
3531
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3517
3532
|
"type": "uint256"
|
|
3518
3533
|
},
|
|
3519
3534
|
{
|
|
3520
3535
|
"indexed": false,
|
|
3521
3536
|
"internalType": "uint256",
|
|
3522
|
-
"name": "
|
|
3537
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3523
3538
|
"type": "uint256"
|
|
3524
3539
|
},
|
|
3525
3540
|
{
|
|
3526
3541
|
"indexed": false,
|
|
3527
3542
|
"internalType": "uint256",
|
|
3528
|
-
"name": "
|
|
3543
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3529
3544
|
"type": "uint256"
|
|
3530
3545
|
},
|
|
3531
3546
|
{
|
|
@@ -3566,7 +3581,20 @@
|
|
|
3566
3581
|
},
|
|
3567
3582
|
{
|
|
3568
3583
|
"inputs": [],
|
|
3569
|
-
"name": "
|
|
3584
|
+
"name": "blocksOrSecondsPerYear",
|
|
3585
|
+
"outputs": [
|
|
3586
|
+
{
|
|
3587
|
+
"internalType": "uint256",
|
|
3588
|
+
"name": "",
|
|
3589
|
+
"type": "uint256"
|
|
3590
|
+
}
|
|
3591
|
+
],
|
|
3592
|
+
"stateMutability": "view",
|
|
3593
|
+
"type": "function"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"inputs": [],
|
|
3597
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3570
3598
|
"outputs": [
|
|
3571
3599
|
{
|
|
3572
3600
|
"internalType": "uint256",
|
|
@@ -3663,6 +3691,19 @@
|
|
|
3663
3691
|
"stateMutability": "pure",
|
|
3664
3692
|
"type": "function"
|
|
3665
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
"inputs": [],
|
|
3696
|
+
"name": "isTimeBased",
|
|
3697
|
+
"outputs": [
|
|
3698
|
+
{
|
|
3699
|
+
"internalType": "bool",
|
|
3700
|
+
"name": "",
|
|
3701
|
+
"type": "bool"
|
|
3702
|
+
}
|
|
3703
|
+
],
|
|
3704
|
+
"stateMutability": "view",
|
|
3705
|
+
"type": "function"
|
|
3706
|
+
},
|
|
3666
3707
|
{
|
|
3667
3708
|
"inputs": [],
|
|
3668
3709
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3766,24 +3807,29 @@
|
|
|
3766
3807
|
}
|
|
3767
3808
|
]
|
|
3768
3809
|
},
|
|
3769
|
-
"
|
|
3770
|
-
"address": "
|
|
3810
|
+
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": {
|
|
3811
|
+
"address": "0x05A02a17151947a8c25e3e8F607503122DB958dD",
|
|
3771
3812
|
"abi": [
|
|
3772
3813
|
{
|
|
3773
3814
|
"inputs": [
|
|
3774
3815
|
{
|
|
3775
3816
|
"internalType": "uint256",
|
|
3776
|
-
"name": "
|
|
3817
|
+
"name": "blocksPerYear_",
|
|
3777
3818
|
"type": "uint256"
|
|
3778
3819
|
},
|
|
3779
3820
|
{
|
|
3780
3821
|
"internalType": "uint256",
|
|
3781
|
-
"name": "
|
|
3822
|
+
"name": "baseRatePerYear",
|
|
3782
3823
|
"type": "uint256"
|
|
3783
3824
|
},
|
|
3784
3825
|
{
|
|
3785
3826
|
"internalType": "uint256",
|
|
3786
|
-
"name": "
|
|
3827
|
+
"name": "multiplierPerYear",
|
|
3828
|
+
"type": "uint256"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"internalType": "uint256",
|
|
3832
|
+
"name": "jumpMultiplierPerYear",
|
|
3787
3833
|
"type": "uint256"
|
|
3788
3834
|
},
|
|
3789
3835
|
{
|
|
@@ -3795,31 +3841,11 @@
|
|
|
3795
3841
|
"internalType": "contract IAccessControlManagerV8",
|
|
3796
3842
|
"name": "accessControlManager_",
|
|
3797
3843
|
"type": "address"
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"internalType": "bool",
|
|
3801
|
-
"name": "timeBased_",
|
|
3802
|
-
"type": "bool"
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"internalType": "uint256",
|
|
3806
|
-
"name": "blocksPerYear_",
|
|
3807
|
-
"type": "uint256"
|
|
3808
3844
|
}
|
|
3809
3845
|
],
|
|
3810
3846
|
"stateMutability": "nonpayable",
|
|
3811
3847
|
"type": "constructor"
|
|
3812
3848
|
},
|
|
3813
|
-
{
|
|
3814
|
-
"inputs": [],
|
|
3815
|
-
"name": "InvalidBlocksPerYear",
|
|
3816
|
-
"type": "error"
|
|
3817
|
-
},
|
|
3818
|
-
{
|
|
3819
|
-
"inputs": [],
|
|
3820
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
3821
|
-
"type": "error"
|
|
3822
|
-
},
|
|
3823
3849
|
{
|
|
3824
3850
|
"inputs": [
|
|
3825
3851
|
{
|
|
@@ -3847,19 +3873,19 @@
|
|
|
3847
3873
|
{
|
|
3848
3874
|
"indexed": false,
|
|
3849
3875
|
"internalType": "uint256",
|
|
3850
|
-
"name": "
|
|
3876
|
+
"name": "baseRatePerBlock",
|
|
3851
3877
|
"type": "uint256"
|
|
3852
3878
|
},
|
|
3853
3879
|
{
|
|
3854
3880
|
"indexed": false,
|
|
3855
3881
|
"internalType": "uint256",
|
|
3856
|
-
"name": "
|
|
3882
|
+
"name": "multiplierPerBlock",
|
|
3857
3883
|
"type": "uint256"
|
|
3858
3884
|
},
|
|
3859
3885
|
{
|
|
3860
3886
|
"indexed": false,
|
|
3861
3887
|
"internalType": "uint256",
|
|
3862
|
-
"name": "
|
|
3888
|
+
"name": "jumpMultiplierPerBlock",
|
|
3863
3889
|
"type": "uint256"
|
|
3864
3890
|
},
|
|
3865
3891
|
{
|
|
@@ -3900,20 +3926,7 @@
|
|
|
3900
3926
|
},
|
|
3901
3927
|
{
|
|
3902
3928
|
"inputs": [],
|
|
3903
|
-
"name": "
|
|
3904
|
-
"outputs": [
|
|
3905
|
-
{
|
|
3906
|
-
"internalType": "uint256",
|
|
3907
|
-
"name": "",
|
|
3908
|
-
"type": "uint256"
|
|
3909
|
-
}
|
|
3910
|
-
],
|
|
3911
|
-
"stateMutability": "view",
|
|
3912
|
-
"type": "function"
|
|
3913
|
-
},
|
|
3914
|
-
{
|
|
3915
|
-
"inputs": [],
|
|
3916
|
-
"name": "getBlockNumberOrTimestamp",
|
|
3929
|
+
"name": "blocksPerYear",
|
|
3917
3930
|
"outputs": [
|
|
3918
3931
|
{
|
|
3919
3932
|
"internalType": "uint256",
|
|
@@ -4010,19 +4023,6 @@
|
|
|
4010
4023
|
"stateMutability": "pure",
|
|
4011
4024
|
"type": "function"
|
|
4012
4025
|
},
|
|
4013
|
-
{
|
|
4014
|
-
"inputs": [],
|
|
4015
|
-
"name": "isTimeBased",
|
|
4016
|
-
"outputs": [
|
|
4017
|
-
{
|
|
4018
|
-
"internalType": "bool",
|
|
4019
|
-
"name": "",
|
|
4020
|
-
"type": "bool"
|
|
4021
|
-
}
|
|
4022
|
-
],
|
|
4023
|
-
"stateMutability": "view",
|
|
4024
|
-
"type": "function"
|
|
4025
|
-
},
|
|
4026
4026
|
{
|
|
4027
4027
|
"inputs": [],
|
|
4028
4028
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4126,29 +4126,24 @@
|
|
|
4126
4126
|
}
|
|
4127
4127
|
]
|
|
4128
4128
|
},
|
|
4129
|
-
"
|
|
4130
|
-
"address": "
|
|
4129
|
+
"JumpRateModelV2_base0bps_slope450bps_jump20000bps_kink4500bps": {
|
|
4130
|
+
"address": "0x9404B140E5384326ef108B089EBDa71a7f23Cd55",
|
|
4131
4131
|
"abi": [
|
|
4132
4132
|
{
|
|
4133
4133
|
"inputs": [
|
|
4134
4134
|
{
|
|
4135
4135
|
"internalType": "uint256",
|
|
4136
|
-
"name": "
|
|
4137
|
-
"type": "uint256"
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"internalType": "uint256",
|
|
4141
|
-
"name": "baseRatePerYear",
|
|
4136
|
+
"name": "baseRatePerYear_",
|
|
4142
4137
|
"type": "uint256"
|
|
4143
4138
|
},
|
|
4144
4139
|
{
|
|
4145
4140
|
"internalType": "uint256",
|
|
4146
|
-
"name": "
|
|
4141
|
+
"name": "multiplierPerYear_",
|
|
4147
4142
|
"type": "uint256"
|
|
4148
4143
|
},
|
|
4149
4144
|
{
|
|
4150
4145
|
"internalType": "uint256",
|
|
4151
|
-
"name": "
|
|
4146
|
+
"name": "jumpMultiplierPerYear_",
|
|
4152
4147
|
"type": "uint256"
|
|
4153
4148
|
},
|
|
4154
4149
|
{
|
|
@@ -4160,11 +4155,31 @@
|
|
|
4160
4155
|
"internalType": "contract IAccessControlManagerV8",
|
|
4161
4156
|
"name": "accessControlManager_",
|
|
4162
4157
|
"type": "address"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"internalType": "bool",
|
|
4161
|
+
"name": "timeBased_",
|
|
4162
|
+
"type": "bool"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"internalType": "uint256",
|
|
4166
|
+
"name": "blocksPerYear_",
|
|
4167
|
+
"type": "uint256"
|
|
4163
4168
|
}
|
|
4164
4169
|
],
|
|
4165
4170
|
"stateMutability": "nonpayable",
|
|
4166
4171
|
"type": "constructor"
|
|
4167
4172
|
},
|
|
4173
|
+
{
|
|
4174
|
+
"inputs": [],
|
|
4175
|
+
"name": "InvalidBlocksPerYear",
|
|
4176
|
+
"type": "error"
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"inputs": [],
|
|
4180
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
4181
|
+
"type": "error"
|
|
4182
|
+
},
|
|
4168
4183
|
{
|
|
4169
4184
|
"inputs": [
|
|
4170
4185
|
{
|
|
@@ -4192,19 +4207,19 @@
|
|
|
4192
4207
|
{
|
|
4193
4208
|
"indexed": false,
|
|
4194
4209
|
"internalType": "uint256",
|
|
4195
|
-
"name": "
|
|
4210
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
4196
4211
|
"type": "uint256"
|
|
4197
4212
|
},
|
|
4198
4213
|
{
|
|
4199
4214
|
"indexed": false,
|
|
4200
4215
|
"internalType": "uint256",
|
|
4201
|
-
"name": "
|
|
4216
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4202
4217
|
"type": "uint256"
|
|
4203
4218
|
},
|
|
4204
4219
|
{
|
|
4205
4220
|
"indexed": false,
|
|
4206
4221
|
"internalType": "uint256",
|
|
4207
|
-
"name": "
|
|
4222
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4208
4223
|
"type": "uint256"
|
|
4209
4224
|
},
|
|
4210
4225
|
{
|
|
@@ -4245,7 +4260,20 @@
|
|
|
4245
4260
|
},
|
|
4246
4261
|
{
|
|
4247
4262
|
"inputs": [],
|
|
4248
|
-
"name": "
|
|
4263
|
+
"name": "blocksOrSecondsPerYear",
|
|
4264
|
+
"outputs": [
|
|
4265
|
+
{
|
|
4266
|
+
"internalType": "uint256",
|
|
4267
|
+
"name": "",
|
|
4268
|
+
"type": "uint256"
|
|
4269
|
+
}
|
|
4270
|
+
],
|
|
4271
|
+
"stateMutability": "view",
|
|
4272
|
+
"type": "function"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"inputs": [],
|
|
4276
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4249
4277
|
"outputs": [
|
|
4250
4278
|
{
|
|
4251
4279
|
"internalType": "uint256",
|
|
@@ -4342,6 +4370,19 @@
|
|
|
4342
4370
|
"stateMutability": "pure",
|
|
4343
4371
|
"type": "function"
|
|
4344
4372
|
},
|
|
4373
|
+
{
|
|
4374
|
+
"inputs": [],
|
|
4375
|
+
"name": "isTimeBased",
|
|
4376
|
+
"outputs": [
|
|
4377
|
+
{
|
|
4378
|
+
"internalType": "bool",
|
|
4379
|
+
"name": "",
|
|
4380
|
+
"type": "bool"
|
|
4381
|
+
}
|
|
4382
|
+
],
|
|
4383
|
+
"stateMutability": "view",
|
|
4384
|
+
"type": "function"
|
|
4385
|
+
},
|
|
4345
4386
|
{
|
|
4346
4387
|
"inputs": [],
|
|
4347
4388
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4445,8 +4486,8 @@
|
|
|
4445
4486
|
}
|
|
4446
4487
|
]
|
|
4447
4488
|
},
|
|
4448
|
-
"
|
|
4449
|
-
"address": "
|
|
4489
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": {
|
|
4490
|
+
"address": "0xe948BBE16a846988A501A33Fb6A82Af4E2f231aE",
|
|
4450
4491
|
"abi": [
|
|
4451
4492
|
{
|
|
4452
4493
|
"inputs": [
|
|
@@ -4764,8 +4805,8 @@
|
|
|
4764
4805
|
}
|
|
4765
4806
|
]
|
|
4766
4807
|
},
|
|
4767
|
-
"
|
|
4768
|
-
"address": "
|
|
4808
|
+
"JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": {
|
|
4809
|
+
"address": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
|
|
4769
4810
|
"abi": [
|
|
4770
4811
|
{
|
|
4771
4812
|
"inputs": [
|
|
@@ -5083,24 +5124,29 @@
|
|
|
5083
5124
|
}
|
|
5084
5125
|
]
|
|
5085
5126
|
},
|
|
5086
|
-
"
|
|
5087
|
-
"address": "
|
|
5127
|
+
"JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": {
|
|
5128
|
+
"address": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
|
|
5088
5129
|
"abi": [
|
|
5089
5130
|
{
|
|
5090
5131
|
"inputs": [
|
|
5091
5132
|
{
|
|
5092
5133
|
"internalType": "uint256",
|
|
5093
|
-
"name": "
|
|
5134
|
+
"name": "blocksPerYear_",
|
|
5094
5135
|
"type": "uint256"
|
|
5095
5136
|
},
|
|
5096
5137
|
{
|
|
5097
5138
|
"internalType": "uint256",
|
|
5098
|
-
"name": "
|
|
5139
|
+
"name": "baseRatePerYear",
|
|
5099
5140
|
"type": "uint256"
|
|
5100
5141
|
},
|
|
5101
5142
|
{
|
|
5102
5143
|
"internalType": "uint256",
|
|
5103
|
-
"name": "
|
|
5144
|
+
"name": "multiplierPerYear",
|
|
5145
|
+
"type": "uint256"
|
|
5146
|
+
},
|
|
5147
|
+
{
|
|
5148
|
+
"internalType": "uint256",
|
|
5149
|
+
"name": "jumpMultiplierPerYear",
|
|
5104
5150
|
"type": "uint256"
|
|
5105
5151
|
},
|
|
5106
5152
|
{
|
|
@@ -5112,31 +5158,11 @@
|
|
|
5112
5158
|
"internalType": "contract IAccessControlManagerV8",
|
|
5113
5159
|
"name": "accessControlManager_",
|
|
5114
5160
|
"type": "address"
|
|
5115
|
-
},
|
|
5116
|
-
{
|
|
5117
|
-
"internalType": "bool",
|
|
5118
|
-
"name": "timeBased_",
|
|
5119
|
-
"type": "bool"
|
|
5120
|
-
},
|
|
5121
|
-
{
|
|
5122
|
-
"internalType": "uint256",
|
|
5123
|
-
"name": "blocksPerYear_",
|
|
5124
|
-
"type": "uint256"
|
|
5125
5161
|
}
|
|
5126
5162
|
],
|
|
5127
5163
|
"stateMutability": "nonpayable",
|
|
5128
5164
|
"type": "constructor"
|
|
5129
5165
|
},
|
|
5130
|
-
{
|
|
5131
|
-
"inputs": [],
|
|
5132
|
-
"name": "InvalidBlocksPerYear",
|
|
5133
|
-
"type": "error"
|
|
5134
|
-
},
|
|
5135
|
-
{
|
|
5136
|
-
"inputs": [],
|
|
5137
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
5138
|
-
"type": "error"
|
|
5139
|
-
},
|
|
5140
5166
|
{
|
|
5141
5167
|
"inputs": [
|
|
5142
5168
|
{
|
|
@@ -5164,19 +5190,19 @@
|
|
|
5164
5190
|
{
|
|
5165
5191
|
"indexed": false,
|
|
5166
5192
|
"internalType": "uint256",
|
|
5167
|
-
"name": "
|
|
5193
|
+
"name": "baseRatePerBlock",
|
|
5168
5194
|
"type": "uint256"
|
|
5169
5195
|
},
|
|
5170
5196
|
{
|
|
5171
5197
|
"indexed": false,
|
|
5172
5198
|
"internalType": "uint256",
|
|
5173
|
-
"name": "
|
|
5199
|
+
"name": "multiplierPerBlock",
|
|
5174
5200
|
"type": "uint256"
|
|
5175
5201
|
},
|
|
5176
5202
|
{
|
|
5177
5203
|
"indexed": false,
|
|
5178
5204
|
"internalType": "uint256",
|
|
5179
|
-
"name": "
|
|
5205
|
+
"name": "jumpMultiplierPerBlock",
|
|
5180
5206
|
"type": "uint256"
|
|
5181
5207
|
},
|
|
5182
5208
|
{
|
|
@@ -5217,20 +5243,7 @@
|
|
|
5217
5243
|
},
|
|
5218
5244
|
{
|
|
5219
5245
|
"inputs": [],
|
|
5220
|
-
"name": "
|
|
5221
|
-
"outputs": [
|
|
5222
|
-
{
|
|
5223
|
-
"internalType": "uint256",
|
|
5224
|
-
"name": "",
|
|
5225
|
-
"type": "uint256"
|
|
5226
|
-
}
|
|
5227
|
-
],
|
|
5228
|
-
"stateMutability": "view",
|
|
5229
|
-
"type": "function"
|
|
5230
|
-
},
|
|
5231
|
-
{
|
|
5232
|
-
"inputs": [],
|
|
5233
|
-
"name": "getBlockNumberOrTimestamp",
|
|
5246
|
+
"name": "blocksPerYear",
|
|
5234
5247
|
"outputs": [
|
|
5235
5248
|
{
|
|
5236
5249
|
"internalType": "uint256",
|
|
@@ -5327,19 +5340,6 @@
|
|
|
5327
5340
|
"stateMutability": "pure",
|
|
5328
5341
|
"type": "function"
|
|
5329
5342
|
},
|
|
5330
|
-
{
|
|
5331
|
-
"inputs": [],
|
|
5332
|
-
"name": "isTimeBased",
|
|
5333
|
-
"outputs": [
|
|
5334
|
-
{
|
|
5335
|
-
"internalType": "bool",
|
|
5336
|
-
"name": "",
|
|
5337
|
-
"type": "bool"
|
|
5338
|
-
}
|
|
5339
|
-
],
|
|
5340
|
-
"stateMutability": "view",
|
|
5341
|
-
"type": "function"
|
|
5342
|
-
},
|
|
5343
5343
|
{
|
|
5344
5344
|
"inputs": [],
|
|
5345
5345
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5443,29 +5443,24 @@
|
|
|
5443
5443
|
}
|
|
5444
5444
|
]
|
|
5445
5445
|
},
|
|
5446
|
-
"
|
|
5447
|
-
"address": "
|
|
5446
|
+
"JumpRateModelV2_base0bps_slope800bps_jump8000bps_kink8000bps": {
|
|
5447
|
+
"address": "0xc948752610D09E9f2B2A9C7114d9593DDED85487",
|
|
5448
5448
|
"abi": [
|
|
5449
5449
|
{
|
|
5450
5450
|
"inputs": [
|
|
5451
5451
|
{
|
|
5452
5452
|
"internalType": "uint256",
|
|
5453
|
-
"name": "
|
|
5454
|
-
"type": "uint256"
|
|
5455
|
-
},
|
|
5456
|
-
{
|
|
5457
|
-
"internalType": "uint256",
|
|
5458
|
-
"name": "baseRatePerYear",
|
|
5453
|
+
"name": "baseRatePerYear_",
|
|
5459
5454
|
"type": "uint256"
|
|
5460
5455
|
},
|
|
5461
5456
|
{
|
|
5462
5457
|
"internalType": "uint256",
|
|
5463
|
-
"name": "
|
|
5458
|
+
"name": "multiplierPerYear_",
|
|
5464
5459
|
"type": "uint256"
|
|
5465
5460
|
},
|
|
5466
5461
|
{
|
|
5467
5462
|
"internalType": "uint256",
|
|
5468
|
-
"name": "
|
|
5463
|
+
"name": "jumpMultiplierPerYear_",
|
|
5469
5464
|
"type": "uint256"
|
|
5470
5465
|
},
|
|
5471
5466
|
{
|
|
@@ -5477,11 +5472,31 @@
|
|
|
5477
5472
|
"internalType": "contract IAccessControlManagerV8",
|
|
5478
5473
|
"name": "accessControlManager_",
|
|
5479
5474
|
"type": "address"
|
|
5475
|
+
},
|
|
5476
|
+
{
|
|
5477
|
+
"internalType": "bool",
|
|
5478
|
+
"name": "timeBased_",
|
|
5479
|
+
"type": "bool"
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"internalType": "uint256",
|
|
5483
|
+
"name": "blocksPerYear_",
|
|
5484
|
+
"type": "uint256"
|
|
5480
5485
|
}
|
|
5481
5486
|
],
|
|
5482
5487
|
"stateMutability": "nonpayable",
|
|
5483
5488
|
"type": "constructor"
|
|
5484
5489
|
},
|
|
5490
|
+
{
|
|
5491
|
+
"inputs": [],
|
|
5492
|
+
"name": "InvalidBlocksPerYear",
|
|
5493
|
+
"type": "error"
|
|
5494
|
+
},
|
|
5495
|
+
{
|
|
5496
|
+
"inputs": [],
|
|
5497
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
5498
|
+
"type": "error"
|
|
5499
|
+
},
|
|
5485
5500
|
{
|
|
5486
5501
|
"inputs": [
|
|
5487
5502
|
{
|
|
@@ -5509,19 +5524,19 @@
|
|
|
5509
5524
|
{
|
|
5510
5525
|
"indexed": false,
|
|
5511
5526
|
"internalType": "uint256",
|
|
5512
|
-
"name": "
|
|
5527
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
5513
5528
|
"type": "uint256"
|
|
5514
5529
|
},
|
|
5515
5530
|
{
|
|
5516
5531
|
"indexed": false,
|
|
5517
5532
|
"internalType": "uint256",
|
|
5518
|
-
"name": "
|
|
5533
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
5519
5534
|
"type": "uint256"
|
|
5520
5535
|
},
|
|
5521
5536
|
{
|
|
5522
5537
|
"indexed": false,
|
|
5523
5538
|
"internalType": "uint256",
|
|
5524
|
-
"name": "
|
|
5539
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
5525
5540
|
"type": "uint256"
|
|
5526
5541
|
},
|
|
5527
5542
|
{
|
|
@@ -5562,7 +5577,20 @@
|
|
|
5562
5577
|
},
|
|
5563
5578
|
{
|
|
5564
5579
|
"inputs": [],
|
|
5565
|
-
"name": "
|
|
5580
|
+
"name": "blocksOrSecondsPerYear",
|
|
5581
|
+
"outputs": [
|
|
5582
|
+
{
|
|
5583
|
+
"internalType": "uint256",
|
|
5584
|
+
"name": "",
|
|
5585
|
+
"type": "uint256"
|
|
5586
|
+
}
|
|
5587
|
+
],
|
|
5588
|
+
"stateMutability": "view",
|
|
5589
|
+
"type": "function"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"inputs": [],
|
|
5593
|
+
"name": "getBlockNumberOrTimestamp",
|
|
5566
5594
|
"outputs": [
|
|
5567
5595
|
{
|
|
5568
5596
|
"internalType": "uint256",
|
|
@@ -5659,6 +5687,19 @@
|
|
|
5659
5687
|
"stateMutability": "pure",
|
|
5660
5688
|
"type": "function"
|
|
5661
5689
|
},
|
|
5690
|
+
{
|
|
5691
|
+
"inputs": [],
|
|
5692
|
+
"name": "isTimeBased",
|
|
5693
|
+
"outputs": [
|
|
5694
|
+
{
|
|
5695
|
+
"internalType": "bool",
|
|
5696
|
+
"name": "",
|
|
5697
|
+
"type": "bool"
|
|
5698
|
+
}
|
|
5699
|
+
],
|
|
5700
|
+
"stateMutability": "view",
|
|
5701
|
+
"type": "function"
|
|
5702
|
+
},
|
|
5662
5703
|
{
|
|
5663
5704
|
"inputs": [],
|
|
5664
5705
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5762,24 +5803,29 @@
|
|
|
5762
5803
|
}
|
|
5763
5804
|
]
|
|
5764
5805
|
},
|
|
5765
|
-
"
|
|
5766
|
-
"address": "
|
|
5806
|
+
"JumpRateModelV2_base0bps_slope9000bps_jump7500bps_kink4500bps": {
|
|
5807
|
+
"address": "0xf5EA67C92EF40b948EF672DE5fb913237A880A9E",
|
|
5767
5808
|
"abi": [
|
|
5768
5809
|
{
|
|
5769
5810
|
"inputs": [
|
|
5770
5811
|
{
|
|
5771
5812
|
"internalType": "uint256",
|
|
5772
|
-
"name": "
|
|
5813
|
+
"name": "blocksPerYear_",
|
|
5773
5814
|
"type": "uint256"
|
|
5774
5815
|
},
|
|
5775
5816
|
{
|
|
5776
5817
|
"internalType": "uint256",
|
|
5777
|
-
"name": "
|
|
5818
|
+
"name": "baseRatePerYear",
|
|
5778
5819
|
"type": "uint256"
|
|
5779
5820
|
},
|
|
5780
5821
|
{
|
|
5781
5822
|
"internalType": "uint256",
|
|
5782
|
-
"name": "
|
|
5823
|
+
"name": "multiplierPerYear",
|
|
5824
|
+
"type": "uint256"
|
|
5825
|
+
},
|
|
5826
|
+
{
|
|
5827
|
+
"internalType": "uint256",
|
|
5828
|
+
"name": "jumpMultiplierPerYear",
|
|
5783
5829
|
"type": "uint256"
|
|
5784
5830
|
},
|
|
5785
5831
|
{
|
|
@@ -5791,31 +5837,11 @@
|
|
|
5791
5837
|
"internalType": "contract IAccessControlManagerV8",
|
|
5792
5838
|
"name": "accessControlManager_",
|
|
5793
5839
|
"type": "address"
|
|
5794
|
-
},
|
|
5795
|
-
{
|
|
5796
|
-
"internalType": "bool",
|
|
5797
|
-
"name": "timeBased_",
|
|
5798
|
-
"type": "bool"
|
|
5799
|
-
},
|
|
5800
|
-
{
|
|
5801
|
-
"internalType": "uint256",
|
|
5802
|
-
"name": "blocksPerYear_",
|
|
5803
|
-
"type": "uint256"
|
|
5804
5840
|
}
|
|
5805
5841
|
],
|
|
5806
5842
|
"stateMutability": "nonpayable",
|
|
5807
5843
|
"type": "constructor"
|
|
5808
5844
|
},
|
|
5809
|
-
{
|
|
5810
|
-
"inputs": [],
|
|
5811
|
-
"name": "InvalidBlocksPerYear",
|
|
5812
|
-
"type": "error"
|
|
5813
|
-
},
|
|
5814
|
-
{
|
|
5815
|
-
"inputs": [],
|
|
5816
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
5817
|
-
"type": "error"
|
|
5818
|
-
},
|
|
5819
5845
|
{
|
|
5820
5846
|
"inputs": [
|
|
5821
5847
|
{
|
|
@@ -5843,19 +5869,19 @@
|
|
|
5843
5869
|
{
|
|
5844
5870
|
"indexed": false,
|
|
5845
5871
|
"internalType": "uint256",
|
|
5846
|
-
"name": "
|
|
5872
|
+
"name": "baseRatePerBlock",
|
|
5847
5873
|
"type": "uint256"
|
|
5848
5874
|
},
|
|
5849
5875
|
{
|
|
5850
5876
|
"indexed": false,
|
|
5851
5877
|
"internalType": "uint256",
|
|
5852
|
-
"name": "
|
|
5878
|
+
"name": "multiplierPerBlock",
|
|
5853
5879
|
"type": "uint256"
|
|
5854
5880
|
},
|
|
5855
5881
|
{
|
|
5856
5882
|
"indexed": false,
|
|
5857
5883
|
"internalType": "uint256",
|
|
5858
|
-
"name": "
|
|
5884
|
+
"name": "jumpMultiplierPerBlock",
|
|
5859
5885
|
"type": "uint256"
|
|
5860
5886
|
},
|
|
5861
5887
|
{
|
|
@@ -5896,20 +5922,7 @@
|
|
|
5896
5922
|
},
|
|
5897
5923
|
{
|
|
5898
5924
|
"inputs": [],
|
|
5899
|
-
"name": "
|
|
5900
|
-
"outputs": [
|
|
5901
|
-
{
|
|
5902
|
-
"internalType": "uint256",
|
|
5903
|
-
"name": "",
|
|
5904
|
-
"type": "uint256"
|
|
5905
|
-
}
|
|
5906
|
-
],
|
|
5907
|
-
"stateMutability": "view",
|
|
5908
|
-
"type": "function"
|
|
5909
|
-
},
|
|
5910
|
-
{
|
|
5911
|
-
"inputs": [],
|
|
5912
|
-
"name": "getBlockNumberOrTimestamp",
|
|
5925
|
+
"name": "blocksPerYear",
|
|
5913
5926
|
"outputs": [
|
|
5914
5927
|
{
|
|
5915
5928
|
"internalType": "uint256",
|
|
@@ -6006,19 +6019,6 @@
|
|
|
6006
6019
|
"stateMutability": "pure",
|
|
6007
6020
|
"type": "function"
|
|
6008
6021
|
},
|
|
6009
|
-
{
|
|
6010
|
-
"inputs": [],
|
|
6011
|
-
"name": "isTimeBased",
|
|
6012
|
-
"outputs": [
|
|
6013
|
-
{
|
|
6014
|
-
"internalType": "bool",
|
|
6015
|
-
"name": "",
|
|
6016
|
-
"type": "bool"
|
|
6017
|
-
}
|
|
6018
|
-
],
|
|
6019
|
-
"stateMutability": "view",
|
|
6020
|
-
"type": "function"
|
|
6021
|
-
},
|
|
6022
6022
|
{
|
|
6023
6023
|
"inputs": [],
|
|
6024
6024
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -6122,8 +6122,8 @@
|
|
|
6122
6122
|
}
|
|
6123
6123
|
]
|
|
6124
6124
|
},
|
|
6125
|
-
"
|
|
6126
|
-
"address": "
|
|
6125
|
+
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": {
|
|
6126
|
+
"address": "0x49DF29953303c5AB09201d54435C8662d06d024C",
|
|
6127
6127
|
"abi": [
|
|
6128
6128
|
{
|
|
6129
6129
|
"inputs": [
|
|
@@ -6482,8 +6482,8 @@
|
|
|
6482
6482
|
}
|
|
6483
6483
|
]
|
|
6484
6484
|
},
|
|
6485
|
-
"
|
|
6486
|
-
"address": "
|
|
6485
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps": {
|
|
6486
|
+
"address": "0x0F2F036067BBFc5841d394Aee78F611C64f7c759",
|
|
6487
6487
|
"abi": [
|
|
6488
6488
|
{
|
|
6489
6489
|
"inputs": [
|
|
@@ -6842,29 +6842,24 @@
|
|
|
6842
6842
|
}
|
|
6843
6843
|
]
|
|
6844
6844
|
},
|
|
6845
|
-
"
|
|
6846
|
-
"address": "
|
|
6845
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
|
|
6846
|
+
"address": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
|
|
6847
6847
|
"abi": [
|
|
6848
6848
|
{
|
|
6849
6849
|
"inputs": [
|
|
6850
6850
|
{
|
|
6851
6851
|
"internalType": "uint256",
|
|
6852
|
-
"name": "
|
|
6853
|
-
"type": "uint256"
|
|
6854
|
-
},
|
|
6855
|
-
{
|
|
6856
|
-
"internalType": "uint256",
|
|
6857
|
-
"name": "baseRatePerYear",
|
|
6852
|
+
"name": "baseRatePerYear_",
|
|
6858
6853
|
"type": "uint256"
|
|
6859
6854
|
},
|
|
6860
6855
|
{
|
|
6861
6856
|
"internalType": "uint256",
|
|
6862
|
-
"name": "
|
|
6857
|
+
"name": "multiplierPerYear_",
|
|
6863
6858
|
"type": "uint256"
|
|
6864
6859
|
},
|
|
6865
6860
|
{
|
|
6866
6861
|
"internalType": "uint256",
|
|
6867
|
-
"name": "
|
|
6862
|
+
"name": "jumpMultiplierPerYear_",
|
|
6868
6863
|
"type": "uint256"
|
|
6869
6864
|
},
|
|
6870
6865
|
{
|
|
@@ -6876,11 +6871,31 @@
|
|
|
6876
6871
|
"internalType": "contract IAccessControlManagerV8",
|
|
6877
6872
|
"name": "accessControlManager_",
|
|
6878
6873
|
"type": "address"
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"internalType": "bool",
|
|
6877
|
+
"name": "timeBased_",
|
|
6878
|
+
"type": "bool"
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"internalType": "uint256",
|
|
6882
|
+
"name": "blocksPerYear_",
|
|
6883
|
+
"type": "uint256"
|
|
6879
6884
|
}
|
|
6880
6885
|
],
|
|
6881
6886
|
"stateMutability": "nonpayable",
|
|
6882
6887
|
"type": "constructor"
|
|
6883
6888
|
},
|
|
6889
|
+
{
|
|
6890
|
+
"inputs": [],
|
|
6891
|
+
"name": "InvalidBlocksPerYear",
|
|
6892
|
+
"type": "error"
|
|
6893
|
+
},
|
|
6894
|
+
{
|
|
6895
|
+
"inputs": [],
|
|
6896
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
6897
|
+
"type": "error"
|
|
6898
|
+
},
|
|
6884
6899
|
{
|
|
6885
6900
|
"inputs": [
|
|
6886
6901
|
{
|
|
@@ -6908,19 +6923,19 @@
|
|
|
6908
6923
|
{
|
|
6909
6924
|
"indexed": false,
|
|
6910
6925
|
"internalType": "uint256",
|
|
6911
|
-
"name": "
|
|
6926
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
6912
6927
|
"type": "uint256"
|
|
6913
6928
|
},
|
|
6914
6929
|
{
|
|
6915
6930
|
"indexed": false,
|
|
6916
6931
|
"internalType": "uint256",
|
|
6917
|
-
"name": "
|
|
6932
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
6918
6933
|
"type": "uint256"
|
|
6919
6934
|
},
|
|
6920
6935
|
{
|
|
6921
6936
|
"indexed": false,
|
|
6922
6937
|
"internalType": "uint256",
|
|
6923
|
-
"name": "
|
|
6938
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
6924
6939
|
"type": "uint256"
|
|
6925
6940
|
},
|
|
6926
6941
|
{
|
|
@@ -6961,7 +6976,20 @@
|
|
|
6961
6976
|
},
|
|
6962
6977
|
{
|
|
6963
6978
|
"inputs": [],
|
|
6964
|
-
"name": "
|
|
6979
|
+
"name": "blocksOrSecondsPerYear",
|
|
6980
|
+
"outputs": [
|
|
6981
|
+
{
|
|
6982
|
+
"internalType": "uint256",
|
|
6983
|
+
"name": "",
|
|
6984
|
+
"type": "uint256"
|
|
6985
|
+
}
|
|
6986
|
+
],
|
|
6987
|
+
"stateMutability": "view",
|
|
6988
|
+
"type": "function"
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"inputs": [],
|
|
6992
|
+
"name": "getBlockNumberOrTimestamp",
|
|
6965
6993
|
"outputs": [
|
|
6966
6994
|
{
|
|
6967
6995
|
"internalType": "uint256",
|
|
@@ -7058,6 +7086,19 @@
|
|
|
7058
7086
|
"stateMutability": "pure",
|
|
7059
7087
|
"type": "function"
|
|
7060
7088
|
},
|
|
7089
|
+
{
|
|
7090
|
+
"inputs": [],
|
|
7091
|
+
"name": "isTimeBased",
|
|
7092
|
+
"outputs": [
|
|
7093
|
+
{
|
|
7094
|
+
"internalType": "bool",
|
|
7095
|
+
"name": "",
|
|
7096
|
+
"type": "bool"
|
|
7097
|
+
}
|
|
7098
|
+
],
|
|
7099
|
+
"stateMutability": "view",
|
|
7100
|
+
"type": "function"
|
|
7101
|
+
},
|
|
7061
7102
|
{
|
|
7062
7103
|
"inputs": [],
|
|
7063
7104
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -7161,8 +7202,8 @@
|
|
|
7161
7202
|
}
|
|
7162
7203
|
]
|
|
7163
7204
|
},
|
|
7164
|
-
"
|
|
7165
|
-
"address": "
|
|
7205
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
|
|
7206
|
+
"address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
|
|
7166
7207
|
"abi": [
|
|
7167
7208
|
{
|
|
7168
7209
|
"inputs": [
|
|
@@ -7480,8 +7521,8 @@
|
|
|
7480
7521
|
}
|
|
7481
7522
|
]
|
|
7482
7523
|
},
|
|
7483
|
-
"
|
|
7484
|
-
"address": "
|
|
7524
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
|
|
7525
|
+
"address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
|
|
7485
7526
|
"abi": [
|
|
7486
7527
|
{
|
|
7487
7528
|
"inputs": [
|
|
@@ -7799,9 +7840,946 @@
|
|
|
7799
7840
|
}
|
|
7800
7841
|
]
|
|
7801
7842
|
},
|
|
7802
|
-
"
|
|
7803
|
-
"address": "
|
|
7804
|
-
"abi": [
|
|
7843
|
+
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
|
|
7844
|
+
"address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
|
|
7845
|
+
"abi": [
|
|
7846
|
+
{
|
|
7847
|
+
"inputs": [
|
|
7848
|
+
{
|
|
7849
|
+
"internalType": "uint256",
|
|
7850
|
+
"name": "blocksPerYear_",
|
|
7851
|
+
"type": "uint256"
|
|
7852
|
+
},
|
|
7853
|
+
{
|
|
7854
|
+
"internalType": "uint256",
|
|
7855
|
+
"name": "baseRatePerYear",
|
|
7856
|
+
"type": "uint256"
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"internalType": "uint256",
|
|
7860
|
+
"name": "multiplierPerYear",
|
|
7861
|
+
"type": "uint256"
|
|
7862
|
+
},
|
|
7863
|
+
{
|
|
7864
|
+
"internalType": "uint256",
|
|
7865
|
+
"name": "jumpMultiplierPerYear",
|
|
7866
|
+
"type": "uint256"
|
|
7867
|
+
},
|
|
7868
|
+
{
|
|
7869
|
+
"internalType": "uint256",
|
|
7870
|
+
"name": "kink_",
|
|
7871
|
+
"type": "uint256"
|
|
7872
|
+
},
|
|
7873
|
+
{
|
|
7874
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
7875
|
+
"name": "accessControlManager_",
|
|
7876
|
+
"type": "address"
|
|
7877
|
+
}
|
|
7878
|
+
],
|
|
7879
|
+
"stateMutability": "nonpayable",
|
|
7880
|
+
"type": "constructor"
|
|
7881
|
+
},
|
|
7882
|
+
{
|
|
7883
|
+
"inputs": [
|
|
7884
|
+
{
|
|
7885
|
+
"internalType": "address",
|
|
7886
|
+
"name": "sender",
|
|
7887
|
+
"type": "address"
|
|
7888
|
+
},
|
|
7889
|
+
{
|
|
7890
|
+
"internalType": "address",
|
|
7891
|
+
"name": "calledContract",
|
|
7892
|
+
"type": "address"
|
|
7893
|
+
},
|
|
7894
|
+
{
|
|
7895
|
+
"internalType": "string",
|
|
7896
|
+
"name": "methodSignature",
|
|
7897
|
+
"type": "string"
|
|
7898
|
+
}
|
|
7899
|
+
],
|
|
7900
|
+
"name": "Unauthorized",
|
|
7901
|
+
"type": "error"
|
|
7902
|
+
},
|
|
7903
|
+
{
|
|
7904
|
+
"anonymous": false,
|
|
7905
|
+
"inputs": [
|
|
7906
|
+
{
|
|
7907
|
+
"indexed": false,
|
|
7908
|
+
"internalType": "uint256",
|
|
7909
|
+
"name": "baseRatePerBlock",
|
|
7910
|
+
"type": "uint256"
|
|
7911
|
+
},
|
|
7912
|
+
{
|
|
7913
|
+
"indexed": false,
|
|
7914
|
+
"internalType": "uint256",
|
|
7915
|
+
"name": "multiplierPerBlock",
|
|
7916
|
+
"type": "uint256"
|
|
7917
|
+
},
|
|
7918
|
+
{
|
|
7919
|
+
"indexed": false,
|
|
7920
|
+
"internalType": "uint256",
|
|
7921
|
+
"name": "jumpMultiplierPerBlock",
|
|
7922
|
+
"type": "uint256"
|
|
7923
|
+
},
|
|
7924
|
+
{
|
|
7925
|
+
"indexed": false,
|
|
7926
|
+
"internalType": "uint256",
|
|
7927
|
+
"name": "kink",
|
|
7928
|
+
"type": "uint256"
|
|
7929
|
+
}
|
|
7930
|
+
],
|
|
7931
|
+
"name": "NewInterestParams",
|
|
7932
|
+
"type": "event"
|
|
7933
|
+
},
|
|
7934
|
+
{
|
|
7935
|
+
"inputs": [],
|
|
7936
|
+
"name": "accessControlManager",
|
|
7937
|
+
"outputs": [
|
|
7938
|
+
{
|
|
7939
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
7940
|
+
"name": "",
|
|
7941
|
+
"type": "address"
|
|
7942
|
+
}
|
|
7943
|
+
],
|
|
7944
|
+
"stateMutability": "view",
|
|
7945
|
+
"type": "function"
|
|
7946
|
+
},
|
|
7947
|
+
{
|
|
7948
|
+
"inputs": [],
|
|
7949
|
+
"name": "baseRatePerBlock",
|
|
7950
|
+
"outputs": [
|
|
7951
|
+
{
|
|
7952
|
+
"internalType": "uint256",
|
|
7953
|
+
"name": "",
|
|
7954
|
+
"type": "uint256"
|
|
7955
|
+
}
|
|
7956
|
+
],
|
|
7957
|
+
"stateMutability": "view",
|
|
7958
|
+
"type": "function"
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"inputs": [],
|
|
7962
|
+
"name": "blocksPerYear",
|
|
7963
|
+
"outputs": [
|
|
7964
|
+
{
|
|
7965
|
+
"internalType": "uint256",
|
|
7966
|
+
"name": "",
|
|
7967
|
+
"type": "uint256"
|
|
7968
|
+
}
|
|
7969
|
+
],
|
|
7970
|
+
"stateMutability": "view",
|
|
7971
|
+
"type": "function"
|
|
7972
|
+
},
|
|
7973
|
+
{
|
|
7974
|
+
"inputs": [
|
|
7975
|
+
{
|
|
7976
|
+
"internalType": "uint256",
|
|
7977
|
+
"name": "cash",
|
|
7978
|
+
"type": "uint256"
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"internalType": "uint256",
|
|
7982
|
+
"name": "borrows",
|
|
7983
|
+
"type": "uint256"
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"internalType": "uint256",
|
|
7987
|
+
"name": "reserves",
|
|
7988
|
+
"type": "uint256"
|
|
7989
|
+
},
|
|
7990
|
+
{
|
|
7991
|
+
"internalType": "uint256",
|
|
7992
|
+
"name": "badDebt",
|
|
7993
|
+
"type": "uint256"
|
|
7994
|
+
}
|
|
7995
|
+
],
|
|
7996
|
+
"name": "getBorrowRate",
|
|
7997
|
+
"outputs": [
|
|
7998
|
+
{
|
|
7999
|
+
"internalType": "uint256",
|
|
8000
|
+
"name": "",
|
|
8001
|
+
"type": "uint256"
|
|
8002
|
+
}
|
|
8003
|
+
],
|
|
8004
|
+
"stateMutability": "view",
|
|
8005
|
+
"type": "function"
|
|
8006
|
+
},
|
|
8007
|
+
{
|
|
8008
|
+
"inputs": [
|
|
8009
|
+
{
|
|
8010
|
+
"internalType": "uint256",
|
|
8011
|
+
"name": "cash",
|
|
8012
|
+
"type": "uint256"
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"internalType": "uint256",
|
|
8016
|
+
"name": "borrows",
|
|
8017
|
+
"type": "uint256"
|
|
8018
|
+
},
|
|
8019
|
+
{
|
|
8020
|
+
"internalType": "uint256",
|
|
8021
|
+
"name": "reserves",
|
|
8022
|
+
"type": "uint256"
|
|
8023
|
+
},
|
|
8024
|
+
{
|
|
8025
|
+
"internalType": "uint256",
|
|
8026
|
+
"name": "reserveFactorMantissa",
|
|
8027
|
+
"type": "uint256"
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"internalType": "uint256",
|
|
8031
|
+
"name": "badDebt",
|
|
8032
|
+
"type": "uint256"
|
|
8033
|
+
}
|
|
8034
|
+
],
|
|
8035
|
+
"name": "getSupplyRate",
|
|
8036
|
+
"outputs": [
|
|
8037
|
+
{
|
|
8038
|
+
"internalType": "uint256",
|
|
8039
|
+
"name": "",
|
|
8040
|
+
"type": "uint256"
|
|
8041
|
+
}
|
|
8042
|
+
],
|
|
8043
|
+
"stateMutability": "view",
|
|
8044
|
+
"type": "function"
|
|
8045
|
+
},
|
|
8046
|
+
{
|
|
8047
|
+
"inputs": [],
|
|
8048
|
+
"name": "isInterestRateModel",
|
|
8049
|
+
"outputs": [
|
|
8050
|
+
{
|
|
8051
|
+
"internalType": "bool",
|
|
8052
|
+
"name": "",
|
|
8053
|
+
"type": "bool"
|
|
8054
|
+
}
|
|
8055
|
+
],
|
|
8056
|
+
"stateMutability": "pure",
|
|
8057
|
+
"type": "function"
|
|
8058
|
+
},
|
|
8059
|
+
{
|
|
8060
|
+
"inputs": [],
|
|
8061
|
+
"name": "jumpMultiplierPerBlock",
|
|
8062
|
+
"outputs": [
|
|
8063
|
+
{
|
|
8064
|
+
"internalType": "uint256",
|
|
8065
|
+
"name": "",
|
|
8066
|
+
"type": "uint256"
|
|
8067
|
+
}
|
|
8068
|
+
],
|
|
8069
|
+
"stateMutability": "view",
|
|
8070
|
+
"type": "function"
|
|
8071
|
+
},
|
|
8072
|
+
{
|
|
8073
|
+
"inputs": [],
|
|
8074
|
+
"name": "kink",
|
|
8075
|
+
"outputs": [
|
|
8076
|
+
{
|
|
8077
|
+
"internalType": "uint256",
|
|
8078
|
+
"name": "",
|
|
8079
|
+
"type": "uint256"
|
|
8080
|
+
}
|
|
8081
|
+
],
|
|
8082
|
+
"stateMutability": "view",
|
|
8083
|
+
"type": "function"
|
|
8084
|
+
},
|
|
8085
|
+
{
|
|
8086
|
+
"inputs": [],
|
|
8087
|
+
"name": "multiplierPerBlock",
|
|
8088
|
+
"outputs": [
|
|
8089
|
+
{
|
|
8090
|
+
"internalType": "uint256",
|
|
8091
|
+
"name": "",
|
|
8092
|
+
"type": "uint256"
|
|
8093
|
+
}
|
|
8094
|
+
],
|
|
8095
|
+
"stateMutability": "view",
|
|
8096
|
+
"type": "function"
|
|
8097
|
+
},
|
|
8098
|
+
{
|
|
8099
|
+
"inputs": [
|
|
8100
|
+
{
|
|
8101
|
+
"internalType": "uint256",
|
|
8102
|
+
"name": "baseRatePerYear",
|
|
8103
|
+
"type": "uint256"
|
|
8104
|
+
},
|
|
8105
|
+
{
|
|
8106
|
+
"internalType": "uint256",
|
|
8107
|
+
"name": "multiplierPerYear",
|
|
8108
|
+
"type": "uint256"
|
|
8109
|
+
},
|
|
8110
|
+
{
|
|
8111
|
+
"internalType": "uint256",
|
|
8112
|
+
"name": "jumpMultiplierPerYear",
|
|
8113
|
+
"type": "uint256"
|
|
8114
|
+
},
|
|
8115
|
+
{
|
|
8116
|
+
"internalType": "uint256",
|
|
8117
|
+
"name": "kink_",
|
|
8118
|
+
"type": "uint256"
|
|
8119
|
+
}
|
|
8120
|
+
],
|
|
8121
|
+
"name": "updateJumpRateModel",
|
|
8122
|
+
"outputs": [],
|
|
8123
|
+
"stateMutability": "nonpayable",
|
|
8124
|
+
"type": "function"
|
|
8125
|
+
},
|
|
8126
|
+
{
|
|
8127
|
+
"inputs": [
|
|
8128
|
+
{
|
|
8129
|
+
"internalType": "uint256",
|
|
8130
|
+
"name": "cash",
|
|
8131
|
+
"type": "uint256"
|
|
8132
|
+
},
|
|
8133
|
+
{
|
|
8134
|
+
"internalType": "uint256",
|
|
8135
|
+
"name": "borrows",
|
|
8136
|
+
"type": "uint256"
|
|
8137
|
+
},
|
|
8138
|
+
{
|
|
8139
|
+
"internalType": "uint256",
|
|
8140
|
+
"name": "reserves",
|
|
8141
|
+
"type": "uint256"
|
|
8142
|
+
},
|
|
8143
|
+
{
|
|
8144
|
+
"internalType": "uint256",
|
|
8145
|
+
"name": "badDebt",
|
|
8146
|
+
"type": "uint256"
|
|
8147
|
+
}
|
|
8148
|
+
],
|
|
8149
|
+
"name": "utilizationRate",
|
|
8150
|
+
"outputs": [
|
|
8151
|
+
{
|
|
8152
|
+
"internalType": "uint256",
|
|
8153
|
+
"name": "",
|
|
8154
|
+
"type": "uint256"
|
|
8155
|
+
}
|
|
8156
|
+
],
|
|
8157
|
+
"stateMutability": "pure",
|
|
8158
|
+
"type": "function"
|
|
8159
|
+
}
|
|
8160
|
+
]
|
|
8161
|
+
},
|
|
8162
|
+
"MockCRV": {
|
|
8163
|
+
"address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
|
|
8164
|
+
"abi": [
|
|
8165
|
+
{
|
|
8166
|
+
"inputs": [
|
|
8167
|
+
{
|
|
8168
|
+
"internalType": "string",
|
|
8169
|
+
"name": "name_",
|
|
8170
|
+
"type": "string"
|
|
8171
|
+
},
|
|
8172
|
+
{
|
|
8173
|
+
"internalType": "string",
|
|
8174
|
+
"name": "symbol_",
|
|
8175
|
+
"type": "string"
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"internalType": "uint8",
|
|
8179
|
+
"name": "decimals_",
|
|
8180
|
+
"type": "uint8"
|
|
8181
|
+
}
|
|
8182
|
+
],
|
|
8183
|
+
"stateMutability": "nonpayable",
|
|
8184
|
+
"type": "constructor"
|
|
8185
|
+
},
|
|
8186
|
+
{
|
|
8187
|
+
"anonymous": false,
|
|
8188
|
+
"inputs": [
|
|
8189
|
+
{
|
|
8190
|
+
"indexed": true,
|
|
8191
|
+
"internalType": "address",
|
|
8192
|
+
"name": "owner",
|
|
8193
|
+
"type": "address"
|
|
8194
|
+
},
|
|
8195
|
+
{
|
|
8196
|
+
"indexed": true,
|
|
8197
|
+
"internalType": "address",
|
|
8198
|
+
"name": "spender",
|
|
8199
|
+
"type": "address"
|
|
8200
|
+
},
|
|
8201
|
+
{
|
|
8202
|
+
"indexed": false,
|
|
8203
|
+
"internalType": "uint256",
|
|
8204
|
+
"name": "value",
|
|
8205
|
+
"type": "uint256"
|
|
8206
|
+
}
|
|
8207
|
+
],
|
|
8208
|
+
"name": "Approval",
|
|
8209
|
+
"type": "event"
|
|
8210
|
+
},
|
|
8211
|
+
{
|
|
8212
|
+
"anonymous": false,
|
|
8213
|
+
"inputs": [
|
|
8214
|
+
{
|
|
8215
|
+
"indexed": true,
|
|
8216
|
+
"internalType": "address",
|
|
8217
|
+
"name": "from",
|
|
8218
|
+
"type": "address"
|
|
8219
|
+
},
|
|
8220
|
+
{
|
|
8221
|
+
"indexed": true,
|
|
8222
|
+
"internalType": "address",
|
|
8223
|
+
"name": "to",
|
|
8224
|
+
"type": "address"
|
|
8225
|
+
},
|
|
8226
|
+
{
|
|
8227
|
+
"indexed": false,
|
|
8228
|
+
"internalType": "uint256",
|
|
8229
|
+
"name": "value",
|
|
8230
|
+
"type": "uint256"
|
|
8231
|
+
}
|
|
8232
|
+
],
|
|
8233
|
+
"name": "Transfer",
|
|
8234
|
+
"type": "event"
|
|
8235
|
+
},
|
|
8236
|
+
{
|
|
8237
|
+
"inputs": [
|
|
8238
|
+
{
|
|
8239
|
+
"internalType": "address",
|
|
8240
|
+
"name": "owner",
|
|
8241
|
+
"type": "address"
|
|
8242
|
+
},
|
|
8243
|
+
{
|
|
8244
|
+
"internalType": "address",
|
|
8245
|
+
"name": "spender",
|
|
8246
|
+
"type": "address"
|
|
8247
|
+
}
|
|
8248
|
+
],
|
|
8249
|
+
"name": "allowance",
|
|
8250
|
+
"outputs": [
|
|
8251
|
+
{
|
|
8252
|
+
"internalType": "uint256",
|
|
8253
|
+
"name": "",
|
|
8254
|
+
"type": "uint256"
|
|
8255
|
+
}
|
|
8256
|
+
],
|
|
8257
|
+
"stateMutability": "view",
|
|
8258
|
+
"type": "function"
|
|
8259
|
+
},
|
|
8260
|
+
{
|
|
8261
|
+
"inputs": [
|
|
8262
|
+
{
|
|
8263
|
+
"internalType": "address",
|
|
8264
|
+
"name": "spender",
|
|
8265
|
+
"type": "address"
|
|
8266
|
+
},
|
|
8267
|
+
{
|
|
8268
|
+
"internalType": "uint256",
|
|
8269
|
+
"name": "amount",
|
|
8270
|
+
"type": "uint256"
|
|
8271
|
+
}
|
|
8272
|
+
],
|
|
8273
|
+
"name": "approve",
|
|
8274
|
+
"outputs": [
|
|
8275
|
+
{
|
|
8276
|
+
"internalType": "bool",
|
|
8277
|
+
"name": "",
|
|
8278
|
+
"type": "bool"
|
|
8279
|
+
}
|
|
8280
|
+
],
|
|
8281
|
+
"stateMutability": "nonpayable",
|
|
8282
|
+
"type": "function"
|
|
8283
|
+
},
|
|
8284
|
+
{
|
|
8285
|
+
"inputs": [
|
|
8286
|
+
{
|
|
8287
|
+
"internalType": "address",
|
|
8288
|
+
"name": "account",
|
|
8289
|
+
"type": "address"
|
|
8290
|
+
}
|
|
8291
|
+
],
|
|
8292
|
+
"name": "balanceOf",
|
|
8293
|
+
"outputs": [
|
|
8294
|
+
{
|
|
8295
|
+
"internalType": "uint256",
|
|
8296
|
+
"name": "",
|
|
8297
|
+
"type": "uint256"
|
|
8298
|
+
}
|
|
8299
|
+
],
|
|
8300
|
+
"stateMutability": "view",
|
|
8301
|
+
"type": "function"
|
|
8302
|
+
},
|
|
8303
|
+
{
|
|
8304
|
+
"inputs": [],
|
|
8305
|
+
"name": "decimals",
|
|
8306
|
+
"outputs": [
|
|
8307
|
+
{
|
|
8308
|
+
"internalType": "uint8",
|
|
8309
|
+
"name": "",
|
|
8310
|
+
"type": "uint8"
|
|
8311
|
+
}
|
|
8312
|
+
],
|
|
8313
|
+
"stateMutability": "view",
|
|
8314
|
+
"type": "function"
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"inputs": [
|
|
8318
|
+
{
|
|
8319
|
+
"internalType": "address",
|
|
8320
|
+
"name": "spender",
|
|
8321
|
+
"type": "address"
|
|
8322
|
+
},
|
|
8323
|
+
{
|
|
8324
|
+
"internalType": "uint256",
|
|
8325
|
+
"name": "subtractedValue",
|
|
8326
|
+
"type": "uint256"
|
|
8327
|
+
}
|
|
8328
|
+
],
|
|
8329
|
+
"name": "decreaseAllowance",
|
|
8330
|
+
"outputs": [
|
|
8331
|
+
{
|
|
8332
|
+
"internalType": "bool",
|
|
8333
|
+
"name": "",
|
|
8334
|
+
"type": "bool"
|
|
8335
|
+
}
|
|
8336
|
+
],
|
|
8337
|
+
"stateMutability": "nonpayable",
|
|
8338
|
+
"type": "function"
|
|
8339
|
+
},
|
|
8340
|
+
{
|
|
8341
|
+
"inputs": [
|
|
8342
|
+
{
|
|
8343
|
+
"internalType": "uint256",
|
|
8344
|
+
"name": "amount",
|
|
8345
|
+
"type": "uint256"
|
|
8346
|
+
}
|
|
8347
|
+
],
|
|
8348
|
+
"name": "faucet",
|
|
8349
|
+
"outputs": [],
|
|
8350
|
+
"stateMutability": "nonpayable",
|
|
8351
|
+
"type": "function"
|
|
8352
|
+
},
|
|
8353
|
+
{
|
|
8354
|
+
"inputs": [
|
|
8355
|
+
{
|
|
8356
|
+
"internalType": "address",
|
|
8357
|
+
"name": "spender",
|
|
8358
|
+
"type": "address"
|
|
8359
|
+
},
|
|
8360
|
+
{
|
|
8361
|
+
"internalType": "uint256",
|
|
8362
|
+
"name": "addedValue",
|
|
8363
|
+
"type": "uint256"
|
|
8364
|
+
}
|
|
8365
|
+
],
|
|
8366
|
+
"name": "increaseAllowance",
|
|
8367
|
+
"outputs": [
|
|
8368
|
+
{
|
|
8369
|
+
"internalType": "bool",
|
|
8370
|
+
"name": "",
|
|
8371
|
+
"type": "bool"
|
|
8372
|
+
}
|
|
8373
|
+
],
|
|
8374
|
+
"stateMutability": "nonpayable",
|
|
8375
|
+
"type": "function"
|
|
8376
|
+
},
|
|
8377
|
+
{
|
|
8378
|
+
"inputs": [],
|
|
8379
|
+
"name": "name",
|
|
8380
|
+
"outputs": [
|
|
8381
|
+
{
|
|
8382
|
+
"internalType": "string",
|
|
8383
|
+
"name": "",
|
|
8384
|
+
"type": "string"
|
|
8385
|
+
}
|
|
8386
|
+
],
|
|
8387
|
+
"stateMutability": "view",
|
|
8388
|
+
"type": "function"
|
|
8389
|
+
},
|
|
8390
|
+
{
|
|
8391
|
+
"inputs": [],
|
|
8392
|
+
"name": "symbol",
|
|
8393
|
+
"outputs": [
|
|
8394
|
+
{
|
|
8395
|
+
"internalType": "string",
|
|
8396
|
+
"name": "",
|
|
8397
|
+
"type": "string"
|
|
8398
|
+
}
|
|
8399
|
+
],
|
|
8400
|
+
"stateMutability": "view",
|
|
8401
|
+
"type": "function"
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"inputs": [],
|
|
8405
|
+
"name": "totalSupply",
|
|
8406
|
+
"outputs": [
|
|
8407
|
+
{
|
|
8408
|
+
"internalType": "uint256",
|
|
8409
|
+
"name": "",
|
|
8410
|
+
"type": "uint256"
|
|
8411
|
+
}
|
|
8412
|
+
],
|
|
8413
|
+
"stateMutability": "view",
|
|
8414
|
+
"type": "function"
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
"inputs": [
|
|
8418
|
+
{
|
|
8419
|
+
"internalType": "address",
|
|
8420
|
+
"name": "to",
|
|
8421
|
+
"type": "address"
|
|
8422
|
+
},
|
|
8423
|
+
{
|
|
8424
|
+
"internalType": "uint256",
|
|
8425
|
+
"name": "amount",
|
|
8426
|
+
"type": "uint256"
|
|
8427
|
+
}
|
|
8428
|
+
],
|
|
8429
|
+
"name": "transfer",
|
|
8430
|
+
"outputs": [
|
|
8431
|
+
{
|
|
8432
|
+
"internalType": "bool",
|
|
8433
|
+
"name": "",
|
|
8434
|
+
"type": "bool"
|
|
8435
|
+
}
|
|
8436
|
+
],
|
|
8437
|
+
"stateMutability": "nonpayable",
|
|
8438
|
+
"type": "function"
|
|
8439
|
+
},
|
|
8440
|
+
{
|
|
8441
|
+
"inputs": [
|
|
8442
|
+
{
|
|
8443
|
+
"internalType": "address",
|
|
8444
|
+
"name": "from",
|
|
8445
|
+
"type": "address"
|
|
8446
|
+
},
|
|
8447
|
+
{
|
|
8448
|
+
"internalType": "address",
|
|
8449
|
+
"name": "to",
|
|
8450
|
+
"type": "address"
|
|
8451
|
+
},
|
|
8452
|
+
{
|
|
8453
|
+
"internalType": "uint256",
|
|
8454
|
+
"name": "amount",
|
|
8455
|
+
"type": "uint256"
|
|
8456
|
+
}
|
|
8457
|
+
],
|
|
8458
|
+
"name": "transferFrom",
|
|
8459
|
+
"outputs": [
|
|
8460
|
+
{
|
|
8461
|
+
"internalType": "bool",
|
|
8462
|
+
"name": "",
|
|
8463
|
+
"type": "bool"
|
|
8464
|
+
}
|
|
8465
|
+
],
|
|
8466
|
+
"stateMutability": "nonpayable",
|
|
8467
|
+
"type": "function"
|
|
8468
|
+
}
|
|
8469
|
+
]
|
|
8470
|
+
},
|
|
8471
|
+
"MockDAI": {
|
|
8472
|
+
"address": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
|
|
8473
|
+
"abi": [
|
|
8474
|
+
{
|
|
8475
|
+
"inputs": [
|
|
8476
|
+
{
|
|
8477
|
+
"internalType": "string",
|
|
8478
|
+
"name": "name_",
|
|
8479
|
+
"type": "string"
|
|
8480
|
+
},
|
|
8481
|
+
{
|
|
8482
|
+
"internalType": "string",
|
|
8483
|
+
"name": "symbol_",
|
|
8484
|
+
"type": "string"
|
|
8485
|
+
},
|
|
8486
|
+
{
|
|
8487
|
+
"internalType": "uint8",
|
|
8488
|
+
"name": "decimals_",
|
|
8489
|
+
"type": "uint8"
|
|
8490
|
+
}
|
|
8491
|
+
],
|
|
8492
|
+
"stateMutability": "nonpayable",
|
|
8493
|
+
"type": "constructor"
|
|
8494
|
+
},
|
|
8495
|
+
{
|
|
8496
|
+
"anonymous": false,
|
|
8497
|
+
"inputs": [
|
|
8498
|
+
{
|
|
8499
|
+
"indexed": true,
|
|
8500
|
+
"internalType": "address",
|
|
8501
|
+
"name": "owner",
|
|
8502
|
+
"type": "address"
|
|
8503
|
+
},
|
|
8504
|
+
{
|
|
8505
|
+
"indexed": true,
|
|
8506
|
+
"internalType": "address",
|
|
8507
|
+
"name": "spender",
|
|
8508
|
+
"type": "address"
|
|
8509
|
+
},
|
|
8510
|
+
{
|
|
8511
|
+
"indexed": false,
|
|
8512
|
+
"internalType": "uint256",
|
|
8513
|
+
"name": "value",
|
|
8514
|
+
"type": "uint256"
|
|
8515
|
+
}
|
|
8516
|
+
],
|
|
8517
|
+
"name": "Approval",
|
|
8518
|
+
"type": "event"
|
|
8519
|
+
},
|
|
8520
|
+
{
|
|
8521
|
+
"anonymous": false,
|
|
8522
|
+
"inputs": [
|
|
8523
|
+
{
|
|
8524
|
+
"indexed": true,
|
|
8525
|
+
"internalType": "address",
|
|
8526
|
+
"name": "from",
|
|
8527
|
+
"type": "address"
|
|
8528
|
+
},
|
|
8529
|
+
{
|
|
8530
|
+
"indexed": true,
|
|
8531
|
+
"internalType": "address",
|
|
8532
|
+
"name": "to",
|
|
8533
|
+
"type": "address"
|
|
8534
|
+
},
|
|
8535
|
+
{
|
|
8536
|
+
"indexed": false,
|
|
8537
|
+
"internalType": "uint256",
|
|
8538
|
+
"name": "value",
|
|
8539
|
+
"type": "uint256"
|
|
8540
|
+
}
|
|
8541
|
+
],
|
|
8542
|
+
"name": "Transfer",
|
|
8543
|
+
"type": "event"
|
|
8544
|
+
},
|
|
8545
|
+
{
|
|
8546
|
+
"inputs": [
|
|
8547
|
+
{
|
|
8548
|
+
"internalType": "address",
|
|
8549
|
+
"name": "owner",
|
|
8550
|
+
"type": "address"
|
|
8551
|
+
},
|
|
8552
|
+
{
|
|
8553
|
+
"internalType": "address",
|
|
8554
|
+
"name": "spender",
|
|
8555
|
+
"type": "address"
|
|
8556
|
+
}
|
|
8557
|
+
],
|
|
8558
|
+
"name": "allowance",
|
|
8559
|
+
"outputs": [
|
|
8560
|
+
{
|
|
8561
|
+
"internalType": "uint256",
|
|
8562
|
+
"name": "",
|
|
8563
|
+
"type": "uint256"
|
|
8564
|
+
}
|
|
8565
|
+
],
|
|
8566
|
+
"stateMutability": "view",
|
|
8567
|
+
"type": "function"
|
|
8568
|
+
},
|
|
8569
|
+
{
|
|
8570
|
+
"inputs": [
|
|
8571
|
+
{
|
|
8572
|
+
"internalType": "address",
|
|
8573
|
+
"name": "spender",
|
|
8574
|
+
"type": "address"
|
|
8575
|
+
},
|
|
8576
|
+
{
|
|
8577
|
+
"internalType": "uint256",
|
|
8578
|
+
"name": "amount",
|
|
8579
|
+
"type": "uint256"
|
|
8580
|
+
}
|
|
8581
|
+
],
|
|
8582
|
+
"name": "approve",
|
|
8583
|
+
"outputs": [
|
|
8584
|
+
{
|
|
8585
|
+
"internalType": "bool",
|
|
8586
|
+
"name": "",
|
|
8587
|
+
"type": "bool"
|
|
8588
|
+
}
|
|
8589
|
+
],
|
|
8590
|
+
"stateMutability": "nonpayable",
|
|
8591
|
+
"type": "function"
|
|
8592
|
+
},
|
|
8593
|
+
{
|
|
8594
|
+
"inputs": [
|
|
8595
|
+
{
|
|
8596
|
+
"internalType": "address",
|
|
8597
|
+
"name": "account",
|
|
8598
|
+
"type": "address"
|
|
8599
|
+
}
|
|
8600
|
+
],
|
|
8601
|
+
"name": "balanceOf",
|
|
8602
|
+
"outputs": [
|
|
8603
|
+
{
|
|
8604
|
+
"internalType": "uint256",
|
|
8605
|
+
"name": "",
|
|
8606
|
+
"type": "uint256"
|
|
8607
|
+
}
|
|
8608
|
+
],
|
|
8609
|
+
"stateMutability": "view",
|
|
8610
|
+
"type": "function"
|
|
8611
|
+
},
|
|
8612
|
+
{
|
|
8613
|
+
"inputs": [],
|
|
8614
|
+
"name": "decimals",
|
|
8615
|
+
"outputs": [
|
|
8616
|
+
{
|
|
8617
|
+
"internalType": "uint8",
|
|
8618
|
+
"name": "",
|
|
8619
|
+
"type": "uint8"
|
|
8620
|
+
}
|
|
8621
|
+
],
|
|
8622
|
+
"stateMutability": "view",
|
|
8623
|
+
"type": "function"
|
|
8624
|
+
},
|
|
8625
|
+
{
|
|
8626
|
+
"inputs": [
|
|
8627
|
+
{
|
|
8628
|
+
"internalType": "address",
|
|
8629
|
+
"name": "spender",
|
|
8630
|
+
"type": "address"
|
|
8631
|
+
},
|
|
8632
|
+
{
|
|
8633
|
+
"internalType": "uint256",
|
|
8634
|
+
"name": "subtractedValue",
|
|
8635
|
+
"type": "uint256"
|
|
8636
|
+
}
|
|
8637
|
+
],
|
|
8638
|
+
"name": "decreaseAllowance",
|
|
8639
|
+
"outputs": [
|
|
8640
|
+
{
|
|
8641
|
+
"internalType": "bool",
|
|
8642
|
+
"name": "",
|
|
8643
|
+
"type": "bool"
|
|
8644
|
+
}
|
|
8645
|
+
],
|
|
8646
|
+
"stateMutability": "nonpayable",
|
|
8647
|
+
"type": "function"
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"inputs": [
|
|
8651
|
+
{
|
|
8652
|
+
"internalType": "uint256",
|
|
8653
|
+
"name": "amount",
|
|
8654
|
+
"type": "uint256"
|
|
8655
|
+
}
|
|
8656
|
+
],
|
|
8657
|
+
"name": "faucet",
|
|
8658
|
+
"outputs": [],
|
|
8659
|
+
"stateMutability": "nonpayable",
|
|
8660
|
+
"type": "function"
|
|
8661
|
+
},
|
|
8662
|
+
{
|
|
8663
|
+
"inputs": [
|
|
8664
|
+
{
|
|
8665
|
+
"internalType": "address",
|
|
8666
|
+
"name": "spender",
|
|
8667
|
+
"type": "address"
|
|
8668
|
+
},
|
|
8669
|
+
{
|
|
8670
|
+
"internalType": "uint256",
|
|
8671
|
+
"name": "addedValue",
|
|
8672
|
+
"type": "uint256"
|
|
8673
|
+
}
|
|
8674
|
+
],
|
|
8675
|
+
"name": "increaseAllowance",
|
|
8676
|
+
"outputs": [
|
|
8677
|
+
{
|
|
8678
|
+
"internalType": "bool",
|
|
8679
|
+
"name": "",
|
|
8680
|
+
"type": "bool"
|
|
8681
|
+
}
|
|
8682
|
+
],
|
|
8683
|
+
"stateMutability": "nonpayable",
|
|
8684
|
+
"type": "function"
|
|
8685
|
+
},
|
|
8686
|
+
{
|
|
8687
|
+
"inputs": [],
|
|
8688
|
+
"name": "name",
|
|
8689
|
+
"outputs": [
|
|
8690
|
+
{
|
|
8691
|
+
"internalType": "string",
|
|
8692
|
+
"name": "",
|
|
8693
|
+
"type": "string"
|
|
8694
|
+
}
|
|
8695
|
+
],
|
|
8696
|
+
"stateMutability": "view",
|
|
8697
|
+
"type": "function"
|
|
8698
|
+
},
|
|
8699
|
+
{
|
|
8700
|
+
"inputs": [],
|
|
8701
|
+
"name": "symbol",
|
|
8702
|
+
"outputs": [
|
|
8703
|
+
{
|
|
8704
|
+
"internalType": "string",
|
|
8705
|
+
"name": "",
|
|
8706
|
+
"type": "string"
|
|
8707
|
+
}
|
|
8708
|
+
],
|
|
8709
|
+
"stateMutability": "view",
|
|
8710
|
+
"type": "function"
|
|
8711
|
+
},
|
|
8712
|
+
{
|
|
8713
|
+
"inputs": [],
|
|
8714
|
+
"name": "totalSupply",
|
|
8715
|
+
"outputs": [
|
|
8716
|
+
{
|
|
8717
|
+
"internalType": "uint256",
|
|
8718
|
+
"name": "",
|
|
8719
|
+
"type": "uint256"
|
|
8720
|
+
}
|
|
8721
|
+
],
|
|
8722
|
+
"stateMutability": "view",
|
|
8723
|
+
"type": "function"
|
|
8724
|
+
},
|
|
8725
|
+
{
|
|
8726
|
+
"inputs": [
|
|
8727
|
+
{
|
|
8728
|
+
"internalType": "address",
|
|
8729
|
+
"name": "to",
|
|
8730
|
+
"type": "address"
|
|
8731
|
+
},
|
|
8732
|
+
{
|
|
8733
|
+
"internalType": "uint256",
|
|
8734
|
+
"name": "amount",
|
|
8735
|
+
"type": "uint256"
|
|
8736
|
+
}
|
|
8737
|
+
],
|
|
8738
|
+
"name": "transfer",
|
|
8739
|
+
"outputs": [
|
|
8740
|
+
{
|
|
8741
|
+
"internalType": "bool",
|
|
8742
|
+
"name": "",
|
|
8743
|
+
"type": "bool"
|
|
8744
|
+
}
|
|
8745
|
+
],
|
|
8746
|
+
"stateMutability": "nonpayable",
|
|
8747
|
+
"type": "function"
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"inputs": [
|
|
8751
|
+
{
|
|
8752
|
+
"internalType": "address",
|
|
8753
|
+
"name": "from",
|
|
8754
|
+
"type": "address"
|
|
8755
|
+
},
|
|
8756
|
+
{
|
|
8757
|
+
"internalType": "address",
|
|
8758
|
+
"name": "to",
|
|
8759
|
+
"type": "address"
|
|
8760
|
+
},
|
|
8761
|
+
{
|
|
8762
|
+
"internalType": "uint256",
|
|
8763
|
+
"name": "amount",
|
|
8764
|
+
"type": "uint256"
|
|
8765
|
+
}
|
|
8766
|
+
],
|
|
8767
|
+
"name": "transferFrom",
|
|
8768
|
+
"outputs": [
|
|
8769
|
+
{
|
|
8770
|
+
"internalType": "bool",
|
|
8771
|
+
"name": "",
|
|
8772
|
+
"type": "bool"
|
|
8773
|
+
}
|
|
8774
|
+
],
|
|
8775
|
+
"stateMutability": "nonpayable",
|
|
8776
|
+
"type": "function"
|
|
8777
|
+
}
|
|
8778
|
+
]
|
|
8779
|
+
},
|
|
8780
|
+
"MockEIGEN": {
|
|
8781
|
+
"address": "0xf140594470Bff436aE82F2116ab8a438671C6e83",
|
|
8782
|
+
"abi": [
|
|
7805
8783
|
{
|
|
7806
8784
|
"inputs": [
|
|
7807
8785
|
{
|
|
@@ -8108,8 +9086,8 @@
|
|
|
8108
9086
|
}
|
|
8109
9087
|
]
|
|
8110
9088
|
},
|
|
8111
|
-
"
|
|
8112
|
-
"address": "
|
|
9089
|
+
"MockERC4626_sUSDe": {
|
|
9090
|
+
"address": "0xA3A3e5ecEA56940a4Ae32d0927bfd8821DdA848A",
|
|
8113
9091
|
"abi": [
|
|
8114
9092
|
{
|
|
8115
9093
|
"inputs": [
|
|
@@ -8238,7 +9216,26 @@
|
|
|
8238
9216
|
"type": "address"
|
|
8239
9217
|
}
|
|
8240
9218
|
],
|
|
8241
|
-
"name": "balanceOf",
|
|
9219
|
+
"name": "balanceOf",
|
|
9220
|
+
"outputs": [
|
|
9221
|
+
{
|
|
9222
|
+
"internalType": "uint256",
|
|
9223
|
+
"name": "",
|
|
9224
|
+
"type": "uint256"
|
|
9225
|
+
}
|
|
9226
|
+
],
|
|
9227
|
+
"stateMutability": "view",
|
|
9228
|
+
"type": "function"
|
|
9229
|
+
},
|
|
9230
|
+
{
|
|
9231
|
+
"inputs": [
|
|
9232
|
+
{
|
|
9233
|
+
"internalType": "uint256",
|
|
9234
|
+
"name": "shares",
|
|
9235
|
+
"type": "uint256"
|
|
9236
|
+
}
|
|
9237
|
+
],
|
|
9238
|
+
"name": "convertToAssets",
|
|
8242
9239
|
"outputs": [
|
|
8243
9240
|
{
|
|
8244
9241
|
"internalType": "uint256",
|
|
@@ -8246,7 +9243,7 @@
|
|
|
8246
9243
|
"type": "uint256"
|
|
8247
9244
|
}
|
|
8248
9245
|
],
|
|
8249
|
-
"stateMutability": "
|
|
9246
|
+
"stateMutability": "pure",
|
|
8250
9247
|
"type": "function"
|
|
8251
9248
|
},
|
|
8252
9249
|
{
|
|
@@ -8417,8 +9414,8 @@
|
|
|
8417
9414
|
}
|
|
8418
9415
|
]
|
|
8419
9416
|
},
|
|
8420
|
-
"
|
|
8421
|
-
"address": "
|
|
9417
|
+
"MockFRAX": {
|
|
9418
|
+
"address": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
8422
9419
|
"abi": [
|
|
8423
9420
|
{
|
|
8424
9421
|
"inputs": [
|
|
@@ -8726,8 +9723,8 @@
|
|
|
8726
9723
|
}
|
|
8727
9724
|
]
|
|
8728
9725
|
},
|
|
8729
|
-
"
|
|
8730
|
-
"address": "
|
|
9726
|
+
"MockLBTC": {
|
|
9727
|
+
"address": "0x37798CaB3Adde2F4064afBc1C7F9bbBc6A826375",
|
|
8731
9728
|
"abi": [
|
|
8732
9729
|
{
|
|
8733
9730
|
"inputs": [
|
|
@@ -8867,25 +9864,6 @@
|
|
|
8867
9864
|
"stateMutability": "view",
|
|
8868
9865
|
"type": "function"
|
|
8869
9866
|
},
|
|
8870
|
-
{
|
|
8871
|
-
"inputs": [
|
|
8872
|
-
{
|
|
8873
|
-
"internalType": "uint256",
|
|
8874
|
-
"name": "shares",
|
|
8875
|
-
"type": "uint256"
|
|
8876
|
-
}
|
|
8877
|
-
],
|
|
8878
|
-
"name": "convertToAssets",
|
|
8879
|
-
"outputs": [
|
|
8880
|
-
{
|
|
8881
|
-
"internalType": "uint256",
|
|
8882
|
-
"name": "",
|
|
8883
|
-
"type": "uint256"
|
|
8884
|
-
}
|
|
8885
|
-
],
|
|
8886
|
-
"stateMutability": "pure",
|
|
8887
|
-
"type": "function"
|
|
8888
|
-
},
|
|
8889
9867
|
{
|
|
8890
9868
|
"inputs": [],
|
|
8891
9869
|
"name": "decimals",
|
|
@@ -9054,8 +10032,8 @@
|
|
|
9054
10032
|
}
|
|
9055
10033
|
]
|
|
9056
10034
|
},
|
|
9057
|
-
"
|
|
9058
|
-
"address": "
|
|
10035
|
+
"MockPT-USDe-27MAR2025": {
|
|
10036
|
+
"address": "0x74671106a04496199994787B6BcB064d08afbCCf",
|
|
9059
10037
|
"abi": [
|
|
9060
10038
|
{
|
|
9061
10039
|
"inputs": [
|
|
@@ -9363,8 +10341,8 @@
|
|
|
9363
10341
|
}
|
|
9364
10342
|
]
|
|
9365
10343
|
},
|
|
9366
|
-
"
|
|
9367
|
-
"address": "
|
|
10344
|
+
"MockPT-sUSDE-27MAR2025": {
|
|
10345
|
+
"address": "0x3EBa2Aa29eC2498c2124523634324d4ce89c8579",
|
|
9368
10346
|
"abi": [
|
|
9369
10347
|
{
|
|
9370
10348
|
"inputs": [
|
|
@@ -9672,8 +10650,8 @@
|
|
|
9672
10650
|
}
|
|
9673
10651
|
]
|
|
9674
10652
|
},
|
|
9675
|
-
"MockPT-
|
|
9676
|
-
"address": "
|
|
10653
|
+
"MockPT-weETH-26DEC2024": {
|
|
10654
|
+
"address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
9677
10655
|
"abi": [
|
|
9678
10656
|
{
|
|
9679
10657
|
"inputs": [
|
|
@@ -9981,8 +10959,8 @@
|
|
|
9981
10959
|
}
|
|
9982
10960
|
]
|
|
9983
10961
|
},
|
|
9984
|
-
"
|
|
9985
|
-
"address": "
|
|
10962
|
+
"MockTUSD": {
|
|
10963
|
+
"address": "0x78b292069da1661b7C12B6E766cB506C220b987a",
|
|
9986
10964
|
"abi": [
|
|
9987
10965
|
{
|
|
9988
10966
|
"inputs": [
|
|
@@ -10290,8 +11268,8 @@
|
|
|
10290
11268
|
}
|
|
10291
11269
|
]
|
|
10292
11270
|
},
|
|
10293
|
-
"
|
|
10294
|
-
"address": "
|
|
11271
|
+
"MockUSDC": {
|
|
11272
|
+
"address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
|
|
10295
11273
|
"abi": [
|
|
10296
11274
|
{
|
|
10297
11275
|
"inputs": [
|
|
@@ -10599,8 +11577,8 @@
|
|
|
10599
11577
|
}
|
|
10600
11578
|
]
|
|
10601
11579
|
},
|
|
10602
|
-
"
|
|
10603
|
-
"address": "
|
|
11580
|
+
"MockUSDS": {
|
|
11581
|
+
"address": "0xfB287f9A45E54df6AADad95C6F37b1471e744762",
|
|
10604
11582
|
"abi": [
|
|
10605
11583
|
{
|
|
10606
11584
|
"inputs": [
|
|
@@ -10908,8 +11886,8 @@
|
|
|
10908
11886
|
}
|
|
10909
11887
|
]
|
|
10910
11888
|
},
|
|
10911
|
-
"
|
|
10912
|
-
"address": "
|
|
11889
|
+
"MockUSDT": {
|
|
11890
|
+
"address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
|
|
10913
11891
|
"abi": [
|
|
10914
11892
|
{
|
|
10915
11893
|
"inputs": [
|
|
@@ -11217,8 +12195,8 @@
|
|
|
11217
12195
|
}
|
|
11218
12196
|
]
|
|
11219
12197
|
},
|
|
11220
|
-
"
|
|
11221
|
-
"address": "
|
|
12198
|
+
"MockUSDe": {
|
|
12199
|
+
"address": "0x8bAe3E12870a002A0D4b6Eb0F0CBf91b29d9806F",
|
|
11222
12200
|
"abi": [
|
|
11223
12201
|
{
|
|
11224
12202
|
"inputs": [
|
|
@@ -11526,8 +12504,8 @@
|
|
|
11526
12504
|
}
|
|
11527
12505
|
]
|
|
11528
12506
|
},
|
|
11529
|
-
"
|
|
11530
|
-
"address": "
|
|
12507
|
+
"MockWBTC": {
|
|
12508
|
+
"address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
|
|
11531
12509
|
"abi": [
|
|
11532
12510
|
{
|
|
11533
12511
|
"inputs": [
|
|
@@ -11835,8 +12813,8 @@
|
|
|
11835
12813
|
}
|
|
11836
12814
|
]
|
|
11837
12815
|
},
|
|
11838
|
-
"
|
|
11839
|
-
"address": "
|
|
12816
|
+
"MockcrvUSD": {
|
|
12817
|
+
"address": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
|
|
11840
12818
|
"abi": [
|
|
11841
12819
|
{
|
|
11842
12820
|
"inputs": [
|
|
@@ -12144,8 +13122,8 @@
|
|
|
12144
13122
|
}
|
|
12145
13123
|
]
|
|
12146
13124
|
},
|
|
12147
|
-
"
|
|
12148
|
-
"address": "
|
|
13125
|
+
"MockeBTC": {
|
|
13126
|
+
"address": "0xd48392CCf3fe028023D0783E570DFc71996859d7",
|
|
12149
13127
|
"abi": [
|
|
12150
13128
|
{
|
|
12151
13129
|
"inputs": [
|
|
@@ -12453,8 +13431,8 @@
|
|
|
12453
13431
|
}
|
|
12454
13432
|
]
|
|
12455
13433
|
},
|
|
12456
|
-
"
|
|
12457
|
-
"address": "
|
|
13434
|
+
"MockeETH": {
|
|
13435
|
+
"address": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
|
|
12458
13436
|
"abi": [
|
|
12459
13437
|
{
|
|
12460
13438
|
"inputs": [
|
|
@@ -12762,8 +13740,8 @@
|
|
|
12762
13740
|
}
|
|
12763
13741
|
]
|
|
12764
13742
|
},
|
|
12765
|
-
"
|
|
12766
|
-
"address": "
|
|
13743
|
+
"MockezETH": {
|
|
13744
|
+
"address": "0xB8eb706b85Ae7355c9FE4371a499F50f3484809c",
|
|
12767
13745
|
"abi": [
|
|
12768
13746
|
{
|
|
12769
13747
|
"inputs": [
|
|
@@ -13071,8 +14049,8 @@
|
|
|
13071
14049
|
}
|
|
13072
14050
|
]
|
|
13073
14051
|
},
|
|
13074
|
-
"
|
|
13075
|
-
"address": "
|
|
14052
|
+
"MockpufETH": {
|
|
14053
|
+
"address": "0x6D9f78b57AEeB0543a3c3B32Cc038bFB14a4bA68",
|
|
13076
14054
|
"abi": [
|
|
13077
14055
|
{
|
|
13078
14056
|
"inputs": [
|
|
@@ -13380,8 +14358,8 @@
|
|
|
13380
14358
|
}
|
|
13381
14359
|
]
|
|
13382
14360
|
},
|
|
13383
|
-
"
|
|
13384
|
-
"address": "
|
|
14361
|
+
"MockrsETH": {
|
|
14362
|
+
"address": "0xfA0614E5C803E15070d31f7C38d2d430EBe68E47",
|
|
13385
14363
|
"abi": [
|
|
13386
14364
|
{
|
|
13387
14365
|
"inputs": [
|
|
@@ -13689,8 +14667,8 @@
|
|
|
13689
14667
|
}
|
|
13690
14668
|
]
|
|
13691
14669
|
},
|
|
13692
|
-
"
|
|
13693
|
-
"address": "
|
|
14670
|
+
"MocksUSDS": {
|
|
14671
|
+
"address": "0xE9E34fd81982438E96Bd945f5810F910e35F0165",
|
|
13694
14672
|
"abi": [
|
|
13695
14673
|
{
|
|
13696
14674
|
"inputs": [
|
|
@@ -13830,6 +14808,25 @@
|
|
|
13830
14808
|
"stateMutability": "view",
|
|
13831
14809
|
"type": "function"
|
|
13832
14810
|
},
|
|
14811
|
+
{
|
|
14812
|
+
"inputs": [
|
|
14813
|
+
{
|
|
14814
|
+
"internalType": "uint256",
|
|
14815
|
+
"name": "shares",
|
|
14816
|
+
"type": "uint256"
|
|
14817
|
+
}
|
|
14818
|
+
],
|
|
14819
|
+
"name": "convertToAssets",
|
|
14820
|
+
"outputs": [
|
|
14821
|
+
{
|
|
14822
|
+
"internalType": "uint256",
|
|
14823
|
+
"name": "",
|
|
14824
|
+
"type": "uint256"
|
|
14825
|
+
}
|
|
14826
|
+
],
|
|
14827
|
+
"stateMutability": "pure",
|
|
14828
|
+
"type": "function"
|
|
14829
|
+
},
|
|
13833
14830
|
{
|
|
13834
14831
|
"inputs": [],
|
|
13835
14832
|
"name": "decimals",
|
|
@@ -31606,6 +32603,80 @@
|
|
|
31606
32603
|
}
|
|
31607
32604
|
]
|
|
31608
32605
|
},
|
|
32606
|
+
"VToken_vUSDS_Core": {
|
|
32607
|
+
"address": "0x459C6a6036e2094d1764a9ca32939b9820b2C8e0",
|
|
32608
|
+
"abi": [
|
|
32609
|
+
{
|
|
32610
|
+
"inputs": [
|
|
32611
|
+
{
|
|
32612
|
+
"internalType": "address",
|
|
32613
|
+
"name": "beacon",
|
|
32614
|
+
"type": "address"
|
|
32615
|
+
},
|
|
32616
|
+
{
|
|
32617
|
+
"internalType": "bytes",
|
|
32618
|
+
"name": "data",
|
|
32619
|
+
"type": "bytes"
|
|
32620
|
+
}
|
|
32621
|
+
],
|
|
32622
|
+
"stateMutability": "payable",
|
|
32623
|
+
"type": "constructor"
|
|
32624
|
+
},
|
|
32625
|
+
{
|
|
32626
|
+
"anonymous": false,
|
|
32627
|
+
"inputs": [
|
|
32628
|
+
{
|
|
32629
|
+
"indexed": false,
|
|
32630
|
+
"internalType": "address",
|
|
32631
|
+
"name": "previousAdmin",
|
|
32632
|
+
"type": "address"
|
|
32633
|
+
},
|
|
32634
|
+
{
|
|
32635
|
+
"indexed": false,
|
|
32636
|
+
"internalType": "address",
|
|
32637
|
+
"name": "newAdmin",
|
|
32638
|
+
"type": "address"
|
|
32639
|
+
}
|
|
32640
|
+
],
|
|
32641
|
+
"name": "AdminChanged",
|
|
32642
|
+
"type": "event"
|
|
32643
|
+
},
|
|
32644
|
+
{
|
|
32645
|
+
"anonymous": false,
|
|
32646
|
+
"inputs": [
|
|
32647
|
+
{
|
|
32648
|
+
"indexed": true,
|
|
32649
|
+
"internalType": "address",
|
|
32650
|
+
"name": "beacon",
|
|
32651
|
+
"type": "address"
|
|
32652
|
+
}
|
|
32653
|
+
],
|
|
32654
|
+
"name": "BeaconUpgraded",
|
|
32655
|
+
"type": "event"
|
|
32656
|
+
},
|
|
32657
|
+
{
|
|
32658
|
+
"anonymous": false,
|
|
32659
|
+
"inputs": [
|
|
32660
|
+
{
|
|
32661
|
+
"indexed": true,
|
|
32662
|
+
"internalType": "address",
|
|
32663
|
+
"name": "implementation",
|
|
32664
|
+
"type": "address"
|
|
32665
|
+
}
|
|
32666
|
+
],
|
|
32667
|
+
"name": "Upgraded",
|
|
32668
|
+
"type": "event"
|
|
32669
|
+
},
|
|
32670
|
+
{
|
|
32671
|
+
"stateMutability": "payable",
|
|
32672
|
+
"type": "fallback"
|
|
32673
|
+
},
|
|
32674
|
+
{
|
|
32675
|
+
"stateMutability": "payable",
|
|
32676
|
+
"type": "receive"
|
|
32677
|
+
}
|
|
32678
|
+
]
|
|
32679
|
+
},
|
|
31609
32680
|
"VToken_vUSDT_Core": {
|
|
31610
32681
|
"address": "0x19252AFD0B2F539C400aEab7d460CBFbf74c17ff",
|
|
31611
32682
|
"abi": [
|
|
@@ -32568,6 +33639,80 @@
|
|
|
32568
33639
|
}
|
|
32569
33640
|
]
|
|
32570
33641
|
},
|
|
33642
|
+
"VToken_vsUSDS_Core": {
|
|
33643
|
+
"address": "0x083a24648614df4b72EFD4e4C81141C044dBB253",
|
|
33644
|
+
"abi": [
|
|
33645
|
+
{
|
|
33646
|
+
"inputs": [
|
|
33647
|
+
{
|
|
33648
|
+
"internalType": "address",
|
|
33649
|
+
"name": "beacon",
|
|
33650
|
+
"type": "address"
|
|
33651
|
+
},
|
|
33652
|
+
{
|
|
33653
|
+
"internalType": "bytes",
|
|
33654
|
+
"name": "data",
|
|
33655
|
+
"type": "bytes"
|
|
33656
|
+
}
|
|
33657
|
+
],
|
|
33658
|
+
"stateMutability": "payable",
|
|
33659
|
+
"type": "constructor"
|
|
33660
|
+
},
|
|
33661
|
+
{
|
|
33662
|
+
"anonymous": false,
|
|
33663
|
+
"inputs": [
|
|
33664
|
+
{
|
|
33665
|
+
"indexed": false,
|
|
33666
|
+
"internalType": "address",
|
|
33667
|
+
"name": "previousAdmin",
|
|
33668
|
+
"type": "address"
|
|
33669
|
+
},
|
|
33670
|
+
{
|
|
33671
|
+
"indexed": false,
|
|
33672
|
+
"internalType": "address",
|
|
33673
|
+
"name": "newAdmin",
|
|
33674
|
+
"type": "address"
|
|
33675
|
+
}
|
|
33676
|
+
],
|
|
33677
|
+
"name": "AdminChanged",
|
|
33678
|
+
"type": "event"
|
|
33679
|
+
},
|
|
33680
|
+
{
|
|
33681
|
+
"anonymous": false,
|
|
33682
|
+
"inputs": [
|
|
33683
|
+
{
|
|
33684
|
+
"indexed": true,
|
|
33685
|
+
"internalType": "address",
|
|
33686
|
+
"name": "beacon",
|
|
33687
|
+
"type": "address"
|
|
33688
|
+
}
|
|
33689
|
+
],
|
|
33690
|
+
"name": "BeaconUpgraded",
|
|
33691
|
+
"type": "event"
|
|
33692
|
+
},
|
|
33693
|
+
{
|
|
33694
|
+
"anonymous": false,
|
|
33695
|
+
"inputs": [
|
|
33696
|
+
{
|
|
33697
|
+
"indexed": true,
|
|
33698
|
+
"internalType": "address",
|
|
33699
|
+
"name": "implementation",
|
|
33700
|
+
"type": "address"
|
|
33701
|
+
}
|
|
33702
|
+
],
|
|
33703
|
+
"name": "Upgraded",
|
|
33704
|
+
"type": "event"
|
|
33705
|
+
},
|
|
33706
|
+
{
|
|
33707
|
+
"stateMutability": "payable",
|
|
33708
|
+
"type": "fallback"
|
|
33709
|
+
},
|
|
33710
|
+
{
|
|
33711
|
+
"stateMutability": "payable",
|
|
33712
|
+
"type": "receive"
|
|
33713
|
+
}
|
|
33714
|
+
]
|
|
33715
|
+
},
|
|
32571
33716
|
"VToken_vsUSDe_Ethena": {
|
|
32572
33717
|
"address": "0x643a2BE96e7675Ca34bcceCB33F4f0fECA1ba9fC",
|
|
32573
33718
|
"abi": [
|