@venusprotocol/isolated-pools 3.8.0 → 3.9.0-dev.2
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/arbitrumone/VToken_vgmBTC-USDC_Core.json +257 -0
- package/deployments/arbitrumone/VToken_vgmWETH-USDC_Core.json +257 -0
- package/deployments/arbitrumone.json +148 -0
- package/deployments/arbitrumone_addresses.json +2 -0
- package/deployments/arbitrumsepolia/JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink4500bps.json +608 -0
- package/deployments/arbitrumsepolia/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
- package/deployments/arbitrumsepolia/MockgmBTC.json +458 -0
- package/deployments/arbitrumsepolia/MockgmETH.json +458 -0
- package/deployments/arbitrumsepolia/VToken_vgmBTC-USDC_Core.json +257 -0
- package/deployments/arbitrumsepolia/VToken_vgmWETH-USDC_Core.json +257 -0
- package/deployments/arbitrumsepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/arbitrumsepolia.json +1549 -63
- package/deployments/arbitrumsepolia_addresses.json +6 -0
- package/deployments/basemainnet/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +608 -0
- package/deployments/basemainnet/VToken_vwsuperOETHb_Core.json +257 -0
- package/deployments/basemainnet/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/basemainnet.json +434 -0
- package/deployments/basemainnet_addresses.json +3 -1
- package/deployments/basesepolia/MockwsuperOETHb.json +477 -0
- package/deployments/basesepolia/VToken_vwsuperOETHb_Core.json +257 -0
- package/deployments/basesepolia/solcInputs/338456d498a2526684d442357ddf6830.json +52 -0
- package/deployments/basesepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/basesepolia.json +402 -0
- package/deployments/basesepolia_addresses.json +3 -1
- package/dist/deployments/arbitrumone.json +148 -0
- package/dist/deployments/arbitrumsepolia.json +1549 -63
- package/dist/deployments/basemainnet.json +434 -0
- package/dist/deployments/basesepolia.json +402 -0
- package/dist/helpers/deploymentConfig.js +165 -12
- package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +16 -2
- package/dist/typechain/factories/PoolRegistryInterface__factory.js +119 -0
- package/package.json +2 -2
- package/typechain/PoolRegistryInterface.d.ts +178 -0
- package/typechain/factories/PoolRegistryInterface__factory.ts +119 -0
|
@@ -2546,8 +2546,8 @@
|
|
|
2546
2546
|
}
|
|
2547
2547
|
]
|
|
2548
2548
|
},
|
|
2549
|
-
"
|
|
2550
|
-
"address": "
|
|
2549
|
+
"JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink4500bps": {
|
|
2550
|
+
"address": "0xf5EA67C92EF40b948EF672DE5fb913237A880A9E",
|
|
2551
2551
|
"abi": [
|
|
2552
2552
|
{
|
|
2553
2553
|
"inputs": [
|
|
@@ -2906,8 +2906,8 @@
|
|
|
2906
2906
|
}
|
|
2907
2907
|
]
|
|
2908
2908
|
},
|
|
2909
|
-
"
|
|
2910
|
-
"address": "
|
|
2909
|
+
"JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps": {
|
|
2910
|
+
"address": "0x4FA37fFA9f36Ec0e0e685C06a7bF169bb50409ce",
|
|
2911
2911
|
"abi": [
|
|
2912
2912
|
{
|
|
2913
2913
|
"inputs": [
|
|
@@ -3266,8 +3266,8 @@
|
|
|
3266
3266
|
}
|
|
3267
3267
|
]
|
|
3268
3268
|
},
|
|
3269
|
-
"
|
|
3270
|
-
"address": "
|
|
3269
|
+
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": {
|
|
3270
|
+
"address": "0xe68f42900a8cc014FC598B85463a4712b9176Cd7",
|
|
3271
3271
|
"abi": [
|
|
3272
3272
|
{
|
|
3273
3273
|
"inputs": [
|
|
@@ -3494,25 +3494,1372 @@
|
|
|
3494
3494
|
"type": "uint256"
|
|
3495
3495
|
}
|
|
3496
3496
|
],
|
|
3497
|
-
"stateMutability": "view",
|
|
3497
|
+
"stateMutability": "view",
|
|
3498
|
+
"type": "function"
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"inputs": [],
|
|
3502
|
+
"name": "isInterestRateModel",
|
|
3503
|
+
"outputs": [
|
|
3504
|
+
{
|
|
3505
|
+
"internalType": "bool",
|
|
3506
|
+
"name": "",
|
|
3507
|
+
"type": "bool"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"stateMutability": "pure",
|
|
3511
|
+
"type": "function"
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"inputs": [],
|
|
3515
|
+
"name": "isTimeBased",
|
|
3516
|
+
"outputs": [
|
|
3517
|
+
{
|
|
3518
|
+
"internalType": "bool",
|
|
3519
|
+
"name": "",
|
|
3520
|
+
"type": "bool"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"stateMutability": "view",
|
|
3524
|
+
"type": "function"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"inputs": [],
|
|
3528
|
+
"name": "jumpMultiplierPerBlock",
|
|
3529
|
+
"outputs": [
|
|
3530
|
+
{
|
|
3531
|
+
"internalType": "uint256",
|
|
3532
|
+
"name": "",
|
|
3533
|
+
"type": "uint256"
|
|
3534
|
+
}
|
|
3535
|
+
],
|
|
3536
|
+
"stateMutability": "view",
|
|
3537
|
+
"type": "function"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"inputs": [],
|
|
3541
|
+
"name": "kink",
|
|
3542
|
+
"outputs": [
|
|
3543
|
+
{
|
|
3544
|
+
"internalType": "uint256",
|
|
3545
|
+
"name": "",
|
|
3546
|
+
"type": "uint256"
|
|
3547
|
+
}
|
|
3548
|
+
],
|
|
3549
|
+
"stateMutability": "view",
|
|
3550
|
+
"type": "function"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"inputs": [],
|
|
3554
|
+
"name": "multiplierPerBlock",
|
|
3555
|
+
"outputs": [
|
|
3556
|
+
{
|
|
3557
|
+
"internalType": "uint256",
|
|
3558
|
+
"name": "",
|
|
3559
|
+
"type": "uint256"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"stateMutability": "view",
|
|
3563
|
+
"type": "function"
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"inputs": [
|
|
3567
|
+
{
|
|
3568
|
+
"internalType": "uint256",
|
|
3569
|
+
"name": "baseRatePerYear",
|
|
3570
|
+
"type": "uint256"
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"internalType": "uint256",
|
|
3574
|
+
"name": "multiplierPerYear",
|
|
3575
|
+
"type": "uint256"
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"internalType": "uint256",
|
|
3579
|
+
"name": "jumpMultiplierPerYear",
|
|
3580
|
+
"type": "uint256"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"internalType": "uint256",
|
|
3584
|
+
"name": "kink_",
|
|
3585
|
+
"type": "uint256"
|
|
3586
|
+
}
|
|
3587
|
+
],
|
|
3588
|
+
"name": "updateJumpRateModel",
|
|
3589
|
+
"outputs": [],
|
|
3590
|
+
"stateMutability": "nonpayable",
|
|
3591
|
+
"type": "function"
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"inputs": [
|
|
3595
|
+
{
|
|
3596
|
+
"internalType": "uint256",
|
|
3597
|
+
"name": "cash",
|
|
3598
|
+
"type": "uint256"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"internalType": "uint256",
|
|
3602
|
+
"name": "borrows",
|
|
3603
|
+
"type": "uint256"
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"internalType": "uint256",
|
|
3607
|
+
"name": "reserves",
|
|
3608
|
+
"type": "uint256"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"internalType": "uint256",
|
|
3612
|
+
"name": "badDebt",
|
|
3613
|
+
"type": "uint256"
|
|
3614
|
+
}
|
|
3615
|
+
],
|
|
3616
|
+
"name": "utilizationRate",
|
|
3617
|
+
"outputs": [
|
|
3618
|
+
{
|
|
3619
|
+
"internalType": "uint256",
|
|
3620
|
+
"name": "",
|
|
3621
|
+
"type": "uint256"
|
|
3622
|
+
}
|
|
3623
|
+
],
|
|
3624
|
+
"stateMutability": "pure",
|
|
3625
|
+
"type": "function"
|
|
3626
|
+
}
|
|
3627
|
+
]
|
|
3628
|
+
},
|
|
3629
|
+
"JumpRateModelV2_base0bps_slope750bps_jump25000bps_kink8000bps": {
|
|
3630
|
+
"address": "0xBbb522fCA8f5955942515D8EAa2222251a070a17",
|
|
3631
|
+
"abi": [
|
|
3632
|
+
{
|
|
3633
|
+
"inputs": [
|
|
3634
|
+
{
|
|
3635
|
+
"internalType": "uint256",
|
|
3636
|
+
"name": "baseRatePerYear_",
|
|
3637
|
+
"type": "uint256"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"internalType": "uint256",
|
|
3641
|
+
"name": "multiplierPerYear_",
|
|
3642
|
+
"type": "uint256"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"internalType": "uint256",
|
|
3646
|
+
"name": "jumpMultiplierPerYear_",
|
|
3647
|
+
"type": "uint256"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"internalType": "uint256",
|
|
3651
|
+
"name": "kink_",
|
|
3652
|
+
"type": "uint256"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3656
|
+
"name": "accessControlManager_",
|
|
3657
|
+
"type": "address"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"internalType": "bool",
|
|
3661
|
+
"name": "timeBased_",
|
|
3662
|
+
"type": "bool"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"internalType": "uint256",
|
|
3666
|
+
"name": "blocksPerYear_",
|
|
3667
|
+
"type": "uint256"
|
|
3668
|
+
}
|
|
3669
|
+
],
|
|
3670
|
+
"stateMutability": "nonpayable",
|
|
3671
|
+
"type": "constructor"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"inputs": [],
|
|
3675
|
+
"name": "InvalidBlocksPerYear",
|
|
3676
|
+
"type": "error"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"inputs": [],
|
|
3680
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3681
|
+
"type": "error"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"inputs": [
|
|
3685
|
+
{
|
|
3686
|
+
"internalType": "address",
|
|
3687
|
+
"name": "sender",
|
|
3688
|
+
"type": "address"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"internalType": "address",
|
|
3692
|
+
"name": "calledContract",
|
|
3693
|
+
"type": "address"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"internalType": "string",
|
|
3697
|
+
"name": "methodSignature",
|
|
3698
|
+
"type": "string"
|
|
3699
|
+
}
|
|
3700
|
+
],
|
|
3701
|
+
"name": "Unauthorized",
|
|
3702
|
+
"type": "error"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"anonymous": false,
|
|
3706
|
+
"inputs": [
|
|
3707
|
+
{
|
|
3708
|
+
"indexed": false,
|
|
3709
|
+
"internalType": "uint256",
|
|
3710
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3711
|
+
"type": "uint256"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"indexed": false,
|
|
3715
|
+
"internalType": "uint256",
|
|
3716
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3717
|
+
"type": "uint256"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"indexed": false,
|
|
3721
|
+
"internalType": "uint256",
|
|
3722
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3723
|
+
"type": "uint256"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"indexed": false,
|
|
3727
|
+
"internalType": "uint256",
|
|
3728
|
+
"name": "kink",
|
|
3729
|
+
"type": "uint256"
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"name": "NewInterestParams",
|
|
3733
|
+
"type": "event"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"inputs": [],
|
|
3737
|
+
"name": "accessControlManager",
|
|
3738
|
+
"outputs": [
|
|
3739
|
+
{
|
|
3740
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3741
|
+
"name": "",
|
|
3742
|
+
"type": "address"
|
|
3743
|
+
}
|
|
3744
|
+
],
|
|
3745
|
+
"stateMutability": "view",
|
|
3746
|
+
"type": "function"
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"inputs": [],
|
|
3750
|
+
"name": "baseRatePerBlock",
|
|
3751
|
+
"outputs": [
|
|
3752
|
+
{
|
|
3753
|
+
"internalType": "uint256",
|
|
3754
|
+
"name": "",
|
|
3755
|
+
"type": "uint256"
|
|
3756
|
+
}
|
|
3757
|
+
],
|
|
3758
|
+
"stateMutability": "view",
|
|
3759
|
+
"type": "function"
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"inputs": [],
|
|
3763
|
+
"name": "blocksOrSecondsPerYear",
|
|
3764
|
+
"outputs": [
|
|
3765
|
+
{
|
|
3766
|
+
"internalType": "uint256",
|
|
3767
|
+
"name": "",
|
|
3768
|
+
"type": "uint256"
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3771
|
+
"stateMutability": "view",
|
|
3772
|
+
"type": "function"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"inputs": [],
|
|
3776
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3777
|
+
"outputs": [
|
|
3778
|
+
{
|
|
3779
|
+
"internalType": "uint256",
|
|
3780
|
+
"name": "",
|
|
3781
|
+
"type": "uint256"
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"stateMutability": "view",
|
|
3785
|
+
"type": "function"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"inputs": [
|
|
3789
|
+
{
|
|
3790
|
+
"internalType": "uint256",
|
|
3791
|
+
"name": "cash",
|
|
3792
|
+
"type": "uint256"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"internalType": "uint256",
|
|
3796
|
+
"name": "borrows",
|
|
3797
|
+
"type": "uint256"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"internalType": "uint256",
|
|
3801
|
+
"name": "reserves",
|
|
3802
|
+
"type": "uint256"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"internalType": "uint256",
|
|
3806
|
+
"name": "badDebt",
|
|
3807
|
+
"type": "uint256"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"name": "getBorrowRate",
|
|
3811
|
+
"outputs": [
|
|
3812
|
+
{
|
|
3813
|
+
"internalType": "uint256",
|
|
3814
|
+
"name": "",
|
|
3815
|
+
"type": "uint256"
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
"stateMutability": "view",
|
|
3819
|
+
"type": "function"
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"inputs": [
|
|
3823
|
+
{
|
|
3824
|
+
"internalType": "uint256",
|
|
3825
|
+
"name": "cash",
|
|
3826
|
+
"type": "uint256"
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"internalType": "uint256",
|
|
3830
|
+
"name": "borrows",
|
|
3831
|
+
"type": "uint256"
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"internalType": "uint256",
|
|
3835
|
+
"name": "reserves",
|
|
3836
|
+
"type": "uint256"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"internalType": "uint256",
|
|
3840
|
+
"name": "reserveFactorMantissa",
|
|
3841
|
+
"type": "uint256"
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"internalType": "uint256",
|
|
3845
|
+
"name": "badDebt",
|
|
3846
|
+
"type": "uint256"
|
|
3847
|
+
}
|
|
3848
|
+
],
|
|
3849
|
+
"name": "getSupplyRate",
|
|
3850
|
+
"outputs": [
|
|
3851
|
+
{
|
|
3852
|
+
"internalType": "uint256",
|
|
3853
|
+
"name": "",
|
|
3854
|
+
"type": "uint256"
|
|
3855
|
+
}
|
|
3856
|
+
],
|
|
3857
|
+
"stateMutability": "view",
|
|
3858
|
+
"type": "function"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"inputs": [],
|
|
3862
|
+
"name": "isInterestRateModel",
|
|
3863
|
+
"outputs": [
|
|
3864
|
+
{
|
|
3865
|
+
"internalType": "bool",
|
|
3866
|
+
"name": "",
|
|
3867
|
+
"type": "bool"
|
|
3868
|
+
}
|
|
3869
|
+
],
|
|
3870
|
+
"stateMutability": "pure",
|
|
3871
|
+
"type": "function"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"inputs": [],
|
|
3875
|
+
"name": "isTimeBased",
|
|
3876
|
+
"outputs": [
|
|
3877
|
+
{
|
|
3878
|
+
"internalType": "bool",
|
|
3879
|
+
"name": "",
|
|
3880
|
+
"type": "bool"
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"stateMutability": "view",
|
|
3884
|
+
"type": "function"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"inputs": [],
|
|
3888
|
+
"name": "jumpMultiplierPerBlock",
|
|
3889
|
+
"outputs": [
|
|
3890
|
+
{
|
|
3891
|
+
"internalType": "uint256",
|
|
3892
|
+
"name": "",
|
|
3893
|
+
"type": "uint256"
|
|
3894
|
+
}
|
|
3895
|
+
],
|
|
3896
|
+
"stateMutability": "view",
|
|
3897
|
+
"type": "function"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"inputs": [],
|
|
3901
|
+
"name": "kink",
|
|
3902
|
+
"outputs": [
|
|
3903
|
+
{
|
|
3904
|
+
"internalType": "uint256",
|
|
3905
|
+
"name": "",
|
|
3906
|
+
"type": "uint256"
|
|
3907
|
+
}
|
|
3908
|
+
],
|
|
3909
|
+
"stateMutability": "view",
|
|
3910
|
+
"type": "function"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"inputs": [],
|
|
3914
|
+
"name": "multiplierPerBlock",
|
|
3915
|
+
"outputs": [
|
|
3916
|
+
{
|
|
3917
|
+
"internalType": "uint256",
|
|
3918
|
+
"name": "",
|
|
3919
|
+
"type": "uint256"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"stateMutability": "view",
|
|
3923
|
+
"type": "function"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"inputs": [
|
|
3927
|
+
{
|
|
3928
|
+
"internalType": "uint256",
|
|
3929
|
+
"name": "baseRatePerYear",
|
|
3930
|
+
"type": "uint256"
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"internalType": "uint256",
|
|
3934
|
+
"name": "multiplierPerYear",
|
|
3935
|
+
"type": "uint256"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"internalType": "uint256",
|
|
3939
|
+
"name": "jumpMultiplierPerYear",
|
|
3940
|
+
"type": "uint256"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"internalType": "uint256",
|
|
3944
|
+
"name": "kink_",
|
|
3945
|
+
"type": "uint256"
|
|
3946
|
+
}
|
|
3947
|
+
],
|
|
3948
|
+
"name": "updateJumpRateModel",
|
|
3949
|
+
"outputs": [],
|
|
3950
|
+
"stateMutability": "nonpayable",
|
|
3951
|
+
"type": "function"
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"inputs": [
|
|
3955
|
+
{
|
|
3956
|
+
"internalType": "uint256",
|
|
3957
|
+
"name": "cash",
|
|
3958
|
+
"type": "uint256"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"internalType": "uint256",
|
|
3962
|
+
"name": "borrows",
|
|
3963
|
+
"type": "uint256"
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"internalType": "uint256",
|
|
3967
|
+
"name": "reserves",
|
|
3968
|
+
"type": "uint256"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"internalType": "uint256",
|
|
3972
|
+
"name": "badDebt",
|
|
3973
|
+
"type": "uint256"
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
3976
|
+
"name": "utilizationRate",
|
|
3977
|
+
"outputs": [
|
|
3978
|
+
{
|
|
3979
|
+
"internalType": "uint256",
|
|
3980
|
+
"name": "",
|
|
3981
|
+
"type": "uint256"
|
|
3982
|
+
}
|
|
3983
|
+
],
|
|
3984
|
+
"stateMutability": "pure",
|
|
3985
|
+
"type": "function"
|
|
3986
|
+
}
|
|
3987
|
+
]
|
|
3988
|
+
},
|
|
3989
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
|
|
3990
|
+
"address": "0x50e8FF8748684F5DbDAEc5554c7FE3E82Cdc19e1",
|
|
3991
|
+
"abi": [
|
|
3992
|
+
{
|
|
3993
|
+
"inputs": [
|
|
3994
|
+
{
|
|
3995
|
+
"internalType": "uint256",
|
|
3996
|
+
"name": "baseRatePerYear_",
|
|
3997
|
+
"type": "uint256"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"internalType": "uint256",
|
|
4001
|
+
"name": "multiplierPerYear_",
|
|
4002
|
+
"type": "uint256"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"internalType": "uint256",
|
|
4006
|
+
"name": "jumpMultiplierPerYear_",
|
|
4007
|
+
"type": "uint256"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"internalType": "uint256",
|
|
4011
|
+
"name": "kink_",
|
|
4012
|
+
"type": "uint256"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4016
|
+
"name": "accessControlManager_",
|
|
4017
|
+
"type": "address"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"internalType": "bool",
|
|
4021
|
+
"name": "timeBased_",
|
|
4022
|
+
"type": "bool"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"internalType": "uint256",
|
|
4026
|
+
"name": "blocksPerYear_",
|
|
4027
|
+
"type": "uint256"
|
|
4028
|
+
}
|
|
4029
|
+
],
|
|
4030
|
+
"stateMutability": "nonpayable",
|
|
4031
|
+
"type": "constructor"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"inputs": [],
|
|
4035
|
+
"name": "InvalidBlocksPerYear",
|
|
4036
|
+
"type": "error"
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"inputs": [],
|
|
4040
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
4041
|
+
"type": "error"
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"inputs": [
|
|
4045
|
+
{
|
|
4046
|
+
"internalType": "address",
|
|
4047
|
+
"name": "sender",
|
|
4048
|
+
"type": "address"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"internalType": "address",
|
|
4052
|
+
"name": "calledContract",
|
|
4053
|
+
"type": "address"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"internalType": "string",
|
|
4057
|
+
"name": "methodSignature",
|
|
4058
|
+
"type": "string"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"name": "Unauthorized",
|
|
4062
|
+
"type": "error"
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"anonymous": false,
|
|
4066
|
+
"inputs": [
|
|
4067
|
+
{
|
|
4068
|
+
"indexed": false,
|
|
4069
|
+
"internalType": "uint256",
|
|
4070
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
4071
|
+
"type": "uint256"
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"indexed": false,
|
|
4075
|
+
"internalType": "uint256",
|
|
4076
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4077
|
+
"type": "uint256"
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"indexed": false,
|
|
4081
|
+
"internalType": "uint256",
|
|
4082
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4083
|
+
"type": "uint256"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"indexed": false,
|
|
4087
|
+
"internalType": "uint256",
|
|
4088
|
+
"name": "kink",
|
|
4089
|
+
"type": "uint256"
|
|
4090
|
+
}
|
|
4091
|
+
],
|
|
4092
|
+
"name": "NewInterestParams",
|
|
4093
|
+
"type": "event"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"inputs": [],
|
|
4097
|
+
"name": "accessControlManager",
|
|
4098
|
+
"outputs": [
|
|
4099
|
+
{
|
|
4100
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4101
|
+
"name": "",
|
|
4102
|
+
"type": "address"
|
|
4103
|
+
}
|
|
4104
|
+
],
|
|
4105
|
+
"stateMutability": "view",
|
|
4106
|
+
"type": "function"
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"inputs": [],
|
|
4110
|
+
"name": "baseRatePerBlock",
|
|
4111
|
+
"outputs": [
|
|
4112
|
+
{
|
|
4113
|
+
"internalType": "uint256",
|
|
4114
|
+
"name": "",
|
|
4115
|
+
"type": "uint256"
|
|
4116
|
+
}
|
|
4117
|
+
],
|
|
4118
|
+
"stateMutability": "view",
|
|
4119
|
+
"type": "function"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"inputs": [],
|
|
4123
|
+
"name": "blocksOrSecondsPerYear",
|
|
4124
|
+
"outputs": [
|
|
4125
|
+
{
|
|
4126
|
+
"internalType": "uint256",
|
|
4127
|
+
"name": "",
|
|
4128
|
+
"type": "uint256"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"stateMutability": "view",
|
|
4132
|
+
"type": "function"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"inputs": [],
|
|
4136
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4137
|
+
"outputs": [
|
|
4138
|
+
{
|
|
4139
|
+
"internalType": "uint256",
|
|
4140
|
+
"name": "",
|
|
4141
|
+
"type": "uint256"
|
|
4142
|
+
}
|
|
4143
|
+
],
|
|
4144
|
+
"stateMutability": "view",
|
|
4145
|
+
"type": "function"
|
|
4146
|
+
},
|
|
4147
|
+
{
|
|
4148
|
+
"inputs": [
|
|
4149
|
+
{
|
|
4150
|
+
"internalType": "uint256",
|
|
4151
|
+
"name": "cash",
|
|
4152
|
+
"type": "uint256"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"internalType": "uint256",
|
|
4156
|
+
"name": "borrows",
|
|
4157
|
+
"type": "uint256"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"internalType": "uint256",
|
|
4161
|
+
"name": "reserves",
|
|
4162
|
+
"type": "uint256"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"internalType": "uint256",
|
|
4166
|
+
"name": "badDebt",
|
|
4167
|
+
"type": "uint256"
|
|
4168
|
+
}
|
|
4169
|
+
],
|
|
4170
|
+
"name": "getBorrowRate",
|
|
4171
|
+
"outputs": [
|
|
4172
|
+
{
|
|
4173
|
+
"internalType": "uint256",
|
|
4174
|
+
"name": "",
|
|
4175
|
+
"type": "uint256"
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
4178
|
+
"stateMutability": "view",
|
|
4179
|
+
"type": "function"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"inputs": [
|
|
4183
|
+
{
|
|
4184
|
+
"internalType": "uint256",
|
|
4185
|
+
"name": "cash",
|
|
4186
|
+
"type": "uint256"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"internalType": "uint256",
|
|
4190
|
+
"name": "borrows",
|
|
4191
|
+
"type": "uint256"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"internalType": "uint256",
|
|
4195
|
+
"name": "reserves",
|
|
4196
|
+
"type": "uint256"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"internalType": "uint256",
|
|
4200
|
+
"name": "reserveFactorMantissa",
|
|
4201
|
+
"type": "uint256"
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"internalType": "uint256",
|
|
4205
|
+
"name": "badDebt",
|
|
4206
|
+
"type": "uint256"
|
|
4207
|
+
}
|
|
4208
|
+
],
|
|
4209
|
+
"name": "getSupplyRate",
|
|
4210
|
+
"outputs": [
|
|
4211
|
+
{
|
|
4212
|
+
"internalType": "uint256",
|
|
4213
|
+
"name": "",
|
|
4214
|
+
"type": "uint256"
|
|
4215
|
+
}
|
|
4216
|
+
],
|
|
4217
|
+
"stateMutability": "view",
|
|
4218
|
+
"type": "function"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"inputs": [],
|
|
4222
|
+
"name": "isInterestRateModel",
|
|
4223
|
+
"outputs": [
|
|
4224
|
+
{
|
|
4225
|
+
"internalType": "bool",
|
|
4226
|
+
"name": "",
|
|
4227
|
+
"type": "bool"
|
|
4228
|
+
}
|
|
4229
|
+
],
|
|
4230
|
+
"stateMutability": "pure",
|
|
4231
|
+
"type": "function"
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"inputs": [],
|
|
4235
|
+
"name": "isTimeBased",
|
|
4236
|
+
"outputs": [
|
|
4237
|
+
{
|
|
4238
|
+
"internalType": "bool",
|
|
4239
|
+
"name": "",
|
|
4240
|
+
"type": "bool"
|
|
4241
|
+
}
|
|
4242
|
+
],
|
|
4243
|
+
"stateMutability": "view",
|
|
4244
|
+
"type": "function"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"inputs": [],
|
|
4248
|
+
"name": "jumpMultiplierPerBlock",
|
|
4249
|
+
"outputs": [
|
|
4250
|
+
{
|
|
4251
|
+
"internalType": "uint256",
|
|
4252
|
+
"name": "",
|
|
4253
|
+
"type": "uint256"
|
|
4254
|
+
}
|
|
4255
|
+
],
|
|
4256
|
+
"stateMutability": "view",
|
|
4257
|
+
"type": "function"
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
"inputs": [],
|
|
4261
|
+
"name": "kink",
|
|
4262
|
+
"outputs": [
|
|
4263
|
+
{
|
|
4264
|
+
"internalType": "uint256",
|
|
4265
|
+
"name": "",
|
|
4266
|
+
"type": "uint256"
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"stateMutability": "view",
|
|
4270
|
+
"type": "function"
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"inputs": [],
|
|
4274
|
+
"name": "multiplierPerBlock",
|
|
4275
|
+
"outputs": [
|
|
4276
|
+
{
|
|
4277
|
+
"internalType": "uint256",
|
|
4278
|
+
"name": "",
|
|
4279
|
+
"type": "uint256"
|
|
4280
|
+
}
|
|
4281
|
+
],
|
|
4282
|
+
"stateMutability": "view",
|
|
4283
|
+
"type": "function"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"inputs": [
|
|
4287
|
+
{
|
|
4288
|
+
"internalType": "uint256",
|
|
4289
|
+
"name": "baseRatePerYear",
|
|
4290
|
+
"type": "uint256"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"internalType": "uint256",
|
|
4294
|
+
"name": "multiplierPerYear",
|
|
4295
|
+
"type": "uint256"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"internalType": "uint256",
|
|
4299
|
+
"name": "jumpMultiplierPerYear",
|
|
4300
|
+
"type": "uint256"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"internalType": "uint256",
|
|
4304
|
+
"name": "kink_",
|
|
4305
|
+
"type": "uint256"
|
|
4306
|
+
}
|
|
4307
|
+
],
|
|
4308
|
+
"name": "updateJumpRateModel",
|
|
4309
|
+
"outputs": [],
|
|
4310
|
+
"stateMutability": "nonpayable",
|
|
4311
|
+
"type": "function"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"inputs": [
|
|
4315
|
+
{
|
|
4316
|
+
"internalType": "uint256",
|
|
4317
|
+
"name": "cash",
|
|
4318
|
+
"type": "uint256"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"internalType": "uint256",
|
|
4322
|
+
"name": "borrows",
|
|
4323
|
+
"type": "uint256"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"internalType": "uint256",
|
|
4327
|
+
"name": "reserves",
|
|
4328
|
+
"type": "uint256"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"internalType": "uint256",
|
|
4332
|
+
"name": "badDebt",
|
|
4333
|
+
"type": "uint256"
|
|
4334
|
+
}
|
|
4335
|
+
],
|
|
4336
|
+
"name": "utilizationRate",
|
|
4337
|
+
"outputs": [
|
|
4338
|
+
{
|
|
4339
|
+
"internalType": "uint256",
|
|
4340
|
+
"name": "",
|
|
4341
|
+
"type": "uint256"
|
|
4342
|
+
}
|
|
4343
|
+
],
|
|
4344
|
+
"stateMutability": "pure",
|
|
4345
|
+
"type": "function"
|
|
4346
|
+
}
|
|
4347
|
+
]
|
|
4348
|
+
},
|
|
4349
|
+
"MockARB": {
|
|
4350
|
+
"address": "0x4371bb358aB5cC192E481543417D2F67b8781731",
|
|
4351
|
+
"abi": [
|
|
4352
|
+
{
|
|
4353
|
+
"inputs": [
|
|
4354
|
+
{
|
|
4355
|
+
"internalType": "string",
|
|
4356
|
+
"name": "name_",
|
|
4357
|
+
"type": "string"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"internalType": "string",
|
|
4361
|
+
"name": "symbol_",
|
|
4362
|
+
"type": "string"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"internalType": "uint8",
|
|
4366
|
+
"name": "decimals_",
|
|
4367
|
+
"type": "uint8"
|
|
4368
|
+
}
|
|
4369
|
+
],
|
|
4370
|
+
"stateMutability": "nonpayable",
|
|
4371
|
+
"type": "constructor"
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"anonymous": false,
|
|
4375
|
+
"inputs": [
|
|
4376
|
+
{
|
|
4377
|
+
"indexed": true,
|
|
4378
|
+
"internalType": "address",
|
|
4379
|
+
"name": "owner",
|
|
4380
|
+
"type": "address"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"indexed": true,
|
|
4384
|
+
"internalType": "address",
|
|
4385
|
+
"name": "spender",
|
|
4386
|
+
"type": "address"
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"indexed": false,
|
|
4390
|
+
"internalType": "uint256",
|
|
4391
|
+
"name": "value",
|
|
4392
|
+
"type": "uint256"
|
|
4393
|
+
}
|
|
4394
|
+
],
|
|
4395
|
+
"name": "Approval",
|
|
4396
|
+
"type": "event"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"anonymous": false,
|
|
4400
|
+
"inputs": [
|
|
4401
|
+
{
|
|
4402
|
+
"indexed": true,
|
|
4403
|
+
"internalType": "address",
|
|
4404
|
+
"name": "from",
|
|
4405
|
+
"type": "address"
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"indexed": true,
|
|
4409
|
+
"internalType": "address",
|
|
4410
|
+
"name": "to",
|
|
4411
|
+
"type": "address"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"indexed": false,
|
|
4415
|
+
"internalType": "uint256",
|
|
4416
|
+
"name": "value",
|
|
4417
|
+
"type": "uint256"
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"name": "Transfer",
|
|
4421
|
+
"type": "event"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"inputs": [
|
|
4425
|
+
{
|
|
4426
|
+
"internalType": "address",
|
|
4427
|
+
"name": "owner",
|
|
4428
|
+
"type": "address"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"internalType": "address",
|
|
4432
|
+
"name": "spender",
|
|
4433
|
+
"type": "address"
|
|
4434
|
+
}
|
|
4435
|
+
],
|
|
4436
|
+
"name": "allowance",
|
|
4437
|
+
"outputs": [
|
|
4438
|
+
{
|
|
4439
|
+
"internalType": "uint256",
|
|
4440
|
+
"name": "",
|
|
4441
|
+
"type": "uint256"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"stateMutability": "view",
|
|
4445
|
+
"type": "function"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"inputs": [
|
|
4449
|
+
{
|
|
4450
|
+
"internalType": "address",
|
|
4451
|
+
"name": "spender",
|
|
4452
|
+
"type": "address"
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"internalType": "uint256",
|
|
4456
|
+
"name": "amount",
|
|
4457
|
+
"type": "uint256"
|
|
4458
|
+
}
|
|
4459
|
+
],
|
|
4460
|
+
"name": "approve",
|
|
4461
|
+
"outputs": [
|
|
4462
|
+
{
|
|
4463
|
+
"internalType": "bool",
|
|
4464
|
+
"name": "",
|
|
4465
|
+
"type": "bool"
|
|
4466
|
+
}
|
|
4467
|
+
],
|
|
4468
|
+
"stateMutability": "nonpayable",
|
|
4469
|
+
"type": "function"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"inputs": [
|
|
4473
|
+
{
|
|
4474
|
+
"internalType": "address",
|
|
4475
|
+
"name": "account",
|
|
4476
|
+
"type": "address"
|
|
4477
|
+
}
|
|
4478
|
+
],
|
|
4479
|
+
"name": "balanceOf",
|
|
4480
|
+
"outputs": [
|
|
4481
|
+
{
|
|
4482
|
+
"internalType": "uint256",
|
|
4483
|
+
"name": "",
|
|
4484
|
+
"type": "uint256"
|
|
4485
|
+
}
|
|
4486
|
+
],
|
|
4487
|
+
"stateMutability": "view",
|
|
4488
|
+
"type": "function"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"inputs": [],
|
|
4492
|
+
"name": "decimals",
|
|
4493
|
+
"outputs": [
|
|
4494
|
+
{
|
|
4495
|
+
"internalType": "uint8",
|
|
4496
|
+
"name": "",
|
|
4497
|
+
"type": "uint8"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4500
|
+
"stateMutability": "view",
|
|
4501
|
+
"type": "function"
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"inputs": [
|
|
4505
|
+
{
|
|
4506
|
+
"internalType": "address",
|
|
4507
|
+
"name": "spender",
|
|
4508
|
+
"type": "address"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"internalType": "uint256",
|
|
4512
|
+
"name": "subtractedValue",
|
|
4513
|
+
"type": "uint256"
|
|
4514
|
+
}
|
|
4515
|
+
],
|
|
4516
|
+
"name": "decreaseAllowance",
|
|
4517
|
+
"outputs": [
|
|
4518
|
+
{
|
|
4519
|
+
"internalType": "bool",
|
|
4520
|
+
"name": "",
|
|
4521
|
+
"type": "bool"
|
|
4522
|
+
}
|
|
4523
|
+
],
|
|
4524
|
+
"stateMutability": "nonpayable",
|
|
4525
|
+
"type": "function"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"inputs": [
|
|
4529
|
+
{
|
|
4530
|
+
"internalType": "uint256",
|
|
4531
|
+
"name": "amount",
|
|
4532
|
+
"type": "uint256"
|
|
4533
|
+
}
|
|
4534
|
+
],
|
|
4535
|
+
"name": "faucet",
|
|
4536
|
+
"outputs": [],
|
|
4537
|
+
"stateMutability": "nonpayable",
|
|
4538
|
+
"type": "function"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"inputs": [
|
|
4542
|
+
{
|
|
4543
|
+
"internalType": "address",
|
|
4544
|
+
"name": "spender",
|
|
4545
|
+
"type": "address"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"internalType": "uint256",
|
|
4549
|
+
"name": "addedValue",
|
|
4550
|
+
"type": "uint256"
|
|
4551
|
+
}
|
|
4552
|
+
],
|
|
4553
|
+
"name": "increaseAllowance",
|
|
4554
|
+
"outputs": [
|
|
4555
|
+
{
|
|
4556
|
+
"internalType": "bool",
|
|
4557
|
+
"name": "",
|
|
4558
|
+
"type": "bool"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"stateMutability": "nonpayable",
|
|
4562
|
+
"type": "function"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"inputs": [],
|
|
4566
|
+
"name": "name",
|
|
4567
|
+
"outputs": [
|
|
4568
|
+
{
|
|
4569
|
+
"internalType": "string",
|
|
4570
|
+
"name": "",
|
|
4571
|
+
"type": "string"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"stateMutability": "view",
|
|
4575
|
+
"type": "function"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"inputs": [],
|
|
4579
|
+
"name": "symbol",
|
|
4580
|
+
"outputs": [
|
|
4581
|
+
{
|
|
4582
|
+
"internalType": "string",
|
|
4583
|
+
"name": "",
|
|
4584
|
+
"type": "string"
|
|
4585
|
+
}
|
|
4586
|
+
],
|
|
4587
|
+
"stateMutability": "view",
|
|
4588
|
+
"type": "function"
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"inputs": [],
|
|
4592
|
+
"name": "totalSupply",
|
|
4593
|
+
"outputs": [
|
|
4594
|
+
{
|
|
4595
|
+
"internalType": "uint256",
|
|
4596
|
+
"name": "",
|
|
4597
|
+
"type": "uint256"
|
|
4598
|
+
}
|
|
4599
|
+
],
|
|
4600
|
+
"stateMutability": "view",
|
|
4601
|
+
"type": "function"
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"inputs": [
|
|
4605
|
+
{
|
|
4606
|
+
"internalType": "address",
|
|
4607
|
+
"name": "to",
|
|
4608
|
+
"type": "address"
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"internalType": "uint256",
|
|
4612
|
+
"name": "amount",
|
|
4613
|
+
"type": "uint256"
|
|
4614
|
+
}
|
|
4615
|
+
],
|
|
4616
|
+
"name": "transfer",
|
|
4617
|
+
"outputs": [
|
|
4618
|
+
{
|
|
4619
|
+
"internalType": "bool",
|
|
4620
|
+
"name": "",
|
|
4621
|
+
"type": "bool"
|
|
4622
|
+
}
|
|
4623
|
+
],
|
|
4624
|
+
"stateMutability": "nonpayable",
|
|
4625
|
+
"type": "function"
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"inputs": [
|
|
4629
|
+
{
|
|
4630
|
+
"internalType": "address",
|
|
4631
|
+
"name": "from",
|
|
4632
|
+
"type": "address"
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"internalType": "address",
|
|
4636
|
+
"name": "to",
|
|
4637
|
+
"type": "address"
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"internalType": "uint256",
|
|
4641
|
+
"name": "amount",
|
|
4642
|
+
"type": "uint256"
|
|
4643
|
+
}
|
|
4644
|
+
],
|
|
4645
|
+
"name": "transferFrom",
|
|
4646
|
+
"outputs": [
|
|
4647
|
+
{
|
|
4648
|
+
"internalType": "bool",
|
|
4649
|
+
"name": "",
|
|
4650
|
+
"type": "bool"
|
|
4651
|
+
}
|
|
4652
|
+
],
|
|
4653
|
+
"stateMutability": "nonpayable",
|
|
4654
|
+
"type": "function"
|
|
4655
|
+
}
|
|
4656
|
+
]
|
|
4657
|
+
},
|
|
4658
|
+
"MockUSDC": {
|
|
4659
|
+
"address": "0x86f096B1D970990091319835faF3Ee011708eAe8",
|
|
4660
|
+
"abi": [
|
|
4661
|
+
{
|
|
4662
|
+
"inputs": [
|
|
4663
|
+
{
|
|
4664
|
+
"internalType": "string",
|
|
4665
|
+
"name": "name_",
|
|
4666
|
+
"type": "string"
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"internalType": "string",
|
|
4670
|
+
"name": "symbol_",
|
|
4671
|
+
"type": "string"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"internalType": "uint8",
|
|
4675
|
+
"name": "decimals_",
|
|
4676
|
+
"type": "uint8"
|
|
4677
|
+
}
|
|
4678
|
+
],
|
|
4679
|
+
"stateMutability": "nonpayable",
|
|
4680
|
+
"type": "constructor"
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"anonymous": false,
|
|
4684
|
+
"inputs": [
|
|
4685
|
+
{
|
|
4686
|
+
"indexed": true,
|
|
4687
|
+
"internalType": "address",
|
|
4688
|
+
"name": "owner",
|
|
4689
|
+
"type": "address"
|
|
4690
|
+
},
|
|
4691
|
+
{
|
|
4692
|
+
"indexed": true,
|
|
4693
|
+
"internalType": "address",
|
|
4694
|
+
"name": "spender",
|
|
4695
|
+
"type": "address"
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"indexed": false,
|
|
4699
|
+
"internalType": "uint256",
|
|
4700
|
+
"name": "value",
|
|
4701
|
+
"type": "uint256"
|
|
4702
|
+
}
|
|
4703
|
+
],
|
|
4704
|
+
"name": "Approval",
|
|
4705
|
+
"type": "event"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"anonymous": false,
|
|
4709
|
+
"inputs": [
|
|
4710
|
+
{
|
|
4711
|
+
"indexed": true,
|
|
4712
|
+
"internalType": "address",
|
|
4713
|
+
"name": "from",
|
|
4714
|
+
"type": "address"
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"indexed": true,
|
|
4718
|
+
"internalType": "address",
|
|
4719
|
+
"name": "to",
|
|
4720
|
+
"type": "address"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"indexed": false,
|
|
4724
|
+
"internalType": "uint256",
|
|
4725
|
+
"name": "value",
|
|
4726
|
+
"type": "uint256"
|
|
4727
|
+
}
|
|
4728
|
+
],
|
|
4729
|
+
"name": "Transfer",
|
|
4730
|
+
"type": "event"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"inputs": [
|
|
4734
|
+
{
|
|
4735
|
+
"internalType": "address",
|
|
4736
|
+
"name": "owner",
|
|
4737
|
+
"type": "address"
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"internalType": "address",
|
|
4741
|
+
"name": "spender",
|
|
4742
|
+
"type": "address"
|
|
4743
|
+
}
|
|
4744
|
+
],
|
|
4745
|
+
"name": "allowance",
|
|
4746
|
+
"outputs": [
|
|
4747
|
+
{
|
|
4748
|
+
"internalType": "uint256",
|
|
4749
|
+
"name": "",
|
|
4750
|
+
"type": "uint256"
|
|
4751
|
+
}
|
|
4752
|
+
],
|
|
4753
|
+
"stateMutability": "view",
|
|
4754
|
+
"type": "function"
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
"inputs": [
|
|
4758
|
+
{
|
|
4759
|
+
"internalType": "address",
|
|
4760
|
+
"name": "spender",
|
|
4761
|
+
"type": "address"
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"internalType": "uint256",
|
|
4765
|
+
"name": "amount",
|
|
4766
|
+
"type": "uint256"
|
|
4767
|
+
}
|
|
4768
|
+
],
|
|
4769
|
+
"name": "approve",
|
|
4770
|
+
"outputs": [
|
|
4771
|
+
{
|
|
4772
|
+
"internalType": "bool",
|
|
4773
|
+
"name": "",
|
|
4774
|
+
"type": "bool"
|
|
4775
|
+
}
|
|
4776
|
+
],
|
|
4777
|
+
"stateMutability": "nonpayable",
|
|
4778
|
+
"type": "function"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"inputs": [
|
|
4782
|
+
{
|
|
4783
|
+
"internalType": "address",
|
|
4784
|
+
"name": "account",
|
|
4785
|
+
"type": "address"
|
|
4786
|
+
}
|
|
4787
|
+
],
|
|
4788
|
+
"name": "balanceOf",
|
|
4789
|
+
"outputs": [
|
|
4790
|
+
{
|
|
4791
|
+
"internalType": "uint256",
|
|
4792
|
+
"name": "",
|
|
4793
|
+
"type": "uint256"
|
|
4794
|
+
}
|
|
4795
|
+
],
|
|
4796
|
+
"stateMutability": "view",
|
|
4797
|
+
"type": "function"
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"inputs": [],
|
|
4801
|
+
"name": "decimals",
|
|
4802
|
+
"outputs": [
|
|
4803
|
+
{
|
|
4804
|
+
"internalType": "uint8",
|
|
4805
|
+
"name": "",
|
|
4806
|
+
"type": "uint8"
|
|
4807
|
+
}
|
|
4808
|
+
],
|
|
4809
|
+
"stateMutability": "view",
|
|
4810
|
+
"type": "function"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"inputs": [
|
|
4814
|
+
{
|
|
4815
|
+
"internalType": "address",
|
|
4816
|
+
"name": "spender",
|
|
4817
|
+
"type": "address"
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"internalType": "uint256",
|
|
4821
|
+
"name": "subtractedValue",
|
|
4822
|
+
"type": "uint256"
|
|
4823
|
+
}
|
|
4824
|
+
],
|
|
4825
|
+
"name": "decreaseAllowance",
|
|
4826
|
+
"outputs": [
|
|
4827
|
+
{
|
|
4828
|
+
"internalType": "bool",
|
|
4829
|
+
"name": "",
|
|
4830
|
+
"type": "bool"
|
|
4831
|
+
}
|
|
4832
|
+
],
|
|
4833
|
+
"stateMutability": "nonpayable",
|
|
3498
4834
|
"type": "function"
|
|
3499
4835
|
},
|
|
3500
4836
|
{
|
|
3501
|
-
"inputs": [
|
|
3502
|
-
"name": "isInterestRateModel",
|
|
3503
|
-
"outputs": [
|
|
4837
|
+
"inputs": [
|
|
3504
4838
|
{
|
|
3505
|
-
"internalType": "
|
|
3506
|
-
"name": "",
|
|
3507
|
-
"type": "
|
|
4839
|
+
"internalType": "uint256",
|
|
4840
|
+
"name": "amount",
|
|
4841
|
+
"type": "uint256"
|
|
3508
4842
|
}
|
|
3509
4843
|
],
|
|
3510
|
-
"
|
|
4844
|
+
"name": "faucet",
|
|
4845
|
+
"outputs": [],
|
|
4846
|
+
"stateMutability": "nonpayable",
|
|
3511
4847
|
"type": "function"
|
|
3512
4848
|
},
|
|
3513
4849
|
{
|
|
3514
|
-
"inputs": [
|
|
3515
|
-
|
|
4850
|
+
"inputs": [
|
|
4851
|
+
{
|
|
4852
|
+
"internalType": "address",
|
|
4853
|
+
"name": "spender",
|
|
4854
|
+
"type": "address"
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"internalType": "uint256",
|
|
4858
|
+
"name": "addedValue",
|
|
4859
|
+
"type": "uint256"
|
|
4860
|
+
}
|
|
4861
|
+
],
|
|
4862
|
+
"name": "increaseAllowance",
|
|
3516
4863
|
"outputs": [
|
|
3517
4864
|
{
|
|
3518
4865
|
"internalType": "bool",
|
|
@@ -3520,17 +4867,17 @@
|
|
|
3520
4867
|
"type": "bool"
|
|
3521
4868
|
}
|
|
3522
4869
|
],
|
|
3523
|
-
"stateMutability": "
|
|
4870
|
+
"stateMutability": "nonpayable",
|
|
3524
4871
|
"type": "function"
|
|
3525
4872
|
},
|
|
3526
4873
|
{
|
|
3527
4874
|
"inputs": [],
|
|
3528
|
-
"name": "
|
|
4875
|
+
"name": "name",
|
|
3529
4876
|
"outputs": [
|
|
3530
4877
|
{
|
|
3531
|
-
"internalType": "
|
|
4878
|
+
"internalType": "string",
|
|
3532
4879
|
"name": "",
|
|
3533
|
-
"type": "
|
|
4880
|
+
"type": "string"
|
|
3534
4881
|
}
|
|
3535
4882
|
],
|
|
3536
4883
|
"stateMutability": "view",
|
|
@@ -3538,12 +4885,12 @@
|
|
|
3538
4885
|
},
|
|
3539
4886
|
{
|
|
3540
4887
|
"inputs": [],
|
|
3541
|
-
"name": "
|
|
4888
|
+
"name": "symbol",
|
|
3542
4889
|
"outputs": [
|
|
3543
4890
|
{
|
|
3544
|
-
"internalType": "
|
|
4891
|
+
"internalType": "string",
|
|
3545
4892
|
"name": "",
|
|
3546
|
-
"type": "
|
|
4893
|
+
"type": "string"
|
|
3547
4894
|
}
|
|
3548
4895
|
],
|
|
3549
4896
|
"stateMutability": "view",
|
|
@@ -3551,7 +4898,7 @@
|
|
|
3551
4898
|
},
|
|
3552
4899
|
{
|
|
3553
4900
|
"inputs": [],
|
|
3554
|
-
"name": "
|
|
4901
|
+
"name": "totalSupply",
|
|
3555
4902
|
"outputs": [
|
|
3556
4903
|
{
|
|
3557
4904
|
"internalType": "uint256",
|
|
@@ -3565,69 +4912,60 @@
|
|
|
3565
4912
|
{
|
|
3566
4913
|
"inputs": [
|
|
3567
4914
|
{
|
|
3568
|
-
"internalType": "
|
|
3569
|
-
"name": "
|
|
3570
|
-
"type": "
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"internalType": "uint256",
|
|
3574
|
-
"name": "multiplierPerYear",
|
|
3575
|
-
"type": "uint256"
|
|
4915
|
+
"internalType": "address",
|
|
4916
|
+
"name": "to",
|
|
4917
|
+
"type": "address"
|
|
3576
4918
|
},
|
|
3577
4919
|
{
|
|
3578
4920
|
"internalType": "uint256",
|
|
3579
|
-
"name": "
|
|
4921
|
+
"name": "amount",
|
|
3580
4922
|
"type": "uint256"
|
|
3581
|
-
}
|
|
4923
|
+
}
|
|
4924
|
+
],
|
|
4925
|
+
"name": "transfer",
|
|
4926
|
+
"outputs": [
|
|
3582
4927
|
{
|
|
3583
|
-
"internalType": "
|
|
3584
|
-
"name": "
|
|
3585
|
-
"type": "
|
|
4928
|
+
"internalType": "bool",
|
|
4929
|
+
"name": "",
|
|
4930
|
+
"type": "bool"
|
|
3586
4931
|
}
|
|
3587
4932
|
],
|
|
3588
|
-
"name": "updateJumpRateModel",
|
|
3589
|
-
"outputs": [],
|
|
3590
4933
|
"stateMutability": "nonpayable",
|
|
3591
4934
|
"type": "function"
|
|
3592
4935
|
},
|
|
3593
4936
|
{
|
|
3594
4937
|
"inputs": [
|
|
3595
4938
|
{
|
|
3596
|
-
"internalType": "
|
|
3597
|
-
"name": "
|
|
3598
|
-
"type": "
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"internalType": "uint256",
|
|
3602
|
-
"name": "borrows",
|
|
3603
|
-
"type": "uint256"
|
|
4939
|
+
"internalType": "address",
|
|
4940
|
+
"name": "from",
|
|
4941
|
+
"type": "address"
|
|
3604
4942
|
},
|
|
3605
4943
|
{
|
|
3606
|
-
"internalType": "
|
|
3607
|
-
"name": "
|
|
3608
|
-
"type": "
|
|
4944
|
+
"internalType": "address",
|
|
4945
|
+
"name": "to",
|
|
4946
|
+
"type": "address"
|
|
3609
4947
|
},
|
|
3610
4948
|
{
|
|
3611
4949
|
"internalType": "uint256",
|
|
3612
|
-
"name": "
|
|
4950
|
+
"name": "amount",
|
|
3613
4951
|
"type": "uint256"
|
|
3614
4952
|
}
|
|
3615
4953
|
],
|
|
3616
|
-
"name": "
|
|
4954
|
+
"name": "transferFrom",
|
|
3617
4955
|
"outputs": [
|
|
3618
4956
|
{
|
|
3619
|
-
"internalType": "
|
|
4957
|
+
"internalType": "bool",
|
|
3620
4958
|
"name": "",
|
|
3621
|
-
"type": "
|
|
4959
|
+
"type": "bool"
|
|
3622
4960
|
}
|
|
3623
4961
|
],
|
|
3624
|
-
"stateMutability": "
|
|
4962
|
+
"stateMutability": "nonpayable",
|
|
3625
4963
|
"type": "function"
|
|
3626
4964
|
}
|
|
3627
4965
|
]
|
|
3628
4966
|
},
|
|
3629
|
-
"
|
|
3630
|
-
"address": "
|
|
4967
|
+
"MockUSDT": {
|
|
4968
|
+
"address": "0xf3118a17863996B9F2A073c9A66Faaa664355cf8",
|
|
3631
4969
|
"abi": [
|
|
3632
4970
|
{
|
|
3633
4971
|
"inputs": [
|
|
@@ -3935,8 +5273,8 @@
|
|
|
3935
5273
|
}
|
|
3936
5274
|
]
|
|
3937
5275
|
},
|
|
3938
|
-
"
|
|
3939
|
-
"address": "
|
|
5276
|
+
"MockWBTC": {
|
|
5277
|
+
"address": "0xFb8d93FD3Cf18386a5564bb5619cD1FdB130dF7D",
|
|
3940
5278
|
"abi": [
|
|
3941
5279
|
{
|
|
3942
5280
|
"inputs": [
|
|
@@ -4244,8 +5582,8 @@
|
|
|
4244
5582
|
}
|
|
4245
5583
|
]
|
|
4246
5584
|
},
|
|
4247
|
-
"
|
|
4248
|
-
"address": "
|
|
5585
|
+
"MockgmBTC": {
|
|
5586
|
+
"address": "0xbd3AAd064295dcA0f45fab4C6A5adFb0D23a19D2",
|
|
4249
5587
|
"abi": [
|
|
4250
5588
|
{
|
|
4251
5589
|
"inputs": [
|
|
@@ -4553,8 +5891,8 @@
|
|
|
4553
5891
|
}
|
|
4554
5892
|
]
|
|
4555
5893
|
},
|
|
4556
|
-
"
|
|
4557
|
-
"address": "
|
|
5894
|
+
"MockgmETH": {
|
|
5895
|
+
"address": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
|
|
4558
5896
|
"abi": [
|
|
4559
5897
|
{
|
|
4560
5898
|
"inputs": [
|
|
@@ -14278,6 +15616,154 @@
|
|
|
14278
15616
|
}
|
|
14279
15617
|
]
|
|
14280
15618
|
},
|
|
15619
|
+
"VToken_vgmBTC-USDC_Core": {
|
|
15620
|
+
"address": "0x6089B1F477e13459C4d1D1f767c974e5A72a541F",
|
|
15621
|
+
"abi": [
|
|
15622
|
+
{
|
|
15623
|
+
"inputs": [
|
|
15624
|
+
{
|
|
15625
|
+
"internalType": "address",
|
|
15626
|
+
"name": "beacon",
|
|
15627
|
+
"type": "address"
|
|
15628
|
+
},
|
|
15629
|
+
{
|
|
15630
|
+
"internalType": "bytes",
|
|
15631
|
+
"name": "data",
|
|
15632
|
+
"type": "bytes"
|
|
15633
|
+
}
|
|
15634
|
+
],
|
|
15635
|
+
"stateMutability": "payable",
|
|
15636
|
+
"type": "constructor"
|
|
15637
|
+
},
|
|
15638
|
+
{
|
|
15639
|
+
"anonymous": false,
|
|
15640
|
+
"inputs": [
|
|
15641
|
+
{
|
|
15642
|
+
"indexed": false,
|
|
15643
|
+
"internalType": "address",
|
|
15644
|
+
"name": "previousAdmin",
|
|
15645
|
+
"type": "address"
|
|
15646
|
+
},
|
|
15647
|
+
{
|
|
15648
|
+
"indexed": false,
|
|
15649
|
+
"internalType": "address",
|
|
15650
|
+
"name": "newAdmin",
|
|
15651
|
+
"type": "address"
|
|
15652
|
+
}
|
|
15653
|
+
],
|
|
15654
|
+
"name": "AdminChanged",
|
|
15655
|
+
"type": "event"
|
|
15656
|
+
},
|
|
15657
|
+
{
|
|
15658
|
+
"anonymous": false,
|
|
15659
|
+
"inputs": [
|
|
15660
|
+
{
|
|
15661
|
+
"indexed": true,
|
|
15662
|
+
"internalType": "address",
|
|
15663
|
+
"name": "beacon",
|
|
15664
|
+
"type": "address"
|
|
15665
|
+
}
|
|
15666
|
+
],
|
|
15667
|
+
"name": "BeaconUpgraded",
|
|
15668
|
+
"type": "event"
|
|
15669
|
+
},
|
|
15670
|
+
{
|
|
15671
|
+
"anonymous": false,
|
|
15672
|
+
"inputs": [
|
|
15673
|
+
{
|
|
15674
|
+
"indexed": true,
|
|
15675
|
+
"internalType": "address",
|
|
15676
|
+
"name": "implementation",
|
|
15677
|
+
"type": "address"
|
|
15678
|
+
}
|
|
15679
|
+
],
|
|
15680
|
+
"name": "Upgraded",
|
|
15681
|
+
"type": "event"
|
|
15682
|
+
},
|
|
15683
|
+
{
|
|
15684
|
+
"stateMutability": "payable",
|
|
15685
|
+
"type": "fallback"
|
|
15686
|
+
},
|
|
15687
|
+
{
|
|
15688
|
+
"stateMutability": "payable",
|
|
15689
|
+
"type": "receive"
|
|
15690
|
+
}
|
|
15691
|
+
]
|
|
15692
|
+
},
|
|
15693
|
+
"VToken_vgmWETH-USDC_Core": {
|
|
15694
|
+
"address": "0x4A80b19Cd8BbBd14c425fB17F8E06c6B60801d63",
|
|
15695
|
+
"abi": [
|
|
15696
|
+
{
|
|
15697
|
+
"inputs": [
|
|
15698
|
+
{
|
|
15699
|
+
"internalType": "address",
|
|
15700
|
+
"name": "beacon",
|
|
15701
|
+
"type": "address"
|
|
15702
|
+
},
|
|
15703
|
+
{
|
|
15704
|
+
"internalType": "bytes",
|
|
15705
|
+
"name": "data",
|
|
15706
|
+
"type": "bytes"
|
|
15707
|
+
}
|
|
15708
|
+
],
|
|
15709
|
+
"stateMutability": "payable",
|
|
15710
|
+
"type": "constructor"
|
|
15711
|
+
},
|
|
15712
|
+
{
|
|
15713
|
+
"anonymous": false,
|
|
15714
|
+
"inputs": [
|
|
15715
|
+
{
|
|
15716
|
+
"indexed": false,
|
|
15717
|
+
"internalType": "address",
|
|
15718
|
+
"name": "previousAdmin",
|
|
15719
|
+
"type": "address"
|
|
15720
|
+
},
|
|
15721
|
+
{
|
|
15722
|
+
"indexed": false,
|
|
15723
|
+
"internalType": "address",
|
|
15724
|
+
"name": "newAdmin",
|
|
15725
|
+
"type": "address"
|
|
15726
|
+
}
|
|
15727
|
+
],
|
|
15728
|
+
"name": "AdminChanged",
|
|
15729
|
+
"type": "event"
|
|
15730
|
+
},
|
|
15731
|
+
{
|
|
15732
|
+
"anonymous": false,
|
|
15733
|
+
"inputs": [
|
|
15734
|
+
{
|
|
15735
|
+
"indexed": true,
|
|
15736
|
+
"internalType": "address",
|
|
15737
|
+
"name": "beacon",
|
|
15738
|
+
"type": "address"
|
|
15739
|
+
}
|
|
15740
|
+
],
|
|
15741
|
+
"name": "BeaconUpgraded",
|
|
15742
|
+
"type": "event"
|
|
15743
|
+
},
|
|
15744
|
+
{
|
|
15745
|
+
"anonymous": false,
|
|
15746
|
+
"inputs": [
|
|
15747
|
+
{
|
|
15748
|
+
"indexed": true,
|
|
15749
|
+
"internalType": "address",
|
|
15750
|
+
"name": "implementation",
|
|
15751
|
+
"type": "address"
|
|
15752
|
+
}
|
|
15753
|
+
],
|
|
15754
|
+
"name": "Upgraded",
|
|
15755
|
+
"type": "event"
|
|
15756
|
+
},
|
|
15757
|
+
{
|
|
15758
|
+
"stateMutability": "payable",
|
|
15759
|
+
"type": "fallback"
|
|
15760
|
+
},
|
|
15761
|
+
{
|
|
15762
|
+
"stateMutability": "payable",
|
|
15763
|
+
"type": "receive"
|
|
15764
|
+
}
|
|
15765
|
+
]
|
|
15766
|
+
},
|
|
14281
15767
|
"VToken_vweETH_LiquidStakedETH": {
|
|
14282
15768
|
"address": "0x75f841b14305935D8D7E806f249D9FA52EF1550B",
|
|
14283
15769
|
"abi": [
|