@venusprotocol/isolated-pools 3.2.0-dev.1 → 3.2.0-dev.2

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