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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7090,6 +7090,2575 @@
7090
7090
  }
7091
7091
  ]
7092
7092
  },
7093
+ "RewardsDistributorImpl": {
7094
+ "address": "0xCD47775e5F3AFa137659747a8dEa86764a900d56",
7095
+ "abi": [
7096
+ {
7097
+ "inputs": [
7098
+ {
7099
+ "internalType": "bool",
7100
+ "name": "timeBased_",
7101
+ "type": "bool"
7102
+ },
7103
+ {
7104
+ "internalType": "uint256",
7105
+ "name": "blocksPerYear_",
7106
+ "type": "uint256"
7107
+ }
7108
+ ],
7109
+ "stateMutability": "nonpayable",
7110
+ "type": "constructor"
7111
+ },
7112
+ {
7113
+ "inputs": [],
7114
+ "name": "InvalidBlocksPerYear",
7115
+ "type": "error"
7116
+ },
7117
+ {
7118
+ "inputs": [],
7119
+ "name": "InvalidTimeBasedConfiguration",
7120
+ "type": "error"
7121
+ },
7122
+ {
7123
+ "inputs": [
7124
+ {
7125
+ "internalType": "uint256",
7126
+ "name": "loopsLimit",
7127
+ "type": "uint256"
7128
+ },
7129
+ {
7130
+ "internalType": "uint256",
7131
+ "name": "requiredLoops",
7132
+ "type": "uint256"
7133
+ }
7134
+ ],
7135
+ "name": "MaxLoopsLimitExceeded",
7136
+ "type": "error"
7137
+ },
7138
+ {
7139
+ "inputs": [
7140
+ {
7141
+ "internalType": "address",
7142
+ "name": "sender",
7143
+ "type": "address"
7144
+ },
7145
+ {
7146
+ "internalType": "address",
7147
+ "name": "calledContract",
7148
+ "type": "address"
7149
+ },
7150
+ {
7151
+ "internalType": "string",
7152
+ "name": "methodSignature",
7153
+ "type": "string"
7154
+ }
7155
+ ],
7156
+ "name": "Unauthorized",
7157
+ "type": "error"
7158
+ },
7159
+ {
7160
+ "anonymous": false,
7161
+ "inputs": [
7162
+ {
7163
+ "indexed": true,
7164
+ "internalType": "address",
7165
+ "name": "vToken",
7166
+ "type": "address"
7167
+ },
7168
+ {
7169
+ "indexed": false,
7170
+ "internalType": "uint256",
7171
+ "name": "newTimestamp",
7172
+ "type": "uint256"
7173
+ }
7174
+ ],
7175
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
7176
+ "type": "event"
7177
+ },
7178
+ {
7179
+ "anonymous": false,
7180
+ "inputs": [
7181
+ {
7182
+ "indexed": true,
7183
+ "internalType": "address",
7184
+ "name": "vToken",
7185
+ "type": "address"
7186
+ },
7187
+ {
7188
+ "indexed": false,
7189
+ "internalType": "uint32",
7190
+ "name": "newBlock",
7191
+ "type": "uint32"
7192
+ }
7193
+ ],
7194
+ "name": "BorrowLastRewardingBlockUpdated",
7195
+ "type": "event"
7196
+ },
7197
+ {
7198
+ "anonymous": false,
7199
+ "inputs": [
7200
+ {
7201
+ "indexed": true,
7202
+ "internalType": "address",
7203
+ "name": "contributor",
7204
+ "type": "address"
7205
+ },
7206
+ {
7207
+ "indexed": false,
7208
+ "internalType": "uint256",
7209
+ "name": "newSpeed",
7210
+ "type": "uint256"
7211
+ }
7212
+ ],
7213
+ "name": "ContributorRewardTokenSpeedUpdated",
7214
+ "type": "event"
7215
+ },
7216
+ {
7217
+ "anonymous": false,
7218
+ "inputs": [
7219
+ {
7220
+ "indexed": true,
7221
+ "internalType": "address",
7222
+ "name": "contributor",
7223
+ "type": "address"
7224
+ },
7225
+ {
7226
+ "indexed": false,
7227
+ "internalType": "uint256",
7228
+ "name": "rewardAccrued",
7229
+ "type": "uint256"
7230
+ }
7231
+ ],
7232
+ "name": "ContributorRewardsUpdated",
7233
+ "type": "event"
7234
+ },
7235
+ {
7236
+ "anonymous": false,
7237
+ "inputs": [
7238
+ {
7239
+ "indexed": true,
7240
+ "internalType": "contract VToken",
7241
+ "name": "vToken",
7242
+ "type": "address"
7243
+ },
7244
+ {
7245
+ "indexed": true,
7246
+ "internalType": "address",
7247
+ "name": "borrower",
7248
+ "type": "address"
7249
+ },
7250
+ {
7251
+ "indexed": false,
7252
+ "internalType": "uint256",
7253
+ "name": "rewardTokenDelta",
7254
+ "type": "uint256"
7255
+ },
7256
+ {
7257
+ "indexed": false,
7258
+ "internalType": "uint256",
7259
+ "name": "rewardTokenTotal",
7260
+ "type": "uint256"
7261
+ },
7262
+ {
7263
+ "indexed": false,
7264
+ "internalType": "uint256",
7265
+ "name": "rewardTokenBorrowIndex",
7266
+ "type": "uint256"
7267
+ }
7268
+ ],
7269
+ "name": "DistributedBorrowerRewardToken",
7270
+ "type": "event"
7271
+ },
7272
+ {
7273
+ "anonymous": false,
7274
+ "inputs": [
7275
+ {
7276
+ "indexed": true,
7277
+ "internalType": "contract VToken",
7278
+ "name": "vToken",
7279
+ "type": "address"
7280
+ },
7281
+ {
7282
+ "indexed": true,
7283
+ "internalType": "address",
7284
+ "name": "supplier",
7285
+ "type": "address"
7286
+ },
7287
+ {
7288
+ "indexed": false,
7289
+ "internalType": "uint256",
7290
+ "name": "rewardTokenDelta",
7291
+ "type": "uint256"
7292
+ },
7293
+ {
7294
+ "indexed": false,
7295
+ "internalType": "uint256",
7296
+ "name": "rewardTokenTotal",
7297
+ "type": "uint256"
7298
+ },
7299
+ {
7300
+ "indexed": false,
7301
+ "internalType": "uint256",
7302
+ "name": "rewardTokenSupplyIndex",
7303
+ "type": "uint256"
7304
+ }
7305
+ ],
7306
+ "name": "DistributedSupplierRewardToken",
7307
+ "type": "event"
7308
+ },
7309
+ {
7310
+ "anonymous": false,
7311
+ "inputs": [
7312
+ {
7313
+ "indexed": false,
7314
+ "internalType": "uint8",
7315
+ "name": "version",
7316
+ "type": "uint8"
7317
+ }
7318
+ ],
7319
+ "name": "Initialized",
7320
+ "type": "event"
7321
+ },
7322
+ {
7323
+ "anonymous": false,
7324
+ "inputs": [
7325
+ {
7326
+ "indexed": true,
7327
+ "internalType": "address",
7328
+ "name": "vToken",
7329
+ "type": "address"
7330
+ }
7331
+ ],
7332
+ "name": "MarketInitialized",
7333
+ "type": "event"
7334
+ },
7335
+ {
7336
+ "anonymous": false,
7337
+ "inputs": [
7338
+ {
7339
+ "indexed": false,
7340
+ "internalType": "uint256",
7341
+ "name": "oldMaxLoopsLimit",
7342
+ "type": "uint256"
7343
+ },
7344
+ {
7345
+ "indexed": false,
7346
+ "internalType": "uint256",
7347
+ "name": "newmaxLoopsLimit",
7348
+ "type": "uint256"
7349
+ }
7350
+ ],
7351
+ "name": "MaxLoopsLimitUpdated",
7352
+ "type": "event"
7353
+ },
7354
+ {
7355
+ "anonymous": false,
7356
+ "inputs": [
7357
+ {
7358
+ "indexed": false,
7359
+ "internalType": "address",
7360
+ "name": "oldAccessControlManager",
7361
+ "type": "address"
7362
+ },
7363
+ {
7364
+ "indexed": false,
7365
+ "internalType": "address",
7366
+ "name": "newAccessControlManager",
7367
+ "type": "address"
7368
+ }
7369
+ ],
7370
+ "name": "NewAccessControlManager",
7371
+ "type": "event"
7372
+ },
7373
+ {
7374
+ "anonymous": false,
7375
+ "inputs": [
7376
+ {
7377
+ "indexed": true,
7378
+ "internalType": "address",
7379
+ "name": "previousOwner",
7380
+ "type": "address"
7381
+ },
7382
+ {
7383
+ "indexed": true,
7384
+ "internalType": "address",
7385
+ "name": "newOwner",
7386
+ "type": "address"
7387
+ }
7388
+ ],
7389
+ "name": "OwnershipTransferStarted",
7390
+ "type": "event"
7391
+ },
7392
+ {
7393
+ "anonymous": false,
7394
+ "inputs": [
7395
+ {
7396
+ "indexed": true,
7397
+ "internalType": "address",
7398
+ "name": "previousOwner",
7399
+ "type": "address"
7400
+ },
7401
+ {
7402
+ "indexed": true,
7403
+ "internalType": "address",
7404
+ "name": "newOwner",
7405
+ "type": "address"
7406
+ }
7407
+ ],
7408
+ "name": "OwnershipTransferred",
7409
+ "type": "event"
7410
+ },
7411
+ {
7412
+ "anonymous": false,
7413
+ "inputs": [
7414
+ {
7415
+ "indexed": true,
7416
+ "internalType": "address",
7417
+ "name": "vToken",
7418
+ "type": "address"
7419
+ },
7420
+ {
7421
+ "components": [
7422
+ {
7423
+ "internalType": "uint256",
7424
+ "name": "mantissa",
7425
+ "type": "uint256"
7426
+ }
7427
+ ],
7428
+ "indexed": false,
7429
+ "internalType": "struct ExponentialNoError.Exp",
7430
+ "name": "marketBorrowIndex",
7431
+ "type": "tuple"
7432
+ }
7433
+ ],
7434
+ "name": "RewardTokenBorrowIndexUpdated",
7435
+ "type": "event"
7436
+ },
7437
+ {
7438
+ "anonymous": false,
7439
+ "inputs": [
7440
+ {
7441
+ "indexed": true,
7442
+ "internalType": "contract VToken",
7443
+ "name": "vToken",
7444
+ "type": "address"
7445
+ },
7446
+ {
7447
+ "indexed": false,
7448
+ "internalType": "uint256",
7449
+ "name": "newSpeed",
7450
+ "type": "uint256"
7451
+ }
7452
+ ],
7453
+ "name": "RewardTokenBorrowSpeedUpdated",
7454
+ "type": "event"
7455
+ },
7456
+ {
7457
+ "anonymous": false,
7458
+ "inputs": [
7459
+ {
7460
+ "indexed": true,
7461
+ "internalType": "address",
7462
+ "name": "recipient",
7463
+ "type": "address"
7464
+ },
7465
+ {
7466
+ "indexed": false,
7467
+ "internalType": "uint256",
7468
+ "name": "amount",
7469
+ "type": "uint256"
7470
+ }
7471
+ ],
7472
+ "name": "RewardTokenGranted",
7473
+ "type": "event"
7474
+ },
7475
+ {
7476
+ "anonymous": false,
7477
+ "inputs": [
7478
+ {
7479
+ "indexed": true,
7480
+ "internalType": "address",
7481
+ "name": "vToken",
7482
+ "type": "address"
7483
+ }
7484
+ ],
7485
+ "name": "RewardTokenSupplyIndexUpdated",
7486
+ "type": "event"
7487
+ },
7488
+ {
7489
+ "anonymous": false,
7490
+ "inputs": [
7491
+ {
7492
+ "indexed": true,
7493
+ "internalType": "contract VToken",
7494
+ "name": "vToken",
7495
+ "type": "address"
7496
+ },
7497
+ {
7498
+ "indexed": false,
7499
+ "internalType": "uint256",
7500
+ "name": "newSpeed",
7501
+ "type": "uint256"
7502
+ }
7503
+ ],
7504
+ "name": "RewardTokenSupplySpeedUpdated",
7505
+ "type": "event"
7506
+ },
7507
+ {
7508
+ "anonymous": false,
7509
+ "inputs": [
7510
+ {
7511
+ "indexed": true,
7512
+ "internalType": "address",
7513
+ "name": "vToken",
7514
+ "type": "address"
7515
+ },
7516
+ {
7517
+ "indexed": false,
7518
+ "internalType": "uint256",
7519
+ "name": "newTimestamp",
7520
+ "type": "uint256"
7521
+ }
7522
+ ],
7523
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
7524
+ "type": "event"
7525
+ },
7526
+ {
7527
+ "anonymous": false,
7528
+ "inputs": [
7529
+ {
7530
+ "indexed": true,
7531
+ "internalType": "address",
7532
+ "name": "vToken",
7533
+ "type": "address"
7534
+ },
7535
+ {
7536
+ "indexed": false,
7537
+ "internalType": "uint32",
7538
+ "name": "newBlock",
7539
+ "type": "uint32"
7540
+ }
7541
+ ],
7542
+ "name": "SupplyLastRewardingBlockUpdated",
7543
+ "type": "event"
7544
+ },
7545
+ {
7546
+ "inputs": [],
7547
+ "name": "INITIAL_INDEX",
7548
+ "outputs": [
7549
+ {
7550
+ "internalType": "uint224",
7551
+ "name": "",
7552
+ "type": "uint224"
7553
+ }
7554
+ ],
7555
+ "stateMutability": "view",
7556
+ "type": "function"
7557
+ },
7558
+ {
7559
+ "inputs": [],
7560
+ "name": "acceptOwnership",
7561
+ "outputs": [],
7562
+ "stateMutability": "nonpayable",
7563
+ "type": "function"
7564
+ },
7565
+ {
7566
+ "inputs": [],
7567
+ "name": "accessControlManager",
7568
+ "outputs": [
7569
+ {
7570
+ "internalType": "contract IAccessControlManagerV8",
7571
+ "name": "",
7572
+ "type": "address"
7573
+ }
7574
+ ],
7575
+ "stateMutability": "view",
7576
+ "type": "function"
7577
+ },
7578
+ {
7579
+ "inputs": [],
7580
+ "name": "blocksOrSecondsPerYear",
7581
+ "outputs": [
7582
+ {
7583
+ "internalType": "uint256",
7584
+ "name": "",
7585
+ "type": "uint256"
7586
+ }
7587
+ ],
7588
+ "stateMutability": "view",
7589
+ "type": "function"
7590
+ },
7591
+ {
7592
+ "inputs": [
7593
+ {
7594
+ "internalType": "address",
7595
+ "name": "holder",
7596
+ "type": "address"
7597
+ },
7598
+ {
7599
+ "internalType": "contract VToken[]",
7600
+ "name": "vTokens",
7601
+ "type": "address[]"
7602
+ }
7603
+ ],
7604
+ "name": "claimRewardToken",
7605
+ "outputs": [],
7606
+ "stateMutability": "nonpayable",
7607
+ "type": "function"
7608
+ },
7609
+ {
7610
+ "inputs": [
7611
+ {
7612
+ "internalType": "address",
7613
+ "name": "holder",
7614
+ "type": "address"
7615
+ }
7616
+ ],
7617
+ "name": "claimRewardToken",
7618
+ "outputs": [],
7619
+ "stateMutability": "nonpayable",
7620
+ "type": "function"
7621
+ },
7622
+ {
7623
+ "inputs": [
7624
+ {
7625
+ "internalType": "address",
7626
+ "name": "vToken",
7627
+ "type": "address"
7628
+ },
7629
+ {
7630
+ "internalType": "address",
7631
+ "name": "borrower",
7632
+ "type": "address"
7633
+ },
7634
+ {
7635
+ "components": [
7636
+ {
7637
+ "internalType": "uint256",
7638
+ "name": "mantissa",
7639
+ "type": "uint256"
7640
+ }
7641
+ ],
7642
+ "internalType": "struct ExponentialNoError.Exp",
7643
+ "name": "marketBorrowIndex",
7644
+ "type": "tuple"
7645
+ }
7646
+ ],
7647
+ "name": "distributeBorrowerRewardToken",
7648
+ "outputs": [],
7649
+ "stateMutability": "nonpayable",
7650
+ "type": "function"
7651
+ },
7652
+ {
7653
+ "inputs": [
7654
+ {
7655
+ "internalType": "address",
7656
+ "name": "vToken",
7657
+ "type": "address"
7658
+ },
7659
+ {
7660
+ "internalType": "address",
7661
+ "name": "supplier",
7662
+ "type": "address"
7663
+ }
7664
+ ],
7665
+ "name": "distributeSupplierRewardToken",
7666
+ "outputs": [],
7667
+ "stateMutability": "nonpayable",
7668
+ "type": "function"
7669
+ },
7670
+ {
7671
+ "inputs": [],
7672
+ "name": "getBlockNumberOrTimestamp",
7673
+ "outputs": [
7674
+ {
7675
+ "internalType": "uint256",
7676
+ "name": "",
7677
+ "type": "uint256"
7678
+ }
7679
+ ],
7680
+ "stateMutability": "view",
7681
+ "type": "function"
7682
+ },
7683
+ {
7684
+ "inputs": [
7685
+ {
7686
+ "internalType": "address",
7687
+ "name": "recipient",
7688
+ "type": "address"
7689
+ },
7690
+ {
7691
+ "internalType": "uint256",
7692
+ "name": "amount",
7693
+ "type": "uint256"
7694
+ }
7695
+ ],
7696
+ "name": "grantRewardToken",
7697
+ "outputs": [],
7698
+ "stateMutability": "nonpayable",
7699
+ "type": "function"
7700
+ },
7701
+ {
7702
+ "inputs": [
7703
+ {
7704
+ "internalType": "contract Comptroller",
7705
+ "name": "comptroller_",
7706
+ "type": "address"
7707
+ },
7708
+ {
7709
+ "internalType": "contract IERC20Upgradeable",
7710
+ "name": "rewardToken_",
7711
+ "type": "address"
7712
+ },
7713
+ {
7714
+ "internalType": "uint256",
7715
+ "name": "loopsLimit_",
7716
+ "type": "uint256"
7717
+ },
7718
+ {
7719
+ "internalType": "address",
7720
+ "name": "accessControlManager_",
7721
+ "type": "address"
7722
+ }
7723
+ ],
7724
+ "name": "initialize",
7725
+ "outputs": [],
7726
+ "stateMutability": "nonpayable",
7727
+ "type": "function"
7728
+ },
7729
+ {
7730
+ "inputs": [
7731
+ {
7732
+ "internalType": "address",
7733
+ "name": "vToken",
7734
+ "type": "address"
7735
+ }
7736
+ ],
7737
+ "name": "initializeMarket",
7738
+ "outputs": [],
7739
+ "stateMutability": "nonpayable",
7740
+ "type": "function"
7741
+ },
7742
+ {
7743
+ "inputs": [],
7744
+ "name": "isTimeBased",
7745
+ "outputs": [
7746
+ {
7747
+ "internalType": "bool",
7748
+ "name": "",
7749
+ "type": "bool"
7750
+ }
7751
+ ],
7752
+ "stateMutability": "view",
7753
+ "type": "function"
7754
+ },
7755
+ {
7756
+ "inputs": [
7757
+ {
7758
+ "internalType": "address",
7759
+ "name": "",
7760
+ "type": "address"
7761
+ }
7762
+ ],
7763
+ "name": "lastContributorBlock",
7764
+ "outputs": [
7765
+ {
7766
+ "internalType": "uint256",
7767
+ "name": "",
7768
+ "type": "uint256"
7769
+ }
7770
+ ],
7771
+ "stateMutability": "view",
7772
+ "type": "function"
7773
+ },
7774
+ {
7775
+ "inputs": [],
7776
+ "name": "maxLoopsLimit",
7777
+ "outputs": [
7778
+ {
7779
+ "internalType": "uint256",
7780
+ "name": "",
7781
+ "type": "uint256"
7782
+ }
7783
+ ],
7784
+ "stateMutability": "view",
7785
+ "type": "function"
7786
+ },
7787
+ {
7788
+ "inputs": [],
7789
+ "name": "owner",
7790
+ "outputs": [
7791
+ {
7792
+ "internalType": "address",
7793
+ "name": "",
7794
+ "type": "address"
7795
+ }
7796
+ ],
7797
+ "stateMutability": "view",
7798
+ "type": "function"
7799
+ },
7800
+ {
7801
+ "inputs": [],
7802
+ "name": "pendingOwner",
7803
+ "outputs": [
7804
+ {
7805
+ "internalType": "address",
7806
+ "name": "",
7807
+ "type": "address"
7808
+ }
7809
+ ],
7810
+ "stateMutability": "view",
7811
+ "type": "function"
7812
+ },
7813
+ {
7814
+ "inputs": [],
7815
+ "name": "renounceOwnership",
7816
+ "outputs": [],
7817
+ "stateMutability": "nonpayable",
7818
+ "type": "function"
7819
+ },
7820
+ {
7821
+ "inputs": [],
7822
+ "name": "rewardToken",
7823
+ "outputs": [
7824
+ {
7825
+ "internalType": "contract IERC20Upgradeable",
7826
+ "name": "",
7827
+ "type": "address"
7828
+ }
7829
+ ],
7830
+ "stateMutability": "view",
7831
+ "type": "function"
7832
+ },
7833
+ {
7834
+ "inputs": [
7835
+ {
7836
+ "internalType": "address",
7837
+ "name": "",
7838
+ "type": "address"
7839
+ }
7840
+ ],
7841
+ "name": "rewardTokenAccrued",
7842
+ "outputs": [
7843
+ {
7844
+ "internalType": "uint256",
7845
+ "name": "",
7846
+ "type": "uint256"
7847
+ }
7848
+ ],
7849
+ "stateMutability": "view",
7850
+ "type": "function"
7851
+ },
7852
+ {
7853
+ "inputs": [
7854
+ {
7855
+ "internalType": "address",
7856
+ "name": "",
7857
+ "type": "address"
7858
+ }
7859
+ ],
7860
+ "name": "rewardTokenBorrowSpeeds",
7861
+ "outputs": [
7862
+ {
7863
+ "internalType": "uint256",
7864
+ "name": "",
7865
+ "type": "uint256"
7866
+ }
7867
+ ],
7868
+ "stateMutability": "view",
7869
+ "type": "function"
7870
+ },
7871
+ {
7872
+ "inputs": [
7873
+ {
7874
+ "internalType": "address",
7875
+ "name": "",
7876
+ "type": "address"
7877
+ }
7878
+ ],
7879
+ "name": "rewardTokenBorrowState",
7880
+ "outputs": [
7881
+ {
7882
+ "internalType": "uint224",
7883
+ "name": "index",
7884
+ "type": "uint224"
7885
+ },
7886
+ {
7887
+ "internalType": "uint32",
7888
+ "name": "block",
7889
+ "type": "uint32"
7890
+ },
7891
+ {
7892
+ "internalType": "uint32",
7893
+ "name": "lastRewardingBlock",
7894
+ "type": "uint32"
7895
+ }
7896
+ ],
7897
+ "stateMutability": "view",
7898
+ "type": "function"
7899
+ },
7900
+ {
7901
+ "inputs": [
7902
+ {
7903
+ "internalType": "address",
7904
+ "name": "",
7905
+ "type": "address"
7906
+ }
7907
+ ],
7908
+ "name": "rewardTokenBorrowStateTimeBased",
7909
+ "outputs": [
7910
+ {
7911
+ "internalType": "uint224",
7912
+ "name": "index",
7913
+ "type": "uint224"
7914
+ },
7915
+ {
7916
+ "internalType": "uint256",
7917
+ "name": "timestamp",
7918
+ "type": "uint256"
7919
+ },
7920
+ {
7921
+ "internalType": "uint256",
7922
+ "name": "lastRewardingTimestamp",
7923
+ "type": "uint256"
7924
+ }
7925
+ ],
7926
+ "stateMutability": "view",
7927
+ "type": "function"
7928
+ },
7929
+ {
7930
+ "inputs": [
7931
+ {
7932
+ "internalType": "address",
7933
+ "name": "",
7934
+ "type": "address"
7935
+ },
7936
+ {
7937
+ "internalType": "address",
7938
+ "name": "",
7939
+ "type": "address"
7940
+ }
7941
+ ],
7942
+ "name": "rewardTokenBorrowerIndex",
7943
+ "outputs": [
7944
+ {
7945
+ "internalType": "uint256",
7946
+ "name": "",
7947
+ "type": "uint256"
7948
+ }
7949
+ ],
7950
+ "stateMutability": "view",
7951
+ "type": "function"
7952
+ },
7953
+ {
7954
+ "inputs": [
7955
+ {
7956
+ "internalType": "address",
7957
+ "name": "",
7958
+ "type": "address"
7959
+ }
7960
+ ],
7961
+ "name": "rewardTokenContributorSpeeds",
7962
+ "outputs": [
7963
+ {
7964
+ "internalType": "uint256",
7965
+ "name": "",
7966
+ "type": "uint256"
7967
+ }
7968
+ ],
7969
+ "stateMutability": "view",
7970
+ "type": "function"
7971
+ },
7972
+ {
7973
+ "inputs": [
7974
+ {
7975
+ "internalType": "address",
7976
+ "name": "",
7977
+ "type": "address"
7978
+ },
7979
+ {
7980
+ "internalType": "address",
7981
+ "name": "",
7982
+ "type": "address"
7983
+ }
7984
+ ],
7985
+ "name": "rewardTokenSupplierIndex",
7986
+ "outputs": [
7987
+ {
7988
+ "internalType": "uint256",
7989
+ "name": "",
7990
+ "type": "uint256"
7991
+ }
7992
+ ],
7993
+ "stateMutability": "view",
7994
+ "type": "function"
7995
+ },
7996
+ {
7997
+ "inputs": [
7998
+ {
7999
+ "internalType": "address",
8000
+ "name": "",
8001
+ "type": "address"
8002
+ }
8003
+ ],
8004
+ "name": "rewardTokenSupplySpeeds",
8005
+ "outputs": [
8006
+ {
8007
+ "internalType": "uint256",
8008
+ "name": "",
8009
+ "type": "uint256"
8010
+ }
8011
+ ],
8012
+ "stateMutability": "view",
8013
+ "type": "function"
8014
+ },
8015
+ {
8016
+ "inputs": [
8017
+ {
8018
+ "internalType": "address",
8019
+ "name": "",
8020
+ "type": "address"
8021
+ }
8022
+ ],
8023
+ "name": "rewardTokenSupplyState",
8024
+ "outputs": [
8025
+ {
8026
+ "internalType": "uint224",
8027
+ "name": "index",
8028
+ "type": "uint224"
8029
+ },
8030
+ {
8031
+ "internalType": "uint32",
8032
+ "name": "block",
8033
+ "type": "uint32"
8034
+ },
8035
+ {
8036
+ "internalType": "uint32",
8037
+ "name": "lastRewardingBlock",
8038
+ "type": "uint32"
8039
+ }
8040
+ ],
8041
+ "stateMutability": "view",
8042
+ "type": "function"
8043
+ },
8044
+ {
8045
+ "inputs": [
8046
+ {
8047
+ "internalType": "address",
8048
+ "name": "",
8049
+ "type": "address"
8050
+ }
8051
+ ],
8052
+ "name": "rewardTokenSupplyStateTimeBased",
8053
+ "outputs": [
8054
+ {
8055
+ "internalType": "uint224",
8056
+ "name": "index",
8057
+ "type": "uint224"
8058
+ },
8059
+ {
8060
+ "internalType": "uint256",
8061
+ "name": "timestamp",
8062
+ "type": "uint256"
8063
+ },
8064
+ {
8065
+ "internalType": "uint256",
8066
+ "name": "lastRewardingTimestamp",
8067
+ "type": "uint256"
8068
+ }
8069
+ ],
8070
+ "stateMutability": "view",
8071
+ "type": "function"
8072
+ },
8073
+ {
8074
+ "inputs": [
8075
+ {
8076
+ "internalType": "address",
8077
+ "name": "accessControlManager_",
8078
+ "type": "address"
8079
+ }
8080
+ ],
8081
+ "name": "setAccessControlManager",
8082
+ "outputs": [],
8083
+ "stateMutability": "nonpayable",
8084
+ "type": "function"
8085
+ },
8086
+ {
8087
+ "inputs": [
8088
+ {
8089
+ "internalType": "address",
8090
+ "name": "contributor",
8091
+ "type": "address"
8092
+ },
8093
+ {
8094
+ "internalType": "uint256",
8095
+ "name": "rewardTokenSpeed",
8096
+ "type": "uint256"
8097
+ }
8098
+ ],
8099
+ "name": "setContributorRewardTokenSpeed",
8100
+ "outputs": [],
8101
+ "stateMutability": "nonpayable",
8102
+ "type": "function"
8103
+ },
8104
+ {
8105
+ "inputs": [
8106
+ {
8107
+ "internalType": "contract VToken[]",
8108
+ "name": "vTokens",
8109
+ "type": "address[]"
8110
+ },
8111
+ {
8112
+ "internalType": "uint256[]",
8113
+ "name": "supplyLastRewardingBlockTimestamps",
8114
+ "type": "uint256[]"
8115
+ },
8116
+ {
8117
+ "internalType": "uint256[]",
8118
+ "name": "borrowLastRewardingBlockTimestamps",
8119
+ "type": "uint256[]"
8120
+ }
8121
+ ],
8122
+ "name": "setLastRewardingBlockTimestamps",
8123
+ "outputs": [],
8124
+ "stateMutability": "nonpayable",
8125
+ "type": "function"
8126
+ },
8127
+ {
8128
+ "inputs": [
8129
+ {
8130
+ "internalType": "contract VToken[]",
8131
+ "name": "vTokens",
8132
+ "type": "address[]"
8133
+ },
8134
+ {
8135
+ "internalType": "uint32[]",
8136
+ "name": "supplyLastRewardingBlocks",
8137
+ "type": "uint32[]"
8138
+ },
8139
+ {
8140
+ "internalType": "uint32[]",
8141
+ "name": "borrowLastRewardingBlocks",
8142
+ "type": "uint32[]"
8143
+ }
8144
+ ],
8145
+ "name": "setLastRewardingBlocks",
8146
+ "outputs": [],
8147
+ "stateMutability": "nonpayable",
8148
+ "type": "function"
8149
+ },
8150
+ {
8151
+ "inputs": [
8152
+ {
8153
+ "internalType": "uint256",
8154
+ "name": "limit",
8155
+ "type": "uint256"
8156
+ }
8157
+ ],
8158
+ "name": "setMaxLoopsLimit",
8159
+ "outputs": [],
8160
+ "stateMutability": "nonpayable",
8161
+ "type": "function"
8162
+ },
8163
+ {
8164
+ "inputs": [
8165
+ {
8166
+ "internalType": "contract VToken[]",
8167
+ "name": "vTokens",
8168
+ "type": "address[]"
8169
+ },
8170
+ {
8171
+ "internalType": "uint256[]",
8172
+ "name": "supplySpeeds",
8173
+ "type": "uint256[]"
8174
+ },
8175
+ {
8176
+ "internalType": "uint256[]",
8177
+ "name": "borrowSpeeds",
8178
+ "type": "uint256[]"
8179
+ }
8180
+ ],
8181
+ "name": "setRewardTokenSpeeds",
8182
+ "outputs": [],
8183
+ "stateMutability": "nonpayable",
8184
+ "type": "function"
8185
+ },
8186
+ {
8187
+ "inputs": [
8188
+ {
8189
+ "internalType": "address",
8190
+ "name": "newOwner",
8191
+ "type": "address"
8192
+ }
8193
+ ],
8194
+ "name": "transferOwnership",
8195
+ "outputs": [],
8196
+ "stateMutability": "nonpayable",
8197
+ "type": "function"
8198
+ },
8199
+ {
8200
+ "inputs": [
8201
+ {
8202
+ "internalType": "address",
8203
+ "name": "contributor",
8204
+ "type": "address"
8205
+ }
8206
+ ],
8207
+ "name": "updateContributorRewards",
8208
+ "outputs": [],
8209
+ "stateMutability": "nonpayable",
8210
+ "type": "function"
8211
+ },
8212
+ {
8213
+ "inputs": [
8214
+ {
8215
+ "internalType": "address",
8216
+ "name": "vToken",
8217
+ "type": "address"
8218
+ },
8219
+ {
8220
+ "components": [
8221
+ {
8222
+ "internalType": "uint256",
8223
+ "name": "mantissa",
8224
+ "type": "uint256"
8225
+ }
8226
+ ],
8227
+ "internalType": "struct ExponentialNoError.Exp",
8228
+ "name": "marketBorrowIndex",
8229
+ "type": "tuple"
8230
+ }
8231
+ ],
8232
+ "name": "updateRewardTokenBorrowIndex",
8233
+ "outputs": [],
8234
+ "stateMutability": "nonpayable",
8235
+ "type": "function"
8236
+ },
8237
+ {
8238
+ "inputs": [
8239
+ {
8240
+ "internalType": "address",
8241
+ "name": "vToken",
8242
+ "type": "address"
8243
+ }
8244
+ ],
8245
+ "name": "updateRewardTokenSupplyIndex",
8246
+ "outputs": [],
8247
+ "stateMutability": "nonpayable",
8248
+ "type": "function"
8249
+ }
8250
+ ]
8251
+ },
8252
+ "RewardsDistributor_Core_0": {
8253
+ "address": "0x4630B71C1BD27c99DD86aBB2A18C50c3F75C88fb",
8254
+ "abi": [
8255
+ {
8256
+ "anonymous": false,
8257
+ "inputs": [
8258
+ {
8259
+ "indexed": false,
8260
+ "internalType": "address",
8261
+ "name": "previousAdmin",
8262
+ "type": "address"
8263
+ },
8264
+ {
8265
+ "indexed": false,
8266
+ "internalType": "address",
8267
+ "name": "newAdmin",
8268
+ "type": "address"
8269
+ }
8270
+ ],
8271
+ "name": "AdminChanged",
8272
+ "type": "event"
8273
+ },
8274
+ {
8275
+ "anonymous": false,
8276
+ "inputs": [
8277
+ {
8278
+ "indexed": true,
8279
+ "internalType": "address",
8280
+ "name": "beacon",
8281
+ "type": "address"
8282
+ }
8283
+ ],
8284
+ "name": "BeaconUpgraded",
8285
+ "type": "event"
8286
+ },
8287
+ {
8288
+ "anonymous": false,
8289
+ "inputs": [
8290
+ {
8291
+ "indexed": true,
8292
+ "internalType": "address",
8293
+ "name": "implementation",
8294
+ "type": "address"
8295
+ }
8296
+ ],
8297
+ "name": "Upgraded",
8298
+ "type": "event"
8299
+ },
8300
+ {
8301
+ "stateMutability": "payable",
8302
+ "type": "fallback"
8303
+ },
8304
+ {
8305
+ "inputs": [],
8306
+ "name": "admin",
8307
+ "outputs": [
8308
+ {
8309
+ "internalType": "address",
8310
+ "name": "admin_",
8311
+ "type": "address"
8312
+ }
8313
+ ],
8314
+ "stateMutability": "nonpayable",
8315
+ "type": "function"
8316
+ },
8317
+ {
8318
+ "inputs": [],
8319
+ "name": "implementation",
8320
+ "outputs": [
8321
+ {
8322
+ "internalType": "address",
8323
+ "name": "implementation_",
8324
+ "type": "address"
8325
+ }
8326
+ ],
8327
+ "stateMutability": "nonpayable",
8328
+ "type": "function"
8329
+ },
8330
+ {
8331
+ "inputs": [
8332
+ {
8333
+ "internalType": "address",
8334
+ "name": "newImplementation",
8335
+ "type": "address"
8336
+ }
8337
+ ],
8338
+ "name": "upgradeTo",
8339
+ "outputs": [],
8340
+ "stateMutability": "nonpayable",
8341
+ "type": "function"
8342
+ },
8343
+ {
8344
+ "inputs": [
8345
+ {
8346
+ "internalType": "address",
8347
+ "name": "newImplementation",
8348
+ "type": "address"
8349
+ },
8350
+ {
8351
+ "internalType": "bytes",
8352
+ "name": "data",
8353
+ "type": "bytes"
8354
+ }
8355
+ ],
8356
+ "name": "upgradeToAndCall",
8357
+ "outputs": [],
8358
+ "stateMutability": "payable",
8359
+ "type": "function"
8360
+ },
8361
+ {
8362
+ "stateMutability": "payable",
8363
+ "type": "receive"
8364
+ },
8365
+ {
8366
+ "inputs": [],
8367
+ "name": "InvalidBlocksPerYear",
8368
+ "type": "error"
8369
+ },
8370
+ {
8371
+ "inputs": [],
8372
+ "name": "InvalidTimeBasedConfiguration",
8373
+ "type": "error"
8374
+ },
8375
+ {
8376
+ "inputs": [
8377
+ {
8378
+ "internalType": "uint256",
8379
+ "name": "loopsLimit",
8380
+ "type": "uint256"
8381
+ },
8382
+ {
8383
+ "internalType": "uint256",
8384
+ "name": "requiredLoops",
8385
+ "type": "uint256"
8386
+ }
8387
+ ],
8388
+ "name": "MaxLoopsLimitExceeded",
8389
+ "type": "error"
8390
+ },
8391
+ {
8392
+ "inputs": [
8393
+ {
8394
+ "internalType": "address",
8395
+ "name": "sender",
8396
+ "type": "address"
8397
+ },
8398
+ {
8399
+ "internalType": "address",
8400
+ "name": "calledContract",
8401
+ "type": "address"
8402
+ },
8403
+ {
8404
+ "internalType": "string",
8405
+ "name": "methodSignature",
8406
+ "type": "string"
8407
+ }
8408
+ ],
8409
+ "name": "Unauthorized",
8410
+ "type": "error"
8411
+ },
8412
+ {
8413
+ "anonymous": false,
8414
+ "inputs": [
8415
+ {
8416
+ "indexed": true,
8417
+ "internalType": "address",
8418
+ "name": "vToken",
8419
+ "type": "address"
8420
+ },
8421
+ {
8422
+ "indexed": false,
8423
+ "internalType": "uint256",
8424
+ "name": "newTimestamp",
8425
+ "type": "uint256"
8426
+ }
8427
+ ],
8428
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
8429
+ "type": "event"
8430
+ },
8431
+ {
8432
+ "anonymous": false,
8433
+ "inputs": [
8434
+ {
8435
+ "indexed": true,
8436
+ "internalType": "address",
8437
+ "name": "vToken",
8438
+ "type": "address"
8439
+ },
8440
+ {
8441
+ "indexed": false,
8442
+ "internalType": "uint32",
8443
+ "name": "newBlock",
8444
+ "type": "uint32"
8445
+ }
8446
+ ],
8447
+ "name": "BorrowLastRewardingBlockUpdated",
8448
+ "type": "event"
8449
+ },
8450
+ {
8451
+ "anonymous": false,
8452
+ "inputs": [
8453
+ {
8454
+ "indexed": true,
8455
+ "internalType": "address",
8456
+ "name": "contributor",
8457
+ "type": "address"
8458
+ },
8459
+ {
8460
+ "indexed": false,
8461
+ "internalType": "uint256",
8462
+ "name": "newSpeed",
8463
+ "type": "uint256"
8464
+ }
8465
+ ],
8466
+ "name": "ContributorRewardTokenSpeedUpdated",
8467
+ "type": "event"
8468
+ },
8469
+ {
8470
+ "anonymous": false,
8471
+ "inputs": [
8472
+ {
8473
+ "indexed": true,
8474
+ "internalType": "address",
8475
+ "name": "contributor",
8476
+ "type": "address"
8477
+ },
8478
+ {
8479
+ "indexed": false,
8480
+ "internalType": "uint256",
8481
+ "name": "rewardAccrued",
8482
+ "type": "uint256"
8483
+ }
8484
+ ],
8485
+ "name": "ContributorRewardsUpdated",
8486
+ "type": "event"
8487
+ },
8488
+ {
8489
+ "anonymous": false,
8490
+ "inputs": [
8491
+ {
8492
+ "indexed": true,
8493
+ "internalType": "contract VToken",
8494
+ "name": "vToken",
8495
+ "type": "address"
8496
+ },
8497
+ {
8498
+ "indexed": true,
8499
+ "internalType": "address",
8500
+ "name": "borrower",
8501
+ "type": "address"
8502
+ },
8503
+ {
8504
+ "indexed": false,
8505
+ "internalType": "uint256",
8506
+ "name": "rewardTokenDelta",
8507
+ "type": "uint256"
8508
+ },
8509
+ {
8510
+ "indexed": false,
8511
+ "internalType": "uint256",
8512
+ "name": "rewardTokenTotal",
8513
+ "type": "uint256"
8514
+ },
8515
+ {
8516
+ "indexed": false,
8517
+ "internalType": "uint256",
8518
+ "name": "rewardTokenBorrowIndex",
8519
+ "type": "uint256"
8520
+ }
8521
+ ],
8522
+ "name": "DistributedBorrowerRewardToken",
8523
+ "type": "event"
8524
+ },
8525
+ {
8526
+ "anonymous": false,
8527
+ "inputs": [
8528
+ {
8529
+ "indexed": true,
8530
+ "internalType": "contract VToken",
8531
+ "name": "vToken",
8532
+ "type": "address"
8533
+ },
8534
+ {
8535
+ "indexed": true,
8536
+ "internalType": "address",
8537
+ "name": "supplier",
8538
+ "type": "address"
8539
+ },
8540
+ {
8541
+ "indexed": false,
8542
+ "internalType": "uint256",
8543
+ "name": "rewardTokenDelta",
8544
+ "type": "uint256"
8545
+ },
8546
+ {
8547
+ "indexed": false,
8548
+ "internalType": "uint256",
8549
+ "name": "rewardTokenTotal",
8550
+ "type": "uint256"
8551
+ },
8552
+ {
8553
+ "indexed": false,
8554
+ "internalType": "uint256",
8555
+ "name": "rewardTokenSupplyIndex",
8556
+ "type": "uint256"
8557
+ }
8558
+ ],
8559
+ "name": "DistributedSupplierRewardToken",
8560
+ "type": "event"
8561
+ },
8562
+ {
8563
+ "anonymous": false,
8564
+ "inputs": [
8565
+ {
8566
+ "indexed": false,
8567
+ "internalType": "uint8",
8568
+ "name": "version",
8569
+ "type": "uint8"
8570
+ }
8571
+ ],
8572
+ "name": "Initialized",
8573
+ "type": "event"
8574
+ },
8575
+ {
8576
+ "anonymous": false,
8577
+ "inputs": [
8578
+ {
8579
+ "indexed": true,
8580
+ "internalType": "address",
8581
+ "name": "vToken",
8582
+ "type": "address"
8583
+ }
8584
+ ],
8585
+ "name": "MarketInitialized",
8586
+ "type": "event"
8587
+ },
8588
+ {
8589
+ "anonymous": false,
8590
+ "inputs": [
8591
+ {
8592
+ "indexed": false,
8593
+ "internalType": "uint256",
8594
+ "name": "oldMaxLoopsLimit",
8595
+ "type": "uint256"
8596
+ },
8597
+ {
8598
+ "indexed": false,
8599
+ "internalType": "uint256",
8600
+ "name": "newmaxLoopsLimit",
8601
+ "type": "uint256"
8602
+ }
8603
+ ],
8604
+ "name": "MaxLoopsLimitUpdated",
8605
+ "type": "event"
8606
+ },
8607
+ {
8608
+ "anonymous": false,
8609
+ "inputs": [
8610
+ {
8611
+ "indexed": false,
8612
+ "internalType": "address",
8613
+ "name": "oldAccessControlManager",
8614
+ "type": "address"
8615
+ },
8616
+ {
8617
+ "indexed": false,
8618
+ "internalType": "address",
8619
+ "name": "newAccessControlManager",
8620
+ "type": "address"
8621
+ }
8622
+ ],
8623
+ "name": "NewAccessControlManager",
8624
+ "type": "event"
8625
+ },
8626
+ {
8627
+ "anonymous": false,
8628
+ "inputs": [
8629
+ {
8630
+ "indexed": true,
8631
+ "internalType": "address",
8632
+ "name": "previousOwner",
8633
+ "type": "address"
8634
+ },
8635
+ {
8636
+ "indexed": true,
8637
+ "internalType": "address",
8638
+ "name": "newOwner",
8639
+ "type": "address"
8640
+ }
8641
+ ],
8642
+ "name": "OwnershipTransferStarted",
8643
+ "type": "event"
8644
+ },
8645
+ {
8646
+ "anonymous": false,
8647
+ "inputs": [
8648
+ {
8649
+ "indexed": true,
8650
+ "internalType": "address",
8651
+ "name": "previousOwner",
8652
+ "type": "address"
8653
+ },
8654
+ {
8655
+ "indexed": true,
8656
+ "internalType": "address",
8657
+ "name": "newOwner",
8658
+ "type": "address"
8659
+ }
8660
+ ],
8661
+ "name": "OwnershipTransferred",
8662
+ "type": "event"
8663
+ },
8664
+ {
8665
+ "anonymous": false,
8666
+ "inputs": [
8667
+ {
8668
+ "indexed": true,
8669
+ "internalType": "address",
8670
+ "name": "vToken",
8671
+ "type": "address"
8672
+ },
8673
+ {
8674
+ "components": [
8675
+ {
8676
+ "internalType": "uint256",
8677
+ "name": "mantissa",
8678
+ "type": "uint256"
8679
+ }
8680
+ ],
8681
+ "indexed": false,
8682
+ "internalType": "struct ExponentialNoError.Exp",
8683
+ "name": "marketBorrowIndex",
8684
+ "type": "tuple"
8685
+ }
8686
+ ],
8687
+ "name": "RewardTokenBorrowIndexUpdated",
8688
+ "type": "event"
8689
+ },
8690
+ {
8691
+ "anonymous": false,
8692
+ "inputs": [
8693
+ {
8694
+ "indexed": true,
8695
+ "internalType": "contract VToken",
8696
+ "name": "vToken",
8697
+ "type": "address"
8698
+ },
8699
+ {
8700
+ "indexed": false,
8701
+ "internalType": "uint256",
8702
+ "name": "newSpeed",
8703
+ "type": "uint256"
8704
+ }
8705
+ ],
8706
+ "name": "RewardTokenBorrowSpeedUpdated",
8707
+ "type": "event"
8708
+ },
8709
+ {
8710
+ "anonymous": false,
8711
+ "inputs": [
8712
+ {
8713
+ "indexed": true,
8714
+ "internalType": "address",
8715
+ "name": "recipient",
8716
+ "type": "address"
8717
+ },
8718
+ {
8719
+ "indexed": false,
8720
+ "internalType": "uint256",
8721
+ "name": "amount",
8722
+ "type": "uint256"
8723
+ }
8724
+ ],
8725
+ "name": "RewardTokenGranted",
8726
+ "type": "event"
8727
+ },
8728
+ {
8729
+ "anonymous": false,
8730
+ "inputs": [
8731
+ {
8732
+ "indexed": true,
8733
+ "internalType": "address",
8734
+ "name": "vToken",
8735
+ "type": "address"
8736
+ }
8737
+ ],
8738
+ "name": "RewardTokenSupplyIndexUpdated",
8739
+ "type": "event"
8740
+ },
8741
+ {
8742
+ "anonymous": false,
8743
+ "inputs": [
8744
+ {
8745
+ "indexed": true,
8746
+ "internalType": "contract VToken",
8747
+ "name": "vToken",
8748
+ "type": "address"
8749
+ },
8750
+ {
8751
+ "indexed": false,
8752
+ "internalType": "uint256",
8753
+ "name": "newSpeed",
8754
+ "type": "uint256"
8755
+ }
8756
+ ],
8757
+ "name": "RewardTokenSupplySpeedUpdated",
8758
+ "type": "event"
8759
+ },
8760
+ {
8761
+ "anonymous": false,
8762
+ "inputs": [
8763
+ {
8764
+ "indexed": true,
8765
+ "internalType": "address",
8766
+ "name": "vToken",
8767
+ "type": "address"
8768
+ },
8769
+ {
8770
+ "indexed": false,
8771
+ "internalType": "uint256",
8772
+ "name": "newTimestamp",
8773
+ "type": "uint256"
8774
+ }
8775
+ ],
8776
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
8777
+ "type": "event"
8778
+ },
8779
+ {
8780
+ "anonymous": false,
8781
+ "inputs": [
8782
+ {
8783
+ "indexed": true,
8784
+ "internalType": "address",
8785
+ "name": "vToken",
8786
+ "type": "address"
8787
+ },
8788
+ {
8789
+ "indexed": false,
8790
+ "internalType": "uint32",
8791
+ "name": "newBlock",
8792
+ "type": "uint32"
8793
+ }
8794
+ ],
8795
+ "name": "SupplyLastRewardingBlockUpdated",
8796
+ "type": "event"
8797
+ },
8798
+ {
8799
+ "inputs": [],
8800
+ "name": "INITIAL_INDEX",
8801
+ "outputs": [
8802
+ {
8803
+ "internalType": "uint224",
8804
+ "name": "",
8805
+ "type": "uint224"
8806
+ }
8807
+ ],
8808
+ "stateMutability": "view",
8809
+ "type": "function"
8810
+ },
8811
+ {
8812
+ "inputs": [],
8813
+ "name": "acceptOwnership",
8814
+ "outputs": [],
8815
+ "stateMutability": "nonpayable",
8816
+ "type": "function"
8817
+ },
8818
+ {
8819
+ "inputs": [],
8820
+ "name": "accessControlManager",
8821
+ "outputs": [
8822
+ {
8823
+ "internalType": "contract IAccessControlManagerV8",
8824
+ "name": "",
8825
+ "type": "address"
8826
+ }
8827
+ ],
8828
+ "stateMutability": "view",
8829
+ "type": "function"
8830
+ },
8831
+ {
8832
+ "inputs": [],
8833
+ "name": "blocksOrSecondsPerYear",
8834
+ "outputs": [
8835
+ {
8836
+ "internalType": "uint256",
8837
+ "name": "",
8838
+ "type": "uint256"
8839
+ }
8840
+ ],
8841
+ "stateMutability": "view",
8842
+ "type": "function"
8843
+ },
8844
+ {
8845
+ "inputs": [
8846
+ {
8847
+ "internalType": "address",
8848
+ "name": "holder",
8849
+ "type": "address"
8850
+ },
8851
+ {
8852
+ "internalType": "contract VToken[]",
8853
+ "name": "vTokens",
8854
+ "type": "address[]"
8855
+ }
8856
+ ],
8857
+ "name": "claimRewardToken",
8858
+ "outputs": [],
8859
+ "stateMutability": "nonpayable",
8860
+ "type": "function"
8861
+ },
8862
+ {
8863
+ "inputs": [
8864
+ {
8865
+ "internalType": "address",
8866
+ "name": "holder",
8867
+ "type": "address"
8868
+ }
8869
+ ],
8870
+ "name": "claimRewardToken",
8871
+ "outputs": [],
8872
+ "stateMutability": "nonpayable",
8873
+ "type": "function"
8874
+ },
8875
+ {
8876
+ "inputs": [
8877
+ {
8878
+ "internalType": "address",
8879
+ "name": "vToken",
8880
+ "type": "address"
8881
+ },
8882
+ {
8883
+ "internalType": "address",
8884
+ "name": "borrower",
8885
+ "type": "address"
8886
+ },
8887
+ {
8888
+ "components": [
8889
+ {
8890
+ "internalType": "uint256",
8891
+ "name": "mantissa",
8892
+ "type": "uint256"
8893
+ }
8894
+ ],
8895
+ "internalType": "struct ExponentialNoError.Exp",
8896
+ "name": "marketBorrowIndex",
8897
+ "type": "tuple"
8898
+ }
8899
+ ],
8900
+ "name": "distributeBorrowerRewardToken",
8901
+ "outputs": [],
8902
+ "stateMutability": "nonpayable",
8903
+ "type": "function"
8904
+ },
8905
+ {
8906
+ "inputs": [
8907
+ {
8908
+ "internalType": "address",
8909
+ "name": "vToken",
8910
+ "type": "address"
8911
+ },
8912
+ {
8913
+ "internalType": "address",
8914
+ "name": "supplier",
8915
+ "type": "address"
8916
+ }
8917
+ ],
8918
+ "name": "distributeSupplierRewardToken",
8919
+ "outputs": [],
8920
+ "stateMutability": "nonpayable",
8921
+ "type": "function"
8922
+ },
8923
+ {
8924
+ "inputs": [],
8925
+ "name": "getBlockNumberOrTimestamp",
8926
+ "outputs": [
8927
+ {
8928
+ "internalType": "uint256",
8929
+ "name": "",
8930
+ "type": "uint256"
8931
+ }
8932
+ ],
8933
+ "stateMutability": "view",
8934
+ "type": "function"
8935
+ },
8936
+ {
8937
+ "inputs": [
8938
+ {
8939
+ "internalType": "address",
8940
+ "name": "recipient",
8941
+ "type": "address"
8942
+ },
8943
+ {
8944
+ "internalType": "uint256",
8945
+ "name": "amount",
8946
+ "type": "uint256"
8947
+ }
8948
+ ],
8949
+ "name": "grantRewardToken",
8950
+ "outputs": [],
8951
+ "stateMutability": "nonpayable",
8952
+ "type": "function"
8953
+ },
8954
+ {
8955
+ "inputs": [
8956
+ {
8957
+ "internalType": "contract Comptroller",
8958
+ "name": "comptroller_",
8959
+ "type": "address"
8960
+ },
8961
+ {
8962
+ "internalType": "contract IERC20Upgradeable",
8963
+ "name": "rewardToken_",
8964
+ "type": "address"
8965
+ },
8966
+ {
8967
+ "internalType": "uint256",
8968
+ "name": "loopsLimit_",
8969
+ "type": "uint256"
8970
+ },
8971
+ {
8972
+ "internalType": "address",
8973
+ "name": "accessControlManager_",
8974
+ "type": "address"
8975
+ }
8976
+ ],
8977
+ "name": "initialize",
8978
+ "outputs": [],
8979
+ "stateMutability": "nonpayable",
8980
+ "type": "function"
8981
+ },
8982
+ {
8983
+ "inputs": [
8984
+ {
8985
+ "internalType": "address",
8986
+ "name": "vToken",
8987
+ "type": "address"
8988
+ }
8989
+ ],
8990
+ "name": "initializeMarket",
8991
+ "outputs": [],
8992
+ "stateMutability": "nonpayable",
8993
+ "type": "function"
8994
+ },
8995
+ {
8996
+ "inputs": [],
8997
+ "name": "isTimeBased",
8998
+ "outputs": [
8999
+ {
9000
+ "internalType": "bool",
9001
+ "name": "",
9002
+ "type": "bool"
9003
+ }
9004
+ ],
9005
+ "stateMutability": "view",
9006
+ "type": "function"
9007
+ },
9008
+ {
9009
+ "inputs": [
9010
+ {
9011
+ "internalType": "address",
9012
+ "name": "",
9013
+ "type": "address"
9014
+ }
9015
+ ],
9016
+ "name": "lastContributorBlock",
9017
+ "outputs": [
9018
+ {
9019
+ "internalType": "uint256",
9020
+ "name": "",
9021
+ "type": "uint256"
9022
+ }
9023
+ ],
9024
+ "stateMutability": "view",
9025
+ "type": "function"
9026
+ },
9027
+ {
9028
+ "inputs": [],
9029
+ "name": "maxLoopsLimit",
9030
+ "outputs": [
9031
+ {
9032
+ "internalType": "uint256",
9033
+ "name": "",
9034
+ "type": "uint256"
9035
+ }
9036
+ ],
9037
+ "stateMutability": "view",
9038
+ "type": "function"
9039
+ },
9040
+ {
9041
+ "inputs": [],
9042
+ "name": "owner",
9043
+ "outputs": [
9044
+ {
9045
+ "internalType": "address",
9046
+ "name": "",
9047
+ "type": "address"
9048
+ }
9049
+ ],
9050
+ "stateMutability": "view",
9051
+ "type": "function"
9052
+ },
9053
+ {
9054
+ "inputs": [],
9055
+ "name": "pendingOwner",
9056
+ "outputs": [
9057
+ {
9058
+ "internalType": "address",
9059
+ "name": "",
9060
+ "type": "address"
9061
+ }
9062
+ ],
9063
+ "stateMutability": "view",
9064
+ "type": "function"
9065
+ },
9066
+ {
9067
+ "inputs": [],
9068
+ "name": "renounceOwnership",
9069
+ "outputs": [],
9070
+ "stateMutability": "nonpayable",
9071
+ "type": "function"
9072
+ },
9073
+ {
9074
+ "inputs": [],
9075
+ "name": "rewardToken",
9076
+ "outputs": [
9077
+ {
9078
+ "internalType": "contract IERC20Upgradeable",
9079
+ "name": "",
9080
+ "type": "address"
9081
+ }
9082
+ ],
9083
+ "stateMutability": "view",
9084
+ "type": "function"
9085
+ },
9086
+ {
9087
+ "inputs": [
9088
+ {
9089
+ "internalType": "address",
9090
+ "name": "",
9091
+ "type": "address"
9092
+ }
9093
+ ],
9094
+ "name": "rewardTokenAccrued",
9095
+ "outputs": [
9096
+ {
9097
+ "internalType": "uint256",
9098
+ "name": "",
9099
+ "type": "uint256"
9100
+ }
9101
+ ],
9102
+ "stateMutability": "view",
9103
+ "type": "function"
9104
+ },
9105
+ {
9106
+ "inputs": [
9107
+ {
9108
+ "internalType": "address",
9109
+ "name": "",
9110
+ "type": "address"
9111
+ }
9112
+ ],
9113
+ "name": "rewardTokenBorrowSpeeds",
9114
+ "outputs": [
9115
+ {
9116
+ "internalType": "uint256",
9117
+ "name": "",
9118
+ "type": "uint256"
9119
+ }
9120
+ ],
9121
+ "stateMutability": "view",
9122
+ "type": "function"
9123
+ },
9124
+ {
9125
+ "inputs": [
9126
+ {
9127
+ "internalType": "address",
9128
+ "name": "",
9129
+ "type": "address"
9130
+ }
9131
+ ],
9132
+ "name": "rewardTokenBorrowState",
9133
+ "outputs": [
9134
+ {
9135
+ "internalType": "uint224",
9136
+ "name": "index",
9137
+ "type": "uint224"
9138
+ },
9139
+ {
9140
+ "internalType": "uint32",
9141
+ "name": "block",
9142
+ "type": "uint32"
9143
+ },
9144
+ {
9145
+ "internalType": "uint32",
9146
+ "name": "lastRewardingBlock",
9147
+ "type": "uint32"
9148
+ }
9149
+ ],
9150
+ "stateMutability": "view",
9151
+ "type": "function"
9152
+ },
9153
+ {
9154
+ "inputs": [
9155
+ {
9156
+ "internalType": "address",
9157
+ "name": "",
9158
+ "type": "address"
9159
+ }
9160
+ ],
9161
+ "name": "rewardTokenBorrowStateTimeBased",
9162
+ "outputs": [
9163
+ {
9164
+ "internalType": "uint224",
9165
+ "name": "index",
9166
+ "type": "uint224"
9167
+ },
9168
+ {
9169
+ "internalType": "uint256",
9170
+ "name": "timestamp",
9171
+ "type": "uint256"
9172
+ },
9173
+ {
9174
+ "internalType": "uint256",
9175
+ "name": "lastRewardingTimestamp",
9176
+ "type": "uint256"
9177
+ }
9178
+ ],
9179
+ "stateMutability": "view",
9180
+ "type": "function"
9181
+ },
9182
+ {
9183
+ "inputs": [
9184
+ {
9185
+ "internalType": "address",
9186
+ "name": "",
9187
+ "type": "address"
9188
+ },
9189
+ {
9190
+ "internalType": "address",
9191
+ "name": "",
9192
+ "type": "address"
9193
+ }
9194
+ ],
9195
+ "name": "rewardTokenBorrowerIndex",
9196
+ "outputs": [
9197
+ {
9198
+ "internalType": "uint256",
9199
+ "name": "",
9200
+ "type": "uint256"
9201
+ }
9202
+ ],
9203
+ "stateMutability": "view",
9204
+ "type": "function"
9205
+ },
9206
+ {
9207
+ "inputs": [
9208
+ {
9209
+ "internalType": "address",
9210
+ "name": "",
9211
+ "type": "address"
9212
+ }
9213
+ ],
9214
+ "name": "rewardTokenContributorSpeeds",
9215
+ "outputs": [
9216
+ {
9217
+ "internalType": "uint256",
9218
+ "name": "",
9219
+ "type": "uint256"
9220
+ }
9221
+ ],
9222
+ "stateMutability": "view",
9223
+ "type": "function"
9224
+ },
9225
+ {
9226
+ "inputs": [
9227
+ {
9228
+ "internalType": "address",
9229
+ "name": "",
9230
+ "type": "address"
9231
+ },
9232
+ {
9233
+ "internalType": "address",
9234
+ "name": "",
9235
+ "type": "address"
9236
+ }
9237
+ ],
9238
+ "name": "rewardTokenSupplierIndex",
9239
+ "outputs": [
9240
+ {
9241
+ "internalType": "uint256",
9242
+ "name": "",
9243
+ "type": "uint256"
9244
+ }
9245
+ ],
9246
+ "stateMutability": "view",
9247
+ "type": "function"
9248
+ },
9249
+ {
9250
+ "inputs": [
9251
+ {
9252
+ "internalType": "address",
9253
+ "name": "",
9254
+ "type": "address"
9255
+ }
9256
+ ],
9257
+ "name": "rewardTokenSupplySpeeds",
9258
+ "outputs": [
9259
+ {
9260
+ "internalType": "uint256",
9261
+ "name": "",
9262
+ "type": "uint256"
9263
+ }
9264
+ ],
9265
+ "stateMutability": "view",
9266
+ "type": "function"
9267
+ },
9268
+ {
9269
+ "inputs": [
9270
+ {
9271
+ "internalType": "address",
9272
+ "name": "",
9273
+ "type": "address"
9274
+ }
9275
+ ],
9276
+ "name": "rewardTokenSupplyState",
9277
+ "outputs": [
9278
+ {
9279
+ "internalType": "uint224",
9280
+ "name": "index",
9281
+ "type": "uint224"
9282
+ },
9283
+ {
9284
+ "internalType": "uint32",
9285
+ "name": "block",
9286
+ "type": "uint32"
9287
+ },
9288
+ {
9289
+ "internalType": "uint32",
9290
+ "name": "lastRewardingBlock",
9291
+ "type": "uint32"
9292
+ }
9293
+ ],
9294
+ "stateMutability": "view",
9295
+ "type": "function"
9296
+ },
9297
+ {
9298
+ "inputs": [
9299
+ {
9300
+ "internalType": "address",
9301
+ "name": "",
9302
+ "type": "address"
9303
+ }
9304
+ ],
9305
+ "name": "rewardTokenSupplyStateTimeBased",
9306
+ "outputs": [
9307
+ {
9308
+ "internalType": "uint224",
9309
+ "name": "index",
9310
+ "type": "uint224"
9311
+ },
9312
+ {
9313
+ "internalType": "uint256",
9314
+ "name": "timestamp",
9315
+ "type": "uint256"
9316
+ },
9317
+ {
9318
+ "internalType": "uint256",
9319
+ "name": "lastRewardingTimestamp",
9320
+ "type": "uint256"
9321
+ }
9322
+ ],
9323
+ "stateMutability": "view",
9324
+ "type": "function"
9325
+ },
9326
+ {
9327
+ "inputs": [
9328
+ {
9329
+ "internalType": "address",
9330
+ "name": "accessControlManager_",
9331
+ "type": "address"
9332
+ }
9333
+ ],
9334
+ "name": "setAccessControlManager",
9335
+ "outputs": [],
9336
+ "stateMutability": "nonpayable",
9337
+ "type": "function"
9338
+ },
9339
+ {
9340
+ "inputs": [
9341
+ {
9342
+ "internalType": "address",
9343
+ "name": "contributor",
9344
+ "type": "address"
9345
+ },
9346
+ {
9347
+ "internalType": "uint256",
9348
+ "name": "rewardTokenSpeed",
9349
+ "type": "uint256"
9350
+ }
9351
+ ],
9352
+ "name": "setContributorRewardTokenSpeed",
9353
+ "outputs": [],
9354
+ "stateMutability": "nonpayable",
9355
+ "type": "function"
9356
+ },
9357
+ {
9358
+ "inputs": [
9359
+ {
9360
+ "internalType": "contract VToken[]",
9361
+ "name": "vTokens",
9362
+ "type": "address[]"
9363
+ },
9364
+ {
9365
+ "internalType": "uint256[]",
9366
+ "name": "supplyLastRewardingBlockTimestamps",
9367
+ "type": "uint256[]"
9368
+ },
9369
+ {
9370
+ "internalType": "uint256[]",
9371
+ "name": "borrowLastRewardingBlockTimestamps",
9372
+ "type": "uint256[]"
9373
+ }
9374
+ ],
9375
+ "name": "setLastRewardingBlockTimestamps",
9376
+ "outputs": [],
9377
+ "stateMutability": "nonpayable",
9378
+ "type": "function"
9379
+ },
9380
+ {
9381
+ "inputs": [
9382
+ {
9383
+ "internalType": "contract VToken[]",
9384
+ "name": "vTokens",
9385
+ "type": "address[]"
9386
+ },
9387
+ {
9388
+ "internalType": "uint32[]",
9389
+ "name": "supplyLastRewardingBlocks",
9390
+ "type": "uint32[]"
9391
+ },
9392
+ {
9393
+ "internalType": "uint32[]",
9394
+ "name": "borrowLastRewardingBlocks",
9395
+ "type": "uint32[]"
9396
+ }
9397
+ ],
9398
+ "name": "setLastRewardingBlocks",
9399
+ "outputs": [],
9400
+ "stateMutability": "nonpayable",
9401
+ "type": "function"
9402
+ },
9403
+ {
9404
+ "inputs": [
9405
+ {
9406
+ "internalType": "uint256",
9407
+ "name": "limit",
9408
+ "type": "uint256"
9409
+ }
9410
+ ],
9411
+ "name": "setMaxLoopsLimit",
9412
+ "outputs": [],
9413
+ "stateMutability": "nonpayable",
9414
+ "type": "function"
9415
+ },
9416
+ {
9417
+ "inputs": [
9418
+ {
9419
+ "internalType": "contract VToken[]",
9420
+ "name": "vTokens",
9421
+ "type": "address[]"
9422
+ },
9423
+ {
9424
+ "internalType": "uint256[]",
9425
+ "name": "supplySpeeds",
9426
+ "type": "uint256[]"
9427
+ },
9428
+ {
9429
+ "internalType": "uint256[]",
9430
+ "name": "borrowSpeeds",
9431
+ "type": "uint256[]"
9432
+ }
9433
+ ],
9434
+ "name": "setRewardTokenSpeeds",
9435
+ "outputs": [],
9436
+ "stateMutability": "nonpayable",
9437
+ "type": "function"
9438
+ },
9439
+ {
9440
+ "inputs": [
9441
+ {
9442
+ "internalType": "address",
9443
+ "name": "newOwner",
9444
+ "type": "address"
9445
+ }
9446
+ ],
9447
+ "name": "transferOwnership",
9448
+ "outputs": [],
9449
+ "stateMutability": "nonpayable",
9450
+ "type": "function"
9451
+ },
9452
+ {
9453
+ "inputs": [
9454
+ {
9455
+ "internalType": "address",
9456
+ "name": "contributor",
9457
+ "type": "address"
9458
+ }
9459
+ ],
9460
+ "name": "updateContributorRewards",
9461
+ "outputs": [],
9462
+ "stateMutability": "nonpayable",
9463
+ "type": "function"
9464
+ },
9465
+ {
9466
+ "inputs": [
9467
+ {
9468
+ "internalType": "address",
9469
+ "name": "vToken",
9470
+ "type": "address"
9471
+ },
9472
+ {
9473
+ "components": [
9474
+ {
9475
+ "internalType": "uint256",
9476
+ "name": "mantissa",
9477
+ "type": "uint256"
9478
+ }
9479
+ ],
9480
+ "internalType": "struct ExponentialNoError.Exp",
9481
+ "name": "marketBorrowIndex",
9482
+ "type": "tuple"
9483
+ }
9484
+ ],
9485
+ "name": "updateRewardTokenBorrowIndex",
9486
+ "outputs": [],
9487
+ "stateMutability": "nonpayable",
9488
+ "type": "function"
9489
+ },
9490
+ {
9491
+ "inputs": [
9492
+ {
9493
+ "internalType": "address",
9494
+ "name": "vToken",
9495
+ "type": "address"
9496
+ }
9497
+ ],
9498
+ "name": "updateRewardTokenSupplyIndex",
9499
+ "outputs": [],
9500
+ "stateMutability": "nonpayable",
9501
+ "type": "function"
9502
+ },
9503
+ {
9504
+ "inputs": [
9505
+ {
9506
+ "internalType": "address",
9507
+ "name": "_logic",
9508
+ "type": "address"
9509
+ },
9510
+ {
9511
+ "internalType": "address",
9512
+ "name": "admin_",
9513
+ "type": "address"
9514
+ },
9515
+ {
9516
+ "internalType": "bytes",
9517
+ "name": "_data",
9518
+ "type": "bytes"
9519
+ }
9520
+ ],
9521
+ "stateMutability": "payable",
9522
+ "type": "constructor"
9523
+ }
9524
+ ]
9525
+ },
9526
+ "RewardsDistributor_Core_0_Proxy": {
9527
+ "address": "0x4630B71C1BD27c99DD86aBB2A18C50c3F75C88fb",
9528
+ "abi": [
9529
+ {
9530
+ "inputs": [
9531
+ {
9532
+ "internalType": "address",
9533
+ "name": "_logic",
9534
+ "type": "address"
9535
+ },
9536
+ {
9537
+ "internalType": "address",
9538
+ "name": "admin_",
9539
+ "type": "address"
9540
+ },
9541
+ {
9542
+ "internalType": "bytes",
9543
+ "name": "_data",
9544
+ "type": "bytes"
9545
+ }
9546
+ ],
9547
+ "stateMutability": "payable",
9548
+ "type": "constructor"
9549
+ },
9550
+ {
9551
+ "anonymous": false,
9552
+ "inputs": [
9553
+ {
9554
+ "indexed": false,
9555
+ "internalType": "address",
9556
+ "name": "previousAdmin",
9557
+ "type": "address"
9558
+ },
9559
+ {
9560
+ "indexed": false,
9561
+ "internalType": "address",
9562
+ "name": "newAdmin",
9563
+ "type": "address"
9564
+ }
9565
+ ],
9566
+ "name": "AdminChanged",
9567
+ "type": "event"
9568
+ },
9569
+ {
9570
+ "anonymous": false,
9571
+ "inputs": [
9572
+ {
9573
+ "indexed": true,
9574
+ "internalType": "address",
9575
+ "name": "beacon",
9576
+ "type": "address"
9577
+ }
9578
+ ],
9579
+ "name": "BeaconUpgraded",
9580
+ "type": "event"
9581
+ },
9582
+ {
9583
+ "anonymous": false,
9584
+ "inputs": [
9585
+ {
9586
+ "indexed": true,
9587
+ "internalType": "address",
9588
+ "name": "implementation",
9589
+ "type": "address"
9590
+ }
9591
+ ],
9592
+ "name": "Upgraded",
9593
+ "type": "event"
9594
+ },
9595
+ {
9596
+ "stateMutability": "payable",
9597
+ "type": "fallback"
9598
+ },
9599
+ {
9600
+ "inputs": [],
9601
+ "name": "admin",
9602
+ "outputs": [
9603
+ {
9604
+ "internalType": "address",
9605
+ "name": "admin_",
9606
+ "type": "address"
9607
+ }
9608
+ ],
9609
+ "stateMutability": "nonpayable",
9610
+ "type": "function"
9611
+ },
9612
+ {
9613
+ "inputs": [],
9614
+ "name": "implementation",
9615
+ "outputs": [
9616
+ {
9617
+ "internalType": "address",
9618
+ "name": "implementation_",
9619
+ "type": "address"
9620
+ }
9621
+ ],
9622
+ "stateMutability": "nonpayable",
9623
+ "type": "function"
9624
+ },
9625
+ {
9626
+ "inputs": [
9627
+ {
9628
+ "internalType": "address",
9629
+ "name": "newImplementation",
9630
+ "type": "address"
9631
+ }
9632
+ ],
9633
+ "name": "upgradeTo",
9634
+ "outputs": [],
9635
+ "stateMutability": "nonpayable",
9636
+ "type": "function"
9637
+ },
9638
+ {
9639
+ "inputs": [
9640
+ {
9641
+ "internalType": "address",
9642
+ "name": "newImplementation",
9643
+ "type": "address"
9644
+ },
9645
+ {
9646
+ "internalType": "bytes",
9647
+ "name": "data",
9648
+ "type": "bytes"
9649
+ }
9650
+ ],
9651
+ "name": "upgradeToAndCall",
9652
+ "outputs": [],
9653
+ "stateMutability": "payable",
9654
+ "type": "function"
9655
+ },
9656
+ {
9657
+ "stateMutability": "payable",
9658
+ "type": "receive"
9659
+ }
9660
+ ]
9661
+ },
7093
9662
  "VTokenBeacon": {
7094
9663
  "address": "0x42c1Efb9Dd9424c5ac8e6EcEa4eb03940c4a15Fc",
7095
9664
  "abi": [