@venusprotocol/isolated-pools 1.3.0-dev.2 → 1.3.0-dev.3

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.
@@ -16640,6 +16640,25 @@
16640
16640
  "name": "Unauthorized",
16641
16641
  "type": "error"
16642
16642
  },
16643
+ {
16644
+ "anonymous": false,
16645
+ "inputs": [
16646
+ {
16647
+ "indexed": true,
16648
+ "internalType": "address",
16649
+ "name": "vToken",
16650
+ "type": "address"
16651
+ },
16652
+ {
16653
+ "indexed": false,
16654
+ "internalType": "uint32",
16655
+ "name": "newBlock",
16656
+ "type": "uint32"
16657
+ }
16658
+ ],
16659
+ "name": "BorrowLastRewardingBlockUpdated",
16660
+ "type": "event"
16661
+ },
16643
16662
  {
16644
16663
  "anonymous": false,
16645
16664
  "inputs": [
@@ -16950,6 +16969,25 @@
16950
16969
  "name": "RewardTokenSupplySpeedUpdated",
16951
16970
  "type": "event"
16952
16971
  },
16972
+ {
16973
+ "anonymous": false,
16974
+ "inputs": [
16975
+ {
16976
+ "indexed": true,
16977
+ "internalType": "address",
16978
+ "name": "vToken",
16979
+ "type": "address"
16980
+ },
16981
+ {
16982
+ "indexed": false,
16983
+ "internalType": "uint32",
16984
+ "name": "newBlock",
16985
+ "type": "uint32"
16986
+ }
16987
+ ],
16988
+ "name": "SupplyLastRewardingBlockUpdated",
16989
+ "type": "event"
16990
+ },
16953
16991
  {
16954
16992
  "inputs": [],
16955
16993
  "name": "INITIAL_INDEX",
@@ -17269,6 +17307,11 @@
17269
17307
  "internalType": "uint32",
17270
17308
  "name": "block",
17271
17309
  "type": "uint32"
17310
+ },
17311
+ {
17312
+ "internalType": "uint32",
17313
+ "name": "lastRewardingBlock",
17314
+ "type": "uint32"
17272
17315
  }
17273
17316
  ],
17274
17317
  "stateMutability": "view",
@@ -17379,6 +17422,11 @@
17379
17422
  "internalType": "uint32",
17380
17423
  "name": "block",
17381
17424
  "type": "uint32"
17425
+ },
17426
+ {
17427
+ "internalType": "uint32",
17428
+ "name": "lastRewardingBlock",
17429
+ "type": "uint32"
17382
17430
  }
17383
17431
  ],
17384
17432
  "stateMutability": "view",
@@ -17415,6 +17463,29 @@
17415
17463
  "stateMutability": "nonpayable",
17416
17464
  "type": "function"
17417
17465
  },
17466
+ {
17467
+ "inputs": [
17468
+ {
17469
+ "internalType": "contract VToken[]",
17470
+ "name": "vTokens",
17471
+ "type": "address[]"
17472
+ },
17473
+ {
17474
+ "internalType": "uint32[]",
17475
+ "name": "supplyLastRewardingBlocks",
17476
+ "type": "uint32[]"
17477
+ },
17478
+ {
17479
+ "internalType": "uint32[]",
17480
+ "name": "borrowLastRewardingBlocks",
17481
+ "type": "uint32[]"
17482
+ }
17483
+ ],
17484
+ "name": "setLastRewardingBlocks",
17485
+ "outputs": [],
17486
+ "stateMutability": "nonpayable",
17487
+ "type": "function"
17488
+ },
17418
17489
  {
17419
17490
  "inputs": [
17420
17491
  {
@@ -17538,928 +17609,6 @@
17538
17609
  }
17539
17610
  ]
17540
17611
  },
17541
- "RewardsDistributor_HAY_StableCoins_Implementation": {
17542
- "address": "0x69b26CCa98609156e98bb2973A80749D6dc24D38",
17543
- "abi": [
17544
- {
17545
- "inputs": [],
17546
- "stateMutability": "nonpayable",
17547
- "type": "constructor"
17548
- },
17549
- {
17550
- "inputs": [
17551
- {
17552
- "internalType": "uint256",
17553
- "name": "loopsLimit",
17554
- "type": "uint256"
17555
- },
17556
- {
17557
- "internalType": "uint256",
17558
- "name": "requiredLoops",
17559
- "type": "uint256"
17560
- }
17561
- ],
17562
- "name": "MaxLoopsLimitExceeded",
17563
- "type": "error"
17564
- },
17565
- {
17566
- "inputs": [
17567
- {
17568
- "internalType": "address",
17569
- "name": "sender",
17570
- "type": "address"
17571
- },
17572
- {
17573
- "internalType": "address",
17574
- "name": "calledContract",
17575
- "type": "address"
17576
- },
17577
- {
17578
- "internalType": "string",
17579
- "name": "methodSignature",
17580
- "type": "string"
17581
- }
17582
- ],
17583
- "name": "Unauthorized",
17584
- "type": "error"
17585
- },
17586
- {
17587
- "anonymous": false,
17588
- "inputs": [
17589
- {
17590
- "indexed": true,
17591
- "internalType": "address",
17592
- "name": "contributor",
17593
- "type": "address"
17594
- },
17595
- {
17596
- "indexed": false,
17597
- "internalType": "uint256",
17598
- "name": "newSpeed",
17599
- "type": "uint256"
17600
- }
17601
- ],
17602
- "name": "ContributorRewardTokenSpeedUpdated",
17603
- "type": "event"
17604
- },
17605
- {
17606
- "anonymous": false,
17607
- "inputs": [
17608
- {
17609
- "indexed": true,
17610
- "internalType": "address",
17611
- "name": "contributor",
17612
- "type": "address"
17613
- },
17614
- {
17615
- "indexed": false,
17616
- "internalType": "uint256",
17617
- "name": "rewardAccrued",
17618
- "type": "uint256"
17619
- }
17620
- ],
17621
- "name": "ContributorRewardsUpdated",
17622
- "type": "event"
17623
- },
17624
- {
17625
- "anonymous": false,
17626
- "inputs": [
17627
- {
17628
- "indexed": true,
17629
- "internalType": "contract VToken",
17630
- "name": "vToken",
17631
- "type": "address"
17632
- },
17633
- {
17634
- "indexed": true,
17635
- "internalType": "address",
17636
- "name": "borrower",
17637
- "type": "address"
17638
- },
17639
- {
17640
- "indexed": false,
17641
- "internalType": "uint256",
17642
- "name": "rewardTokenDelta",
17643
- "type": "uint256"
17644
- },
17645
- {
17646
- "indexed": false,
17647
- "internalType": "uint256",
17648
- "name": "rewardTokenTotal",
17649
- "type": "uint256"
17650
- },
17651
- {
17652
- "indexed": false,
17653
- "internalType": "uint256",
17654
- "name": "rewardTokenBorrowIndex",
17655
- "type": "uint256"
17656
- }
17657
- ],
17658
- "name": "DistributedBorrowerRewardToken",
17659
- "type": "event"
17660
- },
17661
- {
17662
- "anonymous": false,
17663
- "inputs": [
17664
- {
17665
- "indexed": true,
17666
- "internalType": "contract VToken",
17667
- "name": "vToken",
17668
- "type": "address"
17669
- },
17670
- {
17671
- "indexed": true,
17672
- "internalType": "address",
17673
- "name": "supplier",
17674
- "type": "address"
17675
- },
17676
- {
17677
- "indexed": false,
17678
- "internalType": "uint256",
17679
- "name": "rewardTokenDelta",
17680
- "type": "uint256"
17681
- },
17682
- {
17683
- "indexed": false,
17684
- "internalType": "uint256",
17685
- "name": "rewardTokenTotal",
17686
- "type": "uint256"
17687
- },
17688
- {
17689
- "indexed": false,
17690
- "internalType": "uint256",
17691
- "name": "rewardTokenSupplyIndex",
17692
- "type": "uint256"
17693
- }
17694
- ],
17695
- "name": "DistributedSupplierRewardToken",
17696
- "type": "event"
17697
- },
17698
- {
17699
- "anonymous": false,
17700
- "inputs": [
17701
- {
17702
- "indexed": false,
17703
- "internalType": "uint8",
17704
- "name": "version",
17705
- "type": "uint8"
17706
- }
17707
- ],
17708
- "name": "Initialized",
17709
- "type": "event"
17710
- },
17711
- {
17712
- "anonymous": false,
17713
- "inputs": [
17714
- {
17715
- "indexed": true,
17716
- "internalType": "address",
17717
- "name": "vToken",
17718
- "type": "address"
17719
- }
17720
- ],
17721
- "name": "MarketInitialized",
17722
- "type": "event"
17723
- },
17724
- {
17725
- "anonymous": false,
17726
- "inputs": [
17727
- {
17728
- "indexed": false,
17729
- "internalType": "uint256",
17730
- "name": "oldMaxLoopsLimit",
17731
- "type": "uint256"
17732
- },
17733
- {
17734
- "indexed": false,
17735
- "internalType": "uint256",
17736
- "name": "newmaxLoopsLimit",
17737
- "type": "uint256"
17738
- }
17739
- ],
17740
- "name": "MaxLoopsLimitUpdated",
17741
- "type": "event"
17742
- },
17743
- {
17744
- "anonymous": false,
17745
- "inputs": [
17746
- {
17747
- "indexed": false,
17748
- "internalType": "address",
17749
- "name": "oldAccessControlManager",
17750
- "type": "address"
17751
- },
17752
- {
17753
- "indexed": false,
17754
- "internalType": "address",
17755
- "name": "newAccessControlManager",
17756
- "type": "address"
17757
- }
17758
- ],
17759
- "name": "NewAccessControlManager",
17760
- "type": "event"
17761
- },
17762
- {
17763
- "anonymous": false,
17764
- "inputs": [
17765
- {
17766
- "indexed": true,
17767
- "internalType": "address",
17768
- "name": "previousOwner",
17769
- "type": "address"
17770
- },
17771
- {
17772
- "indexed": true,
17773
- "internalType": "address",
17774
- "name": "newOwner",
17775
- "type": "address"
17776
- }
17777
- ],
17778
- "name": "OwnershipTransferStarted",
17779
- "type": "event"
17780
- },
17781
- {
17782
- "anonymous": false,
17783
- "inputs": [
17784
- {
17785
- "indexed": true,
17786
- "internalType": "address",
17787
- "name": "previousOwner",
17788
- "type": "address"
17789
- },
17790
- {
17791
- "indexed": true,
17792
- "internalType": "address",
17793
- "name": "newOwner",
17794
- "type": "address"
17795
- }
17796
- ],
17797
- "name": "OwnershipTransferred",
17798
- "type": "event"
17799
- },
17800
- {
17801
- "anonymous": false,
17802
- "inputs": [
17803
- {
17804
- "indexed": true,
17805
- "internalType": "address",
17806
- "name": "vToken",
17807
- "type": "address"
17808
- },
17809
- {
17810
- "components": [
17811
- {
17812
- "internalType": "uint256",
17813
- "name": "mantissa",
17814
- "type": "uint256"
17815
- }
17816
- ],
17817
- "indexed": false,
17818
- "internalType": "struct ExponentialNoError.Exp",
17819
- "name": "marketBorrowIndex",
17820
- "type": "tuple"
17821
- }
17822
- ],
17823
- "name": "RewardTokenBorrowIndexUpdated",
17824
- "type": "event"
17825
- },
17826
- {
17827
- "anonymous": false,
17828
- "inputs": [
17829
- {
17830
- "indexed": true,
17831
- "internalType": "contract VToken",
17832
- "name": "vToken",
17833
- "type": "address"
17834
- },
17835
- {
17836
- "indexed": false,
17837
- "internalType": "uint256",
17838
- "name": "newSpeed",
17839
- "type": "uint256"
17840
- }
17841
- ],
17842
- "name": "RewardTokenBorrowSpeedUpdated",
17843
- "type": "event"
17844
- },
17845
- {
17846
- "anonymous": false,
17847
- "inputs": [
17848
- {
17849
- "indexed": true,
17850
- "internalType": "address",
17851
- "name": "recipient",
17852
- "type": "address"
17853
- },
17854
- {
17855
- "indexed": false,
17856
- "internalType": "uint256",
17857
- "name": "amount",
17858
- "type": "uint256"
17859
- }
17860
- ],
17861
- "name": "RewardTokenGranted",
17862
- "type": "event"
17863
- },
17864
- {
17865
- "anonymous": false,
17866
- "inputs": [
17867
- {
17868
- "indexed": true,
17869
- "internalType": "address",
17870
- "name": "vToken",
17871
- "type": "address"
17872
- }
17873
- ],
17874
- "name": "RewardTokenSupplyIndexUpdated",
17875
- "type": "event"
17876
- },
17877
- {
17878
- "anonymous": false,
17879
- "inputs": [
17880
- {
17881
- "indexed": true,
17882
- "internalType": "contract VToken",
17883
- "name": "vToken",
17884
- "type": "address"
17885
- },
17886
- {
17887
- "indexed": false,
17888
- "internalType": "uint256",
17889
- "name": "newSpeed",
17890
- "type": "uint256"
17891
- }
17892
- ],
17893
- "name": "RewardTokenSupplySpeedUpdated",
17894
- "type": "event"
17895
- },
17896
- {
17897
- "inputs": [],
17898
- "name": "INITIAL_INDEX",
17899
- "outputs": [
17900
- {
17901
- "internalType": "uint224",
17902
- "name": "",
17903
- "type": "uint224"
17904
- }
17905
- ],
17906
- "stateMutability": "view",
17907
- "type": "function"
17908
- },
17909
- {
17910
- "inputs": [],
17911
- "name": "acceptOwnership",
17912
- "outputs": [],
17913
- "stateMutability": "nonpayable",
17914
- "type": "function"
17915
- },
17916
- {
17917
- "inputs": [],
17918
- "name": "accessControlManager",
17919
- "outputs": [
17920
- {
17921
- "internalType": "contract IAccessControlManagerV8",
17922
- "name": "",
17923
- "type": "address"
17924
- }
17925
- ],
17926
- "stateMutability": "view",
17927
- "type": "function"
17928
- },
17929
- {
17930
- "inputs": [
17931
- {
17932
- "internalType": "address",
17933
- "name": "holder",
17934
- "type": "address"
17935
- },
17936
- {
17937
- "internalType": "contract VToken[]",
17938
- "name": "vTokens",
17939
- "type": "address[]"
17940
- }
17941
- ],
17942
- "name": "claimRewardToken",
17943
- "outputs": [],
17944
- "stateMutability": "nonpayable",
17945
- "type": "function"
17946
- },
17947
- {
17948
- "inputs": [
17949
- {
17950
- "internalType": "address",
17951
- "name": "holder",
17952
- "type": "address"
17953
- }
17954
- ],
17955
- "name": "claimRewardToken",
17956
- "outputs": [],
17957
- "stateMutability": "nonpayable",
17958
- "type": "function"
17959
- },
17960
- {
17961
- "inputs": [
17962
- {
17963
- "internalType": "address",
17964
- "name": "vToken",
17965
- "type": "address"
17966
- },
17967
- {
17968
- "internalType": "address",
17969
- "name": "borrower",
17970
- "type": "address"
17971
- },
17972
- {
17973
- "components": [
17974
- {
17975
- "internalType": "uint256",
17976
- "name": "mantissa",
17977
- "type": "uint256"
17978
- }
17979
- ],
17980
- "internalType": "struct ExponentialNoError.Exp",
17981
- "name": "marketBorrowIndex",
17982
- "type": "tuple"
17983
- }
17984
- ],
17985
- "name": "distributeBorrowerRewardToken",
17986
- "outputs": [],
17987
- "stateMutability": "nonpayable",
17988
- "type": "function"
17989
- },
17990
- {
17991
- "inputs": [
17992
- {
17993
- "internalType": "address",
17994
- "name": "vToken",
17995
- "type": "address"
17996
- },
17997
- {
17998
- "internalType": "address",
17999
- "name": "supplier",
18000
- "type": "address"
18001
- }
18002
- ],
18003
- "name": "distributeSupplierRewardToken",
18004
- "outputs": [],
18005
- "stateMutability": "nonpayable",
18006
- "type": "function"
18007
- },
18008
- {
18009
- "inputs": [],
18010
- "name": "getBlockNumber",
18011
- "outputs": [
18012
- {
18013
- "internalType": "uint256",
18014
- "name": "",
18015
- "type": "uint256"
18016
- }
18017
- ],
18018
- "stateMutability": "view",
18019
- "type": "function"
18020
- },
18021
- {
18022
- "inputs": [
18023
- {
18024
- "internalType": "address",
18025
- "name": "recipient",
18026
- "type": "address"
18027
- },
18028
- {
18029
- "internalType": "uint256",
18030
- "name": "amount",
18031
- "type": "uint256"
18032
- }
18033
- ],
18034
- "name": "grantRewardToken",
18035
- "outputs": [],
18036
- "stateMutability": "nonpayable",
18037
- "type": "function"
18038
- },
18039
- {
18040
- "inputs": [
18041
- {
18042
- "internalType": "contract Comptroller",
18043
- "name": "comptroller_",
18044
- "type": "address"
18045
- },
18046
- {
18047
- "internalType": "contract IERC20Upgradeable",
18048
- "name": "rewardToken_",
18049
- "type": "address"
18050
- },
18051
- {
18052
- "internalType": "uint256",
18053
- "name": "loopsLimit_",
18054
- "type": "uint256"
18055
- },
18056
- {
18057
- "internalType": "address",
18058
- "name": "accessControlManager_",
18059
- "type": "address"
18060
- }
18061
- ],
18062
- "name": "initialize",
18063
- "outputs": [],
18064
- "stateMutability": "nonpayable",
18065
- "type": "function"
18066
- },
18067
- {
18068
- "inputs": [
18069
- {
18070
- "internalType": "address",
18071
- "name": "vToken",
18072
- "type": "address"
18073
- }
18074
- ],
18075
- "name": "initializeMarket",
18076
- "outputs": [],
18077
- "stateMutability": "nonpayable",
18078
- "type": "function"
18079
- },
18080
- {
18081
- "inputs": [
18082
- {
18083
- "internalType": "address",
18084
- "name": "",
18085
- "type": "address"
18086
- }
18087
- ],
18088
- "name": "lastContributorBlock",
18089
- "outputs": [
18090
- {
18091
- "internalType": "uint256",
18092
- "name": "",
18093
- "type": "uint256"
18094
- }
18095
- ],
18096
- "stateMutability": "view",
18097
- "type": "function"
18098
- },
18099
- {
18100
- "inputs": [],
18101
- "name": "maxLoopsLimit",
18102
- "outputs": [
18103
- {
18104
- "internalType": "uint256",
18105
- "name": "",
18106
- "type": "uint256"
18107
- }
18108
- ],
18109
- "stateMutability": "view",
18110
- "type": "function"
18111
- },
18112
- {
18113
- "inputs": [],
18114
- "name": "owner",
18115
- "outputs": [
18116
- {
18117
- "internalType": "address",
18118
- "name": "",
18119
- "type": "address"
18120
- }
18121
- ],
18122
- "stateMutability": "view",
18123
- "type": "function"
18124
- },
18125
- {
18126
- "inputs": [],
18127
- "name": "pendingOwner",
18128
- "outputs": [
18129
- {
18130
- "internalType": "address",
18131
- "name": "",
18132
- "type": "address"
18133
- }
18134
- ],
18135
- "stateMutability": "view",
18136
- "type": "function"
18137
- },
18138
- {
18139
- "inputs": [],
18140
- "name": "renounceOwnership",
18141
- "outputs": [],
18142
- "stateMutability": "nonpayable",
18143
- "type": "function"
18144
- },
18145
- {
18146
- "inputs": [],
18147
- "name": "rewardToken",
18148
- "outputs": [
18149
- {
18150
- "internalType": "contract IERC20Upgradeable",
18151
- "name": "",
18152
- "type": "address"
18153
- }
18154
- ],
18155
- "stateMutability": "view",
18156
- "type": "function"
18157
- },
18158
- {
18159
- "inputs": [
18160
- {
18161
- "internalType": "address",
18162
- "name": "",
18163
- "type": "address"
18164
- }
18165
- ],
18166
- "name": "rewardTokenAccrued",
18167
- "outputs": [
18168
- {
18169
- "internalType": "uint256",
18170
- "name": "",
18171
- "type": "uint256"
18172
- }
18173
- ],
18174
- "stateMutability": "view",
18175
- "type": "function"
18176
- },
18177
- {
18178
- "inputs": [
18179
- {
18180
- "internalType": "address",
18181
- "name": "",
18182
- "type": "address"
18183
- }
18184
- ],
18185
- "name": "rewardTokenBorrowSpeeds",
18186
- "outputs": [
18187
- {
18188
- "internalType": "uint256",
18189
- "name": "",
18190
- "type": "uint256"
18191
- }
18192
- ],
18193
- "stateMutability": "view",
18194
- "type": "function"
18195
- },
18196
- {
18197
- "inputs": [
18198
- {
18199
- "internalType": "address",
18200
- "name": "",
18201
- "type": "address"
18202
- }
18203
- ],
18204
- "name": "rewardTokenBorrowState",
18205
- "outputs": [
18206
- {
18207
- "internalType": "uint224",
18208
- "name": "index",
18209
- "type": "uint224"
18210
- },
18211
- {
18212
- "internalType": "uint32",
18213
- "name": "block",
18214
- "type": "uint32"
18215
- }
18216
- ],
18217
- "stateMutability": "view",
18218
- "type": "function"
18219
- },
18220
- {
18221
- "inputs": [
18222
- {
18223
- "internalType": "address",
18224
- "name": "",
18225
- "type": "address"
18226
- },
18227
- {
18228
- "internalType": "address",
18229
- "name": "",
18230
- "type": "address"
18231
- }
18232
- ],
18233
- "name": "rewardTokenBorrowerIndex",
18234
- "outputs": [
18235
- {
18236
- "internalType": "uint256",
18237
- "name": "",
18238
- "type": "uint256"
18239
- }
18240
- ],
18241
- "stateMutability": "view",
18242
- "type": "function"
18243
- },
18244
- {
18245
- "inputs": [
18246
- {
18247
- "internalType": "address",
18248
- "name": "",
18249
- "type": "address"
18250
- }
18251
- ],
18252
- "name": "rewardTokenContributorSpeeds",
18253
- "outputs": [
18254
- {
18255
- "internalType": "uint256",
18256
- "name": "",
18257
- "type": "uint256"
18258
- }
18259
- ],
18260
- "stateMutability": "view",
18261
- "type": "function"
18262
- },
18263
- {
18264
- "inputs": [
18265
- {
18266
- "internalType": "address",
18267
- "name": "",
18268
- "type": "address"
18269
- },
18270
- {
18271
- "internalType": "address",
18272
- "name": "",
18273
- "type": "address"
18274
- }
18275
- ],
18276
- "name": "rewardTokenSupplierIndex",
18277
- "outputs": [
18278
- {
18279
- "internalType": "uint256",
18280
- "name": "",
18281
- "type": "uint256"
18282
- }
18283
- ],
18284
- "stateMutability": "view",
18285
- "type": "function"
18286
- },
18287
- {
18288
- "inputs": [
18289
- {
18290
- "internalType": "address",
18291
- "name": "",
18292
- "type": "address"
18293
- }
18294
- ],
18295
- "name": "rewardTokenSupplySpeeds",
18296
- "outputs": [
18297
- {
18298
- "internalType": "uint256",
18299
- "name": "",
18300
- "type": "uint256"
18301
- }
18302
- ],
18303
- "stateMutability": "view",
18304
- "type": "function"
18305
- },
18306
- {
18307
- "inputs": [
18308
- {
18309
- "internalType": "address",
18310
- "name": "",
18311
- "type": "address"
18312
- }
18313
- ],
18314
- "name": "rewardTokenSupplyState",
18315
- "outputs": [
18316
- {
18317
- "internalType": "uint224",
18318
- "name": "index",
18319
- "type": "uint224"
18320
- },
18321
- {
18322
- "internalType": "uint32",
18323
- "name": "block",
18324
- "type": "uint32"
18325
- }
18326
- ],
18327
- "stateMutability": "view",
18328
- "type": "function"
18329
- },
18330
- {
18331
- "inputs": [
18332
- {
18333
- "internalType": "address",
18334
- "name": "accessControlManager_",
18335
- "type": "address"
18336
- }
18337
- ],
18338
- "name": "setAccessControlManager",
18339
- "outputs": [],
18340
- "stateMutability": "nonpayable",
18341
- "type": "function"
18342
- },
18343
- {
18344
- "inputs": [
18345
- {
18346
- "internalType": "address",
18347
- "name": "contributor",
18348
- "type": "address"
18349
- },
18350
- {
18351
- "internalType": "uint256",
18352
- "name": "rewardTokenSpeed",
18353
- "type": "uint256"
18354
- }
18355
- ],
18356
- "name": "setContributorRewardTokenSpeed",
18357
- "outputs": [],
18358
- "stateMutability": "nonpayable",
18359
- "type": "function"
18360
- },
18361
- {
18362
- "inputs": [
18363
- {
18364
- "internalType": "uint256",
18365
- "name": "limit",
18366
- "type": "uint256"
18367
- }
18368
- ],
18369
- "name": "setMaxLoopsLimit",
18370
- "outputs": [],
18371
- "stateMutability": "nonpayable",
18372
- "type": "function"
18373
- },
18374
- {
18375
- "inputs": [
18376
- {
18377
- "internalType": "contract VToken[]",
18378
- "name": "vTokens",
18379
- "type": "address[]"
18380
- },
18381
- {
18382
- "internalType": "uint256[]",
18383
- "name": "supplySpeeds",
18384
- "type": "uint256[]"
18385
- },
18386
- {
18387
- "internalType": "uint256[]",
18388
- "name": "borrowSpeeds",
18389
- "type": "uint256[]"
18390
- }
18391
- ],
18392
- "name": "setRewardTokenSpeeds",
18393
- "outputs": [],
18394
- "stateMutability": "nonpayable",
18395
- "type": "function"
18396
- },
18397
- {
18398
- "inputs": [
18399
- {
18400
- "internalType": "address",
18401
- "name": "newOwner",
18402
- "type": "address"
18403
- }
18404
- ],
18405
- "name": "transferOwnership",
18406
- "outputs": [],
18407
- "stateMutability": "nonpayable",
18408
- "type": "function"
18409
- },
18410
- {
18411
- "inputs": [
18412
- {
18413
- "internalType": "address",
18414
- "name": "contributor",
18415
- "type": "address"
18416
- }
18417
- ],
18418
- "name": "updateContributorRewards",
18419
- "outputs": [],
18420
- "stateMutability": "nonpayable",
18421
- "type": "function"
18422
- },
18423
- {
18424
- "inputs": [
18425
- {
18426
- "internalType": "address",
18427
- "name": "vToken",
18428
- "type": "address"
18429
- },
18430
- {
18431
- "components": [
18432
- {
18433
- "internalType": "uint256",
18434
- "name": "mantissa",
18435
- "type": "uint256"
18436
- }
18437
- ],
18438
- "internalType": "struct ExponentialNoError.Exp",
18439
- "name": "marketBorrowIndex",
18440
- "type": "tuple"
18441
- }
18442
- ],
18443
- "name": "updateRewardTokenBorrowIndex",
18444
- "outputs": [],
18445
- "stateMutability": "nonpayable",
18446
- "type": "function"
18447
- },
18448
- {
18449
- "inputs": [
18450
- {
18451
- "internalType": "address",
18452
- "name": "vToken",
18453
- "type": "address"
18454
- }
18455
- ],
18456
- "name": "updateRewardTokenSupplyIndex",
18457
- "outputs": [],
18458
- "stateMutability": "nonpayable",
18459
- "type": "function"
18460
- }
18461
- ]
18462
- },
18463
17612
  "RewardsDistributor_HAY_StableCoins_Proxy": {
18464
17613
  "address": "0xb0269d68CfdCc30Cb7Cd2E0b52b08Fa7Ffd3079b",
18465
17614
  "abi": [