@venusprotocol/isolated-pools 4.1.0 → 4.2.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7657,6 +7657,2575 @@
7657
7657
  }
7658
7658
  ]
7659
7659
  },
7660
+ "RewardsDistributorImpl": {
7661
+ "address": "0x201Fe3258F34a7b3a1F284056dC9D9B7B0b3E9bd",
7662
+ "abi": [
7663
+ {
7664
+ "inputs": [
7665
+ {
7666
+ "internalType": "bool",
7667
+ "name": "timeBased_",
7668
+ "type": "bool"
7669
+ },
7670
+ {
7671
+ "internalType": "uint256",
7672
+ "name": "blocksPerYear_",
7673
+ "type": "uint256"
7674
+ }
7675
+ ],
7676
+ "stateMutability": "nonpayable",
7677
+ "type": "constructor"
7678
+ },
7679
+ {
7680
+ "inputs": [],
7681
+ "name": "InvalidBlocksPerYear",
7682
+ "type": "error"
7683
+ },
7684
+ {
7685
+ "inputs": [],
7686
+ "name": "InvalidTimeBasedConfiguration",
7687
+ "type": "error"
7688
+ },
7689
+ {
7690
+ "inputs": [
7691
+ {
7692
+ "internalType": "uint256",
7693
+ "name": "loopsLimit",
7694
+ "type": "uint256"
7695
+ },
7696
+ {
7697
+ "internalType": "uint256",
7698
+ "name": "requiredLoops",
7699
+ "type": "uint256"
7700
+ }
7701
+ ],
7702
+ "name": "MaxLoopsLimitExceeded",
7703
+ "type": "error"
7704
+ },
7705
+ {
7706
+ "inputs": [
7707
+ {
7708
+ "internalType": "address",
7709
+ "name": "sender",
7710
+ "type": "address"
7711
+ },
7712
+ {
7713
+ "internalType": "address",
7714
+ "name": "calledContract",
7715
+ "type": "address"
7716
+ },
7717
+ {
7718
+ "internalType": "string",
7719
+ "name": "methodSignature",
7720
+ "type": "string"
7721
+ }
7722
+ ],
7723
+ "name": "Unauthorized",
7724
+ "type": "error"
7725
+ },
7726
+ {
7727
+ "anonymous": false,
7728
+ "inputs": [
7729
+ {
7730
+ "indexed": true,
7731
+ "internalType": "address",
7732
+ "name": "vToken",
7733
+ "type": "address"
7734
+ },
7735
+ {
7736
+ "indexed": false,
7737
+ "internalType": "uint256",
7738
+ "name": "newTimestamp",
7739
+ "type": "uint256"
7740
+ }
7741
+ ],
7742
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
7743
+ "type": "event"
7744
+ },
7745
+ {
7746
+ "anonymous": false,
7747
+ "inputs": [
7748
+ {
7749
+ "indexed": true,
7750
+ "internalType": "address",
7751
+ "name": "vToken",
7752
+ "type": "address"
7753
+ },
7754
+ {
7755
+ "indexed": false,
7756
+ "internalType": "uint32",
7757
+ "name": "newBlock",
7758
+ "type": "uint32"
7759
+ }
7760
+ ],
7761
+ "name": "BorrowLastRewardingBlockUpdated",
7762
+ "type": "event"
7763
+ },
7764
+ {
7765
+ "anonymous": false,
7766
+ "inputs": [
7767
+ {
7768
+ "indexed": true,
7769
+ "internalType": "address",
7770
+ "name": "contributor",
7771
+ "type": "address"
7772
+ },
7773
+ {
7774
+ "indexed": false,
7775
+ "internalType": "uint256",
7776
+ "name": "newSpeed",
7777
+ "type": "uint256"
7778
+ }
7779
+ ],
7780
+ "name": "ContributorRewardTokenSpeedUpdated",
7781
+ "type": "event"
7782
+ },
7783
+ {
7784
+ "anonymous": false,
7785
+ "inputs": [
7786
+ {
7787
+ "indexed": true,
7788
+ "internalType": "address",
7789
+ "name": "contributor",
7790
+ "type": "address"
7791
+ },
7792
+ {
7793
+ "indexed": false,
7794
+ "internalType": "uint256",
7795
+ "name": "rewardAccrued",
7796
+ "type": "uint256"
7797
+ }
7798
+ ],
7799
+ "name": "ContributorRewardsUpdated",
7800
+ "type": "event"
7801
+ },
7802
+ {
7803
+ "anonymous": false,
7804
+ "inputs": [
7805
+ {
7806
+ "indexed": true,
7807
+ "internalType": "contract VToken",
7808
+ "name": "vToken",
7809
+ "type": "address"
7810
+ },
7811
+ {
7812
+ "indexed": true,
7813
+ "internalType": "address",
7814
+ "name": "borrower",
7815
+ "type": "address"
7816
+ },
7817
+ {
7818
+ "indexed": false,
7819
+ "internalType": "uint256",
7820
+ "name": "rewardTokenDelta",
7821
+ "type": "uint256"
7822
+ },
7823
+ {
7824
+ "indexed": false,
7825
+ "internalType": "uint256",
7826
+ "name": "rewardTokenTotal",
7827
+ "type": "uint256"
7828
+ },
7829
+ {
7830
+ "indexed": false,
7831
+ "internalType": "uint256",
7832
+ "name": "rewardTokenBorrowIndex",
7833
+ "type": "uint256"
7834
+ }
7835
+ ],
7836
+ "name": "DistributedBorrowerRewardToken",
7837
+ "type": "event"
7838
+ },
7839
+ {
7840
+ "anonymous": false,
7841
+ "inputs": [
7842
+ {
7843
+ "indexed": true,
7844
+ "internalType": "contract VToken",
7845
+ "name": "vToken",
7846
+ "type": "address"
7847
+ },
7848
+ {
7849
+ "indexed": true,
7850
+ "internalType": "address",
7851
+ "name": "supplier",
7852
+ "type": "address"
7853
+ },
7854
+ {
7855
+ "indexed": false,
7856
+ "internalType": "uint256",
7857
+ "name": "rewardTokenDelta",
7858
+ "type": "uint256"
7859
+ },
7860
+ {
7861
+ "indexed": false,
7862
+ "internalType": "uint256",
7863
+ "name": "rewardTokenTotal",
7864
+ "type": "uint256"
7865
+ },
7866
+ {
7867
+ "indexed": false,
7868
+ "internalType": "uint256",
7869
+ "name": "rewardTokenSupplyIndex",
7870
+ "type": "uint256"
7871
+ }
7872
+ ],
7873
+ "name": "DistributedSupplierRewardToken",
7874
+ "type": "event"
7875
+ },
7876
+ {
7877
+ "anonymous": false,
7878
+ "inputs": [
7879
+ {
7880
+ "indexed": false,
7881
+ "internalType": "uint8",
7882
+ "name": "version",
7883
+ "type": "uint8"
7884
+ }
7885
+ ],
7886
+ "name": "Initialized",
7887
+ "type": "event"
7888
+ },
7889
+ {
7890
+ "anonymous": false,
7891
+ "inputs": [
7892
+ {
7893
+ "indexed": true,
7894
+ "internalType": "address",
7895
+ "name": "vToken",
7896
+ "type": "address"
7897
+ }
7898
+ ],
7899
+ "name": "MarketInitialized",
7900
+ "type": "event"
7901
+ },
7902
+ {
7903
+ "anonymous": false,
7904
+ "inputs": [
7905
+ {
7906
+ "indexed": false,
7907
+ "internalType": "uint256",
7908
+ "name": "oldMaxLoopsLimit",
7909
+ "type": "uint256"
7910
+ },
7911
+ {
7912
+ "indexed": false,
7913
+ "internalType": "uint256",
7914
+ "name": "newmaxLoopsLimit",
7915
+ "type": "uint256"
7916
+ }
7917
+ ],
7918
+ "name": "MaxLoopsLimitUpdated",
7919
+ "type": "event"
7920
+ },
7921
+ {
7922
+ "anonymous": false,
7923
+ "inputs": [
7924
+ {
7925
+ "indexed": false,
7926
+ "internalType": "address",
7927
+ "name": "oldAccessControlManager",
7928
+ "type": "address"
7929
+ },
7930
+ {
7931
+ "indexed": false,
7932
+ "internalType": "address",
7933
+ "name": "newAccessControlManager",
7934
+ "type": "address"
7935
+ }
7936
+ ],
7937
+ "name": "NewAccessControlManager",
7938
+ "type": "event"
7939
+ },
7940
+ {
7941
+ "anonymous": false,
7942
+ "inputs": [
7943
+ {
7944
+ "indexed": true,
7945
+ "internalType": "address",
7946
+ "name": "previousOwner",
7947
+ "type": "address"
7948
+ },
7949
+ {
7950
+ "indexed": true,
7951
+ "internalType": "address",
7952
+ "name": "newOwner",
7953
+ "type": "address"
7954
+ }
7955
+ ],
7956
+ "name": "OwnershipTransferStarted",
7957
+ "type": "event"
7958
+ },
7959
+ {
7960
+ "anonymous": false,
7961
+ "inputs": [
7962
+ {
7963
+ "indexed": true,
7964
+ "internalType": "address",
7965
+ "name": "previousOwner",
7966
+ "type": "address"
7967
+ },
7968
+ {
7969
+ "indexed": true,
7970
+ "internalType": "address",
7971
+ "name": "newOwner",
7972
+ "type": "address"
7973
+ }
7974
+ ],
7975
+ "name": "OwnershipTransferred",
7976
+ "type": "event"
7977
+ },
7978
+ {
7979
+ "anonymous": false,
7980
+ "inputs": [
7981
+ {
7982
+ "indexed": true,
7983
+ "internalType": "address",
7984
+ "name": "vToken",
7985
+ "type": "address"
7986
+ },
7987
+ {
7988
+ "components": [
7989
+ {
7990
+ "internalType": "uint256",
7991
+ "name": "mantissa",
7992
+ "type": "uint256"
7993
+ }
7994
+ ],
7995
+ "indexed": false,
7996
+ "internalType": "struct ExponentialNoError.Exp",
7997
+ "name": "marketBorrowIndex",
7998
+ "type": "tuple"
7999
+ }
8000
+ ],
8001
+ "name": "RewardTokenBorrowIndexUpdated",
8002
+ "type": "event"
8003
+ },
8004
+ {
8005
+ "anonymous": false,
8006
+ "inputs": [
8007
+ {
8008
+ "indexed": true,
8009
+ "internalType": "contract VToken",
8010
+ "name": "vToken",
8011
+ "type": "address"
8012
+ },
8013
+ {
8014
+ "indexed": false,
8015
+ "internalType": "uint256",
8016
+ "name": "newSpeed",
8017
+ "type": "uint256"
8018
+ }
8019
+ ],
8020
+ "name": "RewardTokenBorrowSpeedUpdated",
8021
+ "type": "event"
8022
+ },
8023
+ {
8024
+ "anonymous": false,
8025
+ "inputs": [
8026
+ {
8027
+ "indexed": true,
8028
+ "internalType": "address",
8029
+ "name": "recipient",
8030
+ "type": "address"
8031
+ },
8032
+ {
8033
+ "indexed": false,
8034
+ "internalType": "uint256",
8035
+ "name": "amount",
8036
+ "type": "uint256"
8037
+ }
8038
+ ],
8039
+ "name": "RewardTokenGranted",
8040
+ "type": "event"
8041
+ },
8042
+ {
8043
+ "anonymous": false,
8044
+ "inputs": [
8045
+ {
8046
+ "indexed": true,
8047
+ "internalType": "address",
8048
+ "name": "vToken",
8049
+ "type": "address"
8050
+ }
8051
+ ],
8052
+ "name": "RewardTokenSupplyIndexUpdated",
8053
+ "type": "event"
8054
+ },
8055
+ {
8056
+ "anonymous": false,
8057
+ "inputs": [
8058
+ {
8059
+ "indexed": true,
8060
+ "internalType": "contract VToken",
8061
+ "name": "vToken",
8062
+ "type": "address"
8063
+ },
8064
+ {
8065
+ "indexed": false,
8066
+ "internalType": "uint256",
8067
+ "name": "newSpeed",
8068
+ "type": "uint256"
8069
+ }
8070
+ ],
8071
+ "name": "RewardTokenSupplySpeedUpdated",
8072
+ "type": "event"
8073
+ },
8074
+ {
8075
+ "anonymous": false,
8076
+ "inputs": [
8077
+ {
8078
+ "indexed": true,
8079
+ "internalType": "address",
8080
+ "name": "vToken",
8081
+ "type": "address"
8082
+ },
8083
+ {
8084
+ "indexed": false,
8085
+ "internalType": "uint256",
8086
+ "name": "newTimestamp",
8087
+ "type": "uint256"
8088
+ }
8089
+ ],
8090
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
8091
+ "type": "event"
8092
+ },
8093
+ {
8094
+ "anonymous": false,
8095
+ "inputs": [
8096
+ {
8097
+ "indexed": true,
8098
+ "internalType": "address",
8099
+ "name": "vToken",
8100
+ "type": "address"
8101
+ },
8102
+ {
8103
+ "indexed": false,
8104
+ "internalType": "uint32",
8105
+ "name": "newBlock",
8106
+ "type": "uint32"
8107
+ }
8108
+ ],
8109
+ "name": "SupplyLastRewardingBlockUpdated",
8110
+ "type": "event"
8111
+ },
8112
+ {
8113
+ "inputs": [],
8114
+ "name": "INITIAL_INDEX",
8115
+ "outputs": [
8116
+ {
8117
+ "internalType": "uint224",
8118
+ "name": "",
8119
+ "type": "uint224"
8120
+ }
8121
+ ],
8122
+ "stateMutability": "view",
8123
+ "type": "function"
8124
+ },
8125
+ {
8126
+ "inputs": [],
8127
+ "name": "acceptOwnership",
8128
+ "outputs": [],
8129
+ "stateMutability": "nonpayable",
8130
+ "type": "function"
8131
+ },
8132
+ {
8133
+ "inputs": [],
8134
+ "name": "accessControlManager",
8135
+ "outputs": [
8136
+ {
8137
+ "internalType": "contract IAccessControlManagerV8",
8138
+ "name": "",
8139
+ "type": "address"
8140
+ }
8141
+ ],
8142
+ "stateMutability": "view",
8143
+ "type": "function"
8144
+ },
8145
+ {
8146
+ "inputs": [],
8147
+ "name": "blocksOrSecondsPerYear",
8148
+ "outputs": [
8149
+ {
8150
+ "internalType": "uint256",
8151
+ "name": "",
8152
+ "type": "uint256"
8153
+ }
8154
+ ],
8155
+ "stateMutability": "view",
8156
+ "type": "function"
8157
+ },
8158
+ {
8159
+ "inputs": [
8160
+ {
8161
+ "internalType": "address",
8162
+ "name": "holder",
8163
+ "type": "address"
8164
+ },
8165
+ {
8166
+ "internalType": "contract VToken[]",
8167
+ "name": "vTokens",
8168
+ "type": "address[]"
8169
+ }
8170
+ ],
8171
+ "name": "claimRewardToken",
8172
+ "outputs": [],
8173
+ "stateMutability": "nonpayable",
8174
+ "type": "function"
8175
+ },
8176
+ {
8177
+ "inputs": [
8178
+ {
8179
+ "internalType": "address",
8180
+ "name": "holder",
8181
+ "type": "address"
8182
+ }
8183
+ ],
8184
+ "name": "claimRewardToken",
8185
+ "outputs": [],
8186
+ "stateMutability": "nonpayable",
8187
+ "type": "function"
8188
+ },
8189
+ {
8190
+ "inputs": [
8191
+ {
8192
+ "internalType": "address",
8193
+ "name": "vToken",
8194
+ "type": "address"
8195
+ },
8196
+ {
8197
+ "internalType": "address",
8198
+ "name": "borrower",
8199
+ "type": "address"
8200
+ },
8201
+ {
8202
+ "components": [
8203
+ {
8204
+ "internalType": "uint256",
8205
+ "name": "mantissa",
8206
+ "type": "uint256"
8207
+ }
8208
+ ],
8209
+ "internalType": "struct ExponentialNoError.Exp",
8210
+ "name": "marketBorrowIndex",
8211
+ "type": "tuple"
8212
+ }
8213
+ ],
8214
+ "name": "distributeBorrowerRewardToken",
8215
+ "outputs": [],
8216
+ "stateMutability": "nonpayable",
8217
+ "type": "function"
8218
+ },
8219
+ {
8220
+ "inputs": [
8221
+ {
8222
+ "internalType": "address",
8223
+ "name": "vToken",
8224
+ "type": "address"
8225
+ },
8226
+ {
8227
+ "internalType": "address",
8228
+ "name": "supplier",
8229
+ "type": "address"
8230
+ }
8231
+ ],
8232
+ "name": "distributeSupplierRewardToken",
8233
+ "outputs": [],
8234
+ "stateMutability": "nonpayable",
8235
+ "type": "function"
8236
+ },
8237
+ {
8238
+ "inputs": [],
8239
+ "name": "getBlockNumberOrTimestamp",
8240
+ "outputs": [
8241
+ {
8242
+ "internalType": "uint256",
8243
+ "name": "",
8244
+ "type": "uint256"
8245
+ }
8246
+ ],
8247
+ "stateMutability": "view",
8248
+ "type": "function"
8249
+ },
8250
+ {
8251
+ "inputs": [
8252
+ {
8253
+ "internalType": "address",
8254
+ "name": "recipient",
8255
+ "type": "address"
8256
+ },
8257
+ {
8258
+ "internalType": "uint256",
8259
+ "name": "amount",
8260
+ "type": "uint256"
8261
+ }
8262
+ ],
8263
+ "name": "grantRewardToken",
8264
+ "outputs": [],
8265
+ "stateMutability": "nonpayable",
8266
+ "type": "function"
8267
+ },
8268
+ {
8269
+ "inputs": [
8270
+ {
8271
+ "internalType": "contract Comptroller",
8272
+ "name": "comptroller_",
8273
+ "type": "address"
8274
+ },
8275
+ {
8276
+ "internalType": "contract IERC20Upgradeable",
8277
+ "name": "rewardToken_",
8278
+ "type": "address"
8279
+ },
8280
+ {
8281
+ "internalType": "uint256",
8282
+ "name": "loopsLimit_",
8283
+ "type": "uint256"
8284
+ },
8285
+ {
8286
+ "internalType": "address",
8287
+ "name": "accessControlManager_",
8288
+ "type": "address"
8289
+ }
8290
+ ],
8291
+ "name": "initialize",
8292
+ "outputs": [],
8293
+ "stateMutability": "nonpayable",
8294
+ "type": "function"
8295
+ },
8296
+ {
8297
+ "inputs": [
8298
+ {
8299
+ "internalType": "address",
8300
+ "name": "vToken",
8301
+ "type": "address"
8302
+ }
8303
+ ],
8304
+ "name": "initializeMarket",
8305
+ "outputs": [],
8306
+ "stateMutability": "nonpayable",
8307
+ "type": "function"
8308
+ },
8309
+ {
8310
+ "inputs": [],
8311
+ "name": "isTimeBased",
8312
+ "outputs": [
8313
+ {
8314
+ "internalType": "bool",
8315
+ "name": "",
8316
+ "type": "bool"
8317
+ }
8318
+ ],
8319
+ "stateMutability": "view",
8320
+ "type": "function"
8321
+ },
8322
+ {
8323
+ "inputs": [
8324
+ {
8325
+ "internalType": "address",
8326
+ "name": "",
8327
+ "type": "address"
8328
+ }
8329
+ ],
8330
+ "name": "lastContributorBlock",
8331
+ "outputs": [
8332
+ {
8333
+ "internalType": "uint256",
8334
+ "name": "",
8335
+ "type": "uint256"
8336
+ }
8337
+ ],
8338
+ "stateMutability": "view",
8339
+ "type": "function"
8340
+ },
8341
+ {
8342
+ "inputs": [],
8343
+ "name": "maxLoopsLimit",
8344
+ "outputs": [
8345
+ {
8346
+ "internalType": "uint256",
8347
+ "name": "",
8348
+ "type": "uint256"
8349
+ }
8350
+ ],
8351
+ "stateMutability": "view",
8352
+ "type": "function"
8353
+ },
8354
+ {
8355
+ "inputs": [],
8356
+ "name": "owner",
8357
+ "outputs": [
8358
+ {
8359
+ "internalType": "address",
8360
+ "name": "",
8361
+ "type": "address"
8362
+ }
8363
+ ],
8364
+ "stateMutability": "view",
8365
+ "type": "function"
8366
+ },
8367
+ {
8368
+ "inputs": [],
8369
+ "name": "pendingOwner",
8370
+ "outputs": [
8371
+ {
8372
+ "internalType": "address",
8373
+ "name": "",
8374
+ "type": "address"
8375
+ }
8376
+ ],
8377
+ "stateMutability": "view",
8378
+ "type": "function"
8379
+ },
8380
+ {
8381
+ "inputs": [],
8382
+ "name": "renounceOwnership",
8383
+ "outputs": [],
8384
+ "stateMutability": "nonpayable",
8385
+ "type": "function"
8386
+ },
8387
+ {
8388
+ "inputs": [],
8389
+ "name": "rewardToken",
8390
+ "outputs": [
8391
+ {
8392
+ "internalType": "contract IERC20Upgradeable",
8393
+ "name": "",
8394
+ "type": "address"
8395
+ }
8396
+ ],
8397
+ "stateMutability": "view",
8398
+ "type": "function"
8399
+ },
8400
+ {
8401
+ "inputs": [
8402
+ {
8403
+ "internalType": "address",
8404
+ "name": "",
8405
+ "type": "address"
8406
+ }
8407
+ ],
8408
+ "name": "rewardTokenAccrued",
8409
+ "outputs": [
8410
+ {
8411
+ "internalType": "uint256",
8412
+ "name": "",
8413
+ "type": "uint256"
8414
+ }
8415
+ ],
8416
+ "stateMutability": "view",
8417
+ "type": "function"
8418
+ },
8419
+ {
8420
+ "inputs": [
8421
+ {
8422
+ "internalType": "address",
8423
+ "name": "",
8424
+ "type": "address"
8425
+ }
8426
+ ],
8427
+ "name": "rewardTokenBorrowSpeeds",
8428
+ "outputs": [
8429
+ {
8430
+ "internalType": "uint256",
8431
+ "name": "",
8432
+ "type": "uint256"
8433
+ }
8434
+ ],
8435
+ "stateMutability": "view",
8436
+ "type": "function"
8437
+ },
8438
+ {
8439
+ "inputs": [
8440
+ {
8441
+ "internalType": "address",
8442
+ "name": "",
8443
+ "type": "address"
8444
+ }
8445
+ ],
8446
+ "name": "rewardTokenBorrowState",
8447
+ "outputs": [
8448
+ {
8449
+ "internalType": "uint224",
8450
+ "name": "index",
8451
+ "type": "uint224"
8452
+ },
8453
+ {
8454
+ "internalType": "uint32",
8455
+ "name": "block",
8456
+ "type": "uint32"
8457
+ },
8458
+ {
8459
+ "internalType": "uint32",
8460
+ "name": "lastRewardingBlock",
8461
+ "type": "uint32"
8462
+ }
8463
+ ],
8464
+ "stateMutability": "view",
8465
+ "type": "function"
8466
+ },
8467
+ {
8468
+ "inputs": [
8469
+ {
8470
+ "internalType": "address",
8471
+ "name": "",
8472
+ "type": "address"
8473
+ }
8474
+ ],
8475
+ "name": "rewardTokenBorrowStateTimeBased",
8476
+ "outputs": [
8477
+ {
8478
+ "internalType": "uint224",
8479
+ "name": "index",
8480
+ "type": "uint224"
8481
+ },
8482
+ {
8483
+ "internalType": "uint256",
8484
+ "name": "timestamp",
8485
+ "type": "uint256"
8486
+ },
8487
+ {
8488
+ "internalType": "uint256",
8489
+ "name": "lastRewardingTimestamp",
8490
+ "type": "uint256"
8491
+ }
8492
+ ],
8493
+ "stateMutability": "view",
8494
+ "type": "function"
8495
+ },
8496
+ {
8497
+ "inputs": [
8498
+ {
8499
+ "internalType": "address",
8500
+ "name": "",
8501
+ "type": "address"
8502
+ },
8503
+ {
8504
+ "internalType": "address",
8505
+ "name": "",
8506
+ "type": "address"
8507
+ }
8508
+ ],
8509
+ "name": "rewardTokenBorrowerIndex",
8510
+ "outputs": [
8511
+ {
8512
+ "internalType": "uint256",
8513
+ "name": "",
8514
+ "type": "uint256"
8515
+ }
8516
+ ],
8517
+ "stateMutability": "view",
8518
+ "type": "function"
8519
+ },
8520
+ {
8521
+ "inputs": [
8522
+ {
8523
+ "internalType": "address",
8524
+ "name": "",
8525
+ "type": "address"
8526
+ }
8527
+ ],
8528
+ "name": "rewardTokenContributorSpeeds",
8529
+ "outputs": [
8530
+ {
8531
+ "internalType": "uint256",
8532
+ "name": "",
8533
+ "type": "uint256"
8534
+ }
8535
+ ],
8536
+ "stateMutability": "view",
8537
+ "type": "function"
8538
+ },
8539
+ {
8540
+ "inputs": [
8541
+ {
8542
+ "internalType": "address",
8543
+ "name": "",
8544
+ "type": "address"
8545
+ },
8546
+ {
8547
+ "internalType": "address",
8548
+ "name": "",
8549
+ "type": "address"
8550
+ }
8551
+ ],
8552
+ "name": "rewardTokenSupplierIndex",
8553
+ "outputs": [
8554
+ {
8555
+ "internalType": "uint256",
8556
+ "name": "",
8557
+ "type": "uint256"
8558
+ }
8559
+ ],
8560
+ "stateMutability": "view",
8561
+ "type": "function"
8562
+ },
8563
+ {
8564
+ "inputs": [
8565
+ {
8566
+ "internalType": "address",
8567
+ "name": "",
8568
+ "type": "address"
8569
+ }
8570
+ ],
8571
+ "name": "rewardTokenSupplySpeeds",
8572
+ "outputs": [
8573
+ {
8574
+ "internalType": "uint256",
8575
+ "name": "",
8576
+ "type": "uint256"
8577
+ }
8578
+ ],
8579
+ "stateMutability": "view",
8580
+ "type": "function"
8581
+ },
8582
+ {
8583
+ "inputs": [
8584
+ {
8585
+ "internalType": "address",
8586
+ "name": "",
8587
+ "type": "address"
8588
+ }
8589
+ ],
8590
+ "name": "rewardTokenSupplyState",
8591
+ "outputs": [
8592
+ {
8593
+ "internalType": "uint224",
8594
+ "name": "index",
8595
+ "type": "uint224"
8596
+ },
8597
+ {
8598
+ "internalType": "uint32",
8599
+ "name": "block",
8600
+ "type": "uint32"
8601
+ },
8602
+ {
8603
+ "internalType": "uint32",
8604
+ "name": "lastRewardingBlock",
8605
+ "type": "uint32"
8606
+ }
8607
+ ],
8608
+ "stateMutability": "view",
8609
+ "type": "function"
8610
+ },
8611
+ {
8612
+ "inputs": [
8613
+ {
8614
+ "internalType": "address",
8615
+ "name": "",
8616
+ "type": "address"
8617
+ }
8618
+ ],
8619
+ "name": "rewardTokenSupplyStateTimeBased",
8620
+ "outputs": [
8621
+ {
8622
+ "internalType": "uint224",
8623
+ "name": "index",
8624
+ "type": "uint224"
8625
+ },
8626
+ {
8627
+ "internalType": "uint256",
8628
+ "name": "timestamp",
8629
+ "type": "uint256"
8630
+ },
8631
+ {
8632
+ "internalType": "uint256",
8633
+ "name": "lastRewardingTimestamp",
8634
+ "type": "uint256"
8635
+ }
8636
+ ],
8637
+ "stateMutability": "view",
8638
+ "type": "function"
8639
+ },
8640
+ {
8641
+ "inputs": [
8642
+ {
8643
+ "internalType": "address",
8644
+ "name": "accessControlManager_",
8645
+ "type": "address"
8646
+ }
8647
+ ],
8648
+ "name": "setAccessControlManager",
8649
+ "outputs": [],
8650
+ "stateMutability": "nonpayable",
8651
+ "type": "function"
8652
+ },
8653
+ {
8654
+ "inputs": [
8655
+ {
8656
+ "internalType": "address",
8657
+ "name": "contributor",
8658
+ "type": "address"
8659
+ },
8660
+ {
8661
+ "internalType": "uint256",
8662
+ "name": "rewardTokenSpeed",
8663
+ "type": "uint256"
8664
+ }
8665
+ ],
8666
+ "name": "setContributorRewardTokenSpeed",
8667
+ "outputs": [],
8668
+ "stateMutability": "nonpayable",
8669
+ "type": "function"
8670
+ },
8671
+ {
8672
+ "inputs": [
8673
+ {
8674
+ "internalType": "contract VToken[]",
8675
+ "name": "vTokens",
8676
+ "type": "address[]"
8677
+ },
8678
+ {
8679
+ "internalType": "uint256[]",
8680
+ "name": "supplyLastRewardingBlockTimestamps",
8681
+ "type": "uint256[]"
8682
+ },
8683
+ {
8684
+ "internalType": "uint256[]",
8685
+ "name": "borrowLastRewardingBlockTimestamps",
8686
+ "type": "uint256[]"
8687
+ }
8688
+ ],
8689
+ "name": "setLastRewardingBlockTimestamps",
8690
+ "outputs": [],
8691
+ "stateMutability": "nonpayable",
8692
+ "type": "function"
8693
+ },
8694
+ {
8695
+ "inputs": [
8696
+ {
8697
+ "internalType": "contract VToken[]",
8698
+ "name": "vTokens",
8699
+ "type": "address[]"
8700
+ },
8701
+ {
8702
+ "internalType": "uint32[]",
8703
+ "name": "supplyLastRewardingBlocks",
8704
+ "type": "uint32[]"
8705
+ },
8706
+ {
8707
+ "internalType": "uint32[]",
8708
+ "name": "borrowLastRewardingBlocks",
8709
+ "type": "uint32[]"
8710
+ }
8711
+ ],
8712
+ "name": "setLastRewardingBlocks",
8713
+ "outputs": [],
8714
+ "stateMutability": "nonpayable",
8715
+ "type": "function"
8716
+ },
8717
+ {
8718
+ "inputs": [
8719
+ {
8720
+ "internalType": "uint256",
8721
+ "name": "limit",
8722
+ "type": "uint256"
8723
+ }
8724
+ ],
8725
+ "name": "setMaxLoopsLimit",
8726
+ "outputs": [],
8727
+ "stateMutability": "nonpayable",
8728
+ "type": "function"
8729
+ },
8730
+ {
8731
+ "inputs": [
8732
+ {
8733
+ "internalType": "contract VToken[]",
8734
+ "name": "vTokens",
8735
+ "type": "address[]"
8736
+ },
8737
+ {
8738
+ "internalType": "uint256[]",
8739
+ "name": "supplySpeeds",
8740
+ "type": "uint256[]"
8741
+ },
8742
+ {
8743
+ "internalType": "uint256[]",
8744
+ "name": "borrowSpeeds",
8745
+ "type": "uint256[]"
8746
+ }
8747
+ ],
8748
+ "name": "setRewardTokenSpeeds",
8749
+ "outputs": [],
8750
+ "stateMutability": "nonpayable",
8751
+ "type": "function"
8752
+ },
8753
+ {
8754
+ "inputs": [
8755
+ {
8756
+ "internalType": "address",
8757
+ "name": "newOwner",
8758
+ "type": "address"
8759
+ }
8760
+ ],
8761
+ "name": "transferOwnership",
8762
+ "outputs": [],
8763
+ "stateMutability": "nonpayable",
8764
+ "type": "function"
8765
+ },
8766
+ {
8767
+ "inputs": [
8768
+ {
8769
+ "internalType": "address",
8770
+ "name": "contributor",
8771
+ "type": "address"
8772
+ }
8773
+ ],
8774
+ "name": "updateContributorRewards",
8775
+ "outputs": [],
8776
+ "stateMutability": "nonpayable",
8777
+ "type": "function"
8778
+ },
8779
+ {
8780
+ "inputs": [
8781
+ {
8782
+ "internalType": "address",
8783
+ "name": "vToken",
8784
+ "type": "address"
8785
+ },
8786
+ {
8787
+ "components": [
8788
+ {
8789
+ "internalType": "uint256",
8790
+ "name": "mantissa",
8791
+ "type": "uint256"
8792
+ }
8793
+ ],
8794
+ "internalType": "struct ExponentialNoError.Exp",
8795
+ "name": "marketBorrowIndex",
8796
+ "type": "tuple"
8797
+ }
8798
+ ],
8799
+ "name": "updateRewardTokenBorrowIndex",
8800
+ "outputs": [],
8801
+ "stateMutability": "nonpayable",
8802
+ "type": "function"
8803
+ },
8804
+ {
8805
+ "inputs": [
8806
+ {
8807
+ "internalType": "address",
8808
+ "name": "vToken",
8809
+ "type": "address"
8810
+ }
8811
+ ],
8812
+ "name": "updateRewardTokenSupplyIndex",
8813
+ "outputs": [],
8814
+ "stateMutability": "nonpayable",
8815
+ "type": "function"
8816
+ }
8817
+ ]
8818
+ },
8819
+ "RewardsDistributor_Core_0": {
8820
+ "address": "0xeE51109E032595D2943397C73d8d5D0982C0E00D",
8821
+ "abi": [
8822
+ {
8823
+ "anonymous": false,
8824
+ "inputs": [
8825
+ {
8826
+ "indexed": false,
8827
+ "internalType": "address",
8828
+ "name": "previousAdmin",
8829
+ "type": "address"
8830
+ },
8831
+ {
8832
+ "indexed": false,
8833
+ "internalType": "address",
8834
+ "name": "newAdmin",
8835
+ "type": "address"
8836
+ }
8837
+ ],
8838
+ "name": "AdminChanged",
8839
+ "type": "event"
8840
+ },
8841
+ {
8842
+ "anonymous": false,
8843
+ "inputs": [
8844
+ {
8845
+ "indexed": true,
8846
+ "internalType": "address",
8847
+ "name": "beacon",
8848
+ "type": "address"
8849
+ }
8850
+ ],
8851
+ "name": "BeaconUpgraded",
8852
+ "type": "event"
8853
+ },
8854
+ {
8855
+ "anonymous": false,
8856
+ "inputs": [
8857
+ {
8858
+ "indexed": true,
8859
+ "internalType": "address",
8860
+ "name": "implementation",
8861
+ "type": "address"
8862
+ }
8863
+ ],
8864
+ "name": "Upgraded",
8865
+ "type": "event"
8866
+ },
8867
+ {
8868
+ "stateMutability": "payable",
8869
+ "type": "fallback"
8870
+ },
8871
+ {
8872
+ "inputs": [],
8873
+ "name": "admin",
8874
+ "outputs": [
8875
+ {
8876
+ "internalType": "address",
8877
+ "name": "admin_",
8878
+ "type": "address"
8879
+ }
8880
+ ],
8881
+ "stateMutability": "nonpayable",
8882
+ "type": "function"
8883
+ },
8884
+ {
8885
+ "inputs": [],
8886
+ "name": "implementation",
8887
+ "outputs": [
8888
+ {
8889
+ "internalType": "address",
8890
+ "name": "implementation_",
8891
+ "type": "address"
8892
+ }
8893
+ ],
8894
+ "stateMutability": "nonpayable",
8895
+ "type": "function"
8896
+ },
8897
+ {
8898
+ "inputs": [
8899
+ {
8900
+ "internalType": "address",
8901
+ "name": "newImplementation",
8902
+ "type": "address"
8903
+ }
8904
+ ],
8905
+ "name": "upgradeTo",
8906
+ "outputs": [],
8907
+ "stateMutability": "nonpayable",
8908
+ "type": "function"
8909
+ },
8910
+ {
8911
+ "inputs": [
8912
+ {
8913
+ "internalType": "address",
8914
+ "name": "newImplementation",
8915
+ "type": "address"
8916
+ },
8917
+ {
8918
+ "internalType": "bytes",
8919
+ "name": "data",
8920
+ "type": "bytes"
8921
+ }
8922
+ ],
8923
+ "name": "upgradeToAndCall",
8924
+ "outputs": [],
8925
+ "stateMutability": "payable",
8926
+ "type": "function"
8927
+ },
8928
+ {
8929
+ "stateMutability": "payable",
8930
+ "type": "receive"
8931
+ },
8932
+ {
8933
+ "inputs": [],
8934
+ "name": "InvalidBlocksPerYear",
8935
+ "type": "error"
8936
+ },
8937
+ {
8938
+ "inputs": [],
8939
+ "name": "InvalidTimeBasedConfiguration",
8940
+ "type": "error"
8941
+ },
8942
+ {
8943
+ "inputs": [
8944
+ {
8945
+ "internalType": "uint256",
8946
+ "name": "loopsLimit",
8947
+ "type": "uint256"
8948
+ },
8949
+ {
8950
+ "internalType": "uint256",
8951
+ "name": "requiredLoops",
8952
+ "type": "uint256"
8953
+ }
8954
+ ],
8955
+ "name": "MaxLoopsLimitExceeded",
8956
+ "type": "error"
8957
+ },
8958
+ {
8959
+ "inputs": [
8960
+ {
8961
+ "internalType": "address",
8962
+ "name": "sender",
8963
+ "type": "address"
8964
+ },
8965
+ {
8966
+ "internalType": "address",
8967
+ "name": "calledContract",
8968
+ "type": "address"
8969
+ },
8970
+ {
8971
+ "internalType": "string",
8972
+ "name": "methodSignature",
8973
+ "type": "string"
8974
+ }
8975
+ ],
8976
+ "name": "Unauthorized",
8977
+ "type": "error"
8978
+ },
8979
+ {
8980
+ "anonymous": false,
8981
+ "inputs": [
8982
+ {
8983
+ "indexed": true,
8984
+ "internalType": "address",
8985
+ "name": "vToken",
8986
+ "type": "address"
8987
+ },
8988
+ {
8989
+ "indexed": false,
8990
+ "internalType": "uint256",
8991
+ "name": "newTimestamp",
8992
+ "type": "uint256"
8993
+ }
8994
+ ],
8995
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
8996
+ "type": "event"
8997
+ },
8998
+ {
8999
+ "anonymous": false,
9000
+ "inputs": [
9001
+ {
9002
+ "indexed": true,
9003
+ "internalType": "address",
9004
+ "name": "vToken",
9005
+ "type": "address"
9006
+ },
9007
+ {
9008
+ "indexed": false,
9009
+ "internalType": "uint32",
9010
+ "name": "newBlock",
9011
+ "type": "uint32"
9012
+ }
9013
+ ],
9014
+ "name": "BorrowLastRewardingBlockUpdated",
9015
+ "type": "event"
9016
+ },
9017
+ {
9018
+ "anonymous": false,
9019
+ "inputs": [
9020
+ {
9021
+ "indexed": true,
9022
+ "internalType": "address",
9023
+ "name": "contributor",
9024
+ "type": "address"
9025
+ },
9026
+ {
9027
+ "indexed": false,
9028
+ "internalType": "uint256",
9029
+ "name": "newSpeed",
9030
+ "type": "uint256"
9031
+ }
9032
+ ],
9033
+ "name": "ContributorRewardTokenSpeedUpdated",
9034
+ "type": "event"
9035
+ },
9036
+ {
9037
+ "anonymous": false,
9038
+ "inputs": [
9039
+ {
9040
+ "indexed": true,
9041
+ "internalType": "address",
9042
+ "name": "contributor",
9043
+ "type": "address"
9044
+ },
9045
+ {
9046
+ "indexed": false,
9047
+ "internalType": "uint256",
9048
+ "name": "rewardAccrued",
9049
+ "type": "uint256"
9050
+ }
9051
+ ],
9052
+ "name": "ContributorRewardsUpdated",
9053
+ "type": "event"
9054
+ },
9055
+ {
9056
+ "anonymous": false,
9057
+ "inputs": [
9058
+ {
9059
+ "indexed": true,
9060
+ "internalType": "contract VToken",
9061
+ "name": "vToken",
9062
+ "type": "address"
9063
+ },
9064
+ {
9065
+ "indexed": true,
9066
+ "internalType": "address",
9067
+ "name": "borrower",
9068
+ "type": "address"
9069
+ },
9070
+ {
9071
+ "indexed": false,
9072
+ "internalType": "uint256",
9073
+ "name": "rewardTokenDelta",
9074
+ "type": "uint256"
9075
+ },
9076
+ {
9077
+ "indexed": false,
9078
+ "internalType": "uint256",
9079
+ "name": "rewardTokenTotal",
9080
+ "type": "uint256"
9081
+ },
9082
+ {
9083
+ "indexed": false,
9084
+ "internalType": "uint256",
9085
+ "name": "rewardTokenBorrowIndex",
9086
+ "type": "uint256"
9087
+ }
9088
+ ],
9089
+ "name": "DistributedBorrowerRewardToken",
9090
+ "type": "event"
9091
+ },
9092
+ {
9093
+ "anonymous": false,
9094
+ "inputs": [
9095
+ {
9096
+ "indexed": true,
9097
+ "internalType": "contract VToken",
9098
+ "name": "vToken",
9099
+ "type": "address"
9100
+ },
9101
+ {
9102
+ "indexed": true,
9103
+ "internalType": "address",
9104
+ "name": "supplier",
9105
+ "type": "address"
9106
+ },
9107
+ {
9108
+ "indexed": false,
9109
+ "internalType": "uint256",
9110
+ "name": "rewardTokenDelta",
9111
+ "type": "uint256"
9112
+ },
9113
+ {
9114
+ "indexed": false,
9115
+ "internalType": "uint256",
9116
+ "name": "rewardTokenTotal",
9117
+ "type": "uint256"
9118
+ },
9119
+ {
9120
+ "indexed": false,
9121
+ "internalType": "uint256",
9122
+ "name": "rewardTokenSupplyIndex",
9123
+ "type": "uint256"
9124
+ }
9125
+ ],
9126
+ "name": "DistributedSupplierRewardToken",
9127
+ "type": "event"
9128
+ },
9129
+ {
9130
+ "anonymous": false,
9131
+ "inputs": [
9132
+ {
9133
+ "indexed": false,
9134
+ "internalType": "uint8",
9135
+ "name": "version",
9136
+ "type": "uint8"
9137
+ }
9138
+ ],
9139
+ "name": "Initialized",
9140
+ "type": "event"
9141
+ },
9142
+ {
9143
+ "anonymous": false,
9144
+ "inputs": [
9145
+ {
9146
+ "indexed": true,
9147
+ "internalType": "address",
9148
+ "name": "vToken",
9149
+ "type": "address"
9150
+ }
9151
+ ],
9152
+ "name": "MarketInitialized",
9153
+ "type": "event"
9154
+ },
9155
+ {
9156
+ "anonymous": false,
9157
+ "inputs": [
9158
+ {
9159
+ "indexed": false,
9160
+ "internalType": "uint256",
9161
+ "name": "oldMaxLoopsLimit",
9162
+ "type": "uint256"
9163
+ },
9164
+ {
9165
+ "indexed": false,
9166
+ "internalType": "uint256",
9167
+ "name": "newmaxLoopsLimit",
9168
+ "type": "uint256"
9169
+ }
9170
+ ],
9171
+ "name": "MaxLoopsLimitUpdated",
9172
+ "type": "event"
9173
+ },
9174
+ {
9175
+ "anonymous": false,
9176
+ "inputs": [
9177
+ {
9178
+ "indexed": false,
9179
+ "internalType": "address",
9180
+ "name": "oldAccessControlManager",
9181
+ "type": "address"
9182
+ },
9183
+ {
9184
+ "indexed": false,
9185
+ "internalType": "address",
9186
+ "name": "newAccessControlManager",
9187
+ "type": "address"
9188
+ }
9189
+ ],
9190
+ "name": "NewAccessControlManager",
9191
+ "type": "event"
9192
+ },
9193
+ {
9194
+ "anonymous": false,
9195
+ "inputs": [
9196
+ {
9197
+ "indexed": true,
9198
+ "internalType": "address",
9199
+ "name": "previousOwner",
9200
+ "type": "address"
9201
+ },
9202
+ {
9203
+ "indexed": true,
9204
+ "internalType": "address",
9205
+ "name": "newOwner",
9206
+ "type": "address"
9207
+ }
9208
+ ],
9209
+ "name": "OwnershipTransferStarted",
9210
+ "type": "event"
9211
+ },
9212
+ {
9213
+ "anonymous": false,
9214
+ "inputs": [
9215
+ {
9216
+ "indexed": true,
9217
+ "internalType": "address",
9218
+ "name": "previousOwner",
9219
+ "type": "address"
9220
+ },
9221
+ {
9222
+ "indexed": true,
9223
+ "internalType": "address",
9224
+ "name": "newOwner",
9225
+ "type": "address"
9226
+ }
9227
+ ],
9228
+ "name": "OwnershipTransferred",
9229
+ "type": "event"
9230
+ },
9231
+ {
9232
+ "anonymous": false,
9233
+ "inputs": [
9234
+ {
9235
+ "indexed": true,
9236
+ "internalType": "address",
9237
+ "name": "vToken",
9238
+ "type": "address"
9239
+ },
9240
+ {
9241
+ "components": [
9242
+ {
9243
+ "internalType": "uint256",
9244
+ "name": "mantissa",
9245
+ "type": "uint256"
9246
+ }
9247
+ ],
9248
+ "indexed": false,
9249
+ "internalType": "struct ExponentialNoError.Exp",
9250
+ "name": "marketBorrowIndex",
9251
+ "type": "tuple"
9252
+ }
9253
+ ],
9254
+ "name": "RewardTokenBorrowIndexUpdated",
9255
+ "type": "event"
9256
+ },
9257
+ {
9258
+ "anonymous": false,
9259
+ "inputs": [
9260
+ {
9261
+ "indexed": true,
9262
+ "internalType": "contract VToken",
9263
+ "name": "vToken",
9264
+ "type": "address"
9265
+ },
9266
+ {
9267
+ "indexed": false,
9268
+ "internalType": "uint256",
9269
+ "name": "newSpeed",
9270
+ "type": "uint256"
9271
+ }
9272
+ ],
9273
+ "name": "RewardTokenBorrowSpeedUpdated",
9274
+ "type": "event"
9275
+ },
9276
+ {
9277
+ "anonymous": false,
9278
+ "inputs": [
9279
+ {
9280
+ "indexed": true,
9281
+ "internalType": "address",
9282
+ "name": "recipient",
9283
+ "type": "address"
9284
+ },
9285
+ {
9286
+ "indexed": false,
9287
+ "internalType": "uint256",
9288
+ "name": "amount",
9289
+ "type": "uint256"
9290
+ }
9291
+ ],
9292
+ "name": "RewardTokenGranted",
9293
+ "type": "event"
9294
+ },
9295
+ {
9296
+ "anonymous": false,
9297
+ "inputs": [
9298
+ {
9299
+ "indexed": true,
9300
+ "internalType": "address",
9301
+ "name": "vToken",
9302
+ "type": "address"
9303
+ }
9304
+ ],
9305
+ "name": "RewardTokenSupplyIndexUpdated",
9306
+ "type": "event"
9307
+ },
9308
+ {
9309
+ "anonymous": false,
9310
+ "inputs": [
9311
+ {
9312
+ "indexed": true,
9313
+ "internalType": "contract VToken",
9314
+ "name": "vToken",
9315
+ "type": "address"
9316
+ },
9317
+ {
9318
+ "indexed": false,
9319
+ "internalType": "uint256",
9320
+ "name": "newSpeed",
9321
+ "type": "uint256"
9322
+ }
9323
+ ],
9324
+ "name": "RewardTokenSupplySpeedUpdated",
9325
+ "type": "event"
9326
+ },
9327
+ {
9328
+ "anonymous": false,
9329
+ "inputs": [
9330
+ {
9331
+ "indexed": true,
9332
+ "internalType": "address",
9333
+ "name": "vToken",
9334
+ "type": "address"
9335
+ },
9336
+ {
9337
+ "indexed": false,
9338
+ "internalType": "uint256",
9339
+ "name": "newTimestamp",
9340
+ "type": "uint256"
9341
+ }
9342
+ ],
9343
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
9344
+ "type": "event"
9345
+ },
9346
+ {
9347
+ "anonymous": false,
9348
+ "inputs": [
9349
+ {
9350
+ "indexed": true,
9351
+ "internalType": "address",
9352
+ "name": "vToken",
9353
+ "type": "address"
9354
+ },
9355
+ {
9356
+ "indexed": false,
9357
+ "internalType": "uint32",
9358
+ "name": "newBlock",
9359
+ "type": "uint32"
9360
+ }
9361
+ ],
9362
+ "name": "SupplyLastRewardingBlockUpdated",
9363
+ "type": "event"
9364
+ },
9365
+ {
9366
+ "inputs": [],
9367
+ "name": "INITIAL_INDEX",
9368
+ "outputs": [
9369
+ {
9370
+ "internalType": "uint224",
9371
+ "name": "",
9372
+ "type": "uint224"
9373
+ }
9374
+ ],
9375
+ "stateMutability": "view",
9376
+ "type": "function"
9377
+ },
9378
+ {
9379
+ "inputs": [],
9380
+ "name": "acceptOwnership",
9381
+ "outputs": [],
9382
+ "stateMutability": "nonpayable",
9383
+ "type": "function"
9384
+ },
9385
+ {
9386
+ "inputs": [],
9387
+ "name": "accessControlManager",
9388
+ "outputs": [
9389
+ {
9390
+ "internalType": "contract IAccessControlManagerV8",
9391
+ "name": "",
9392
+ "type": "address"
9393
+ }
9394
+ ],
9395
+ "stateMutability": "view",
9396
+ "type": "function"
9397
+ },
9398
+ {
9399
+ "inputs": [],
9400
+ "name": "blocksOrSecondsPerYear",
9401
+ "outputs": [
9402
+ {
9403
+ "internalType": "uint256",
9404
+ "name": "",
9405
+ "type": "uint256"
9406
+ }
9407
+ ],
9408
+ "stateMutability": "view",
9409
+ "type": "function"
9410
+ },
9411
+ {
9412
+ "inputs": [
9413
+ {
9414
+ "internalType": "address",
9415
+ "name": "holder",
9416
+ "type": "address"
9417
+ },
9418
+ {
9419
+ "internalType": "contract VToken[]",
9420
+ "name": "vTokens",
9421
+ "type": "address[]"
9422
+ }
9423
+ ],
9424
+ "name": "claimRewardToken",
9425
+ "outputs": [],
9426
+ "stateMutability": "nonpayable",
9427
+ "type": "function"
9428
+ },
9429
+ {
9430
+ "inputs": [
9431
+ {
9432
+ "internalType": "address",
9433
+ "name": "holder",
9434
+ "type": "address"
9435
+ }
9436
+ ],
9437
+ "name": "claimRewardToken",
9438
+ "outputs": [],
9439
+ "stateMutability": "nonpayable",
9440
+ "type": "function"
9441
+ },
9442
+ {
9443
+ "inputs": [
9444
+ {
9445
+ "internalType": "address",
9446
+ "name": "vToken",
9447
+ "type": "address"
9448
+ },
9449
+ {
9450
+ "internalType": "address",
9451
+ "name": "borrower",
9452
+ "type": "address"
9453
+ },
9454
+ {
9455
+ "components": [
9456
+ {
9457
+ "internalType": "uint256",
9458
+ "name": "mantissa",
9459
+ "type": "uint256"
9460
+ }
9461
+ ],
9462
+ "internalType": "struct ExponentialNoError.Exp",
9463
+ "name": "marketBorrowIndex",
9464
+ "type": "tuple"
9465
+ }
9466
+ ],
9467
+ "name": "distributeBorrowerRewardToken",
9468
+ "outputs": [],
9469
+ "stateMutability": "nonpayable",
9470
+ "type": "function"
9471
+ },
9472
+ {
9473
+ "inputs": [
9474
+ {
9475
+ "internalType": "address",
9476
+ "name": "vToken",
9477
+ "type": "address"
9478
+ },
9479
+ {
9480
+ "internalType": "address",
9481
+ "name": "supplier",
9482
+ "type": "address"
9483
+ }
9484
+ ],
9485
+ "name": "distributeSupplierRewardToken",
9486
+ "outputs": [],
9487
+ "stateMutability": "nonpayable",
9488
+ "type": "function"
9489
+ },
9490
+ {
9491
+ "inputs": [],
9492
+ "name": "getBlockNumberOrTimestamp",
9493
+ "outputs": [
9494
+ {
9495
+ "internalType": "uint256",
9496
+ "name": "",
9497
+ "type": "uint256"
9498
+ }
9499
+ ],
9500
+ "stateMutability": "view",
9501
+ "type": "function"
9502
+ },
9503
+ {
9504
+ "inputs": [
9505
+ {
9506
+ "internalType": "address",
9507
+ "name": "recipient",
9508
+ "type": "address"
9509
+ },
9510
+ {
9511
+ "internalType": "uint256",
9512
+ "name": "amount",
9513
+ "type": "uint256"
9514
+ }
9515
+ ],
9516
+ "name": "grantRewardToken",
9517
+ "outputs": [],
9518
+ "stateMutability": "nonpayable",
9519
+ "type": "function"
9520
+ },
9521
+ {
9522
+ "inputs": [
9523
+ {
9524
+ "internalType": "contract Comptroller",
9525
+ "name": "comptroller_",
9526
+ "type": "address"
9527
+ },
9528
+ {
9529
+ "internalType": "contract IERC20Upgradeable",
9530
+ "name": "rewardToken_",
9531
+ "type": "address"
9532
+ },
9533
+ {
9534
+ "internalType": "uint256",
9535
+ "name": "loopsLimit_",
9536
+ "type": "uint256"
9537
+ },
9538
+ {
9539
+ "internalType": "address",
9540
+ "name": "accessControlManager_",
9541
+ "type": "address"
9542
+ }
9543
+ ],
9544
+ "name": "initialize",
9545
+ "outputs": [],
9546
+ "stateMutability": "nonpayable",
9547
+ "type": "function"
9548
+ },
9549
+ {
9550
+ "inputs": [
9551
+ {
9552
+ "internalType": "address",
9553
+ "name": "vToken",
9554
+ "type": "address"
9555
+ }
9556
+ ],
9557
+ "name": "initializeMarket",
9558
+ "outputs": [],
9559
+ "stateMutability": "nonpayable",
9560
+ "type": "function"
9561
+ },
9562
+ {
9563
+ "inputs": [],
9564
+ "name": "isTimeBased",
9565
+ "outputs": [
9566
+ {
9567
+ "internalType": "bool",
9568
+ "name": "",
9569
+ "type": "bool"
9570
+ }
9571
+ ],
9572
+ "stateMutability": "view",
9573
+ "type": "function"
9574
+ },
9575
+ {
9576
+ "inputs": [
9577
+ {
9578
+ "internalType": "address",
9579
+ "name": "",
9580
+ "type": "address"
9581
+ }
9582
+ ],
9583
+ "name": "lastContributorBlock",
9584
+ "outputs": [
9585
+ {
9586
+ "internalType": "uint256",
9587
+ "name": "",
9588
+ "type": "uint256"
9589
+ }
9590
+ ],
9591
+ "stateMutability": "view",
9592
+ "type": "function"
9593
+ },
9594
+ {
9595
+ "inputs": [],
9596
+ "name": "maxLoopsLimit",
9597
+ "outputs": [
9598
+ {
9599
+ "internalType": "uint256",
9600
+ "name": "",
9601
+ "type": "uint256"
9602
+ }
9603
+ ],
9604
+ "stateMutability": "view",
9605
+ "type": "function"
9606
+ },
9607
+ {
9608
+ "inputs": [],
9609
+ "name": "owner",
9610
+ "outputs": [
9611
+ {
9612
+ "internalType": "address",
9613
+ "name": "",
9614
+ "type": "address"
9615
+ }
9616
+ ],
9617
+ "stateMutability": "view",
9618
+ "type": "function"
9619
+ },
9620
+ {
9621
+ "inputs": [],
9622
+ "name": "pendingOwner",
9623
+ "outputs": [
9624
+ {
9625
+ "internalType": "address",
9626
+ "name": "",
9627
+ "type": "address"
9628
+ }
9629
+ ],
9630
+ "stateMutability": "view",
9631
+ "type": "function"
9632
+ },
9633
+ {
9634
+ "inputs": [],
9635
+ "name": "renounceOwnership",
9636
+ "outputs": [],
9637
+ "stateMutability": "nonpayable",
9638
+ "type": "function"
9639
+ },
9640
+ {
9641
+ "inputs": [],
9642
+ "name": "rewardToken",
9643
+ "outputs": [
9644
+ {
9645
+ "internalType": "contract IERC20Upgradeable",
9646
+ "name": "",
9647
+ "type": "address"
9648
+ }
9649
+ ],
9650
+ "stateMutability": "view",
9651
+ "type": "function"
9652
+ },
9653
+ {
9654
+ "inputs": [
9655
+ {
9656
+ "internalType": "address",
9657
+ "name": "",
9658
+ "type": "address"
9659
+ }
9660
+ ],
9661
+ "name": "rewardTokenAccrued",
9662
+ "outputs": [
9663
+ {
9664
+ "internalType": "uint256",
9665
+ "name": "",
9666
+ "type": "uint256"
9667
+ }
9668
+ ],
9669
+ "stateMutability": "view",
9670
+ "type": "function"
9671
+ },
9672
+ {
9673
+ "inputs": [
9674
+ {
9675
+ "internalType": "address",
9676
+ "name": "",
9677
+ "type": "address"
9678
+ }
9679
+ ],
9680
+ "name": "rewardTokenBorrowSpeeds",
9681
+ "outputs": [
9682
+ {
9683
+ "internalType": "uint256",
9684
+ "name": "",
9685
+ "type": "uint256"
9686
+ }
9687
+ ],
9688
+ "stateMutability": "view",
9689
+ "type": "function"
9690
+ },
9691
+ {
9692
+ "inputs": [
9693
+ {
9694
+ "internalType": "address",
9695
+ "name": "",
9696
+ "type": "address"
9697
+ }
9698
+ ],
9699
+ "name": "rewardTokenBorrowState",
9700
+ "outputs": [
9701
+ {
9702
+ "internalType": "uint224",
9703
+ "name": "index",
9704
+ "type": "uint224"
9705
+ },
9706
+ {
9707
+ "internalType": "uint32",
9708
+ "name": "block",
9709
+ "type": "uint32"
9710
+ },
9711
+ {
9712
+ "internalType": "uint32",
9713
+ "name": "lastRewardingBlock",
9714
+ "type": "uint32"
9715
+ }
9716
+ ],
9717
+ "stateMutability": "view",
9718
+ "type": "function"
9719
+ },
9720
+ {
9721
+ "inputs": [
9722
+ {
9723
+ "internalType": "address",
9724
+ "name": "",
9725
+ "type": "address"
9726
+ }
9727
+ ],
9728
+ "name": "rewardTokenBorrowStateTimeBased",
9729
+ "outputs": [
9730
+ {
9731
+ "internalType": "uint224",
9732
+ "name": "index",
9733
+ "type": "uint224"
9734
+ },
9735
+ {
9736
+ "internalType": "uint256",
9737
+ "name": "timestamp",
9738
+ "type": "uint256"
9739
+ },
9740
+ {
9741
+ "internalType": "uint256",
9742
+ "name": "lastRewardingTimestamp",
9743
+ "type": "uint256"
9744
+ }
9745
+ ],
9746
+ "stateMutability": "view",
9747
+ "type": "function"
9748
+ },
9749
+ {
9750
+ "inputs": [
9751
+ {
9752
+ "internalType": "address",
9753
+ "name": "",
9754
+ "type": "address"
9755
+ },
9756
+ {
9757
+ "internalType": "address",
9758
+ "name": "",
9759
+ "type": "address"
9760
+ }
9761
+ ],
9762
+ "name": "rewardTokenBorrowerIndex",
9763
+ "outputs": [
9764
+ {
9765
+ "internalType": "uint256",
9766
+ "name": "",
9767
+ "type": "uint256"
9768
+ }
9769
+ ],
9770
+ "stateMutability": "view",
9771
+ "type": "function"
9772
+ },
9773
+ {
9774
+ "inputs": [
9775
+ {
9776
+ "internalType": "address",
9777
+ "name": "",
9778
+ "type": "address"
9779
+ }
9780
+ ],
9781
+ "name": "rewardTokenContributorSpeeds",
9782
+ "outputs": [
9783
+ {
9784
+ "internalType": "uint256",
9785
+ "name": "",
9786
+ "type": "uint256"
9787
+ }
9788
+ ],
9789
+ "stateMutability": "view",
9790
+ "type": "function"
9791
+ },
9792
+ {
9793
+ "inputs": [
9794
+ {
9795
+ "internalType": "address",
9796
+ "name": "",
9797
+ "type": "address"
9798
+ },
9799
+ {
9800
+ "internalType": "address",
9801
+ "name": "",
9802
+ "type": "address"
9803
+ }
9804
+ ],
9805
+ "name": "rewardTokenSupplierIndex",
9806
+ "outputs": [
9807
+ {
9808
+ "internalType": "uint256",
9809
+ "name": "",
9810
+ "type": "uint256"
9811
+ }
9812
+ ],
9813
+ "stateMutability": "view",
9814
+ "type": "function"
9815
+ },
9816
+ {
9817
+ "inputs": [
9818
+ {
9819
+ "internalType": "address",
9820
+ "name": "",
9821
+ "type": "address"
9822
+ }
9823
+ ],
9824
+ "name": "rewardTokenSupplySpeeds",
9825
+ "outputs": [
9826
+ {
9827
+ "internalType": "uint256",
9828
+ "name": "",
9829
+ "type": "uint256"
9830
+ }
9831
+ ],
9832
+ "stateMutability": "view",
9833
+ "type": "function"
9834
+ },
9835
+ {
9836
+ "inputs": [
9837
+ {
9838
+ "internalType": "address",
9839
+ "name": "",
9840
+ "type": "address"
9841
+ }
9842
+ ],
9843
+ "name": "rewardTokenSupplyState",
9844
+ "outputs": [
9845
+ {
9846
+ "internalType": "uint224",
9847
+ "name": "index",
9848
+ "type": "uint224"
9849
+ },
9850
+ {
9851
+ "internalType": "uint32",
9852
+ "name": "block",
9853
+ "type": "uint32"
9854
+ },
9855
+ {
9856
+ "internalType": "uint32",
9857
+ "name": "lastRewardingBlock",
9858
+ "type": "uint32"
9859
+ }
9860
+ ],
9861
+ "stateMutability": "view",
9862
+ "type": "function"
9863
+ },
9864
+ {
9865
+ "inputs": [
9866
+ {
9867
+ "internalType": "address",
9868
+ "name": "",
9869
+ "type": "address"
9870
+ }
9871
+ ],
9872
+ "name": "rewardTokenSupplyStateTimeBased",
9873
+ "outputs": [
9874
+ {
9875
+ "internalType": "uint224",
9876
+ "name": "index",
9877
+ "type": "uint224"
9878
+ },
9879
+ {
9880
+ "internalType": "uint256",
9881
+ "name": "timestamp",
9882
+ "type": "uint256"
9883
+ },
9884
+ {
9885
+ "internalType": "uint256",
9886
+ "name": "lastRewardingTimestamp",
9887
+ "type": "uint256"
9888
+ }
9889
+ ],
9890
+ "stateMutability": "view",
9891
+ "type": "function"
9892
+ },
9893
+ {
9894
+ "inputs": [
9895
+ {
9896
+ "internalType": "address",
9897
+ "name": "accessControlManager_",
9898
+ "type": "address"
9899
+ }
9900
+ ],
9901
+ "name": "setAccessControlManager",
9902
+ "outputs": [],
9903
+ "stateMutability": "nonpayable",
9904
+ "type": "function"
9905
+ },
9906
+ {
9907
+ "inputs": [
9908
+ {
9909
+ "internalType": "address",
9910
+ "name": "contributor",
9911
+ "type": "address"
9912
+ },
9913
+ {
9914
+ "internalType": "uint256",
9915
+ "name": "rewardTokenSpeed",
9916
+ "type": "uint256"
9917
+ }
9918
+ ],
9919
+ "name": "setContributorRewardTokenSpeed",
9920
+ "outputs": [],
9921
+ "stateMutability": "nonpayable",
9922
+ "type": "function"
9923
+ },
9924
+ {
9925
+ "inputs": [
9926
+ {
9927
+ "internalType": "contract VToken[]",
9928
+ "name": "vTokens",
9929
+ "type": "address[]"
9930
+ },
9931
+ {
9932
+ "internalType": "uint256[]",
9933
+ "name": "supplyLastRewardingBlockTimestamps",
9934
+ "type": "uint256[]"
9935
+ },
9936
+ {
9937
+ "internalType": "uint256[]",
9938
+ "name": "borrowLastRewardingBlockTimestamps",
9939
+ "type": "uint256[]"
9940
+ }
9941
+ ],
9942
+ "name": "setLastRewardingBlockTimestamps",
9943
+ "outputs": [],
9944
+ "stateMutability": "nonpayable",
9945
+ "type": "function"
9946
+ },
9947
+ {
9948
+ "inputs": [
9949
+ {
9950
+ "internalType": "contract VToken[]",
9951
+ "name": "vTokens",
9952
+ "type": "address[]"
9953
+ },
9954
+ {
9955
+ "internalType": "uint32[]",
9956
+ "name": "supplyLastRewardingBlocks",
9957
+ "type": "uint32[]"
9958
+ },
9959
+ {
9960
+ "internalType": "uint32[]",
9961
+ "name": "borrowLastRewardingBlocks",
9962
+ "type": "uint32[]"
9963
+ }
9964
+ ],
9965
+ "name": "setLastRewardingBlocks",
9966
+ "outputs": [],
9967
+ "stateMutability": "nonpayable",
9968
+ "type": "function"
9969
+ },
9970
+ {
9971
+ "inputs": [
9972
+ {
9973
+ "internalType": "uint256",
9974
+ "name": "limit",
9975
+ "type": "uint256"
9976
+ }
9977
+ ],
9978
+ "name": "setMaxLoopsLimit",
9979
+ "outputs": [],
9980
+ "stateMutability": "nonpayable",
9981
+ "type": "function"
9982
+ },
9983
+ {
9984
+ "inputs": [
9985
+ {
9986
+ "internalType": "contract VToken[]",
9987
+ "name": "vTokens",
9988
+ "type": "address[]"
9989
+ },
9990
+ {
9991
+ "internalType": "uint256[]",
9992
+ "name": "supplySpeeds",
9993
+ "type": "uint256[]"
9994
+ },
9995
+ {
9996
+ "internalType": "uint256[]",
9997
+ "name": "borrowSpeeds",
9998
+ "type": "uint256[]"
9999
+ }
10000
+ ],
10001
+ "name": "setRewardTokenSpeeds",
10002
+ "outputs": [],
10003
+ "stateMutability": "nonpayable",
10004
+ "type": "function"
10005
+ },
10006
+ {
10007
+ "inputs": [
10008
+ {
10009
+ "internalType": "address",
10010
+ "name": "newOwner",
10011
+ "type": "address"
10012
+ }
10013
+ ],
10014
+ "name": "transferOwnership",
10015
+ "outputs": [],
10016
+ "stateMutability": "nonpayable",
10017
+ "type": "function"
10018
+ },
10019
+ {
10020
+ "inputs": [
10021
+ {
10022
+ "internalType": "address",
10023
+ "name": "contributor",
10024
+ "type": "address"
10025
+ }
10026
+ ],
10027
+ "name": "updateContributorRewards",
10028
+ "outputs": [],
10029
+ "stateMutability": "nonpayable",
10030
+ "type": "function"
10031
+ },
10032
+ {
10033
+ "inputs": [
10034
+ {
10035
+ "internalType": "address",
10036
+ "name": "vToken",
10037
+ "type": "address"
10038
+ },
10039
+ {
10040
+ "components": [
10041
+ {
10042
+ "internalType": "uint256",
10043
+ "name": "mantissa",
10044
+ "type": "uint256"
10045
+ }
10046
+ ],
10047
+ "internalType": "struct ExponentialNoError.Exp",
10048
+ "name": "marketBorrowIndex",
10049
+ "type": "tuple"
10050
+ }
10051
+ ],
10052
+ "name": "updateRewardTokenBorrowIndex",
10053
+ "outputs": [],
10054
+ "stateMutability": "nonpayable",
10055
+ "type": "function"
10056
+ },
10057
+ {
10058
+ "inputs": [
10059
+ {
10060
+ "internalType": "address",
10061
+ "name": "vToken",
10062
+ "type": "address"
10063
+ }
10064
+ ],
10065
+ "name": "updateRewardTokenSupplyIndex",
10066
+ "outputs": [],
10067
+ "stateMutability": "nonpayable",
10068
+ "type": "function"
10069
+ },
10070
+ {
10071
+ "inputs": [
10072
+ {
10073
+ "internalType": "address",
10074
+ "name": "_logic",
10075
+ "type": "address"
10076
+ },
10077
+ {
10078
+ "internalType": "address",
10079
+ "name": "admin_",
10080
+ "type": "address"
10081
+ },
10082
+ {
10083
+ "internalType": "bytes",
10084
+ "name": "_data",
10085
+ "type": "bytes"
10086
+ }
10087
+ ],
10088
+ "stateMutability": "payable",
10089
+ "type": "constructor"
10090
+ }
10091
+ ]
10092
+ },
10093
+ "RewardsDistributor_Core_0_Proxy": {
10094
+ "address": "0xeE51109E032595D2943397C73d8d5D0982C0E00D",
10095
+ "abi": [
10096
+ {
10097
+ "inputs": [
10098
+ {
10099
+ "internalType": "address",
10100
+ "name": "_logic",
10101
+ "type": "address"
10102
+ },
10103
+ {
10104
+ "internalType": "address",
10105
+ "name": "admin_",
10106
+ "type": "address"
10107
+ },
10108
+ {
10109
+ "internalType": "bytes",
10110
+ "name": "_data",
10111
+ "type": "bytes"
10112
+ }
10113
+ ],
10114
+ "stateMutability": "payable",
10115
+ "type": "constructor"
10116
+ },
10117
+ {
10118
+ "anonymous": false,
10119
+ "inputs": [
10120
+ {
10121
+ "indexed": false,
10122
+ "internalType": "address",
10123
+ "name": "previousAdmin",
10124
+ "type": "address"
10125
+ },
10126
+ {
10127
+ "indexed": false,
10128
+ "internalType": "address",
10129
+ "name": "newAdmin",
10130
+ "type": "address"
10131
+ }
10132
+ ],
10133
+ "name": "AdminChanged",
10134
+ "type": "event"
10135
+ },
10136
+ {
10137
+ "anonymous": false,
10138
+ "inputs": [
10139
+ {
10140
+ "indexed": true,
10141
+ "internalType": "address",
10142
+ "name": "beacon",
10143
+ "type": "address"
10144
+ }
10145
+ ],
10146
+ "name": "BeaconUpgraded",
10147
+ "type": "event"
10148
+ },
10149
+ {
10150
+ "anonymous": false,
10151
+ "inputs": [
10152
+ {
10153
+ "indexed": true,
10154
+ "internalType": "address",
10155
+ "name": "implementation",
10156
+ "type": "address"
10157
+ }
10158
+ ],
10159
+ "name": "Upgraded",
10160
+ "type": "event"
10161
+ },
10162
+ {
10163
+ "stateMutability": "payable",
10164
+ "type": "fallback"
10165
+ },
10166
+ {
10167
+ "inputs": [],
10168
+ "name": "admin",
10169
+ "outputs": [
10170
+ {
10171
+ "internalType": "address",
10172
+ "name": "admin_",
10173
+ "type": "address"
10174
+ }
10175
+ ],
10176
+ "stateMutability": "nonpayable",
10177
+ "type": "function"
10178
+ },
10179
+ {
10180
+ "inputs": [],
10181
+ "name": "implementation",
10182
+ "outputs": [
10183
+ {
10184
+ "internalType": "address",
10185
+ "name": "implementation_",
10186
+ "type": "address"
10187
+ }
10188
+ ],
10189
+ "stateMutability": "nonpayable",
10190
+ "type": "function"
10191
+ },
10192
+ {
10193
+ "inputs": [
10194
+ {
10195
+ "internalType": "address",
10196
+ "name": "newImplementation",
10197
+ "type": "address"
10198
+ }
10199
+ ],
10200
+ "name": "upgradeTo",
10201
+ "outputs": [],
10202
+ "stateMutability": "nonpayable",
10203
+ "type": "function"
10204
+ },
10205
+ {
10206
+ "inputs": [
10207
+ {
10208
+ "internalType": "address",
10209
+ "name": "newImplementation",
10210
+ "type": "address"
10211
+ },
10212
+ {
10213
+ "internalType": "bytes",
10214
+ "name": "data",
10215
+ "type": "bytes"
10216
+ }
10217
+ ],
10218
+ "name": "upgradeToAndCall",
10219
+ "outputs": [],
10220
+ "stateMutability": "payable",
10221
+ "type": "function"
10222
+ },
10223
+ {
10224
+ "stateMutability": "payable",
10225
+ "type": "receive"
10226
+ }
10227
+ ]
10228
+ },
7660
10229
  "VTokenBeacon": {
7661
10230
  "address": "0x123AC6429C00333D5b2E140e54d9037E154b27E4",
7662
10231
  "abi": [