@venusprotocol/isolated-pools 3.3.0-dev.3 → 3.4.0-dev.1

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.
@@ -4516,29 +4516,24 @@
4516
4516
  }
4517
4517
  ]
4518
4518
  },
4519
- "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
4520
- "address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
4519
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
4520
+ "address": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
4521
4521
  "abi": [
4522
4522
  {
4523
4523
  "inputs": [
4524
4524
  {
4525
4525
  "internalType": "uint256",
4526
- "name": "blocksPerYear_",
4527
- "type": "uint256"
4528
- },
4529
- {
4530
- "internalType": "uint256",
4531
- "name": "baseRatePerYear",
4526
+ "name": "baseRatePerYear_",
4532
4527
  "type": "uint256"
4533
4528
  },
4534
4529
  {
4535
4530
  "internalType": "uint256",
4536
- "name": "multiplierPerYear",
4531
+ "name": "multiplierPerYear_",
4537
4532
  "type": "uint256"
4538
4533
  },
4539
4534
  {
4540
4535
  "internalType": "uint256",
4541
- "name": "jumpMultiplierPerYear",
4536
+ "name": "jumpMultiplierPerYear_",
4542
4537
  "type": "uint256"
4543
4538
  },
4544
4539
  {
@@ -4550,11 +4545,31 @@
4550
4545
  "internalType": "contract IAccessControlManagerV8",
4551
4546
  "name": "accessControlManager_",
4552
4547
  "type": "address"
4548
+ },
4549
+ {
4550
+ "internalType": "bool",
4551
+ "name": "timeBased_",
4552
+ "type": "bool"
4553
+ },
4554
+ {
4555
+ "internalType": "uint256",
4556
+ "name": "blocksPerYear_",
4557
+ "type": "uint256"
4553
4558
  }
4554
4559
  ],
4555
4560
  "stateMutability": "nonpayable",
4556
4561
  "type": "constructor"
4557
4562
  },
4563
+ {
4564
+ "inputs": [],
4565
+ "name": "InvalidBlocksPerYear",
4566
+ "type": "error"
4567
+ },
4568
+ {
4569
+ "inputs": [],
4570
+ "name": "InvalidTimeBasedConfiguration",
4571
+ "type": "error"
4572
+ },
4558
4573
  {
4559
4574
  "inputs": [
4560
4575
  {
@@ -4582,19 +4597,19 @@
4582
4597
  {
4583
4598
  "indexed": false,
4584
4599
  "internalType": "uint256",
4585
- "name": "baseRatePerBlock",
4600
+ "name": "baseRatePerBlockOrTimestamp",
4586
4601
  "type": "uint256"
4587
4602
  },
4588
4603
  {
4589
4604
  "indexed": false,
4590
4605
  "internalType": "uint256",
4591
- "name": "multiplierPerBlock",
4606
+ "name": "multiplierPerBlockOrTimestamp",
4592
4607
  "type": "uint256"
4593
4608
  },
4594
4609
  {
4595
4610
  "indexed": false,
4596
4611
  "internalType": "uint256",
4597
- "name": "jumpMultiplierPerBlock",
4612
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4598
4613
  "type": "uint256"
4599
4614
  },
4600
4615
  {
@@ -4635,7 +4650,20 @@
4635
4650
  },
4636
4651
  {
4637
4652
  "inputs": [],
4638
- "name": "blocksPerYear",
4653
+ "name": "blocksOrSecondsPerYear",
4654
+ "outputs": [
4655
+ {
4656
+ "internalType": "uint256",
4657
+ "name": "",
4658
+ "type": "uint256"
4659
+ }
4660
+ ],
4661
+ "stateMutability": "view",
4662
+ "type": "function"
4663
+ },
4664
+ {
4665
+ "inputs": [],
4666
+ "name": "getBlockNumberOrTimestamp",
4639
4667
  "outputs": [
4640
4668
  {
4641
4669
  "internalType": "uint256",
@@ -4732,6 +4760,19 @@
4732
4760
  "stateMutability": "pure",
4733
4761
  "type": "function"
4734
4762
  },
4763
+ {
4764
+ "inputs": [],
4765
+ "name": "isTimeBased",
4766
+ "outputs": [
4767
+ {
4768
+ "internalType": "bool",
4769
+ "name": "",
4770
+ "type": "bool"
4771
+ }
4772
+ ],
4773
+ "stateMutability": "view",
4774
+ "type": "function"
4775
+ },
4735
4776
  {
4736
4777
  "inputs": [],
4737
4778
  "name": "jumpMultiplierPerBlock",
@@ -4835,8 +4876,8 @@
4835
4876
  }
4836
4877
  ]
4837
4878
  },
4838
- "JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
4839
- "address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
4879
+ "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
4880
+ "address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
4840
4881
  "abi": [
4841
4882
  {
4842
4883
  "inputs": [
@@ -5154,8 +5195,8 @@
5154
5195
  }
5155
5196
  ]
5156
5197
  },
5157
- "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
5158
- "address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
5198
+ "JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
5199
+ "address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
5159
5200
  "abi": [
5160
5201
  {
5161
5202
  "inputs": [
@@ -5273,12 +5314,674 @@
5273
5314
  },
5274
5315
  {
5275
5316
  "inputs": [],
5276
- "name": "blocksPerYear",
5317
+ "name": "blocksPerYear",
5318
+ "outputs": [
5319
+ {
5320
+ "internalType": "uint256",
5321
+ "name": "",
5322
+ "type": "uint256"
5323
+ }
5324
+ ],
5325
+ "stateMutability": "view",
5326
+ "type": "function"
5327
+ },
5328
+ {
5329
+ "inputs": [
5330
+ {
5331
+ "internalType": "uint256",
5332
+ "name": "cash",
5333
+ "type": "uint256"
5334
+ },
5335
+ {
5336
+ "internalType": "uint256",
5337
+ "name": "borrows",
5338
+ "type": "uint256"
5339
+ },
5340
+ {
5341
+ "internalType": "uint256",
5342
+ "name": "reserves",
5343
+ "type": "uint256"
5344
+ },
5345
+ {
5346
+ "internalType": "uint256",
5347
+ "name": "badDebt",
5348
+ "type": "uint256"
5349
+ }
5350
+ ],
5351
+ "name": "getBorrowRate",
5352
+ "outputs": [
5353
+ {
5354
+ "internalType": "uint256",
5355
+ "name": "",
5356
+ "type": "uint256"
5357
+ }
5358
+ ],
5359
+ "stateMutability": "view",
5360
+ "type": "function"
5361
+ },
5362
+ {
5363
+ "inputs": [
5364
+ {
5365
+ "internalType": "uint256",
5366
+ "name": "cash",
5367
+ "type": "uint256"
5368
+ },
5369
+ {
5370
+ "internalType": "uint256",
5371
+ "name": "borrows",
5372
+ "type": "uint256"
5373
+ },
5374
+ {
5375
+ "internalType": "uint256",
5376
+ "name": "reserves",
5377
+ "type": "uint256"
5378
+ },
5379
+ {
5380
+ "internalType": "uint256",
5381
+ "name": "reserveFactorMantissa",
5382
+ "type": "uint256"
5383
+ },
5384
+ {
5385
+ "internalType": "uint256",
5386
+ "name": "badDebt",
5387
+ "type": "uint256"
5388
+ }
5389
+ ],
5390
+ "name": "getSupplyRate",
5391
+ "outputs": [
5392
+ {
5393
+ "internalType": "uint256",
5394
+ "name": "",
5395
+ "type": "uint256"
5396
+ }
5397
+ ],
5398
+ "stateMutability": "view",
5399
+ "type": "function"
5400
+ },
5401
+ {
5402
+ "inputs": [],
5403
+ "name": "isInterestRateModel",
5404
+ "outputs": [
5405
+ {
5406
+ "internalType": "bool",
5407
+ "name": "",
5408
+ "type": "bool"
5409
+ }
5410
+ ],
5411
+ "stateMutability": "pure",
5412
+ "type": "function"
5413
+ },
5414
+ {
5415
+ "inputs": [],
5416
+ "name": "jumpMultiplierPerBlock",
5417
+ "outputs": [
5418
+ {
5419
+ "internalType": "uint256",
5420
+ "name": "",
5421
+ "type": "uint256"
5422
+ }
5423
+ ],
5424
+ "stateMutability": "view",
5425
+ "type": "function"
5426
+ },
5427
+ {
5428
+ "inputs": [],
5429
+ "name": "kink",
5430
+ "outputs": [
5431
+ {
5432
+ "internalType": "uint256",
5433
+ "name": "",
5434
+ "type": "uint256"
5435
+ }
5436
+ ],
5437
+ "stateMutability": "view",
5438
+ "type": "function"
5439
+ },
5440
+ {
5441
+ "inputs": [],
5442
+ "name": "multiplierPerBlock",
5443
+ "outputs": [
5444
+ {
5445
+ "internalType": "uint256",
5446
+ "name": "",
5447
+ "type": "uint256"
5448
+ }
5449
+ ],
5450
+ "stateMutability": "view",
5451
+ "type": "function"
5452
+ },
5453
+ {
5454
+ "inputs": [
5455
+ {
5456
+ "internalType": "uint256",
5457
+ "name": "baseRatePerYear",
5458
+ "type": "uint256"
5459
+ },
5460
+ {
5461
+ "internalType": "uint256",
5462
+ "name": "multiplierPerYear",
5463
+ "type": "uint256"
5464
+ },
5465
+ {
5466
+ "internalType": "uint256",
5467
+ "name": "jumpMultiplierPerYear",
5468
+ "type": "uint256"
5469
+ },
5470
+ {
5471
+ "internalType": "uint256",
5472
+ "name": "kink_",
5473
+ "type": "uint256"
5474
+ }
5475
+ ],
5476
+ "name": "updateJumpRateModel",
5477
+ "outputs": [],
5478
+ "stateMutability": "nonpayable",
5479
+ "type": "function"
5480
+ },
5481
+ {
5482
+ "inputs": [
5483
+ {
5484
+ "internalType": "uint256",
5485
+ "name": "cash",
5486
+ "type": "uint256"
5487
+ },
5488
+ {
5489
+ "internalType": "uint256",
5490
+ "name": "borrows",
5491
+ "type": "uint256"
5492
+ },
5493
+ {
5494
+ "internalType": "uint256",
5495
+ "name": "reserves",
5496
+ "type": "uint256"
5497
+ },
5498
+ {
5499
+ "internalType": "uint256",
5500
+ "name": "badDebt",
5501
+ "type": "uint256"
5502
+ }
5503
+ ],
5504
+ "name": "utilizationRate",
5505
+ "outputs": [
5506
+ {
5507
+ "internalType": "uint256",
5508
+ "name": "",
5509
+ "type": "uint256"
5510
+ }
5511
+ ],
5512
+ "stateMutability": "pure",
5513
+ "type": "function"
5514
+ }
5515
+ ]
5516
+ },
5517
+ "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
5518
+ "address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
5519
+ "abi": [
5520
+ {
5521
+ "inputs": [
5522
+ {
5523
+ "internalType": "uint256",
5524
+ "name": "blocksPerYear_",
5525
+ "type": "uint256"
5526
+ },
5527
+ {
5528
+ "internalType": "uint256",
5529
+ "name": "baseRatePerYear",
5530
+ "type": "uint256"
5531
+ },
5532
+ {
5533
+ "internalType": "uint256",
5534
+ "name": "multiplierPerYear",
5535
+ "type": "uint256"
5536
+ },
5537
+ {
5538
+ "internalType": "uint256",
5539
+ "name": "jumpMultiplierPerYear",
5540
+ "type": "uint256"
5541
+ },
5542
+ {
5543
+ "internalType": "uint256",
5544
+ "name": "kink_",
5545
+ "type": "uint256"
5546
+ },
5547
+ {
5548
+ "internalType": "contract IAccessControlManagerV8",
5549
+ "name": "accessControlManager_",
5550
+ "type": "address"
5551
+ }
5552
+ ],
5553
+ "stateMutability": "nonpayable",
5554
+ "type": "constructor"
5555
+ },
5556
+ {
5557
+ "inputs": [
5558
+ {
5559
+ "internalType": "address",
5560
+ "name": "sender",
5561
+ "type": "address"
5562
+ },
5563
+ {
5564
+ "internalType": "address",
5565
+ "name": "calledContract",
5566
+ "type": "address"
5567
+ },
5568
+ {
5569
+ "internalType": "string",
5570
+ "name": "methodSignature",
5571
+ "type": "string"
5572
+ }
5573
+ ],
5574
+ "name": "Unauthorized",
5575
+ "type": "error"
5576
+ },
5577
+ {
5578
+ "anonymous": false,
5579
+ "inputs": [
5580
+ {
5581
+ "indexed": false,
5582
+ "internalType": "uint256",
5583
+ "name": "baseRatePerBlock",
5584
+ "type": "uint256"
5585
+ },
5586
+ {
5587
+ "indexed": false,
5588
+ "internalType": "uint256",
5589
+ "name": "multiplierPerBlock",
5590
+ "type": "uint256"
5591
+ },
5592
+ {
5593
+ "indexed": false,
5594
+ "internalType": "uint256",
5595
+ "name": "jumpMultiplierPerBlock",
5596
+ "type": "uint256"
5597
+ },
5598
+ {
5599
+ "indexed": false,
5600
+ "internalType": "uint256",
5601
+ "name": "kink",
5602
+ "type": "uint256"
5603
+ }
5604
+ ],
5605
+ "name": "NewInterestParams",
5606
+ "type": "event"
5607
+ },
5608
+ {
5609
+ "inputs": [],
5610
+ "name": "accessControlManager",
5611
+ "outputs": [
5612
+ {
5613
+ "internalType": "contract IAccessControlManagerV8",
5614
+ "name": "",
5615
+ "type": "address"
5616
+ }
5617
+ ],
5618
+ "stateMutability": "view",
5619
+ "type": "function"
5620
+ },
5621
+ {
5622
+ "inputs": [],
5623
+ "name": "baseRatePerBlock",
5624
+ "outputs": [
5625
+ {
5626
+ "internalType": "uint256",
5627
+ "name": "",
5628
+ "type": "uint256"
5629
+ }
5630
+ ],
5631
+ "stateMutability": "view",
5632
+ "type": "function"
5633
+ },
5634
+ {
5635
+ "inputs": [],
5636
+ "name": "blocksPerYear",
5637
+ "outputs": [
5638
+ {
5639
+ "internalType": "uint256",
5640
+ "name": "",
5641
+ "type": "uint256"
5642
+ }
5643
+ ],
5644
+ "stateMutability": "view",
5645
+ "type": "function"
5646
+ },
5647
+ {
5648
+ "inputs": [
5649
+ {
5650
+ "internalType": "uint256",
5651
+ "name": "cash",
5652
+ "type": "uint256"
5653
+ },
5654
+ {
5655
+ "internalType": "uint256",
5656
+ "name": "borrows",
5657
+ "type": "uint256"
5658
+ },
5659
+ {
5660
+ "internalType": "uint256",
5661
+ "name": "reserves",
5662
+ "type": "uint256"
5663
+ },
5664
+ {
5665
+ "internalType": "uint256",
5666
+ "name": "badDebt",
5667
+ "type": "uint256"
5668
+ }
5669
+ ],
5670
+ "name": "getBorrowRate",
5671
+ "outputs": [
5672
+ {
5673
+ "internalType": "uint256",
5674
+ "name": "",
5675
+ "type": "uint256"
5676
+ }
5677
+ ],
5678
+ "stateMutability": "view",
5679
+ "type": "function"
5680
+ },
5681
+ {
5682
+ "inputs": [
5683
+ {
5684
+ "internalType": "uint256",
5685
+ "name": "cash",
5686
+ "type": "uint256"
5687
+ },
5688
+ {
5689
+ "internalType": "uint256",
5690
+ "name": "borrows",
5691
+ "type": "uint256"
5692
+ },
5693
+ {
5694
+ "internalType": "uint256",
5695
+ "name": "reserves",
5696
+ "type": "uint256"
5697
+ },
5698
+ {
5699
+ "internalType": "uint256",
5700
+ "name": "reserveFactorMantissa",
5701
+ "type": "uint256"
5702
+ },
5703
+ {
5704
+ "internalType": "uint256",
5705
+ "name": "badDebt",
5706
+ "type": "uint256"
5707
+ }
5708
+ ],
5709
+ "name": "getSupplyRate",
5710
+ "outputs": [
5711
+ {
5712
+ "internalType": "uint256",
5713
+ "name": "",
5714
+ "type": "uint256"
5715
+ }
5716
+ ],
5717
+ "stateMutability": "view",
5718
+ "type": "function"
5719
+ },
5720
+ {
5721
+ "inputs": [],
5722
+ "name": "isInterestRateModel",
5723
+ "outputs": [
5724
+ {
5725
+ "internalType": "bool",
5726
+ "name": "",
5727
+ "type": "bool"
5728
+ }
5729
+ ],
5730
+ "stateMutability": "pure",
5731
+ "type": "function"
5732
+ },
5733
+ {
5734
+ "inputs": [],
5735
+ "name": "jumpMultiplierPerBlock",
5736
+ "outputs": [
5737
+ {
5738
+ "internalType": "uint256",
5739
+ "name": "",
5740
+ "type": "uint256"
5741
+ }
5742
+ ],
5743
+ "stateMutability": "view",
5744
+ "type": "function"
5745
+ },
5746
+ {
5747
+ "inputs": [],
5748
+ "name": "kink",
5749
+ "outputs": [
5750
+ {
5751
+ "internalType": "uint256",
5752
+ "name": "",
5753
+ "type": "uint256"
5754
+ }
5755
+ ],
5756
+ "stateMutability": "view",
5757
+ "type": "function"
5758
+ },
5759
+ {
5760
+ "inputs": [],
5761
+ "name": "multiplierPerBlock",
5762
+ "outputs": [
5763
+ {
5764
+ "internalType": "uint256",
5765
+ "name": "",
5766
+ "type": "uint256"
5767
+ }
5768
+ ],
5769
+ "stateMutability": "view",
5770
+ "type": "function"
5771
+ },
5772
+ {
5773
+ "inputs": [
5774
+ {
5775
+ "internalType": "uint256",
5776
+ "name": "baseRatePerYear",
5777
+ "type": "uint256"
5778
+ },
5779
+ {
5780
+ "internalType": "uint256",
5781
+ "name": "multiplierPerYear",
5782
+ "type": "uint256"
5783
+ },
5784
+ {
5785
+ "internalType": "uint256",
5786
+ "name": "jumpMultiplierPerYear",
5787
+ "type": "uint256"
5788
+ },
5789
+ {
5790
+ "internalType": "uint256",
5791
+ "name": "kink_",
5792
+ "type": "uint256"
5793
+ }
5794
+ ],
5795
+ "name": "updateJumpRateModel",
5796
+ "outputs": [],
5797
+ "stateMutability": "nonpayable",
5798
+ "type": "function"
5799
+ },
5800
+ {
5801
+ "inputs": [
5802
+ {
5803
+ "internalType": "uint256",
5804
+ "name": "cash",
5805
+ "type": "uint256"
5806
+ },
5807
+ {
5808
+ "internalType": "uint256",
5809
+ "name": "borrows",
5810
+ "type": "uint256"
5811
+ },
5812
+ {
5813
+ "internalType": "uint256",
5814
+ "name": "reserves",
5815
+ "type": "uint256"
5816
+ },
5817
+ {
5818
+ "internalType": "uint256",
5819
+ "name": "badDebt",
5820
+ "type": "uint256"
5821
+ }
5822
+ ],
5823
+ "name": "utilizationRate",
5824
+ "outputs": [
5825
+ {
5826
+ "internalType": "uint256",
5827
+ "name": "",
5828
+ "type": "uint256"
5829
+ }
5830
+ ],
5831
+ "stateMutability": "pure",
5832
+ "type": "function"
5833
+ }
5834
+ ]
5835
+ },
5836
+ "MockCRV": {
5837
+ "address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
5838
+ "abi": [
5839
+ {
5840
+ "inputs": [
5841
+ {
5842
+ "internalType": "string",
5843
+ "name": "name_",
5844
+ "type": "string"
5845
+ },
5846
+ {
5847
+ "internalType": "string",
5848
+ "name": "symbol_",
5849
+ "type": "string"
5850
+ },
5851
+ {
5852
+ "internalType": "uint8",
5853
+ "name": "decimals_",
5854
+ "type": "uint8"
5855
+ }
5856
+ ],
5857
+ "stateMutability": "nonpayable",
5858
+ "type": "constructor"
5859
+ },
5860
+ {
5861
+ "anonymous": false,
5862
+ "inputs": [
5863
+ {
5864
+ "indexed": true,
5865
+ "internalType": "address",
5866
+ "name": "owner",
5867
+ "type": "address"
5868
+ },
5869
+ {
5870
+ "indexed": true,
5871
+ "internalType": "address",
5872
+ "name": "spender",
5873
+ "type": "address"
5874
+ },
5875
+ {
5876
+ "indexed": false,
5877
+ "internalType": "uint256",
5878
+ "name": "value",
5879
+ "type": "uint256"
5880
+ }
5881
+ ],
5882
+ "name": "Approval",
5883
+ "type": "event"
5884
+ },
5885
+ {
5886
+ "anonymous": false,
5887
+ "inputs": [
5888
+ {
5889
+ "indexed": true,
5890
+ "internalType": "address",
5891
+ "name": "from",
5892
+ "type": "address"
5893
+ },
5894
+ {
5895
+ "indexed": true,
5896
+ "internalType": "address",
5897
+ "name": "to",
5898
+ "type": "address"
5899
+ },
5900
+ {
5901
+ "indexed": false,
5902
+ "internalType": "uint256",
5903
+ "name": "value",
5904
+ "type": "uint256"
5905
+ }
5906
+ ],
5907
+ "name": "Transfer",
5908
+ "type": "event"
5909
+ },
5910
+ {
5911
+ "inputs": [
5912
+ {
5913
+ "internalType": "address",
5914
+ "name": "owner",
5915
+ "type": "address"
5916
+ },
5917
+ {
5918
+ "internalType": "address",
5919
+ "name": "spender",
5920
+ "type": "address"
5921
+ }
5922
+ ],
5923
+ "name": "allowance",
5924
+ "outputs": [
5925
+ {
5926
+ "internalType": "uint256",
5927
+ "name": "",
5928
+ "type": "uint256"
5929
+ }
5930
+ ],
5931
+ "stateMutability": "view",
5932
+ "type": "function"
5933
+ },
5934
+ {
5935
+ "inputs": [
5936
+ {
5937
+ "internalType": "address",
5938
+ "name": "spender",
5939
+ "type": "address"
5940
+ },
5941
+ {
5942
+ "internalType": "uint256",
5943
+ "name": "amount",
5944
+ "type": "uint256"
5945
+ }
5946
+ ],
5947
+ "name": "approve",
5948
+ "outputs": [
5949
+ {
5950
+ "internalType": "bool",
5951
+ "name": "",
5952
+ "type": "bool"
5953
+ }
5954
+ ],
5955
+ "stateMutability": "nonpayable",
5956
+ "type": "function"
5957
+ },
5958
+ {
5959
+ "inputs": [
5960
+ {
5961
+ "internalType": "address",
5962
+ "name": "account",
5963
+ "type": "address"
5964
+ }
5965
+ ],
5966
+ "name": "balanceOf",
5967
+ "outputs": [
5968
+ {
5969
+ "internalType": "uint256",
5970
+ "name": "",
5971
+ "type": "uint256"
5972
+ }
5973
+ ],
5974
+ "stateMutability": "view",
5975
+ "type": "function"
5976
+ },
5977
+ {
5978
+ "inputs": [],
5979
+ "name": "decimals",
5277
5980
  "outputs": [
5278
5981
  {
5279
- "internalType": "uint256",
5982
+ "internalType": "uint8",
5280
5983
  "name": "",
5281
- "type": "uint256"
5984
+ "type": "uint8"
5282
5985
  }
5283
5986
  ],
5284
5987
  "stateMutability": "view",
@@ -5287,79 +5990,54 @@
5287
5990
  {
5288
5991
  "inputs": [
5289
5992
  {
5290
- "internalType": "uint256",
5291
- "name": "cash",
5292
- "type": "uint256"
5293
- },
5294
- {
5295
- "internalType": "uint256",
5296
- "name": "borrows",
5297
- "type": "uint256"
5298
- },
5299
- {
5300
- "internalType": "uint256",
5301
- "name": "reserves",
5302
- "type": "uint256"
5993
+ "internalType": "address",
5994
+ "name": "spender",
5995
+ "type": "address"
5303
5996
  },
5304
5997
  {
5305
5998
  "internalType": "uint256",
5306
- "name": "badDebt",
5999
+ "name": "subtractedValue",
5307
6000
  "type": "uint256"
5308
6001
  }
5309
6002
  ],
5310
- "name": "getBorrowRate",
6003
+ "name": "decreaseAllowance",
5311
6004
  "outputs": [
5312
6005
  {
5313
- "internalType": "uint256",
6006
+ "internalType": "bool",
5314
6007
  "name": "",
5315
- "type": "uint256"
6008
+ "type": "bool"
5316
6009
  }
5317
6010
  ],
5318
- "stateMutability": "view",
6011
+ "stateMutability": "nonpayable",
5319
6012
  "type": "function"
5320
6013
  },
5321
6014
  {
5322
6015
  "inputs": [
5323
6016
  {
5324
6017
  "internalType": "uint256",
5325
- "name": "cash",
5326
- "type": "uint256"
5327
- },
5328
- {
5329
- "internalType": "uint256",
5330
- "name": "borrows",
5331
- "type": "uint256"
5332
- },
5333
- {
5334
- "internalType": "uint256",
5335
- "name": "reserves",
5336
- "type": "uint256"
5337
- },
5338
- {
5339
- "internalType": "uint256",
5340
- "name": "reserveFactorMantissa",
5341
- "type": "uint256"
5342
- },
5343
- {
5344
- "internalType": "uint256",
5345
- "name": "badDebt",
6018
+ "name": "amount",
5346
6019
  "type": "uint256"
5347
6020
  }
5348
6021
  ],
5349
- "name": "getSupplyRate",
5350
- "outputs": [
6022
+ "name": "faucet",
6023
+ "outputs": [],
6024
+ "stateMutability": "nonpayable",
6025
+ "type": "function"
6026
+ },
6027
+ {
6028
+ "inputs": [
6029
+ {
6030
+ "internalType": "address",
6031
+ "name": "spender",
6032
+ "type": "address"
6033
+ },
5351
6034
  {
5352
6035
  "internalType": "uint256",
5353
- "name": "",
6036
+ "name": "addedValue",
5354
6037
  "type": "uint256"
5355
6038
  }
5356
6039
  ],
5357
- "stateMutability": "view",
5358
- "type": "function"
5359
- },
5360
- {
5361
- "inputs": [],
5362
- "name": "isInterestRateModel",
6040
+ "name": "increaseAllowance",
5363
6041
  "outputs": [
5364
6042
  {
5365
6043
  "internalType": "bool",
@@ -5367,17 +6045,17 @@
5367
6045
  "type": "bool"
5368
6046
  }
5369
6047
  ],
5370
- "stateMutability": "pure",
6048
+ "stateMutability": "nonpayable",
5371
6049
  "type": "function"
5372
6050
  },
5373
6051
  {
5374
6052
  "inputs": [],
5375
- "name": "jumpMultiplierPerBlock",
6053
+ "name": "name",
5376
6054
  "outputs": [
5377
6055
  {
5378
- "internalType": "uint256",
6056
+ "internalType": "string",
5379
6057
  "name": "",
5380
- "type": "uint256"
6058
+ "type": "string"
5381
6059
  }
5382
6060
  ],
5383
6061
  "stateMutability": "view",
@@ -5385,12 +6063,12 @@
5385
6063
  },
5386
6064
  {
5387
6065
  "inputs": [],
5388
- "name": "kink",
6066
+ "name": "symbol",
5389
6067
  "outputs": [
5390
6068
  {
5391
- "internalType": "uint256",
6069
+ "internalType": "string",
5392
6070
  "name": "",
5393
- "type": "uint256"
6071
+ "type": "string"
5394
6072
  }
5395
6073
  ],
5396
6074
  "stateMutability": "view",
@@ -5398,7 +6076,7 @@
5398
6076
  },
5399
6077
  {
5400
6078
  "inputs": [],
5401
- "name": "multiplierPerBlock",
6079
+ "name": "totalSupply",
5402
6080
  "outputs": [
5403
6081
  {
5404
6082
  "internalType": "uint256",
@@ -5412,69 +6090,60 @@
5412
6090
  {
5413
6091
  "inputs": [
5414
6092
  {
5415
- "internalType": "uint256",
5416
- "name": "baseRatePerYear",
5417
- "type": "uint256"
5418
- },
5419
- {
5420
- "internalType": "uint256",
5421
- "name": "multiplierPerYear",
5422
- "type": "uint256"
6093
+ "internalType": "address",
6094
+ "name": "to",
6095
+ "type": "address"
5423
6096
  },
5424
6097
  {
5425
6098
  "internalType": "uint256",
5426
- "name": "jumpMultiplierPerYear",
6099
+ "name": "amount",
5427
6100
  "type": "uint256"
5428
- },
6101
+ }
6102
+ ],
6103
+ "name": "transfer",
6104
+ "outputs": [
5429
6105
  {
5430
- "internalType": "uint256",
5431
- "name": "kink_",
5432
- "type": "uint256"
6106
+ "internalType": "bool",
6107
+ "name": "",
6108
+ "type": "bool"
5433
6109
  }
5434
6110
  ],
5435
- "name": "updateJumpRateModel",
5436
- "outputs": [],
5437
6111
  "stateMutability": "nonpayable",
5438
6112
  "type": "function"
5439
6113
  },
5440
6114
  {
5441
6115
  "inputs": [
5442
6116
  {
5443
- "internalType": "uint256",
5444
- "name": "cash",
5445
- "type": "uint256"
5446
- },
5447
- {
5448
- "internalType": "uint256",
5449
- "name": "borrows",
5450
- "type": "uint256"
6117
+ "internalType": "address",
6118
+ "name": "from",
6119
+ "type": "address"
5451
6120
  },
5452
6121
  {
5453
- "internalType": "uint256",
5454
- "name": "reserves",
5455
- "type": "uint256"
6122
+ "internalType": "address",
6123
+ "name": "to",
6124
+ "type": "address"
5456
6125
  },
5457
6126
  {
5458
6127
  "internalType": "uint256",
5459
- "name": "badDebt",
6128
+ "name": "amount",
5460
6129
  "type": "uint256"
5461
6130
  }
5462
6131
  ],
5463
- "name": "utilizationRate",
6132
+ "name": "transferFrom",
5464
6133
  "outputs": [
5465
6134
  {
5466
- "internalType": "uint256",
6135
+ "internalType": "bool",
5467
6136
  "name": "",
5468
- "type": "uint256"
6137
+ "type": "bool"
5469
6138
  }
5470
6139
  ],
5471
- "stateMutability": "pure",
6140
+ "stateMutability": "nonpayable",
5472
6141
  "type": "function"
5473
6142
  }
5474
6143
  ]
5475
6144
  },
5476
- "MockCRV": {
5477
- "address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
6145
+ "MockDAI": {
6146
+ "address": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
5478
6147
  "abi": [
5479
6148
  {
5480
6149
  "inputs": [
@@ -5782,8 +6451,8 @@
5782
6451
  }
5783
6452
  ]
5784
6453
  },
5785
- "MockDAI": {
5786
- "address": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
6454
+ "MockFRAX": {
6455
+ "address": "0x10630d59848547c9F59538E2d8963D63B912C075",
5787
6456
  "abi": [
5788
6457
  {
5789
6458
  "inputs": [
@@ -6091,8 +6760,8 @@
6091
6760
  }
6092
6761
  ]
6093
6762
  },
6094
- "MockFRAX": {
6095
- "address": "0x10630d59848547c9F59538E2d8963D63B912C075",
6763
+ "MockPT-weETH-26DEC2024": {
6764
+ "address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
6096
6765
  "abi": [
6097
6766
  {
6098
6767
  "inputs": [
@@ -6400,8 +7069,8 @@
6400
7069
  }
6401
7070
  ]
6402
7071
  },
6403
- "MockPT-weETH-26DEC2024": {
6404
- "address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
7072
+ "MockTUSD": {
7073
+ "address": "0x78b292069da1661b7C12B6E766cB506C220b987a",
6405
7074
  "abi": [
6406
7075
  {
6407
7076
  "inputs": [
@@ -6709,8 +7378,8 @@
6709
7378
  }
6710
7379
  ]
6711
7380
  },
6712
- "MockTUSD": {
6713
- "address": "0x78b292069da1661b7C12B6E766cB506C220b987a",
7381
+ "MockUSDC": {
7382
+ "address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
6714
7383
  "abi": [
6715
7384
  {
6716
7385
  "inputs": [
@@ -7018,8 +7687,8 @@
7018
7687
  }
7019
7688
  ]
7020
7689
  },
7021
- "MockUSDC": {
7022
- "address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
7690
+ "MockUSDT": {
7691
+ "address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
7023
7692
  "abi": [
7024
7693
  {
7025
7694
  "inputs": [
@@ -7327,8 +7996,8 @@
7327
7996
  }
7328
7997
  ]
7329
7998
  },
7330
- "MockUSDT": {
7331
- "address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
7999
+ "MockWBTC": {
8000
+ "address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
7332
8001
  "abi": [
7333
8002
  {
7334
8003
  "inputs": [
@@ -7636,8 +8305,8 @@
7636
8305
  }
7637
8306
  ]
7638
8307
  },
7639
- "MockWBTC": {
7640
- "address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
8308
+ "MockcrvUSD": {
8309
+ "address": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
7641
8310
  "abi": [
7642
8311
  {
7643
8312
  "inputs": [
@@ -7945,8 +8614,8 @@
7945
8614
  }
7946
8615
  ]
7947
8616
  },
7948
- "MockcrvUSD": {
7949
- "address": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
8617
+ "MockeETH": {
8618
+ "address": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
7950
8619
  "abi": [
7951
8620
  {
7952
8621
  "inputs": [
@@ -8254,8 +8923,8 @@
8254
8923
  }
8255
8924
  ]
8256
8925
  },
8257
- "MockeETH": {
8258
- "address": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
8926
+ "MockrsETH": {
8927
+ "address": "0xfA0614E5C803E15070d31f7C38d2d430EBe68E47",
8259
8928
  "abi": [
8260
8929
  {
8261
8930
  "inputs": [
@@ -25710,6 +26379,80 @@
25710
26379
  }
25711
26380
  ]
25712
26381
  },
26382
+ "VToken_vrsETH_LiquidStakedETH": {
26383
+ "address": "0x20a83DE526F2CF2fCec2131E07b11F956d8f3Cdf",
26384
+ "abi": [
26385
+ {
26386
+ "inputs": [
26387
+ {
26388
+ "internalType": "address",
26389
+ "name": "beacon",
26390
+ "type": "address"
26391
+ },
26392
+ {
26393
+ "internalType": "bytes",
26394
+ "name": "data",
26395
+ "type": "bytes"
26396
+ }
26397
+ ],
26398
+ "stateMutability": "payable",
26399
+ "type": "constructor"
26400
+ },
26401
+ {
26402
+ "anonymous": false,
26403
+ "inputs": [
26404
+ {
26405
+ "indexed": false,
26406
+ "internalType": "address",
26407
+ "name": "previousAdmin",
26408
+ "type": "address"
26409
+ },
26410
+ {
26411
+ "indexed": false,
26412
+ "internalType": "address",
26413
+ "name": "newAdmin",
26414
+ "type": "address"
26415
+ }
26416
+ ],
26417
+ "name": "AdminChanged",
26418
+ "type": "event"
26419
+ },
26420
+ {
26421
+ "anonymous": false,
26422
+ "inputs": [
26423
+ {
26424
+ "indexed": true,
26425
+ "internalType": "address",
26426
+ "name": "beacon",
26427
+ "type": "address"
26428
+ }
26429
+ ],
26430
+ "name": "BeaconUpgraded",
26431
+ "type": "event"
26432
+ },
26433
+ {
26434
+ "anonymous": false,
26435
+ "inputs": [
26436
+ {
26437
+ "indexed": true,
26438
+ "internalType": "address",
26439
+ "name": "implementation",
26440
+ "type": "address"
26441
+ }
26442
+ ],
26443
+ "name": "Upgraded",
26444
+ "type": "event"
26445
+ },
26446
+ {
26447
+ "stateMutability": "payable",
26448
+ "type": "fallback"
26449
+ },
26450
+ {
26451
+ "stateMutability": "payable",
26452
+ "type": "receive"
26453
+ }
26454
+ ]
26455
+ },
25713
26456
  "VToken_vsFRAX_Core": {
25714
26457
  "address": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
25715
26458
  "abi": [