@venusprotocol/isolated-pools 3.3.0 → 3.4.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.
@@ -6664,6 +6664,2601 @@
6664
6664
  }
6665
6665
  ]
6666
6666
  },
6667
+ "RewardsDistributorImpl": {
6668
+ "address": "0xc4F087E39ACe29A03cacfd16e35d2e78cD524F87",
6669
+ "abi": [
6670
+ {
6671
+ "inputs": [
6672
+ {
6673
+ "internalType": "bool",
6674
+ "name": "timeBased_",
6675
+ "type": "bool"
6676
+ },
6677
+ {
6678
+ "internalType": "uint256",
6679
+ "name": "blocksPerYear_",
6680
+ "type": "uint256"
6681
+ }
6682
+ ],
6683
+ "stateMutability": "nonpayable",
6684
+ "type": "constructor"
6685
+ },
6686
+ {
6687
+ "inputs": [],
6688
+ "name": "InvalidBlocksPerYear",
6689
+ "type": "error"
6690
+ },
6691
+ {
6692
+ "inputs": [],
6693
+ "name": "InvalidTimeBasedConfiguration",
6694
+ "type": "error"
6695
+ },
6696
+ {
6697
+ "inputs": [
6698
+ {
6699
+ "internalType": "uint256",
6700
+ "name": "loopsLimit",
6701
+ "type": "uint256"
6702
+ },
6703
+ {
6704
+ "internalType": "uint256",
6705
+ "name": "requiredLoops",
6706
+ "type": "uint256"
6707
+ }
6708
+ ],
6709
+ "name": "MaxLoopsLimitExceeded",
6710
+ "type": "error"
6711
+ },
6712
+ {
6713
+ "inputs": [
6714
+ {
6715
+ "internalType": "address",
6716
+ "name": "sender",
6717
+ "type": "address"
6718
+ },
6719
+ {
6720
+ "internalType": "address",
6721
+ "name": "calledContract",
6722
+ "type": "address"
6723
+ },
6724
+ {
6725
+ "internalType": "string",
6726
+ "name": "methodSignature",
6727
+ "type": "string"
6728
+ }
6729
+ ],
6730
+ "name": "Unauthorized",
6731
+ "type": "error"
6732
+ },
6733
+ {
6734
+ "anonymous": false,
6735
+ "inputs": [
6736
+ {
6737
+ "indexed": true,
6738
+ "internalType": "address",
6739
+ "name": "vToken",
6740
+ "type": "address"
6741
+ },
6742
+ {
6743
+ "indexed": false,
6744
+ "internalType": "uint256",
6745
+ "name": "newTimestamp",
6746
+ "type": "uint256"
6747
+ }
6748
+ ],
6749
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
6750
+ "type": "event"
6751
+ },
6752
+ {
6753
+ "anonymous": false,
6754
+ "inputs": [
6755
+ {
6756
+ "indexed": true,
6757
+ "internalType": "address",
6758
+ "name": "vToken",
6759
+ "type": "address"
6760
+ },
6761
+ {
6762
+ "indexed": false,
6763
+ "internalType": "uint32",
6764
+ "name": "newBlock",
6765
+ "type": "uint32"
6766
+ }
6767
+ ],
6768
+ "name": "BorrowLastRewardingBlockUpdated",
6769
+ "type": "event"
6770
+ },
6771
+ {
6772
+ "anonymous": false,
6773
+ "inputs": [
6774
+ {
6775
+ "indexed": true,
6776
+ "internalType": "address",
6777
+ "name": "contributor",
6778
+ "type": "address"
6779
+ },
6780
+ {
6781
+ "indexed": false,
6782
+ "internalType": "uint256",
6783
+ "name": "newSpeed",
6784
+ "type": "uint256"
6785
+ }
6786
+ ],
6787
+ "name": "ContributorRewardTokenSpeedUpdated",
6788
+ "type": "event"
6789
+ },
6790
+ {
6791
+ "anonymous": false,
6792
+ "inputs": [
6793
+ {
6794
+ "indexed": true,
6795
+ "internalType": "address",
6796
+ "name": "contributor",
6797
+ "type": "address"
6798
+ },
6799
+ {
6800
+ "indexed": false,
6801
+ "internalType": "uint256",
6802
+ "name": "rewardAccrued",
6803
+ "type": "uint256"
6804
+ }
6805
+ ],
6806
+ "name": "ContributorRewardsUpdated",
6807
+ "type": "event"
6808
+ },
6809
+ {
6810
+ "anonymous": false,
6811
+ "inputs": [
6812
+ {
6813
+ "indexed": true,
6814
+ "internalType": "contract VToken",
6815
+ "name": "vToken",
6816
+ "type": "address"
6817
+ },
6818
+ {
6819
+ "indexed": true,
6820
+ "internalType": "address",
6821
+ "name": "borrower",
6822
+ "type": "address"
6823
+ },
6824
+ {
6825
+ "indexed": false,
6826
+ "internalType": "uint256",
6827
+ "name": "rewardTokenDelta",
6828
+ "type": "uint256"
6829
+ },
6830
+ {
6831
+ "indexed": false,
6832
+ "internalType": "uint256",
6833
+ "name": "rewardTokenTotal",
6834
+ "type": "uint256"
6835
+ },
6836
+ {
6837
+ "indexed": false,
6838
+ "internalType": "uint256",
6839
+ "name": "rewardTokenBorrowIndex",
6840
+ "type": "uint256"
6841
+ }
6842
+ ],
6843
+ "name": "DistributedBorrowerRewardToken",
6844
+ "type": "event"
6845
+ },
6846
+ {
6847
+ "anonymous": false,
6848
+ "inputs": [
6849
+ {
6850
+ "indexed": true,
6851
+ "internalType": "contract VToken",
6852
+ "name": "vToken",
6853
+ "type": "address"
6854
+ },
6855
+ {
6856
+ "indexed": true,
6857
+ "internalType": "address",
6858
+ "name": "supplier",
6859
+ "type": "address"
6860
+ },
6861
+ {
6862
+ "indexed": false,
6863
+ "internalType": "uint256",
6864
+ "name": "rewardTokenDelta",
6865
+ "type": "uint256"
6866
+ },
6867
+ {
6868
+ "indexed": false,
6869
+ "internalType": "uint256",
6870
+ "name": "rewardTokenTotal",
6871
+ "type": "uint256"
6872
+ },
6873
+ {
6874
+ "indexed": false,
6875
+ "internalType": "uint256",
6876
+ "name": "rewardTokenSupplyIndex",
6877
+ "type": "uint256"
6878
+ }
6879
+ ],
6880
+ "name": "DistributedSupplierRewardToken",
6881
+ "type": "event"
6882
+ },
6883
+ {
6884
+ "anonymous": false,
6885
+ "inputs": [
6886
+ {
6887
+ "indexed": false,
6888
+ "internalType": "uint8",
6889
+ "name": "version",
6890
+ "type": "uint8"
6891
+ }
6892
+ ],
6893
+ "name": "Initialized",
6894
+ "type": "event"
6895
+ },
6896
+ {
6897
+ "anonymous": false,
6898
+ "inputs": [
6899
+ {
6900
+ "indexed": true,
6901
+ "internalType": "address",
6902
+ "name": "vToken",
6903
+ "type": "address"
6904
+ }
6905
+ ],
6906
+ "name": "MarketInitialized",
6907
+ "type": "event"
6908
+ },
6909
+ {
6910
+ "anonymous": false,
6911
+ "inputs": [
6912
+ {
6913
+ "indexed": false,
6914
+ "internalType": "uint256",
6915
+ "name": "oldMaxLoopsLimit",
6916
+ "type": "uint256"
6917
+ },
6918
+ {
6919
+ "indexed": false,
6920
+ "internalType": "uint256",
6921
+ "name": "newmaxLoopsLimit",
6922
+ "type": "uint256"
6923
+ }
6924
+ ],
6925
+ "name": "MaxLoopsLimitUpdated",
6926
+ "type": "event"
6927
+ },
6928
+ {
6929
+ "anonymous": false,
6930
+ "inputs": [
6931
+ {
6932
+ "indexed": false,
6933
+ "internalType": "address",
6934
+ "name": "oldAccessControlManager",
6935
+ "type": "address"
6936
+ },
6937
+ {
6938
+ "indexed": false,
6939
+ "internalType": "address",
6940
+ "name": "newAccessControlManager",
6941
+ "type": "address"
6942
+ }
6943
+ ],
6944
+ "name": "NewAccessControlManager",
6945
+ "type": "event"
6946
+ },
6947
+ {
6948
+ "anonymous": false,
6949
+ "inputs": [
6950
+ {
6951
+ "indexed": true,
6952
+ "internalType": "address",
6953
+ "name": "previousOwner",
6954
+ "type": "address"
6955
+ },
6956
+ {
6957
+ "indexed": true,
6958
+ "internalType": "address",
6959
+ "name": "newOwner",
6960
+ "type": "address"
6961
+ }
6962
+ ],
6963
+ "name": "OwnershipTransferStarted",
6964
+ "type": "event"
6965
+ },
6966
+ {
6967
+ "anonymous": false,
6968
+ "inputs": [
6969
+ {
6970
+ "indexed": true,
6971
+ "internalType": "address",
6972
+ "name": "previousOwner",
6973
+ "type": "address"
6974
+ },
6975
+ {
6976
+ "indexed": true,
6977
+ "internalType": "address",
6978
+ "name": "newOwner",
6979
+ "type": "address"
6980
+ }
6981
+ ],
6982
+ "name": "OwnershipTransferred",
6983
+ "type": "event"
6984
+ },
6985
+ {
6986
+ "anonymous": false,
6987
+ "inputs": [
6988
+ {
6989
+ "indexed": true,
6990
+ "internalType": "address",
6991
+ "name": "vToken",
6992
+ "type": "address"
6993
+ },
6994
+ {
6995
+ "components": [
6996
+ {
6997
+ "internalType": "uint256",
6998
+ "name": "mantissa",
6999
+ "type": "uint256"
7000
+ }
7001
+ ],
7002
+ "indexed": false,
7003
+ "internalType": "struct ExponentialNoError.Exp",
7004
+ "name": "marketBorrowIndex",
7005
+ "type": "tuple"
7006
+ }
7007
+ ],
7008
+ "name": "RewardTokenBorrowIndexUpdated",
7009
+ "type": "event"
7010
+ },
7011
+ {
7012
+ "anonymous": false,
7013
+ "inputs": [
7014
+ {
7015
+ "indexed": true,
7016
+ "internalType": "contract VToken",
7017
+ "name": "vToken",
7018
+ "type": "address"
7019
+ },
7020
+ {
7021
+ "indexed": false,
7022
+ "internalType": "uint256",
7023
+ "name": "newSpeed",
7024
+ "type": "uint256"
7025
+ }
7026
+ ],
7027
+ "name": "RewardTokenBorrowSpeedUpdated",
7028
+ "type": "event"
7029
+ },
7030
+ {
7031
+ "anonymous": false,
7032
+ "inputs": [
7033
+ {
7034
+ "indexed": true,
7035
+ "internalType": "address",
7036
+ "name": "recipient",
7037
+ "type": "address"
7038
+ },
7039
+ {
7040
+ "indexed": false,
7041
+ "internalType": "uint256",
7042
+ "name": "amount",
7043
+ "type": "uint256"
7044
+ }
7045
+ ],
7046
+ "name": "RewardTokenGranted",
7047
+ "type": "event"
7048
+ },
7049
+ {
7050
+ "anonymous": false,
7051
+ "inputs": [
7052
+ {
7053
+ "indexed": true,
7054
+ "internalType": "address",
7055
+ "name": "vToken",
7056
+ "type": "address"
7057
+ }
7058
+ ],
7059
+ "name": "RewardTokenSupplyIndexUpdated",
7060
+ "type": "event"
7061
+ },
7062
+ {
7063
+ "anonymous": false,
7064
+ "inputs": [
7065
+ {
7066
+ "indexed": true,
7067
+ "internalType": "contract VToken",
7068
+ "name": "vToken",
7069
+ "type": "address"
7070
+ },
7071
+ {
7072
+ "indexed": false,
7073
+ "internalType": "uint256",
7074
+ "name": "newSpeed",
7075
+ "type": "uint256"
7076
+ }
7077
+ ],
7078
+ "name": "RewardTokenSupplySpeedUpdated",
7079
+ "type": "event"
7080
+ },
7081
+ {
7082
+ "anonymous": false,
7083
+ "inputs": [
7084
+ {
7085
+ "indexed": true,
7086
+ "internalType": "address",
7087
+ "name": "vToken",
7088
+ "type": "address"
7089
+ },
7090
+ {
7091
+ "indexed": false,
7092
+ "internalType": "uint256",
7093
+ "name": "newTimestamp",
7094
+ "type": "uint256"
7095
+ }
7096
+ ],
7097
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
7098
+ "type": "event"
7099
+ },
7100
+ {
7101
+ "anonymous": false,
7102
+ "inputs": [
7103
+ {
7104
+ "indexed": true,
7105
+ "internalType": "address",
7106
+ "name": "vToken",
7107
+ "type": "address"
7108
+ },
7109
+ {
7110
+ "indexed": false,
7111
+ "internalType": "uint32",
7112
+ "name": "newBlock",
7113
+ "type": "uint32"
7114
+ }
7115
+ ],
7116
+ "name": "SupplyLastRewardingBlockUpdated",
7117
+ "type": "event"
7118
+ },
7119
+ {
7120
+ "inputs": [],
7121
+ "name": "INITIAL_INDEX",
7122
+ "outputs": [
7123
+ {
7124
+ "internalType": "uint224",
7125
+ "name": "",
7126
+ "type": "uint224"
7127
+ }
7128
+ ],
7129
+ "stateMutability": "view",
7130
+ "type": "function"
7131
+ },
7132
+ {
7133
+ "inputs": [],
7134
+ "name": "acceptOwnership",
7135
+ "outputs": [],
7136
+ "stateMutability": "nonpayable",
7137
+ "type": "function"
7138
+ },
7139
+ {
7140
+ "inputs": [],
7141
+ "name": "accessControlManager",
7142
+ "outputs": [
7143
+ {
7144
+ "internalType": "contract IAccessControlManagerV8",
7145
+ "name": "",
7146
+ "type": "address"
7147
+ }
7148
+ ],
7149
+ "stateMutability": "view",
7150
+ "type": "function"
7151
+ },
7152
+ {
7153
+ "inputs": [],
7154
+ "name": "blocksOrSecondsPerYear",
7155
+ "outputs": [
7156
+ {
7157
+ "internalType": "uint256",
7158
+ "name": "",
7159
+ "type": "uint256"
7160
+ }
7161
+ ],
7162
+ "stateMutability": "view",
7163
+ "type": "function"
7164
+ },
7165
+ {
7166
+ "inputs": [
7167
+ {
7168
+ "internalType": "address",
7169
+ "name": "holder",
7170
+ "type": "address"
7171
+ },
7172
+ {
7173
+ "internalType": "contract VToken[]",
7174
+ "name": "vTokens",
7175
+ "type": "address[]"
7176
+ }
7177
+ ],
7178
+ "name": "claimRewardToken",
7179
+ "outputs": [],
7180
+ "stateMutability": "nonpayable",
7181
+ "type": "function"
7182
+ },
7183
+ {
7184
+ "inputs": [
7185
+ {
7186
+ "internalType": "address",
7187
+ "name": "holder",
7188
+ "type": "address"
7189
+ }
7190
+ ],
7191
+ "name": "claimRewardToken",
7192
+ "outputs": [],
7193
+ "stateMutability": "nonpayable",
7194
+ "type": "function"
7195
+ },
7196
+ {
7197
+ "inputs": [
7198
+ {
7199
+ "internalType": "address",
7200
+ "name": "vToken",
7201
+ "type": "address"
7202
+ },
7203
+ {
7204
+ "internalType": "address",
7205
+ "name": "borrower",
7206
+ "type": "address"
7207
+ },
7208
+ {
7209
+ "components": [
7210
+ {
7211
+ "internalType": "uint256",
7212
+ "name": "mantissa",
7213
+ "type": "uint256"
7214
+ }
7215
+ ],
7216
+ "internalType": "struct ExponentialNoError.Exp",
7217
+ "name": "marketBorrowIndex",
7218
+ "type": "tuple"
7219
+ }
7220
+ ],
7221
+ "name": "distributeBorrowerRewardToken",
7222
+ "outputs": [],
7223
+ "stateMutability": "nonpayable",
7224
+ "type": "function"
7225
+ },
7226
+ {
7227
+ "inputs": [
7228
+ {
7229
+ "internalType": "address",
7230
+ "name": "vToken",
7231
+ "type": "address"
7232
+ },
7233
+ {
7234
+ "internalType": "address",
7235
+ "name": "supplier",
7236
+ "type": "address"
7237
+ }
7238
+ ],
7239
+ "name": "distributeSupplierRewardToken",
7240
+ "outputs": [],
7241
+ "stateMutability": "nonpayable",
7242
+ "type": "function"
7243
+ },
7244
+ {
7245
+ "inputs": [],
7246
+ "name": "getBlockNumberOrTimestamp",
7247
+ "outputs": [
7248
+ {
7249
+ "internalType": "uint256",
7250
+ "name": "",
7251
+ "type": "uint256"
7252
+ }
7253
+ ],
7254
+ "stateMutability": "view",
7255
+ "type": "function"
7256
+ },
7257
+ {
7258
+ "inputs": [
7259
+ {
7260
+ "internalType": "address",
7261
+ "name": "recipient",
7262
+ "type": "address"
7263
+ },
7264
+ {
7265
+ "internalType": "uint256",
7266
+ "name": "amount",
7267
+ "type": "uint256"
7268
+ }
7269
+ ],
7270
+ "name": "grantRewardToken",
7271
+ "outputs": [],
7272
+ "stateMutability": "nonpayable",
7273
+ "type": "function"
7274
+ },
7275
+ {
7276
+ "inputs": [
7277
+ {
7278
+ "internalType": "contract Comptroller",
7279
+ "name": "comptroller_",
7280
+ "type": "address"
7281
+ },
7282
+ {
7283
+ "internalType": "contract IERC20Upgradeable",
7284
+ "name": "rewardToken_",
7285
+ "type": "address"
7286
+ },
7287
+ {
7288
+ "internalType": "uint256",
7289
+ "name": "loopsLimit_",
7290
+ "type": "uint256"
7291
+ },
7292
+ {
7293
+ "internalType": "address",
7294
+ "name": "accessControlManager_",
7295
+ "type": "address"
7296
+ }
7297
+ ],
7298
+ "name": "initialize",
7299
+ "outputs": [],
7300
+ "stateMutability": "nonpayable",
7301
+ "type": "function"
7302
+ },
7303
+ {
7304
+ "inputs": [
7305
+ {
7306
+ "internalType": "address",
7307
+ "name": "vToken",
7308
+ "type": "address"
7309
+ }
7310
+ ],
7311
+ "name": "initializeMarket",
7312
+ "outputs": [],
7313
+ "stateMutability": "nonpayable",
7314
+ "type": "function"
7315
+ },
7316
+ {
7317
+ "inputs": [],
7318
+ "name": "isTimeBased",
7319
+ "outputs": [
7320
+ {
7321
+ "internalType": "bool",
7322
+ "name": "",
7323
+ "type": "bool"
7324
+ }
7325
+ ],
7326
+ "stateMutability": "view",
7327
+ "type": "function"
7328
+ },
7329
+ {
7330
+ "inputs": [
7331
+ {
7332
+ "internalType": "address",
7333
+ "name": "",
7334
+ "type": "address"
7335
+ }
7336
+ ],
7337
+ "name": "lastContributorBlock",
7338
+ "outputs": [
7339
+ {
7340
+ "internalType": "uint256",
7341
+ "name": "",
7342
+ "type": "uint256"
7343
+ }
7344
+ ],
7345
+ "stateMutability": "view",
7346
+ "type": "function"
7347
+ },
7348
+ {
7349
+ "inputs": [],
7350
+ "name": "maxLoopsLimit",
7351
+ "outputs": [
7352
+ {
7353
+ "internalType": "uint256",
7354
+ "name": "",
7355
+ "type": "uint256"
7356
+ }
7357
+ ],
7358
+ "stateMutability": "view",
7359
+ "type": "function"
7360
+ },
7361
+ {
7362
+ "inputs": [],
7363
+ "name": "owner",
7364
+ "outputs": [
7365
+ {
7366
+ "internalType": "address",
7367
+ "name": "",
7368
+ "type": "address"
7369
+ }
7370
+ ],
7371
+ "stateMutability": "view",
7372
+ "type": "function"
7373
+ },
7374
+ {
7375
+ "inputs": [],
7376
+ "name": "pendingOwner",
7377
+ "outputs": [
7378
+ {
7379
+ "internalType": "address",
7380
+ "name": "",
7381
+ "type": "address"
7382
+ }
7383
+ ],
7384
+ "stateMutability": "view",
7385
+ "type": "function"
7386
+ },
7387
+ {
7388
+ "inputs": [],
7389
+ "name": "renounceOwnership",
7390
+ "outputs": [],
7391
+ "stateMutability": "nonpayable",
7392
+ "type": "function"
7393
+ },
7394
+ {
7395
+ "inputs": [],
7396
+ "name": "rewardToken",
7397
+ "outputs": [
7398
+ {
7399
+ "internalType": "contract IERC20Upgradeable",
7400
+ "name": "",
7401
+ "type": "address"
7402
+ }
7403
+ ],
7404
+ "stateMutability": "view",
7405
+ "type": "function"
7406
+ },
7407
+ {
7408
+ "inputs": [
7409
+ {
7410
+ "internalType": "address",
7411
+ "name": "",
7412
+ "type": "address"
7413
+ }
7414
+ ],
7415
+ "name": "rewardTokenAccrued",
7416
+ "outputs": [
7417
+ {
7418
+ "internalType": "uint256",
7419
+ "name": "",
7420
+ "type": "uint256"
7421
+ }
7422
+ ],
7423
+ "stateMutability": "view",
7424
+ "type": "function"
7425
+ },
7426
+ {
7427
+ "inputs": [
7428
+ {
7429
+ "internalType": "address",
7430
+ "name": "",
7431
+ "type": "address"
7432
+ }
7433
+ ],
7434
+ "name": "rewardTokenBorrowSpeeds",
7435
+ "outputs": [
7436
+ {
7437
+ "internalType": "uint256",
7438
+ "name": "",
7439
+ "type": "uint256"
7440
+ }
7441
+ ],
7442
+ "stateMutability": "view",
7443
+ "type": "function"
7444
+ },
7445
+ {
7446
+ "inputs": [
7447
+ {
7448
+ "internalType": "address",
7449
+ "name": "",
7450
+ "type": "address"
7451
+ }
7452
+ ],
7453
+ "name": "rewardTokenBorrowState",
7454
+ "outputs": [
7455
+ {
7456
+ "internalType": "uint224",
7457
+ "name": "index",
7458
+ "type": "uint224"
7459
+ },
7460
+ {
7461
+ "internalType": "uint32",
7462
+ "name": "block",
7463
+ "type": "uint32"
7464
+ },
7465
+ {
7466
+ "internalType": "uint32",
7467
+ "name": "lastRewardingBlock",
7468
+ "type": "uint32"
7469
+ }
7470
+ ],
7471
+ "stateMutability": "view",
7472
+ "type": "function"
7473
+ },
7474
+ {
7475
+ "inputs": [
7476
+ {
7477
+ "internalType": "address",
7478
+ "name": "",
7479
+ "type": "address"
7480
+ }
7481
+ ],
7482
+ "name": "rewardTokenBorrowStateTimeBased",
7483
+ "outputs": [
7484
+ {
7485
+ "internalType": "uint224",
7486
+ "name": "index",
7487
+ "type": "uint224"
7488
+ },
7489
+ {
7490
+ "internalType": "uint256",
7491
+ "name": "timestamp",
7492
+ "type": "uint256"
7493
+ },
7494
+ {
7495
+ "internalType": "uint256",
7496
+ "name": "lastRewardingTimestamp",
7497
+ "type": "uint256"
7498
+ }
7499
+ ],
7500
+ "stateMutability": "view",
7501
+ "type": "function"
7502
+ },
7503
+ {
7504
+ "inputs": [
7505
+ {
7506
+ "internalType": "address",
7507
+ "name": "",
7508
+ "type": "address"
7509
+ },
7510
+ {
7511
+ "internalType": "address",
7512
+ "name": "",
7513
+ "type": "address"
7514
+ }
7515
+ ],
7516
+ "name": "rewardTokenBorrowerIndex",
7517
+ "outputs": [
7518
+ {
7519
+ "internalType": "uint256",
7520
+ "name": "",
7521
+ "type": "uint256"
7522
+ }
7523
+ ],
7524
+ "stateMutability": "view",
7525
+ "type": "function"
7526
+ },
7527
+ {
7528
+ "inputs": [
7529
+ {
7530
+ "internalType": "address",
7531
+ "name": "",
7532
+ "type": "address"
7533
+ }
7534
+ ],
7535
+ "name": "rewardTokenContributorSpeeds",
7536
+ "outputs": [
7537
+ {
7538
+ "internalType": "uint256",
7539
+ "name": "",
7540
+ "type": "uint256"
7541
+ }
7542
+ ],
7543
+ "stateMutability": "view",
7544
+ "type": "function"
7545
+ },
7546
+ {
7547
+ "inputs": [
7548
+ {
7549
+ "internalType": "address",
7550
+ "name": "",
7551
+ "type": "address"
7552
+ },
7553
+ {
7554
+ "internalType": "address",
7555
+ "name": "",
7556
+ "type": "address"
7557
+ }
7558
+ ],
7559
+ "name": "rewardTokenSupplierIndex",
7560
+ "outputs": [
7561
+ {
7562
+ "internalType": "uint256",
7563
+ "name": "",
7564
+ "type": "uint256"
7565
+ }
7566
+ ],
7567
+ "stateMutability": "view",
7568
+ "type": "function"
7569
+ },
7570
+ {
7571
+ "inputs": [
7572
+ {
7573
+ "internalType": "address",
7574
+ "name": "",
7575
+ "type": "address"
7576
+ }
7577
+ ],
7578
+ "name": "rewardTokenSupplySpeeds",
7579
+ "outputs": [
7580
+ {
7581
+ "internalType": "uint256",
7582
+ "name": "",
7583
+ "type": "uint256"
7584
+ }
7585
+ ],
7586
+ "stateMutability": "view",
7587
+ "type": "function"
7588
+ },
7589
+ {
7590
+ "inputs": [
7591
+ {
7592
+ "internalType": "address",
7593
+ "name": "",
7594
+ "type": "address"
7595
+ }
7596
+ ],
7597
+ "name": "rewardTokenSupplyState",
7598
+ "outputs": [
7599
+ {
7600
+ "internalType": "uint224",
7601
+ "name": "index",
7602
+ "type": "uint224"
7603
+ },
7604
+ {
7605
+ "internalType": "uint32",
7606
+ "name": "block",
7607
+ "type": "uint32"
7608
+ },
7609
+ {
7610
+ "internalType": "uint32",
7611
+ "name": "lastRewardingBlock",
7612
+ "type": "uint32"
7613
+ }
7614
+ ],
7615
+ "stateMutability": "view",
7616
+ "type": "function"
7617
+ },
7618
+ {
7619
+ "inputs": [
7620
+ {
7621
+ "internalType": "address",
7622
+ "name": "",
7623
+ "type": "address"
7624
+ }
7625
+ ],
7626
+ "name": "rewardTokenSupplyStateTimeBased",
7627
+ "outputs": [
7628
+ {
7629
+ "internalType": "uint224",
7630
+ "name": "index",
7631
+ "type": "uint224"
7632
+ },
7633
+ {
7634
+ "internalType": "uint256",
7635
+ "name": "timestamp",
7636
+ "type": "uint256"
7637
+ },
7638
+ {
7639
+ "internalType": "uint256",
7640
+ "name": "lastRewardingTimestamp",
7641
+ "type": "uint256"
7642
+ }
7643
+ ],
7644
+ "stateMutability": "view",
7645
+ "type": "function"
7646
+ },
7647
+ {
7648
+ "inputs": [
7649
+ {
7650
+ "internalType": "address",
7651
+ "name": "accessControlManager_",
7652
+ "type": "address"
7653
+ }
7654
+ ],
7655
+ "name": "setAccessControlManager",
7656
+ "outputs": [],
7657
+ "stateMutability": "nonpayable",
7658
+ "type": "function"
7659
+ },
7660
+ {
7661
+ "inputs": [
7662
+ {
7663
+ "internalType": "address",
7664
+ "name": "contributor",
7665
+ "type": "address"
7666
+ },
7667
+ {
7668
+ "internalType": "uint256",
7669
+ "name": "rewardTokenSpeed",
7670
+ "type": "uint256"
7671
+ }
7672
+ ],
7673
+ "name": "setContributorRewardTokenSpeed",
7674
+ "outputs": [],
7675
+ "stateMutability": "nonpayable",
7676
+ "type": "function"
7677
+ },
7678
+ {
7679
+ "inputs": [
7680
+ {
7681
+ "internalType": "contract VToken[]",
7682
+ "name": "vTokens",
7683
+ "type": "address[]"
7684
+ },
7685
+ {
7686
+ "internalType": "uint256[]",
7687
+ "name": "supplyLastRewardingBlockTimestamps",
7688
+ "type": "uint256[]"
7689
+ },
7690
+ {
7691
+ "internalType": "uint256[]",
7692
+ "name": "borrowLastRewardingBlockTimestamps",
7693
+ "type": "uint256[]"
7694
+ }
7695
+ ],
7696
+ "name": "setLastRewardingBlockTimestamps",
7697
+ "outputs": [],
7698
+ "stateMutability": "nonpayable",
7699
+ "type": "function"
7700
+ },
7701
+ {
7702
+ "inputs": [
7703
+ {
7704
+ "internalType": "contract VToken[]",
7705
+ "name": "vTokens",
7706
+ "type": "address[]"
7707
+ },
7708
+ {
7709
+ "internalType": "uint32[]",
7710
+ "name": "supplyLastRewardingBlocks",
7711
+ "type": "uint32[]"
7712
+ },
7713
+ {
7714
+ "internalType": "uint32[]",
7715
+ "name": "borrowLastRewardingBlocks",
7716
+ "type": "uint32[]"
7717
+ }
7718
+ ],
7719
+ "name": "setLastRewardingBlocks",
7720
+ "outputs": [],
7721
+ "stateMutability": "nonpayable",
7722
+ "type": "function"
7723
+ },
7724
+ {
7725
+ "inputs": [
7726
+ {
7727
+ "internalType": "uint256",
7728
+ "name": "limit",
7729
+ "type": "uint256"
7730
+ }
7731
+ ],
7732
+ "name": "setMaxLoopsLimit",
7733
+ "outputs": [],
7734
+ "stateMutability": "nonpayable",
7735
+ "type": "function"
7736
+ },
7737
+ {
7738
+ "inputs": [
7739
+ {
7740
+ "internalType": "contract VToken[]",
7741
+ "name": "vTokens",
7742
+ "type": "address[]"
7743
+ },
7744
+ {
7745
+ "internalType": "uint256[]",
7746
+ "name": "supplySpeeds",
7747
+ "type": "uint256[]"
7748
+ },
7749
+ {
7750
+ "internalType": "uint256[]",
7751
+ "name": "borrowSpeeds",
7752
+ "type": "uint256[]"
7753
+ }
7754
+ ],
7755
+ "name": "setRewardTokenSpeeds",
7756
+ "outputs": [],
7757
+ "stateMutability": "nonpayable",
7758
+ "type": "function"
7759
+ },
7760
+ {
7761
+ "inputs": [
7762
+ {
7763
+ "internalType": "address",
7764
+ "name": "newOwner",
7765
+ "type": "address"
7766
+ }
7767
+ ],
7768
+ "name": "transferOwnership",
7769
+ "outputs": [],
7770
+ "stateMutability": "nonpayable",
7771
+ "type": "function"
7772
+ },
7773
+ {
7774
+ "inputs": [
7775
+ {
7776
+ "internalType": "address",
7777
+ "name": "contributor",
7778
+ "type": "address"
7779
+ }
7780
+ ],
7781
+ "name": "updateContributorRewards",
7782
+ "outputs": [],
7783
+ "stateMutability": "nonpayable",
7784
+ "type": "function"
7785
+ },
7786
+ {
7787
+ "inputs": [
7788
+ {
7789
+ "internalType": "address",
7790
+ "name": "vToken",
7791
+ "type": "address"
7792
+ },
7793
+ {
7794
+ "components": [
7795
+ {
7796
+ "internalType": "uint256",
7797
+ "name": "mantissa",
7798
+ "type": "uint256"
7799
+ }
7800
+ ],
7801
+ "internalType": "struct ExponentialNoError.Exp",
7802
+ "name": "marketBorrowIndex",
7803
+ "type": "tuple"
7804
+ }
7805
+ ],
7806
+ "name": "updateRewardTokenBorrowIndex",
7807
+ "outputs": [],
7808
+ "stateMutability": "nonpayable",
7809
+ "type": "function"
7810
+ },
7811
+ {
7812
+ "inputs": [
7813
+ {
7814
+ "internalType": "address",
7815
+ "name": "vToken",
7816
+ "type": "address"
7817
+ }
7818
+ ],
7819
+ "name": "updateRewardTokenSupplyIndex",
7820
+ "outputs": [],
7821
+ "stateMutability": "nonpayable",
7822
+ "type": "function"
7823
+ }
7824
+ ]
7825
+ },
7826
+ "RewardsDistributor_Core_0": {
7827
+ "address": "0x53b488baA4052094495b6De9E5505FE1Ee3EAc7a",
7828
+ "abi": [
7829
+ {
7830
+ "anonymous": false,
7831
+ "inputs": [
7832
+ {
7833
+ "indexed": false,
7834
+ "internalType": "address",
7835
+ "name": "previousAdmin",
7836
+ "type": "address"
7837
+ },
7838
+ {
7839
+ "indexed": false,
7840
+ "internalType": "address",
7841
+ "name": "newAdmin",
7842
+ "type": "address"
7843
+ }
7844
+ ],
7845
+ "name": "AdminChanged",
7846
+ "type": "event"
7847
+ },
7848
+ {
7849
+ "anonymous": false,
7850
+ "inputs": [
7851
+ {
7852
+ "indexed": true,
7853
+ "internalType": "address",
7854
+ "name": "beacon",
7855
+ "type": "address"
7856
+ }
7857
+ ],
7858
+ "name": "BeaconUpgraded",
7859
+ "type": "event"
7860
+ },
7861
+ {
7862
+ "anonymous": false,
7863
+ "inputs": [
7864
+ {
7865
+ "indexed": true,
7866
+ "internalType": "address",
7867
+ "name": "implementation",
7868
+ "type": "address"
7869
+ }
7870
+ ],
7871
+ "name": "Upgraded",
7872
+ "type": "event"
7873
+ },
7874
+ {
7875
+ "stateMutability": "payable",
7876
+ "type": "fallback"
7877
+ },
7878
+ {
7879
+ "inputs": [],
7880
+ "name": "admin",
7881
+ "outputs": [
7882
+ {
7883
+ "internalType": "address",
7884
+ "name": "admin_",
7885
+ "type": "address"
7886
+ }
7887
+ ],
7888
+ "stateMutability": "nonpayable",
7889
+ "type": "function"
7890
+ },
7891
+ {
7892
+ "inputs": [
7893
+ {
7894
+ "internalType": "address",
7895
+ "name": "newAdmin",
7896
+ "type": "address"
7897
+ }
7898
+ ],
7899
+ "name": "changeAdmin",
7900
+ "outputs": [],
7901
+ "stateMutability": "nonpayable",
7902
+ "type": "function"
7903
+ },
7904
+ {
7905
+ "inputs": [],
7906
+ "name": "implementation",
7907
+ "outputs": [
7908
+ {
7909
+ "internalType": "address",
7910
+ "name": "implementation_",
7911
+ "type": "address"
7912
+ }
7913
+ ],
7914
+ "stateMutability": "nonpayable",
7915
+ "type": "function"
7916
+ },
7917
+ {
7918
+ "inputs": [
7919
+ {
7920
+ "internalType": "address",
7921
+ "name": "newImplementation",
7922
+ "type": "address"
7923
+ }
7924
+ ],
7925
+ "name": "upgradeTo",
7926
+ "outputs": [],
7927
+ "stateMutability": "nonpayable",
7928
+ "type": "function"
7929
+ },
7930
+ {
7931
+ "inputs": [
7932
+ {
7933
+ "internalType": "address",
7934
+ "name": "newImplementation",
7935
+ "type": "address"
7936
+ },
7937
+ {
7938
+ "internalType": "bytes",
7939
+ "name": "data",
7940
+ "type": "bytes"
7941
+ }
7942
+ ],
7943
+ "name": "upgradeToAndCall",
7944
+ "outputs": [],
7945
+ "stateMutability": "payable",
7946
+ "type": "function"
7947
+ },
7948
+ {
7949
+ "stateMutability": "payable",
7950
+ "type": "receive"
7951
+ },
7952
+ {
7953
+ "inputs": [],
7954
+ "name": "InvalidBlocksPerYear",
7955
+ "type": "error"
7956
+ },
7957
+ {
7958
+ "inputs": [],
7959
+ "name": "InvalidTimeBasedConfiguration",
7960
+ "type": "error"
7961
+ },
7962
+ {
7963
+ "inputs": [
7964
+ {
7965
+ "internalType": "uint256",
7966
+ "name": "loopsLimit",
7967
+ "type": "uint256"
7968
+ },
7969
+ {
7970
+ "internalType": "uint256",
7971
+ "name": "requiredLoops",
7972
+ "type": "uint256"
7973
+ }
7974
+ ],
7975
+ "name": "MaxLoopsLimitExceeded",
7976
+ "type": "error"
7977
+ },
7978
+ {
7979
+ "inputs": [
7980
+ {
7981
+ "internalType": "address",
7982
+ "name": "sender",
7983
+ "type": "address"
7984
+ },
7985
+ {
7986
+ "internalType": "address",
7987
+ "name": "calledContract",
7988
+ "type": "address"
7989
+ },
7990
+ {
7991
+ "internalType": "string",
7992
+ "name": "methodSignature",
7993
+ "type": "string"
7994
+ }
7995
+ ],
7996
+ "name": "Unauthorized",
7997
+ "type": "error"
7998
+ },
7999
+ {
8000
+ "anonymous": false,
8001
+ "inputs": [
8002
+ {
8003
+ "indexed": true,
8004
+ "internalType": "address",
8005
+ "name": "vToken",
8006
+ "type": "address"
8007
+ },
8008
+ {
8009
+ "indexed": false,
8010
+ "internalType": "uint256",
8011
+ "name": "newTimestamp",
8012
+ "type": "uint256"
8013
+ }
8014
+ ],
8015
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
8016
+ "type": "event"
8017
+ },
8018
+ {
8019
+ "anonymous": false,
8020
+ "inputs": [
8021
+ {
8022
+ "indexed": true,
8023
+ "internalType": "address",
8024
+ "name": "vToken",
8025
+ "type": "address"
8026
+ },
8027
+ {
8028
+ "indexed": false,
8029
+ "internalType": "uint32",
8030
+ "name": "newBlock",
8031
+ "type": "uint32"
8032
+ }
8033
+ ],
8034
+ "name": "BorrowLastRewardingBlockUpdated",
8035
+ "type": "event"
8036
+ },
8037
+ {
8038
+ "anonymous": false,
8039
+ "inputs": [
8040
+ {
8041
+ "indexed": true,
8042
+ "internalType": "address",
8043
+ "name": "contributor",
8044
+ "type": "address"
8045
+ },
8046
+ {
8047
+ "indexed": false,
8048
+ "internalType": "uint256",
8049
+ "name": "newSpeed",
8050
+ "type": "uint256"
8051
+ }
8052
+ ],
8053
+ "name": "ContributorRewardTokenSpeedUpdated",
8054
+ "type": "event"
8055
+ },
8056
+ {
8057
+ "anonymous": false,
8058
+ "inputs": [
8059
+ {
8060
+ "indexed": true,
8061
+ "internalType": "address",
8062
+ "name": "contributor",
8063
+ "type": "address"
8064
+ },
8065
+ {
8066
+ "indexed": false,
8067
+ "internalType": "uint256",
8068
+ "name": "rewardAccrued",
8069
+ "type": "uint256"
8070
+ }
8071
+ ],
8072
+ "name": "ContributorRewardsUpdated",
8073
+ "type": "event"
8074
+ },
8075
+ {
8076
+ "anonymous": false,
8077
+ "inputs": [
8078
+ {
8079
+ "indexed": true,
8080
+ "internalType": "contract VToken",
8081
+ "name": "vToken",
8082
+ "type": "address"
8083
+ },
8084
+ {
8085
+ "indexed": true,
8086
+ "internalType": "address",
8087
+ "name": "borrower",
8088
+ "type": "address"
8089
+ },
8090
+ {
8091
+ "indexed": false,
8092
+ "internalType": "uint256",
8093
+ "name": "rewardTokenDelta",
8094
+ "type": "uint256"
8095
+ },
8096
+ {
8097
+ "indexed": false,
8098
+ "internalType": "uint256",
8099
+ "name": "rewardTokenTotal",
8100
+ "type": "uint256"
8101
+ },
8102
+ {
8103
+ "indexed": false,
8104
+ "internalType": "uint256",
8105
+ "name": "rewardTokenBorrowIndex",
8106
+ "type": "uint256"
8107
+ }
8108
+ ],
8109
+ "name": "DistributedBorrowerRewardToken",
8110
+ "type": "event"
8111
+ },
8112
+ {
8113
+ "anonymous": false,
8114
+ "inputs": [
8115
+ {
8116
+ "indexed": true,
8117
+ "internalType": "contract VToken",
8118
+ "name": "vToken",
8119
+ "type": "address"
8120
+ },
8121
+ {
8122
+ "indexed": true,
8123
+ "internalType": "address",
8124
+ "name": "supplier",
8125
+ "type": "address"
8126
+ },
8127
+ {
8128
+ "indexed": false,
8129
+ "internalType": "uint256",
8130
+ "name": "rewardTokenDelta",
8131
+ "type": "uint256"
8132
+ },
8133
+ {
8134
+ "indexed": false,
8135
+ "internalType": "uint256",
8136
+ "name": "rewardTokenTotal",
8137
+ "type": "uint256"
8138
+ },
8139
+ {
8140
+ "indexed": false,
8141
+ "internalType": "uint256",
8142
+ "name": "rewardTokenSupplyIndex",
8143
+ "type": "uint256"
8144
+ }
8145
+ ],
8146
+ "name": "DistributedSupplierRewardToken",
8147
+ "type": "event"
8148
+ },
8149
+ {
8150
+ "anonymous": false,
8151
+ "inputs": [
8152
+ {
8153
+ "indexed": false,
8154
+ "internalType": "uint8",
8155
+ "name": "version",
8156
+ "type": "uint8"
8157
+ }
8158
+ ],
8159
+ "name": "Initialized",
8160
+ "type": "event"
8161
+ },
8162
+ {
8163
+ "anonymous": false,
8164
+ "inputs": [
8165
+ {
8166
+ "indexed": true,
8167
+ "internalType": "address",
8168
+ "name": "vToken",
8169
+ "type": "address"
8170
+ }
8171
+ ],
8172
+ "name": "MarketInitialized",
8173
+ "type": "event"
8174
+ },
8175
+ {
8176
+ "anonymous": false,
8177
+ "inputs": [
8178
+ {
8179
+ "indexed": false,
8180
+ "internalType": "uint256",
8181
+ "name": "oldMaxLoopsLimit",
8182
+ "type": "uint256"
8183
+ },
8184
+ {
8185
+ "indexed": false,
8186
+ "internalType": "uint256",
8187
+ "name": "newmaxLoopsLimit",
8188
+ "type": "uint256"
8189
+ }
8190
+ ],
8191
+ "name": "MaxLoopsLimitUpdated",
8192
+ "type": "event"
8193
+ },
8194
+ {
8195
+ "anonymous": false,
8196
+ "inputs": [
8197
+ {
8198
+ "indexed": false,
8199
+ "internalType": "address",
8200
+ "name": "oldAccessControlManager",
8201
+ "type": "address"
8202
+ },
8203
+ {
8204
+ "indexed": false,
8205
+ "internalType": "address",
8206
+ "name": "newAccessControlManager",
8207
+ "type": "address"
8208
+ }
8209
+ ],
8210
+ "name": "NewAccessControlManager",
8211
+ "type": "event"
8212
+ },
8213
+ {
8214
+ "anonymous": false,
8215
+ "inputs": [
8216
+ {
8217
+ "indexed": true,
8218
+ "internalType": "address",
8219
+ "name": "previousOwner",
8220
+ "type": "address"
8221
+ },
8222
+ {
8223
+ "indexed": true,
8224
+ "internalType": "address",
8225
+ "name": "newOwner",
8226
+ "type": "address"
8227
+ }
8228
+ ],
8229
+ "name": "OwnershipTransferStarted",
8230
+ "type": "event"
8231
+ },
8232
+ {
8233
+ "anonymous": false,
8234
+ "inputs": [
8235
+ {
8236
+ "indexed": true,
8237
+ "internalType": "address",
8238
+ "name": "previousOwner",
8239
+ "type": "address"
8240
+ },
8241
+ {
8242
+ "indexed": true,
8243
+ "internalType": "address",
8244
+ "name": "newOwner",
8245
+ "type": "address"
8246
+ }
8247
+ ],
8248
+ "name": "OwnershipTransferred",
8249
+ "type": "event"
8250
+ },
8251
+ {
8252
+ "anonymous": false,
8253
+ "inputs": [
8254
+ {
8255
+ "indexed": true,
8256
+ "internalType": "address",
8257
+ "name": "vToken",
8258
+ "type": "address"
8259
+ },
8260
+ {
8261
+ "components": [
8262
+ {
8263
+ "internalType": "uint256",
8264
+ "name": "mantissa",
8265
+ "type": "uint256"
8266
+ }
8267
+ ],
8268
+ "indexed": false,
8269
+ "internalType": "struct ExponentialNoError.Exp",
8270
+ "name": "marketBorrowIndex",
8271
+ "type": "tuple"
8272
+ }
8273
+ ],
8274
+ "name": "RewardTokenBorrowIndexUpdated",
8275
+ "type": "event"
8276
+ },
8277
+ {
8278
+ "anonymous": false,
8279
+ "inputs": [
8280
+ {
8281
+ "indexed": true,
8282
+ "internalType": "contract VToken",
8283
+ "name": "vToken",
8284
+ "type": "address"
8285
+ },
8286
+ {
8287
+ "indexed": false,
8288
+ "internalType": "uint256",
8289
+ "name": "newSpeed",
8290
+ "type": "uint256"
8291
+ }
8292
+ ],
8293
+ "name": "RewardTokenBorrowSpeedUpdated",
8294
+ "type": "event"
8295
+ },
8296
+ {
8297
+ "anonymous": false,
8298
+ "inputs": [
8299
+ {
8300
+ "indexed": true,
8301
+ "internalType": "address",
8302
+ "name": "recipient",
8303
+ "type": "address"
8304
+ },
8305
+ {
8306
+ "indexed": false,
8307
+ "internalType": "uint256",
8308
+ "name": "amount",
8309
+ "type": "uint256"
8310
+ }
8311
+ ],
8312
+ "name": "RewardTokenGranted",
8313
+ "type": "event"
8314
+ },
8315
+ {
8316
+ "anonymous": false,
8317
+ "inputs": [
8318
+ {
8319
+ "indexed": true,
8320
+ "internalType": "address",
8321
+ "name": "vToken",
8322
+ "type": "address"
8323
+ }
8324
+ ],
8325
+ "name": "RewardTokenSupplyIndexUpdated",
8326
+ "type": "event"
8327
+ },
8328
+ {
8329
+ "anonymous": false,
8330
+ "inputs": [
8331
+ {
8332
+ "indexed": true,
8333
+ "internalType": "contract VToken",
8334
+ "name": "vToken",
8335
+ "type": "address"
8336
+ },
8337
+ {
8338
+ "indexed": false,
8339
+ "internalType": "uint256",
8340
+ "name": "newSpeed",
8341
+ "type": "uint256"
8342
+ }
8343
+ ],
8344
+ "name": "RewardTokenSupplySpeedUpdated",
8345
+ "type": "event"
8346
+ },
8347
+ {
8348
+ "anonymous": false,
8349
+ "inputs": [
8350
+ {
8351
+ "indexed": true,
8352
+ "internalType": "address",
8353
+ "name": "vToken",
8354
+ "type": "address"
8355
+ },
8356
+ {
8357
+ "indexed": false,
8358
+ "internalType": "uint256",
8359
+ "name": "newTimestamp",
8360
+ "type": "uint256"
8361
+ }
8362
+ ],
8363
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
8364
+ "type": "event"
8365
+ },
8366
+ {
8367
+ "anonymous": false,
8368
+ "inputs": [
8369
+ {
8370
+ "indexed": true,
8371
+ "internalType": "address",
8372
+ "name": "vToken",
8373
+ "type": "address"
8374
+ },
8375
+ {
8376
+ "indexed": false,
8377
+ "internalType": "uint32",
8378
+ "name": "newBlock",
8379
+ "type": "uint32"
8380
+ }
8381
+ ],
8382
+ "name": "SupplyLastRewardingBlockUpdated",
8383
+ "type": "event"
8384
+ },
8385
+ {
8386
+ "inputs": [],
8387
+ "name": "INITIAL_INDEX",
8388
+ "outputs": [
8389
+ {
8390
+ "internalType": "uint224",
8391
+ "name": "",
8392
+ "type": "uint224"
8393
+ }
8394
+ ],
8395
+ "stateMutability": "view",
8396
+ "type": "function"
8397
+ },
8398
+ {
8399
+ "inputs": [],
8400
+ "name": "acceptOwnership",
8401
+ "outputs": [],
8402
+ "stateMutability": "nonpayable",
8403
+ "type": "function"
8404
+ },
8405
+ {
8406
+ "inputs": [],
8407
+ "name": "accessControlManager",
8408
+ "outputs": [
8409
+ {
8410
+ "internalType": "contract IAccessControlManagerV8",
8411
+ "name": "",
8412
+ "type": "address"
8413
+ }
8414
+ ],
8415
+ "stateMutability": "view",
8416
+ "type": "function"
8417
+ },
8418
+ {
8419
+ "inputs": [],
8420
+ "name": "blocksOrSecondsPerYear",
8421
+ "outputs": [
8422
+ {
8423
+ "internalType": "uint256",
8424
+ "name": "",
8425
+ "type": "uint256"
8426
+ }
8427
+ ],
8428
+ "stateMutability": "view",
8429
+ "type": "function"
8430
+ },
8431
+ {
8432
+ "inputs": [
8433
+ {
8434
+ "internalType": "address",
8435
+ "name": "holder",
8436
+ "type": "address"
8437
+ },
8438
+ {
8439
+ "internalType": "contract VToken[]",
8440
+ "name": "vTokens",
8441
+ "type": "address[]"
8442
+ }
8443
+ ],
8444
+ "name": "claimRewardToken",
8445
+ "outputs": [],
8446
+ "stateMutability": "nonpayable",
8447
+ "type": "function"
8448
+ },
8449
+ {
8450
+ "inputs": [
8451
+ {
8452
+ "internalType": "address",
8453
+ "name": "holder",
8454
+ "type": "address"
8455
+ }
8456
+ ],
8457
+ "name": "claimRewardToken",
8458
+ "outputs": [],
8459
+ "stateMutability": "nonpayable",
8460
+ "type": "function"
8461
+ },
8462
+ {
8463
+ "inputs": [
8464
+ {
8465
+ "internalType": "address",
8466
+ "name": "vToken",
8467
+ "type": "address"
8468
+ },
8469
+ {
8470
+ "internalType": "address",
8471
+ "name": "borrower",
8472
+ "type": "address"
8473
+ },
8474
+ {
8475
+ "components": [
8476
+ {
8477
+ "internalType": "uint256",
8478
+ "name": "mantissa",
8479
+ "type": "uint256"
8480
+ }
8481
+ ],
8482
+ "internalType": "struct ExponentialNoError.Exp",
8483
+ "name": "marketBorrowIndex",
8484
+ "type": "tuple"
8485
+ }
8486
+ ],
8487
+ "name": "distributeBorrowerRewardToken",
8488
+ "outputs": [],
8489
+ "stateMutability": "nonpayable",
8490
+ "type": "function"
8491
+ },
8492
+ {
8493
+ "inputs": [
8494
+ {
8495
+ "internalType": "address",
8496
+ "name": "vToken",
8497
+ "type": "address"
8498
+ },
8499
+ {
8500
+ "internalType": "address",
8501
+ "name": "supplier",
8502
+ "type": "address"
8503
+ }
8504
+ ],
8505
+ "name": "distributeSupplierRewardToken",
8506
+ "outputs": [],
8507
+ "stateMutability": "nonpayable",
8508
+ "type": "function"
8509
+ },
8510
+ {
8511
+ "inputs": [],
8512
+ "name": "getBlockNumberOrTimestamp",
8513
+ "outputs": [
8514
+ {
8515
+ "internalType": "uint256",
8516
+ "name": "",
8517
+ "type": "uint256"
8518
+ }
8519
+ ],
8520
+ "stateMutability": "view",
8521
+ "type": "function"
8522
+ },
8523
+ {
8524
+ "inputs": [
8525
+ {
8526
+ "internalType": "address",
8527
+ "name": "recipient",
8528
+ "type": "address"
8529
+ },
8530
+ {
8531
+ "internalType": "uint256",
8532
+ "name": "amount",
8533
+ "type": "uint256"
8534
+ }
8535
+ ],
8536
+ "name": "grantRewardToken",
8537
+ "outputs": [],
8538
+ "stateMutability": "nonpayable",
8539
+ "type": "function"
8540
+ },
8541
+ {
8542
+ "inputs": [
8543
+ {
8544
+ "internalType": "contract Comptroller",
8545
+ "name": "comptroller_",
8546
+ "type": "address"
8547
+ },
8548
+ {
8549
+ "internalType": "contract IERC20Upgradeable",
8550
+ "name": "rewardToken_",
8551
+ "type": "address"
8552
+ },
8553
+ {
8554
+ "internalType": "uint256",
8555
+ "name": "loopsLimit_",
8556
+ "type": "uint256"
8557
+ },
8558
+ {
8559
+ "internalType": "address",
8560
+ "name": "accessControlManager_",
8561
+ "type": "address"
8562
+ }
8563
+ ],
8564
+ "name": "initialize",
8565
+ "outputs": [],
8566
+ "stateMutability": "nonpayable",
8567
+ "type": "function"
8568
+ },
8569
+ {
8570
+ "inputs": [
8571
+ {
8572
+ "internalType": "address",
8573
+ "name": "vToken",
8574
+ "type": "address"
8575
+ }
8576
+ ],
8577
+ "name": "initializeMarket",
8578
+ "outputs": [],
8579
+ "stateMutability": "nonpayable",
8580
+ "type": "function"
8581
+ },
8582
+ {
8583
+ "inputs": [],
8584
+ "name": "isTimeBased",
8585
+ "outputs": [
8586
+ {
8587
+ "internalType": "bool",
8588
+ "name": "",
8589
+ "type": "bool"
8590
+ }
8591
+ ],
8592
+ "stateMutability": "view",
8593
+ "type": "function"
8594
+ },
8595
+ {
8596
+ "inputs": [
8597
+ {
8598
+ "internalType": "address",
8599
+ "name": "",
8600
+ "type": "address"
8601
+ }
8602
+ ],
8603
+ "name": "lastContributorBlock",
8604
+ "outputs": [
8605
+ {
8606
+ "internalType": "uint256",
8607
+ "name": "",
8608
+ "type": "uint256"
8609
+ }
8610
+ ],
8611
+ "stateMutability": "view",
8612
+ "type": "function"
8613
+ },
8614
+ {
8615
+ "inputs": [],
8616
+ "name": "maxLoopsLimit",
8617
+ "outputs": [
8618
+ {
8619
+ "internalType": "uint256",
8620
+ "name": "",
8621
+ "type": "uint256"
8622
+ }
8623
+ ],
8624
+ "stateMutability": "view",
8625
+ "type": "function"
8626
+ },
8627
+ {
8628
+ "inputs": [],
8629
+ "name": "owner",
8630
+ "outputs": [
8631
+ {
8632
+ "internalType": "address",
8633
+ "name": "",
8634
+ "type": "address"
8635
+ }
8636
+ ],
8637
+ "stateMutability": "view",
8638
+ "type": "function"
8639
+ },
8640
+ {
8641
+ "inputs": [],
8642
+ "name": "pendingOwner",
8643
+ "outputs": [
8644
+ {
8645
+ "internalType": "address",
8646
+ "name": "",
8647
+ "type": "address"
8648
+ }
8649
+ ],
8650
+ "stateMutability": "view",
8651
+ "type": "function"
8652
+ },
8653
+ {
8654
+ "inputs": [],
8655
+ "name": "renounceOwnership",
8656
+ "outputs": [],
8657
+ "stateMutability": "nonpayable",
8658
+ "type": "function"
8659
+ },
8660
+ {
8661
+ "inputs": [],
8662
+ "name": "rewardToken",
8663
+ "outputs": [
8664
+ {
8665
+ "internalType": "contract IERC20Upgradeable",
8666
+ "name": "",
8667
+ "type": "address"
8668
+ }
8669
+ ],
8670
+ "stateMutability": "view",
8671
+ "type": "function"
8672
+ },
8673
+ {
8674
+ "inputs": [
8675
+ {
8676
+ "internalType": "address",
8677
+ "name": "",
8678
+ "type": "address"
8679
+ }
8680
+ ],
8681
+ "name": "rewardTokenAccrued",
8682
+ "outputs": [
8683
+ {
8684
+ "internalType": "uint256",
8685
+ "name": "",
8686
+ "type": "uint256"
8687
+ }
8688
+ ],
8689
+ "stateMutability": "view",
8690
+ "type": "function"
8691
+ },
8692
+ {
8693
+ "inputs": [
8694
+ {
8695
+ "internalType": "address",
8696
+ "name": "",
8697
+ "type": "address"
8698
+ }
8699
+ ],
8700
+ "name": "rewardTokenBorrowSpeeds",
8701
+ "outputs": [
8702
+ {
8703
+ "internalType": "uint256",
8704
+ "name": "",
8705
+ "type": "uint256"
8706
+ }
8707
+ ],
8708
+ "stateMutability": "view",
8709
+ "type": "function"
8710
+ },
8711
+ {
8712
+ "inputs": [
8713
+ {
8714
+ "internalType": "address",
8715
+ "name": "",
8716
+ "type": "address"
8717
+ }
8718
+ ],
8719
+ "name": "rewardTokenBorrowState",
8720
+ "outputs": [
8721
+ {
8722
+ "internalType": "uint224",
8723
+ "name": "index",
8724
+ "type": "uint224"
8725
+ },
8726
+ {
8727
+ "internalType": "uint32",
8728
+ "name": "block",
8729
+ "type": "uint32"
8730
+ },
8731
+ {
8732
+ "internalType": "uint32",
8733
+ "name": "lastRewardingBlock",
8734
+ "type": "uint32"
8735
+ }
8736
+ ],
8737
+ "stateMutability": "view",
8738
+ "type": "function"
8739
+ },
8740
+ {
8741
+ "inputs": [
8742
+ {
8743
+ "internalType": "address",
8744
+ "name": "",
8745
+ "type": "address"
8746
+ }
8747
+ ],
8748
+ "name": "rewardTokenBorrowStateTimeBased",
8749
+ "outputs": [
8750
+ {
8751
+ "internalType": "uint224",
8752
+ "name": "index",
8753
+ "type": "uint224"
8754
+ },
8755
+ {
8756
+ "internalType": "uint256",
8757
+ "name": "timestamp",
8758
+ "type": "uint256"
8759
+ },
8760
+ {
8761
+ "internalType": "uint256",
8762
+ "name": "lastRewardingTimestamp",
8763
+ "type": "uint256"
8764
+ }
8765
+ ],
8766
+ "stateMutability": "view",
8767
+ "type": "function"
8768
+ },
8769
+ {
8770
+ "inputs": [
8771
+ {
8772
+ "internalType": "address",
8773
+ "name": "",
8774
+ "type": "address"
8775
+ },
8776
+ {
8777
+ "internalType": "address",
8778
+ "name": "",
8779
+ "type": "address"
8780
+ }
8781
+ ],
8782
+ "name": "rewardTokenBorrowerIndex",
8783
+ "outputs": [
8784
+ {
8785
+ "internalType": "uint256",
8786
+ "name": "",
8787
+ "type": "uint256"
8788
+ }
8789
+ ],
8790
+ "stateMutability": "view",
8791
+ "type": "function"
8792
+ },
8793
+ {
8794
+ "inputs": [
8795
+ {
8796
+ "internalType": "address",
8797
+ "name": "",
8798
+ "type": "address"
8799
+ }
8800
+ ],
8801
+ "name": "rewardTokenContributorSpeeds",
8802
+ "outputs": [
8803
+ {
8804
+ "internalType": "uint256",
8805
+ "name": "",
8806
+ "type": "uint256"
8807
+ }
8808
+ ],
8809
+ "stateMutability": "view",
8810
+ "type": "function"
8811
+ },
8812
+ {
8813
+ "inputs": [
8814
+ {
8815
+ "internalType": "address",
8816
+ "name": "",
8817
+ "type": "address"
8818
+ },
8819
+ {
8820
+ "internalType": "address",
8821
+ "name": "",
8822
+ "type": "address"
8823
+ }
8824
+ ],
8825
+ "name": "rewardTokenSupplierIndex",
8826
+ "outputs": [
8827
+ {
8828
+ "internalType": "uint256",
8829
+ "name": "",
8830
+ "type": "uint256"
8831
+ }
8832
+ ],
8833
+ "stateMutability": "view",
8834
+ "type": "function"
8835
+ },
8836
+ {
8837
+ "inputs": [
8838
+ {
8839
+ "internalType": "address",
8840
+ "name": "",
8841
+ "type": "address"
8842
+ }
8843
+ ],
8844
+ "name": "rewardTokenSupplySpeeds",
8845
+ "outputs": [
8846
+ {
8847
+ "internalType": "uint256",
8848
+ "name": "",
8849
+ "type": "uint256"
8850
+ }
8851
+ ],
8852
+ "stateMutability": "view",
8853
+ "type": "function"
8854
+ },
8855
+ {
8856
+ "inputs": [
8857
+ {
8858
+ "internalType": "address",
8859
+ "name": "",
8860
+ "type": "address"
8861
+ }
8862
+ ],
8863
+ "name": "rewardTokenSupplyState",
8864
+ "outputs": [
8865
+ {
8866
+ "internalType": "uint224",
8867
+ "name": "index",
8868
+ "type": "uint224"
8869
+ },
8870
+ {
8871
+ "internalType": "uint32",
8872
+ "name": "block",
8873
+ "type": "uint32"
8874
+ },
8875
+ {
8876
+ "internalType": "uint32",
8877
+ "name": "lastRewardingBlock",
8878
+ "type": "uint32"
8879
+ }
8880
+ ],
8881
+ "stateMutability": "view",
8882
+ "type": "function"
8883
+ },
8884
+ {
8885
+ "inputs": [
8886
+ {
8887
+ "internalType": "address",
8888
+ "name": "",
8889
+ "type": "address"
8890
+ }
8891
+ ],
8892
+ "name": "rewardTokenSupplyStateTimeBased",
8893
+ "outputs": [
8894
+ {
8895
+ "internalType": "uint224",
8896
+ "name": "index",
8897
+ "type": "uint224"
8898
+ },
8899
+ {
8900
+ "internalType": "uint256",
8901
+ "name": "timestamp",
8902
+ "type": "uint256"
8903
+ },
8904
+ {
8905
+ "internalType": "uint256",
8906
+ "name": "lastRewardingTimestamp",
8907
+ "type": "uint256"
8908
+ }
8909
+ ],
8910
+ "stateMutability": "view",
8911
+ "type": "function"
8912
+ },
8913
+ {
8914
+ "inputs": [
8915
+ {
8916
+ "internalType": "address",
8917
+ "name": "accessControlManager_",
8918
+ "type": "address"
8919
+ }
8920
+ ],
8921
+ "name": "setAccessControlManager",
8922
+ "outputs": [],
8923
+ "stateMutability": "nonpayable",
8924
+ "type": "function"
8925
+ },
8926
+ {
8927
+ "inputs": [
8928
+ {
8929
+ "internalType": "address",
8930
+ "name": "contributor",
8931
+ "type": "address"
8932
+ },
8933
+ {
8934
+ "internalType": "uint256",
8935
+ "name": "rewardTokenSpeed",
8936
+ "type": "uint256"
8937
+ }
8938
+ ],
8939
+ "name": "setContributorRewardTokenSpeed",
8940
+ "outputs": [],
8941
+ "stateMutability": "nonpayable",
8942
+ "type": "function"
8943
+ },
8944
+ {
8945
+ "inputs": [
8946
+ {
8947
+ "internalType": "contract VToken[]",
8948
+ "name": "vTokens",
8949
+ "type": "address[]"
8950
+ },
8951
+ {
8952
+ "internalType": "uint256[]",
8953
+ "name": "supplyLastRewardingBlockTimestamps",
8954
+ "type": "uint256[]"
8955
+ },
8956
+ {
8957
+ "internalType": "uint256[]",
8958
+ "name": "borrowLastRewardingBlockTimestamps",
8959
+ "type": "uint256[]"
8960
+ }
8961
+ ],
8962
+ "name": "setLastRewardingBlockTimestamps",
8963
+ "outputs": [],
8964
+ "stateMutability": "nonpayable",
8965
+ "type": "function"
8966
+ },
8967
+ {
8968
+ "inputs": [
8969
+ {
8970
+ "internalType": "contract VToken[]",
8971
+ "name": "vTokens",
8972
+ "type": "address[]"
8973
+ },
8974
+ {
8975
+ "internalType": "uint32[]",
8976
+ "name": "supplyLastRewardingBlocks",
8977
+ "type": "uint32[]"
8978
+ },
8979
+ {
8980
+ "internalType": "uint32[]",
8981
+ "name": "borrowLastRewardingBlocks",
8982
+ "type": "uint32[]"
8983
+ }
8984
+ ],
8985
+ "name": "setLastRewardingBlocks",
8986
+ "outputs": [],
8987
+ "stateMutability": "nonpayable",
8988
+ "type": "function"
8989
+ },
8990
+ {
8991
+ "inputs": [
8992
+ {
8993
+ "internalType": "uint256",
8994
+ "name": "limit",
8995
+ "type": "uint256"
8996
+ }
8997
+ ],
8998
+ "name": "setMaxLoopsLimit",
8999
+ "outputs": [],
9000
+ "stateMutability": "nonpayable",
9001
+ "type": "function"
9002
+ },
9003
+ {
9004
+ "inputs": [
9005
+ {
9006
+ "internalType": "contract VToken[]",
9007
+ "name": "vTokens",
9008
+ "type": "address[]"
9009
+ },
9010
+ {
9011
+ "internalType": "uint256[]",
9012
+ "name": "supplySpeeds",
9013
+ "type": "uint256[]"
9014
+ },
9015
+ {
9016
+ "internalType": "uint256[]",
9017
+ "name": "borrowSpeeds",
9018
+ "type": "uint256[]"
9019
+ }
9020
+ ],
9021
+ "name": "setRewardTokenSpeeds",
9022
+ "outputs": [],
9023
+ "stateMutability": "nonpayable",
9024
+ "type": "function"
9025
+ },
9026
+ {
9027
+ "inputs": [
9028
+ {
9029
+ "internalType": "address",
9030
+ "name": "newOwner",
9031
+ "type": "address"
9032
+ }
9033
+ ],
9034
+ "name": "transferOwnership",
9035
+ "outputs": [],
9036
+ "stateMutability": "nonpayable",
9037
+ "type": "function"
9038
+ },
9039
+ {
9040
+ "inputs": [
9041
+ {
9042
+ "internalType": "address",
9043
+ "name": "contributor",
9044
+ "type": "address"
9045
+ }
9046
+ ],
9047
+ "name": "updateContributorRewards",
9048
+ "outputs": [],
9049
+ "stateMutability": "nonpayable",
9050
+ "type": "function"
9051
+ },
9052
+ {
9053
+ "inputs": [
9054
+ {
9055
+ "internalType": "address",
9056
+ "name": "vToken",
9057
+ "type": "address"
9058
+ },
9059
+ {
9060
+ "components": [
9061
+ {
9062
+ "internalType": "uint256",
9063
+ "name": "mantissa",
9064
+ "type": "uint256"
9065
+ }
9066
+ ],
9067
+ "internalType": "struct ExponentialNoError.Exp",
9068
+ "name": "marketBorrowIndex",
9069
+ "type": "tuple"
9070
+ }
9071
+ ],
9072
+ "name": "updateRewardTokenBorrowIndex",
9073
+ "outputs": [],
9074
+ "stateMutability": "nonpayable",
9075
+ "type": "function"
9076
+ },
9077
+ {
9078
+ "inputs": [
9079
+ {
9080
+ "internalType": "address",
9081
+ "name": "vToken",
9082
+ "type": "address"
9083
+ }
9084
+ ],
9085
+ "name": "updateRewardTokenSupplyIndex",
9086
+ "outputs": [],
9087
+ "stateMutability": "nonpayable",
9088
+ "type": "function"
9089
+ },
9090
+ {
9091
+ "inputs": [
9092
+ {
9093
+ "internalType": "address",
9094
+ "name": "_logic",
9095
+ "type": "address"
9096
+ },
9097
+ {
9098
+ "internalType": "address",
9099
+ "name": "admin_",
9100
+ "type": "address"
9101
+ },
9102
+ {
9103
+ "internalType": "bytes",
9104
+ "name": "_data",
9105
+ "type": "bytes"
9106
+ }
9107
+ ],
9108
+ "stateMutability": "payable",
9109
+ "type": "constructor"
9110
+ }
9111
+ ]
9112
+ },
9113
+ "RewardsDistributor_Core_0_Proxy": {
9114
+ "address": "0x53b488baA4052094495b6De9E5505FE1Ee3EAc7a",
9115
+ "abi": [
9116
+ {
9117
+ "inputs": [
9118
+ {
9119
+ "internalType": "address",
9120
+ "name": "_logic",
9121
+ "type": "address"
9122
+ },
9123
+ {
9124
+ "internalType": "address",
9125
+ "name": "admin_",
9126
+ "type": "address"
9127
+ },
9128
+ {
9129
+ "internalType": "bytes",
9130
+ "name": "_data",
9131
+ "type": "bytes"
9132
+ }
9133
+ ],
9134
+ "stateMutability": "payable",
9135
+ "type": "constructor"
9136
+ },
9137
+ {
9138
+ "anonymous": false,
9139
+ "inputs": [
9140
+ {
9141
+ "indexed": false,
9142
+ "internalType": "address",
9143
+ "name": "previousAdmin",
9144
+ "type": "address"
9145
+ },
9146
+ {
9147
+ "indexed": false,
9148
+ "internalType": "address",
9149
+ "name": "newAdmin",
9150
+ "type": "address"
9151
+ }
9152
+ ],
9153
+ "name": "AdminChanged",
9154
+ "type": "event"
9155
+ },
9156
+ {
9157
+ "anonymous": false,
9158
+ "inputs": [
9159
+ {
9160
+ "indexed": true,
9161
+ "internalType": "address",
9162
+ "name": "beacon",
9163
+ "type": "address"
9164
+ }
9165
+ ],
9166
+ "name": "BeaconUpgraded",
9167
+ "type": "event"
9168
+ },
9169
+ {
9170
+ "anonymous": false,
9171
+ "inputs": [
9172
+ {
9173
+ "indexed": true,
9174
+ "internalType": "address",
9175
+ "name": "implementation",
9176
+ "type": "address"
9177
+ }
9178
+ ],
9179
+ "name": "Upgraded",
9180
+ "type": "event"
9181
+ },
9182
+ {
9183
+ "stateMutability": "payable",
9184
+ "type": "fallback"
9185
+ },
9186
+ {
9187
+ "inputs": [],
9188
+ "name": "admin",
9189
+ "outputs": [
9190
+ {
9191
+ "internalType": "address",
9192
+ "name": "admin_",
9193
+ "type": "address"
9194
+ }
9195
+ ],
9196
+ "stateMutability": "nonpayable",
9197
+ "type": "function"
9198
+ },
9199
+ {
9200
+ "inputs": [
9201
+ {
9202
+ "internalType": "address",
9203
+ "name": "newAdmin",
9204
+ "type": "address"
9205
+ }
9206
+ ],
9207
+ "name": "changeAdmin",
9208
+ "outputs": [],
9209
+ "stateMutability": "nonpayable",
9210
+ "type": "function"
9211
+ },
9212
+ {
9213
+ "inputs": [],
9214
+ "name": "implementation",
9215
+ "outputs": [
9216
+ {
9217
+ "internalType": "address",
9218
+ "name": "implementation_",
9219
+ "type": "address"
9220
+ }
9221
+ ],
9222
+ "stateMutability": "nonpayable",
9223
+ "type": "function"
9224
+ },
9225
+ {
9226
+ "inputs": [
9227
+ {
9228
+ "internalType": "address",
9229
+ "name": "newImplementation",
9230
+ "type": "address"
9231
+ }
9232
+ ],
9233
+ "name": "upgradeTo",
9234
+ "outputs": [],
9235
+ "stateMutability": "nonpayable",
9236
+ "type": "function"
9237
+ },
9238
+ {
9239
+ "inputs": [
9240
+ {
9241
+ "internalType": "address",
9242
+ "name": "newImplementation",
9243
+ "type": "address"
9244
+ },
9245
+ {
9246
+ "internalType": "bytes",
9247
+ "name": "data",
9248
+ "type": "bytes"
9249
+ }
9250
+ ],
9251
+ "name": "upgradeToAndCall",
9252
+ "outputs": [],
9253
+ "stateMutability": "payable",
9254
+ "type": "function"
9255
+ },
9256
+ {
9257
+ "stateMutability": "payable",
9258
+ "type": "receive"
9259
+ }
9260
+ ]
9261
+ },
6667
9262
  "VTokenBeacon": {
6668
9263
  "address": "0xE9381D8CA7006c12Ae9eB97890575E705996fa66",
6669
9264
  "abi": [