@venusprotocol/isolated-pools 3.5.0-dev.4 → 3.5.0-dev.6

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