@venusprotocol/isolated-pools 3.4.0-dev.4 → 3.4.0-dev.5
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.
- package/deployments/ethereum/RewardsDistributor_Core_2.json +1425 -0
- package/deployments/ethereum/RewardsDistributor_Core_2_Proxy.json +277 -0
- package/deployments/ethereum/RewardsDistributor_Curve_2.json +1425 -0
- package/deployments/ethereum/RewardsDistributor_Curve_2_Proxy.json +277 -0
- package/deployments/ethereum/RewardsDistributor_Liquid Staked ETH_3.json +1425 -0
- package/deployments/ethereum/RewardsDistributor_Liquid Staked ETH_3_Proxy.json +277 -0
- package/deployments/ethereum.json +4334 -26
- package/deployments/ethereum_addresses.json +6 -0
- package/dist/deploy/010-deploy-reward-distributors.js +2 -1
- package/dist/deployments/ethereum.json +4334 -26
- package/dist/helpers/deploymentConfig.js +30 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/factories/IVToken__factory.ts +1 -201
|
@@ -14893,6 +14893,1442 @@
|
|
|
14893
14893
|
}
|
|
14894
14894
|
]
|
|
14895
14895
|
},
|
|
14896
|
+
"RewardsDistributor_Core_2": {
|
|
14897
|
+
"address": "0x886767B62C7ACD601672607373048FFD96Cf27B2",
|
|
14898
|
+
"abi": [
|
|
14899
|
+
{
|
|
14900
|
+
"anonymous": false,
|
|
14901
|
+
"inputs": [
|
|
14902
|
+
{
|
|
14903
|
+
"indexed": false,
|
|
14904
|
+
"internalType": "address",
|
|
14905
|
+
"name": "previousAdmin",
|
|
14906
|
+
"type": "address"
|
|
14907
|
+
},
|
|
14908
|
+
{
|
|
14909
|
+
"indexed": false,
|
|
14910
|
+
"internalType": "address",
|
|
14911
|
+
"name": "newAdmin",
|
|
14912
|
+
"type": "address"
|
|
14913
|
+
}
|
|
14914
|
+
],
|
|
14915
|
+
"name": "AdminChanged",
|
|
14916
|
+
"type": "event"
|
|
14917
|
+
},
|
|
14918
|
+
{
|
|
14919
|
+
"anonymous": false,
|
|
14920
|
+
"inputs": [
|
|
14921
|
+
{
|
|
14922
|
+
"indexed": true,
|
|
14923
|
+
"internalType": "address",
|
|
14924
|
+
"name": "beacon",
|
|
14925
|
+
"type": "address"
|
|
14926
|
+
}
|
|
14927
|
+
],
|
|
14928
|
+
"name": "BeaconUpgraded",
|
|
14929
|
+
"type": "event"
|
|
14930
|
+
},
|
|
14931
|
+
{
|
|
14932
|
+
"anonymous": false,
|
|
14933
|
+
"inputs": [
|
|
14934
|
+
{
|
|
14935
|
+
"indexed": true,
|
|
14936
|
+
"internalType": "address",
|
|
14937
|
+
"name": "implementation",
|
|
14938
|
+
"type": "address"
|
|
14939
|
+
}
|
|
14940
|
+
],
|
|
14941
|
+
"name": "Upgraded",
|
|
14942
|
+
"type": "event"
|
|
14943
|
+
},
|
|
14944
|
+
{
|
|
14945
|
+
"stateMutability": "payable",
|
|
14946
|
+
"type": "fallback"
|
|
14947
|
+
},
|
|
14948
|
+
{
|
|
14949
|
+
"inputs": [],
|
|
14950
|
+
"name": "admin",
|
|
14951
|
+
"outputs": [
|
|
14952
|
+
{
|
|
14953
|
+
"internalType": "address",
|
|
14954
|
+
"name": "admin_",
|
|
14955
|
+
"type": "address"
|
|
14956
|
+
}
|
|
14957
|
+
],
|
|
14958
|
+
"stateMutability": "nonpayable",
|
|
14959
|
+
"type": "function"
|
|
14960
|
+
},
|
|
14961
|
+
{
|
|
14962
|
+
"inputs": [
|
|
14963
|
+
{
|
|
14964
|
+
"internalType": "address",
|
|
14965
|
+
"name": "newAdmin",
|
|
14966
|
+
"type": "address"
|
|
14967
|
+
}
|
|
14968
|
+
],
|
|
14969
|
+
"name": "changeAdmin",
|
|
14970
|
+
"outputs": [],
|
|
14971
|
+
"stateMutability": "nonpayable",
|
|
14972
|
+
"type": "function"
|
|
14973
|
+
},
|
|
14974
|
+
{
|
|
14975
|
+
"inputs": [],
|
|
14976
|
+
"name": "implementation",
|
|
14977
|
+
"outputs": [
|
|
14978
|
+
{
|
|
14979
|
+
"internalType": "address",
|
|
14980
|
+
"name": "implementation_",
|
|
14981
|
+
"type": "address"
|
|
14982
|
+
}
|
|
14983
|
+
],
|
|
14984
|
+
"stateMutability": "nonpayable",
|
|
14985
|
+
"type": "function"
|
|
14986
|
+
},
|
|
14987
|
+
{
|
|
14988
|
+
"inputs": [
|
|
14989
|
+
{
|
|
14990
|
+
"internalType": "address",
|
|
14991
|
+
"name": "newImplementation",
|
|
14992
|
+
"type": "address"
|
|
14993
|
+
}
|
|
14994
|
+
],
|
|
14995
|
+
"name": "upgradeTo",
|
|
14996
|
+
"outputs": [],
|
|
14997
|
+
"stateMutability": "nonpayable",
|
|
14998
|
+
"type": "function"
|
|
14999
|
+
},
|
|
15000
|
+
{
|
|
15001
|
+
"inputs": [
|
|
15002
|
+
{
|
|
15003
|
+
"internalType": "address",
|
|
15004
|
+
"name": "newImplementation",
|
|
15005
|
+
"type": "address"
|
|
15006
|
+
},
|
|
15007
|
+
{
|
|
15008
|
+
"internalType": "bytes",
|
|
15009
|
+
"name": "data",
|
|
15010
|
+
"type": "bytes"
|
|
15011
|
+
}
|
|
15012
|
+
],
|
|
15013
|
+
"name": "upgradeToAndCall",
|
|
15014
|
+
"outputs": [],
|
|
15015
|
+
"stateMutability": "payable",
|
|
15016
|
+
"type": "function"
|
|
15017
|
+
},
|
|
15018
|
+
{
|
|
15019
|
+
"stateMutability": "payable",
|
|
15020
|
+
"type": "receive"
|
|
15021
|
+
},
|
|
15022
|
+
{
|
|
15023
|
+
"inputs": [],
|
|
15024
|
+
"name": "InvalidBlocksPerYear",
|
|
15025
|
+
"type": "error"
|
|
15026
|
+
},
|
|
15027
|
+
{
|
|
15028
|
+
"inputs": [],
|
|
15029
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
15030
|
+
"type": "error"
|
|
15031
|
+
},
|
|
15032
|
+
{
|
|
15033
|
+
"inputs": [
|
|
15034
|
+
{
|
|
15035
|
+
"internalType": "uint256",
|
|
15036
|
+
"name": "loopsLimit",
|
|
15037
|
+
"type": "uint256"
|
|
15038
|
+
},
|
|
15039
|
+
{
|
|
15040
|
+
"internalType": "uint256",
|
|
15041
|
+
"name": "requiredLoops",
|
|
15042
|
+
"type": "uint256"
|
|
15043
|
+
}
|
|
15044
|
+
],
|
|
15045
|
+
"name": "MaxLoopsLimitExceeded",
|
|
15046
|
+
"type": "error"
|
|
15047
|
+
},
|
|
15048
|
+
{
|
|
15049
|
+
"inputs": [
|
|
15050
|
+
{
|
|
15051
|
+
"internalType": "address",
|
|
15052
|
+
"name": "sender",
|
|
15053
|
+
"type": "address"
|
|
15054
|
+
},
|
|
15055
|
+
{
|
|
15056
|
+
"internalType": "address",
|
|
15057
|
+
"name": "calledContract",
|
|
15058
|
+
"type": "address"
|
|
15059
|
+
},
|
|
15060
|
+
{
|
|
15061
|
+
"internalType": "string",
|
|
15062
|
+
"name": "methodSignature",
|
|
15063
|
+
"type": "string"
|
|
15064
|
+
}
|
|
15065
|
+
],
|
|
15066
|
+
"name": "Unauthorized",
|
|
15067
|
+
"type": "error"
|
|
15068
|
+
},
|
|
15069
|
+
{
|
|
15070
|
+
"anonymous": false,
|
|
15071
|
+
"inputs": [
|
|
15072
|
+
{
|
|
15073
|
+
"indexed": true,
|
|
15074
|
+
"internalType": "address",
|
|
15075
|
+
"name": "vToken",
|
|
15076
|
+
"type": "address"
|
|
15077
|
+
},
|
|
15078
|
+
{
|
|
15079
|
+
"indexed": false,
|
|
15080
|
+
"internalType": "uint256",
|
|
15081
|
+
"name": "newTimestamp",
|
|
15082
|
+
"type": "uint256"
|
|
15083
|
+
}
|
|
15084
|
+
],
|
|
15085
|
+
"name": "BorrowLastRewardingBlockTimestampUpdated",
|
|
15086
|
+
"type": "event"
|
|
15087
|
+
},
|
|
15088
|
+
{
|
|
15089
|
+
"anonymous": false,
|
|
15090
|
+
"inputs": [
|
|
15091
|
+
{
|
|
15092
|
+
"indexed": true,
|
|
15093
|
+
"internalType": "address",
|
|
15094
|
+
"name": "vToken",
|
|
15095
|
+
"type": "address"
|
|
15096
|
+
},
|
|
15097
|
+
{
|
|
15098
|
+
"indexed": false,
|
|
15099
|
+
"internalType": "uint32",
|
|
15100
|
+
"name": "newBlock",
|
|
15101
|
+
"type": "uint32"
|
|
15102
|
+
}
|
|
15103
|
+
],
|
|
15104
|
+
"name": "BorrowLastRewardingBlockUpdated",
|
|
15105
|
+
"type": "event"
|
|
15106
|
+
},
|
|
15107
|
+
{
|
|
15108
|
+
"anonymous": false,
|
|
15109
|
+
"inputs": [
|
|
15110
|
+
{
|
|
15111
|
+
"indexed": true,
|
|
15112
|
+
"internalType": "address",
|
|
15113
|
+
"name": "contributor",
|
|
15114
|
+
"type": "address"
|
|
15115
|
+
},
|
|
15116
|
+
{
|
|
15117
|
+
"indexed": false,
|
|
15118
|
+
"internalType": "uint256",
|
|
15119
|
+
"name": "newSpeed",
|
|
15120
|
+
"type": "uint256"
|
|
15121
|
+
}
|
|
15122
|
+
],
|
|
15123
|
+
"name": "ContributorRewardTokenSpeedUpdated",
|
|
15124
|
+
"type": "event"
|
|
15125
|
+
},
|
|
15126
|
+
{
|
|
15127
|
+
"anonymous": false,
|
|
15128
|
+
"inputs": [
|
|
15129
|
+
{
|
|
15130
|
+
"indexed": true,
|
|
15131
|
+
"internalType": "address",
|
|
15132
|
+
"name": "contributor",
|
|
15133
|
+
"type": "address"
|
|
15134
|
+
},
|
|
15135
|
+
{
|
|
15136
|
+
"indexed": false,
|
|
15137
|
+
"internalType": "uint256",
|
|
15138
|
+
"name": "rewardAccrued",
|
|
15139
|
+
"type": "uint256"
|
|
15140
|
+
}
|
|
15141
|
+
],
|
|
15142
|
+
"name": "ContributorRewardsUpdated",
|
|
15143
|
+
"type": "event"
|
|
15144
|
+
},
|
|
15145
|
+
{
|
|
15146
|
+
"anonymous": false,
|
|
15147
|
+
"inputs": [
|
|
15148
|
+
{
|
|
15149
|
+
"indexed": true,
|
|
15150
|
+
"internalType": "contract VToken",
|
|
15151
|
+
"name": "vToken",
|
|
15152
|
+
"type": "address"
|
|
15153
|
+
},
|
|
15154
|
+
{
|
|
15155
|
+
"indexed": true,
|
|
15156
|
+
"internalType": "address",
|
|
15157
|
+
"name": "borrower",
|
|
15158
|
+
"type": "address"
|
|
15159
|
+
},
|
|
15160
|
+
{
|
|
15161
|
+
"indexed": false,
|
|
15162
|
+
"internalType": "uint256",
|
|
15163
|
+
"name": "rewardTokenDelta",
|
|
15164
|
+
"type": "uint256"
|
|
15165
|
+
},
|
|
15166
|
+
{
|
|
15167
|
+
"indexed": false,
|
|
15168
|
+
"internalType": "uint256",
|
|
15169
|
+
"name": "rewardTokenTotal",
|
|
15170
|
+
"type": "uint256"
|
|
15171
|
+
},
|
|
15172
|
+
{
|
|
15173
|
+
"indexed": false,
|
|
15174
|
+
"internalType": "uint256",
|
|
15175
|
+
"name": "rewardTokenBorrowIndex",
|
|
15176
|
+
"type": "uint256"
|
|
15177
|
+
}
|
|
15178
|
+
],
|
|
15179
|
+
"name": "DistributedBorrowerRewardToken",
|
|
15180
|
+
"type": "event"
|
|
15181
|
+
},
|
|
15182
|
+
{
|
|
15183
|
+
"anonymous": false,
|
|
15184
|
+
"inputs": [
|
|
15185
|
+
{
|
|
15186
|
+
"indexed": true,
|
|
15187
|
+
"internalType": "contract VToken",
|
|
15188
|
+
"name": "vToken",
|
|
15189
|
+
"type": "address"
|
|
15190
|
+
},
|
|
15191
|
+
{
|
|
15192
|
+
"indexed": true,
|
|
15193
|
+
"internalType": "address",
|
|
15194
|
+
"name": "supplier",
|
|
15195
|
+
"type": "address"
|
|
15196
|
+
},
|
|
15197
|
+
{
|
|
15198
|
+
"indexed": false,
|
|
15199
|
+
"internalType": "uint256",
|
|
15200
|
+
"name": "rewardTokenDelta",
|
|
15201
|
+
"type": "uint256"
|
|
15202
|
+
},
|
|
15203
|
+
{
|
|
15204
|
+
"indexed": false,
|
|
15205
|
+
"internalType": "uint256",
|
|
15206
|
+
"name": "rewardTokenTotal",
|
|
15207
|
+
"type": "uint256"
|
|
15208
|
+
},
|
|
15209
|
+
{
|
|
15210
|
+
"indexed": false,
|
|
15211
|
+
"internalType": "uint256",
|
|
15212
|
+
"name": "rewardTokenSupplyIndex",
|
|
15213
|
+
"type": "uint256"
|
|
15214
|
+
}
|
|
15215
|
+
],
|
|
15216
|
+
"name": "DistributedSupplierRewardToken",
|
|
15217
|
+
"type": "event"
|
|
15218
|
+
},
|
|
15219
|
+
{
|
|
15220
|
+
"anonymous": false,
|
|
15221
|
+
"inputs": [
|
|
15222
|
+
{
|
|
15223
|
+
"indexed": false,
|
|
15224
|
+
"internalType": "uint8",
|
|
15225
|
+
"name": "version",
|
|
15226
|
+
"type": "uint8"
|
|
15227
|
+
}
|
|
15228
|
+
],
|
|
15229
|
+
"name": "Initialized",
|
|
15230
|
+
"type": "event"
|
|
15231
|
+
},
|
|
15232
|
+
{
|
|
15233
|
+
"anonymous": false,
|
|
15234
|
+
"inputs": [
|
|
15235
|
+
{
|
|
15236
|
+
"indexed": true,
|
|
15237
|
+
"internalType": "address",
|
|
15238
|
+
"name": "vToken",
|
|
15239
|
+
"type": "address"
|
|
15240
|
+
}
|
|
15241
|
+
],
|
|
15242
|
+
"name": "MarketInitialized",
|
|
15243
|
+
"type": "event"
|
|
15244
|
+
},
|
|
15245
|
+
{
|
|
15246
|
+
"anonymous": false,
|
|
15247
|
+
"inputs": [
|
|
15248
|
+
{
|
|
15249
|
+
"indexed": false,
|
|
15250
|
+
"internalType": "uint256",
|
|
15251
|
+
"name": "oldMaxLoopsLimit",
|
|
15252
|
+
"type": "uint256"
|
|
15253
|
+
},
|
|
15254
|
+
{
|
|
15255
|
+
"indexed": false,
|
|
15256
|
+
"internalType": "uint256",
|
|
15257
|
+
"name": "newmaxLoopsLimit",
|
|
15258
|
+
"type": "uint256"
|
|
15259
|
+
}
|
|
15260
|
+
],
|
|
15261
|
+
"name": "MaxLoopsLimitUpdated",
|
|
15262
|
+
"type": "event"
|
|
15263
|
+
},
|
|
15264
|
+
{
|
|
15265
|
+
"anonymous": false,
|
|
15266
|
+
"inputs": [
|
|
15267
|
+
{
|
|
15268
|
+
"indexed": false,
|
|
15269
|
+
"internalType": "address",
|
|
15270
|
+
"name": "oldAccessControlManager",
|
|
15271
|
+
"type": "address"
|
|
15272
|
+
},
|
|
15273
|
+
{
|
|
15274
|
+
"indexed": false,
|
|
15275
|
+
"internalType": "address",
|
|
15276
|
+
"name": "newAccessControlManager",
|
|
15277
|
+
"type": "address"
|
|
15278
|
+
}
|
|
15279
|
+
],
|
|
15280
|
+
"name": "NewAccessControlManager",
|
|
15281
|
+
"type": "event"
|
|
15282
|
+
},
|
|
15283
|
+
{
|
|
15284
|
+
"anonymous": false,
|
|
15285
|
+
"inputs": [
|
|
15286
|
+
{
|
|
15287
|
+
"indexed": true,
|
|
15288
|
+
"internalType": "address",
|
|
15289
|
+
"name": "previousOwner",
|
|
15290
|
+
"type": "address"
|
|
15291
|
+
},
|
|
15292
|
+
{
|
|
15293
|
+
"indexed": true,
|
|
15294
|
+
"internalType": "address",
|
|
15295
|
+
"name": "newOwner",
|
|
15296
|
+
"type": "address"
|
|
15297
|
+
}
|
|
15298
|
+
],
|
|
15299
|
+
"name": "OwnershipTransferStarted",
|
|
15300
|
+
"type": "event"
|
|
15301
|
+
},
|
|
15302
|
+
{
|
|
15303
|
+
"anonymous": false,
|
|
15304
|
+
"inputs": [
|
|
15305
|
+
{
|
|
15306
|
+
"indexed": true,
|
|
15307
|
+
"internalType": "address",
|
|
15308
|
+
"name": "previousOwner",
|
|
15309
|
+
"type": "address"
|
|
15310
|
+
},
|
|
15311
|
+
{
|
|
15312
|
+
"indexed": true,
|
|
15313
|
+
"internalType": "address",
|
|
15314
|
+
"name": "newOwner",
|
|
15315
|
+
"type": "address"
|
|
15316
|
+
}
|
|
15317
|
+
],
|
|
15318
|
+
"name": "OwnershipTransferred",
|
|
15319
|
+
"type": "event"
|
|
15320
|
+
},
|
|
15321
|
+
{
|
|
15322
|
+
"anonymous": false,
|
|
15323
|
+
"inputs": [
|
|
15324
|
+
{
|
|
15325
|
+
"indexed": true,
|
|
15326
|
+
"internalType": "address",
|
|
15327
|
+
"name": "vToken",
|
|
15328
|
+
"type": "address"
|
|
15329
|
+
},
|
|
15330
|
+
{
|
|
15331
|
+
"components": [
|
|
15332
|
+
{
|
|
15333
|
+
"internalType": "uint256",
|
|
15334
|
+
"name": "mantissa",
|
|
15335
|
+
"type": "uint256"
|
|
15336
|
+
}
|
|
15337
|
+
],
|
|
15338
|
+
"indexed": false,
|
|
15339
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
15340
|
+
"name": "marketBorrowIndex",
|
|
15341
|
+
"type": "tuple"
|
|
15342
|
+
}
|
|
15343
|
+
],
|
|
15344
|
+
"name": "RewardTokenBorrowIndexUpdated",
|
|
15345
|
+
"type": "event"
|
|
15346
|
+
},
|
|
15347
|
+
{
|
|
15348
|
+
"anonymous": false,
|
|
15349
|
+
"inputs": [
|
|
15350
|
+
{
|
|
15351
|
+
"indexed": true,
|
|
15352
|
+
"internalType": "contract VToken",
|
|
15353
|
+
"name": "vToken",
|
|
15354
|
+
"type": "address"
|
|
15355
|
+
},
|
|
15356
|
+
{
|
|
15357
|
+
"indexed": false,
|
|
15358
|
+
"internalType": "uint256",
|
|
15359
|
+
"name": "newSpeed",
|
|
15360
|
+
"type": "uint256"
|
|
15361
|
+
}
|
|
15362
|
+
],
|
|
15363
|
+
"name": "RewardTokenBorrowSpeedUpdated",
|
|
15364
|
+
"type": "event"
|
|
15365
|
+
},
|
|
15366
|
+
{
|
|
15367
|
+
"anonymous": false,
|
|
15368
|
+
"inputs": [
|
|
15369
|
+
{
|
|
15370
|
+
"indexed": true,
|
|
15371
|
+
"internalType": "address",
|
|
15372
|
+
"name": "recipient",
|
|
15373
|
+
"type": "address"
|
|
15374
|
+
},
|
|
15375
|
+
{
|
|
15376
|
+
"indexed": false,
|
|
15377
|
+
"internalType": "uint256",
|
|
15378
|
+
"name": "amount",
|
|
15379
|
+
"type": "uint256"
|
|
15380
|
+
}
|
|
15381
|
+
],
|
|
15382
|
+
"name": "RewardTokenGranted",
|
|
15383
|
+
"type": "event"
|
|
15384
|
+
},
|
|
15385
|
+
{
|
|
15386
|
+
"anonymous": false,
|
|
15387
|
+
"inputs": [
|
|
15388
|
+
{
|
|
15389
|
+
"indexed": true,
|
|
15390
|
+
"internalType": "address",
|
|
15391
|
+
"name": "vToken",
|
|
15392
|
+
"type": "address"
|
|
15393
|
+
}
|
|
15394
|
+
],
|
|
15395
|
+
"name": "RewardTokenSupplyIndexUpdated",
|
|
15396
|
+
"type": "event"
|
|
15397
|
+
},
|
|
15398
|
+
{
|
|
15399
|
+
"anonymous": false,
|
|
15400
|
+
"inputs": [
|
|
15401
|
+
{
|
|
15402
|
+
"indexed": true,
|
|
15403
|
+
"internalType": "contract VToken",
|
|
15404
|
+
"name": "vToken",
|
|
15405
|
+
"type": "address"
|
|
15406
|
+
},
|
|
15407
|
+
{
|
|
15408
|
+
"indexed": false,
|
|
15409
|
+
"internalType": "uint256",
|
|
15410
|
+
"name": "newSpeed",
|
|
15411
|
+
"type": "uint256"
|
|
15412
|
+
}
|
|
15413
|
+
],
|
|
15414
|
+
"name": "RewardTokenSupplySpeedUpdated",
|
|
15415
|
+
"type": "event"
|
|
15416
|
+
},
|
|
15417
|
+
{
|
|
15418
|
+
"anonymous": false,
|
|
15419
|
+
"inputs": [
|
|
15420
|
+
{
|
|
15421
|
+
"indexed": true,
|
|
15422
|
+
"internalType": "address",
|
|
15423
|
+
"name": "vToken",
|
|
15424
|
+
"type": "address"
|
|
15425
|
+
},
|
|
15426
|
+
{
|
|
15427
|
+
"indexed": false,
|
|
15428
|
+
"internalType": "uint256",
|
|
15429
|
+
"name": "newTimestamp",
|
|
15430
|
+
"type": "uint256"
|
|
15431
|
+
}
|
|
15432
|
+
],
|
|
15433
|
+
"name": "SupplyLastRewardingBlockTimestampUpdated",
|
|
15434
|
+
"type": "event"
|
|
15435
|
+
},
|
|
15436
|
+
{
|
|
15437
|
+
"anonymous": false,
|
|
15438
|
+
"inputs": [
|
|
15439
|
+
{
|
|
15440
|
+
"indexed": true,
|
|
15441
|
+
"internalType": "address",
|
|
15442
|
+
"name": "vToken",
|
|
15443
|
+
"type": "address"
|
|
15444
|
+
},
|
|
15445
|
+
{
|
|
15446
|
+
"indexed": false,
|
|
15447
|
+
"internalType": "uint32",
|
|
15448
|
+
"name": "newBlock",
|
|
15449
|
+
"type": "uint32"
|
|
15450
|
+
}
|
|
15451
|
+
],
|
|
15452
|
+
"name": "SupplyLastRewardingBlockUpdated",
|
|
15453
|
+
"type": "event"
|
|
15454
|
+
},
|
|
15455
|
+
{
|
|
15456
|
+
"inputs": [],
|
|
15457
|
+
"name": "INITIAL_INDEX",
|
|
15458
|
+
"outputs": [
|
|
15459
|
+
{
|
|
15460
|
+
"internalType": "uint224",
|
|
15461
|
+
"name": "",
|
|
15462
|
+
"type": "uint224"
|
|
15463
|
+
}
|
|
15464
|
+
],
|
|
15465
|
+
"stateMutability": "view",
|
|
15466
|
+
"type": "function"
|
|
15467
|
+
},
|
|
15468
|
+
{
|
|
15469
|
+
"inputs": [],
|
|
15470
|
+
"name": "acceptOwnership",
|
|
15471
|
+
"outputs": [],
|
|
15472
|
+
"stateMutability": "nonpayable",
|
|
15473
|
+
"type": "function"
|
|
15474
|
+
},
|
|
15475
|
+
{
|
|
15476
|
+
"inputs": [],
|
|
15477
|
+
"name": "accessControlManager",
|
|
15478
|
+
"outputs": [
|
|
15479
|
+
{
|
|
15480
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
15481
|
+
"name": "",
|
|
15482
|
+
"type": "address"
|
|
15483
|
+
}
|
|
15484
|
+
],
|
|
15485
|
+
"stateMutability": "view",
|
|
15486
|
+
"type": "function"
|
|
15487
|
+
},
|
|
15488
|
+
{
|
|
15489
|
+
"inputs": [],
|
|
15490
|
+
"name": "blocksOrSecondsPerYear",
|
|
15491
|
+
"outputs": [
|
|
15492
|
+
{
|
|
15493
|
+
"internalType": "uint256",
|
|
15494
|
+
"name": "",
|
|
15495
|
+
"type": "uint256"
|
|
15496
|
+
}
|
|
15497
|
+
],
|
|
15498
|
+
"stateMutability": "view",
|
|
15499
|
+
"type": "function"
|
|
15500
|
+
},
|
|
15501
|
+
{
|
|
15502
|
+
"inputs": [
|
|
15503
|
+
{
|
|
15504
|
+
"internalType": "address",
|
|
15505
|
+
"name": "holder",
|
|
15506
|
+
"type": "address"
|
|
15507
|
+
},
|
|
15508
|
+
{
|
|
15509
|
+
"internalType": "contract VToken[]",
|
|
15510
|
+
"name": "vTokens",
|
|
15511
|
+
"type": "address[]"
|
|
15512
|
+
}
|
|
15513
|
+
],
|
|
15514
|
+
"name": "claimRewardToken",
|
|
15515
|
+
"outputs": [],
|
|
15516
|
+
"stateMutability": "nonpayable",
|
|
15517
|
+
"type": "function"
|
|
15518
|
+
},
|
|
15519
|
+
{
|
|
15520
|
+
"inputs": [
|
|
15521
|
+
{
|
|
15522
|
+
"internalType": "address",
|
|
15523
|
+
"name": "holder",
|
|
15524
|
+
"type": "address"
|
|
15525
|
+
}
|
|
15526
|
+
],
|
|
15527
|
+
"name": "claimRewardToken",
|
|
15528
|
+
"outputs": [],
|
|
15529
|
+
"stateMutability": "nonpayable",
|
|
15530
|
+
"type": "function"
|
|
15531
|
+
},
|
|
15532
|
+
{
|
|
15533
|
+
"inputs": [
|
|
15534
|
+
{
|
|
15535
|
+
"internalType": "address",
|
|
15536
|
+
"name": "vToken",
|
|
15537
|
+
"type": "address"
|
|
15538
|
+
},
|
|
15539
|
+
{
|
|
15540
|
+
"internalType": "address",
|
|
15541
|
+
"name": "borrower",
|
|
15542
|
+
"type": "address"
|
|
15543
|
+
},
|
|
15544
|
+
{
|
|
15545
|
+
"components": [
|
|
15546
|
+
{
|
|
15547
|
+
"internalType": "uint256",
|
|
15548
|
+
"name": "mantissa",
|
|
15549
|
+
"type": "uint256"
|
|
15550
|
+
}
|
|
15551
|
+
],
|
|
15552
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
15553
|
+
"name": "marketBorrowIndex",
|
|
15554
|
+
"type": "tuple"
|
|
15555
|
+
}
|
|
15556
|
+
],
|
|
15557
|
+
"name": "distributeBorrowerRewardToken",
|
|
15558
|
+
"outputs": [],
|
|
15559
|
+
"stateMutability": "nonpayable",
|
|
15560
|
+
"type": "function"
|
|
15561
|
+
},
|
|
15562
|
+
{
|
|
15563
|
+
"inputs": [
|
|
15564
|
+
{
|
|
15565
|
+
"internalType": "address",
|
|
15566
|
+
"name": "vToken",
|
|
15567
|
+
"type": "address"
|
|
15568
|
+
},
|
|
15569
|
+
{
|
|
15570
|
+
"internalType": "address",
|
|
15571
|
+
"name": "supplier",
|
|
15572
|
+
"type": "address"
|
|
15573
|
+
}
|
|
15574
|
+
],
|
|
15575
|
+
"name": "distributeSupplierRewardToken",
|
|
15576
|
+
"outputs": [],
|
|
15577
|
+
"stateMutability": "nonpayable",
|
|
15578
|
+
"type": "function"
|
|
15579
|
+
},
|
|
15580
|
+
{
|
|
15581
|
+
"inputs": [],
|
|
15582
|
+
"name": "getBlockNumberOrTimestamp",
|
|
15583
|
+
"outputs": [
|
|
15584
|
+
{
|
|
15585
|
+
"internalType": "uint256",
|
|
15586
|
+
"name": "",
|
|
15587
|
+
"type": "uint256"
|
|
15588
|
+
}
|
|
15589
|
+
],
|
|
15590
|
+
"stateMutability": "view",
|
|
15591
|
+
"type": "function"
|
|
15592
|
+
},
|
|
15593
|
+
{
|
|
15594
|
+
"inputs": [
|
|
15595
|
+
{
|
|
15596
|
+
"internalType": "address",
|
|
15597
|
+
"name": "recipient",
|
|
15598
|
+
"type": "address"
|
|
15599
|
+
},
|
|
15600
|
+
{
|
|
15601
|
+
"internalType": "uint256",
|
|
15602
|
+
"name": "amount",
|
|
15603
|
+
"type": "uint256"
|
|
15604
|
+
}
|
|
15605
|
+
],
|
|
15606
|
+
"name": "grantRewardToken",
|
|
15607
|
+
"outputs": [],
|
|
15608
|
+
"stateMutability": "nonpayable",
|
|
15609
|
+
"type": "function"
|
|
15610
|
+
},
|
|
15611
|
+
{
|
|
15612
|
+
"inputs": [
|
|
15613
|
+
{
|
|
15614
|
+
"internalType": "contract Comptroller",
|
|
15615
|
+
"name": "comptroller_",
|
|
15616
|
+
"type": "address"
|
|
15617
|
+
},
|
|
15618
|
+
{
|
|
15619
|
+
"internalType": "contract IERC20Upgradeable",
|
|
15620
|
+
"name": "rewardToken_",
|
|
15621
|
+
"type": "address"
|
|
15622
|
+
},
|
|
15623
|
+
{
|
|
15624
|
+
"internalType": "uint256",
|
|
15625
|
+
"name": "loopsLimit_",
|
|
15626
|
+
"type": "uint256"
|
|
15627
|
+
},
|
|
15628
|
+
{
|
|
15629
|
+
"internalType": "address",
|
|
15630
|
+
"name": "accessControlManager_",
|
|
15631
|
+
"type": "address"
|
|
15632
|
+
}
|
|
15633
|
+
],
|
|
15634
|
+
"name": "initialize",
|
|
15635
|
+
"outputs": [],
|
|
15636
|
+
"stateMutability": "nonpayable",
|
|
15637
|
+
"type": "function"
|
|
15638
|
+
},
|
|
15639
|
+
{
|
|
15640
|
+
"inputs": [
|
|
15641
|
+
{
|
|
15642
|
+
"internalType": "address",
|
|
15643
|
+
"name": "vToken",
|
|
15644
|
+
"type": "address"
|
|
15645
|
+
}
|
|
15646
|
+
],
|
|
15647
|
+
"name": "initializeMarket",
|
|
15648
|
+
"outputs": [],
|
|
15649
|
+
"stateMutability": "nonpayable",
|
|
15650
|
+
"type": "function"
|
|
15651
|
+
},
|
|
15652
|
+
{
|
|
15653
|
+
"inputs": [],
|
|
15654
|
+
"name": "isTimeBased",
|
|
15655
|
+
"outputs": [
|
|
15656
|
+
{
|
|
15657
|
+
"internalType": "bool",
|
|
15658
|
+
"name": "",
|
|
15659
|
+
"type": "bool"
|
|
15660
|
+
}
|
|
15661
|
+
],
|
|
15662
|
+
"stateMutability": "view",
|
|
15663
|
+
"type": "function"
|
|
15664
|
+
},
|
|
15665
|
+
{
|
|
15666
|
+
"inputs": [
|
|
15667
|
+
{
|
|
15668
|
+
"internalType": "address",
|
|
15669
|
+
"name": "",
|
|
15670
|
+
"type": "address"
|
|
15671
|
+
}
|
|
15672
|
+
],
|
|
15673
|
+
"name": "lastContributorBlock",
|
|
15674
|
+
"outputs": [
|
|
15675
|
+
{
|
|
15676
|
+
"internalType": "uint256",
|
|
15677
|
+
"name": "",
|
|
15678
|
+
"type": "uint256"
|
|
15679
|
+
}
|
|
15680
|
+
],
|
|
15681
|
+
"stateMutability": "view",
|
|
15682
|
+
"type": "function"
|
|
15683
|
+
},
|
|
15684
|
+
{
|
|
15685
|
+
"inputs": [],
|
|
15686
|
+
"name": "maxLoopsLimit",
|
|
15687
|
+
"outputs": [
|
|
15688
|
+
{
|
|
15689
|
+
"internalType": "uint256",
|
|
15690
|
+
"name": "",
|
|
15691
|
+
"type": "uint256"
|
|
15692
|
+
}
|
|
15693
|
+
],
|
|
15694
|
+
"stateMutability": "view",
|
|
15695
|
+
"type": "function"
|
|
15696
|
+
},
|
|
15697
|
+
{
|
|
15698
|
+
"inputs": [],
|
|
15699
|
+
"name": "owner",
|
|
15700
|
+
"outputs": [
|
|
15701
|
+
{
|
|
15702
|
+
"internalType": "address",
|
|
15703
|
+
"name": "",
|
|
15704
|
+
"type": "address"
|
|
15705
|
+
}
|
|
15706
|
+
],
|
|
15707
|
+
"stateMutability": "view",
|
|
15708
|
+
"type": "function"
|
|
15709
|
+
},
|
|
15710
|
+
{
|
|
15711
|
+
"inputs": [],
|
|
15712
|
+
"name": "pendingOwner",
|
|
15713
|
+
"outputs": [
|
|
15714
|
+
{
|
|
15715
|
+
"internalType": "address",
|
|
15716
|
+
"name": "",
|
|
15717
|
+
"type": "address"
|
|
15718
|
+
}
|
|
15719
|
+
],
|
|
15720
|
+
"stateMutability": "view",
|
|
15721
|
+
"type": "function"
|
|
15722
|
+
},
|
|
15723
|
+
{
|
|
15724
|
+
"inputs": [],
|
|
15725
|
+
"name": "renounceOwnership",
|
|
15726
|
+
"outputs": [],
|
|
15727
|
+
"stateMutability": "nonpayable",
|
|
15728
|
+
"type": "function"
|
|
15729
|
+
},
|
|
15730
|
+
{
|
|
15731
|
+
"inputs": [],
|
|
15732
|
+
"name": "rewardToken",
|
|
15733
|
+
"outputs": [
|
|
15734
|
+
{
|
|
15735
|
+
"internalType": "contract IERC20Upgradeable",
|
|
15736
|
+
"name": "",
|
|
15737
|
+
"type": "address"
|
|
15738
|
+
}
|
|
15739
|
+
],
|
|
15740
|
+
"stateMutability": "view",
|
|
15741
|
+
"type": "function"
|
|
15742
|
+
},
|
|
15743
|
+
{
|
|
15744
|
+
"inputs": [
|
|
15745
|
+
{
|
|
15746
|
+
"internalType": "address",
|
|
15747
|
+
"name": "",
|
|
15748
|
+
"type": "address"
|
|
15749
|
+
}
|
|
15750
|
+
],
|
|
15751
|
+
"name": "rewardTokenAccrued",
|
|
15752
|
+
"outputs": [
|
|
15753
|
+
{
|
|
15754
|
+
"internalType": "uint256",
|
|
15755
|
+
"name": "",
|
|
15756
|
+
"type": "uint256"
|
|
15757
|
+
}
|
|
15758
|
+
],
|
|
15759
|
+
"stateMutability": "view",
|
|
15760
|
+
"type": "function"
|
|
15761
|
+
},
|
|
15762
|
+
{
|
|
15763
|
+
"inputs": [
|
|
15764
|
+
{
|
|
15765
|
+
"internalType": "address",
|
|
15766
|
+
"name": "",
|
|
15767
|
+
"type": "address"
|
|
15768
|
+
}
|
|
15769
|
+
],
|
|
15770
|
+
"name": "rewardTokenBorrowSpeeds",
|
|
15771
|
+
"outputs": [
|
|
15772
|
+
{
|
|
15773
|
+
"internalType": "uint256",
|
|
15774
|
+
"name": "",
|
|
15775
|
+
"type": "uint256"
|
|
15776
|
+
}
|
|
15777
|
+
],
|
|
15778
|
+
"stateMutability": "view",
|
|
15779
|
+
"type": "function"
|
|
15780
|
+
},
|
|
15781
|
+
{
|
|
15782
|
+
"inputs": [
|
|
15783
|
+
{
|
|
15784
|
+
"internalType": "address",
|
|
15785
|
+
"name": "",
|
|
15786
|
+
"type": "address"
|
|
15787
|
+
}
|
|
15788
|
+
],
|
|
15789
|
+
"name": "rewardTokenBorrowState",
|
|
15790
|
+
"outputs": [
|
|
15791
|
+
{
|
|
15792
|
+
"internalType": "uint224",
|
|
15793
|
+
"name": "index",
|
|
15794
|
+
"type": "uint224"
|
|
15795
|
+
},
|
|
15796
|
+
{
|
|
15797
|
+
"internalType": "uint32",
|
|
15798
|
+
"name": "block",
|
|
15799
|
+
"type": "uint32"
|
|
15800
|
+
},
|
|
15801
|
+
{
|
|
15802
|
+
"internalType": "uint32",
|
|
15803
|
+
"name": "lastRewardingBlock",
|
|
15804
|
+
"type": "uint32"
|
|
15805
|
+
}
|
|
15806
|
+
],
|
|
15807
|
+
"stateMutability": "view",
|
|
15808
|
+
"type": "function"
|
|
15809
|
+
},
|
|
15810
|
+
{
|
|
15811
|
+
"inputs": [
|
|
15812
|
+
{
|
|
15813
|
+
"internalType": "address",
|
|
15814
|
+
"name": "",
|
|
15815
|
+
"type": "address"
|
|
15816
|
+
}
|
|
15817
|
+
],
|
|
15818
|
+
"name": "rewardTokenBorrowStateTimeBased",
|
|
15819
|
+
"outputs": [
|
|
15820
|
+
{
|
|
15821
|
+
"internalType": "uint224",
|
|
15822
|
+
"name": "index",
|
|
15823
|
+
"type": "uint224"
|
|
15824
|
+
},
|
|
15825
|
+
{
|
|
15826
|
+
"internalType": "uint256",
|
|
15827
|
+
"name": "timestamp",
|
|
15828
|
+
"type": "uint256"
|
|
15829
|
+
},
|
|
15830
|
+
{
|
|
15831
|
+
"internalType": "uint256",
|
|
15832
|
+
"name": "lastRewardingTimestamp",
|
|
15833
|
+
"type": "uint256"
|
|
15834
|
+
}
|
|
15835
|
+
],
|
|
15836
|
+
"stateMutability": "view",
|
|
15837
|
+
"type": "function"
|
|
15838
|
+
},
|
|
15839
|
+
{
|
|
15840
|
+
"inputs": [
|
|
15841
|
+
{
|
|
15842
|
+
"internalType": "address",
|
|
15843
|
+
"name": "",
|
|
15844
|
+
"type": "address"
|
|
15845
|
+
},
|
|
15846
|
+
{
|
|
15847
|
+
"internalType": "address",
|
|
15848
|
+
"name": "",
|
|
15849
|
+
"type": "address"
|
|
15850
|
+
}
|
|
15851
|
+
],
|
|
15852
|
+
"name": "rewardTokenBorrowerIndex",
|
|
15853
|
+
"outputs": [
|
|
15854
|
+
{
|
|
15855
|
+
"internalType": "uint256",
|
|
15856
|
+
"name": "",
|
|
15857
|
+
"type": "uint256"
|
|
15858
|
+
}
|
|
15859
|
+
],
|
|
15860
|
+
"stateMutability": "view",
|
|
15861
|
+
"type": "function"
|
|
15862
|
+
},
|
|
15863
|
+
{
|
|
15864
|
+
"inputs": [
|
|
15865
|
+
{
|
|
15866
|
+
"internalType": "address",
|
|
15867
|
+
"name": "",
|
|
15868
|
+
"type": "address"
|
|
15869
|
+
}
|
|
15870
|
+
],
|
|
15871
|
+
"name": "rewardTokenContributorSpeeds",
|
|
15872
|
+
"outputs": [
|
|
15873
|
+
{
|
|
15874
|
+
"internalType": "uint256",
|
|
15875
|
+
"name": "",
|
|
15876
|
+
"type": "uint256"
|
|
15877
|
+
}
|
|
15878
|
+
],
|
|
15879
|
+
"stateMutability": "view",
|
|
15880
|
+
"type": "function"
|
|
15881
|
+
},
|
|
15882
|
+
{
|
|
15883
|
+
"inputs": [
|
|
15884
|
+
{
|
|
15885
|
+
"internalType": "address",
|
|
15886
|
+
"name": "",
|
|
15887
|
+
"type": "address"
|
|
15888
|
+
},
|
|
15889
|
+
{
|
|
15890
|
+
"internalType": "address",
|
|
15891
|
+
"name": "",
|
|
15892
|
+
"type": "address"
|
|
15893
|
+
}
|
|
15894
|
+
],
|
|
15895
|
+
"name": "rewardTokenSupplierIndex",
|
|
15896
|
+
"outputs": [
|
|
15897
|
+
{
|
|
15898
|
+
"internalType": "uint256",
|
|
15899
|
+
"name": "",
|
|
15900
|
+
"type": "uint256"
|
|
15901
|
+
}
|
|
15902
|
+
],
|
|
15903
|
+
"stateMutability": "view",
|
|
15904
|
+
"type": "function"
|
|
15905
|
+
},
|
|
15906
|
+
{
|
|
15907
|
+
"inputs": [
|
|
15908
|
+
{
|
|
15909
|
+
"internalType": "address",
|
|
15910
|
+
"name": "",
|
|
15911
|
+
"type": "address"
|
|
15912
|
+
}
|
|
15913
|
+
],
|
|
15914
|
+
"name": "rewardTokenSupplySpeeds",
|
|
15915
|
+
"outputs": [
|
|
15916
|
+
{
|
|
15917
|
+
"internalType": "uint256",
|
|
15918
|
+
"name": "",
|
|
15919
|
+
"type": "uint256"
|
|
15920
|
+
}
|
|
15921
|
+
],
|
|
15922
|
+
"stateMutability": "view",
|
|
15923
|
+
"type": "function"
|
|
15924
|
+
},
|
|
15925
|
+
{
|
|
15926
|
+
"inputs": [
|
|
15927
|
+
{
|
|
15928
|
+
"internalType": "address",
|
|
15929
|
+
"name": "",
|
|
15930
|
+
"type": "address"
|
|
15931
|
+
}
|
|
15932
|
+
],
|
|
15933
|
+
"name": "rewardTokenSupplyState",
|
|
15934
|
+
"outputs": [
|
|
15935
|
+
{
|
|
15936
|
+
"internalType": "uint224",
|
|
15937
|
+
"name": "index",
|
|
15938
|
+
"type": "uint224"
|
|
15939
|
+
},
|
|
15940
|
+
{
|
|
15941
|
+
"internalType": "uint32",
|
|
15942
|
+
"name": "block",
|
|
15943
|
+
"type": "uint32"
|
|
15944
|
+
},
|
|
15945
|
+
{
|
|
15946
|
+
"internalType": "uint32",
|
|
15947
|
+
"name": "lastRewardingBlock",
|
|
15948
|
+
"type": "uint32"
|
|
15949
|
+
}
|
|
15950
|
+
],
|
|
15951
|
+
"stateMutability": "view",
|
|
15952
|
+
"type": "function"
|
|
15953
|
+
},
|
|
15954
|
+
{
|
|
15955
|
+
"inputs": [
|
|
15956
|
+
{
|
|
15957
|
+
"internalType": "address",
|
|
15958
|
+
"name": "",
|
|
15959
|
+
"type": "address"
|
|
15960
|
+
}
|
|
15961
|
+
],
|
|
15962
|
+
"name": "rewardTokenSupplyStateTimeBased",
|
|
15963
|
+
"outputs": [
|
|
15964
|
+
{
|
|
15965
|
+
"internalType": "uint224",
|
|
15966
|
+
"name": "index",
|
|
15967
|
+
"type": "uint224"
|
|
15968
|
+
},
|
|
15969
|
+
{
|
|
15970
|
+
"internalType": "uint256",
|
|
15971
|
+
"name": "timestamp",
|
|
15972
|
+
"type": "uint256"
|
|
15973
|
+
},
|
|
15974
|
+
{
|
|
15975
|
+
"internalType": "uint256",
|
|
15976
|
+
"name": "lastRewardingTimestamp",
|
|
15977
|
+
"type": "uint256"
|
|
15978
|
+
}
|
|
15979
|
+
],
|
|
15980
|
+
"stateMutability": "view",
|
|
15981
|
+
"type": "function"
|
|
15982
|
+
},
|
|
15983
|
+
{
|
|
15984
|
+
"inputs": [
|
|
15985
|
+
{
|
|
15986
|
+
"internalType": "address",
|
|
15987
|
+
"name": "accessControlManager_",
|
|
15988
|
+
"type": "address"
|
|
15989
|
+
}
|
|
15990
|
+
],
|
|
15991
|
+
"name": "setAccessControlManager",
|
|
15992
|
+
"outputs": [],
|
|
15993
|
+
"stateMutability": "nonpayable",
|
|
15994
|
+
"type": "function"
|
|
15995
|
+
},
|
|
15996
|
+
{
|
|
15997
|
+
"inputs": [
|
|
15998
|
+
{
|
|
15999
|
+
"internalType": "address",
|
|
16000
|
+
"name": "contributor",
|
|
16001
|
+
"type": "address"
|
|
16002
|
+
},
|
|
16003
|
+
{
|
|
16004
|
+
"internalType": "uint256",
|
|
16005
|
+
"name": "rewardTokenSpeed",
|
|
16006
|
+
"type": "uint256"
|
|
16007
|
+
}
|
|
16008
|
+
],
|
|
16009
|
+
"name": "setContributorRewardTokenSpeed",
|
|
16010
|
+
"outputs": [],
|
|
16011
|
+
"stateMutability": "nonpayable",
|
|
16012
|
+
"type": "function"
|
|
16013
|
+
},
|
|
16014
|
+
{
|
|
16015
|
+
"inputs": [
|
|
16016
|
+
{
|
|
16017
|
+
"internalType": "contract VToken[]",
|
|
16018
|
+
"name": "vTokens",
|
|
16019
|
+
"type": "address[]"
|
|
16020
|
+
},
|
|
16021
|
+
{
|
|
16022
|
+
"internalType": "uint256[]",
|
|
16023
|
+
"name": "supplyLastRewardingBlockTimestamps",
|
|
16024
|
+
"type": "uint256[]"
|
|
16025
|
+
},
|
|
16026
|
+
{
|
|
16027
|
+
"internalType": "uint256[]",
|
|
16028
|
+
"name": "borrowLastRewardingBlockTimestamps",
|
|
16029
|
+
"type": "uint256[]"
|
|
16030
|
+
}
|
|
16031
|
+
],
|
|
16032
|
+
"name": "setLastRewardingBlockTimestamps",
|
|
16033
|
+
"outputs": [],
|
|
16034
|
+
"stateMutability": "nonpayable",
|
|
16035
|
+
"type": "function"
|
|
16036
|
+
},
|
|
16037
|
+
{
|
|
16038
|
+
"inputs": [
|
|
16039
|
+
{
|
|
16040
|
+
"internalType": "contract VToken[]",
|
|
16041
|
+
"name": "vTokens",
|
|
16042
|
+
"type": "address[]"
|
|
16043
|
+
},
|
|
16044
|
+
{
|
|
16045
|
+
"internalType": "uint32[]",
|
|
16046
|
+
"name": "supplyLastRewardingBlocks",
|
|
16047
|
+
"type": "uint32[]"
|
|
16048
|
+
},
|
|
16049
|
+
{
|
|
16050
|
+
"internalType": "uint32[]",
|
|
16051
|
+
"name": "borrowLastRewardingBlocks",
|
|
16052
|
+
"type": "uint32[]"
|
|
16053
|
+
}
|
|
16054
|
+
],
|
|
16055
|
+
"name": "setLastRewardingBlocks",
|
|
16056
|
+
"outputs": [],
|
|
16057
|
+
"stateMutability": "nonpayable",
|
|
16058
|
+
"type": "function"
|
|
16059
|
+
},
|
|
16060
|
+
{
|
|
16061
|
+
"inputs": [
|
|
16062
|
+
{
|
|
16063
|
+
"internalType": "uint256",
|
|
16064
|
+
"name": "limit",
|
|
16065
|
+
"type": "uint256"
|
|
16066
|
+
}
|
|
16067
|
+
],
|
|
16068
|
+
"name": "setMaxLoopsLimit",
|
|
16069
|
+
"outputs": [],
|
|
16070
|
+
"stateMutability": "nonpayable",
|
|
16071
|
+
"type": "function"
|
|
16072
|
+
},
|
|
16073
|
+
{
|
|
16074
|
+
"inputs": [
|
|
16075
|
+
{
|
|
16076
|
+
"internalType": "contract VToken[]",
|
|
16077
|
+
"name": "vTokens",
|
|
16078
|
+
"type": "address[]"
|
|
16079
|
+
},
|
|
16080
|
+
{
|
|
16081
|
+
"internalType": "uint256[]",
|
|
16082
|
+
"name": "supplySpeeds",
|
|
16083
|
+
"type": "uint256[]"
|
|
16084
|
+
},
|
|
16085
|
+
{
|
|
16086
|
+
"internalType": "uint256[]",
|
|
16087
|
+
"name": "borrowSpeeds",
|
|
16088
|
+
"type": "uint256[]"
|
|
16089
|
+
}
|
|
16090
|
+
],
|
|
16091
|
+
"name": "setRewardTokenSpeeds",
|
|
16092
|
+
"outputs": [],
|
|
16093
|
+
"stateMutability": "nonpayable",
|
|
16094
|
+
"type": "function"
|
|
16095
|
+
},
|
|
16096
|
+
{
|
|
16097
|
+
"inputs": [
|
|
16098
|
+
{
|
|
16099
|
+
"internalType": "address",
|
|
16100
|
+
"name": "newOwner",
|
|
16101
|
+
"type": "address"
|
|
16102
|
+
}
|
|
16103
|
+
],
|
|
16104
|
+
"name": "transferOwnership",
|
|
16105
|
+
"outputs": [],
|
|
16106
|
+
"stateMutability": "nonpayable",
|
|
16107
|
+
"type": "function"
|
|
16108
|
+
},
|
|
16109
|
+
{
|
|
16110
|
+
"inputs": [
|
|
16111
|
+
{
|
|
16112
|
+
"internalType": "address",
|
|
16113
|
+
"name": "contributor",
|
|
16114
|
+
"type": "address"
|
|
16115
|
+
}
|
|
16116
|
+
],
|
|
16117
|
+
"name": "updateContributorRewards",
|
|
16118
|
+
"outputs": [],
|
|
16119
|
+
"stateMutability": "nonpayable",
|
|
16120
|
+
"type": "function"
|
|
16121
|
+
},
|
|
16122
|
+
{
|
|
16123
|
+
"inputs": [
|
|
16124
|
+
{
|
|
16125
|
+
"internalType": "address",
|
|
16126
|
+
"name": "vToken",
|
|
16127
|
+
"type": "address"
|
|
16128
|
+
},
|
|
16129
|
+
{
|
|
16130
|
+
"components": [
|
|
16131
|
+
{
|
|
16132
|
+
"internalType": "uint256",
|
|
16133
|
+
"name": "mantissa",
|
|
16134
|
+
"type": "uint256"
|
|
16135
|
+
}
|
|
16136
|
+
],
|
|
16137
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
16138
|
+
"name": "marketBorrowIndex",
|
|
16139
|
+
"type": "tuple"
|
|
16140
|
+
}
|
|
16141
|
+
],
|
|
16142
|
+
"name": "updateRewardTokenBorrowIndex",
|
|
16143
|
+
"outputs": [],
|
|
16144
|
+
"stateMutability": "nonpayable",
|
|
16145
|
+
"type": "function"
|
|
16146
|
+
},
|
|
16147
|
+
{
|
|
16148
|
+
"inputs": [
|
|
16149
|
+
{
|
|
16150
|
+
"internalType": "address",
|
|
16151
|
+
"name": "vToken",
|
|
16152
|
+
"type": "address"
|
|
16153
|
+
}
|
|
16154
|
+
],
|
|
16155
|
+
"name": "updateRewardTokenSupplyIndex",
|
|
16156
|
+
"outputs": [],
|
|
16157
|
+
"stateMutability": "nonpayable",
|
|
16158
|
+
"type": "function"
|
|
16159
|
+
},
|
|
16160
|
+
{
|
|
16161
|
+
"inputs": [
|
|
16162
|
+
{
|
|
16163
|
+
"internalType": "address",
|
|
16164
|
+
"name": "_logic",
|
|
16165
|
+
"type": "address"
|
|
16166
|
+
},
|
|
16167
|
+
{
|
|
16168
|
+
"internalType": "address",
|
|
16169
|
+
"name": "admin_",
|
|
16170
|
+
"type": "address"
|
|
16171
|
+
},
|
|
16172
|
+
{
|
|
16173
|
+
"internalType": "bytes",
|
|
16174
|
+
"name": "_data",
|
|
16175
|
+
"type": "bytes"
|
|
16176
|
+
}
|
|
16177
|
+
],
|
|
16178
|
+
"stateMutability": "payable",
|
|
16179
|
+
"type": "constructor"
|
|
16180
|
+
}
|
|
16181
|
+
]
|
|
16182
|
+
},
|
|
16183
|
+
"RewardsDistributor_Core_2_Proxy": {
|
|
16184
|
+
"address": "0x886767B62C7ACD601672607373048FFD96Cf27B2",
|
|
16185
|
+
"abi": [
|
|
16186
|
+
{
|
|
16187
|
+
"inputs": [
|
|
16188
|
+
{
|
|
16189
|
+
"internalType": "address",
|
|
16190
|
+
"name": "_logic",
|
|
16191
|
+
"type": "address"
|
|
16192
|
+
},
|
|
16193
|
+
{
|
|
16194
|
+
"internalType": "address",
|
|
16195
|
+
"name": "admin_",
|
|
16196
|
+
"type": "address"
|
|
16197
|
+
},
|
|
16198
|
+
{
|
|
16199
|
+
"internalType": "bytes",
|
|
16200
|
+
"name": "_data",
|
|
16201
|
+
"type": "bytes"
|
|
16202
|
+
}
|
|
16203
|
+
],
|
|
16204
|
+
"stateMutability": "payable",
|
|
16205
|
+
"type": "constructor"
|
|
16206
|
+
},
|
|
16207
|
+
{
|
|
16208
|
+
"anonymous": false,
|
|
16209
|
+
"inputs": [
|
|
16210
|
+
{
|
|
16211
|
+
"indexed": false,
|
|
16212
|
+
"internalType": "address",
|
|
16213
|
+
"name": "previousAdmin",
|
|
16214
|
+
"type": "address"
|
|
16215
|
+
},
|
|
16216
|
+
{
|
|
16217
|
+
"indexed": false,
|
|
16218
|
+
"internalType": "address",
|
|
16219
|
+
"name": "newAdmin",
|
|
16220
|
+
"type": "address"
|
|
16221
|
+
}
|
|
16222
|
+
],
|
|
16223
|
+
"name": "AdminChanged",
|
|
16224
|
+
"type": "event"
|
|
16225
|
+
},
|
|
16226
|
+
{
|
|
16227
|
+
"anonymous": false,
|
|
16228
|
+
"inputs": [
|
|
16229
|
+
{
|
|
16230
|
+
"indexed": true,
|
|
16231
|
+
"internalType": "address",
|
|
16232
|
+
"name": "beacon",
|
|
16233
|
+
"type": "address"
|
|
16234
|
+
}
|
|
16235
|
+
],
|
|
16236
|
+
"name": "BeaconUpgraded",
|
|
16237
|
+
"type": "event"
|
|
16238
|
+
},
|
|
16239
|
+
{
|
|
16240
|
+
"anonymous": false,
|
|
16241
|
+
"inputs": [
|
|
16242
|
+
{
|
|
16243
|
+
"indexed": true,
|
|
16244
|
+
"internalType": "address",
|
|
16245
|
+
"name": "implementation",
|
|
16246
|
+
"type": "address"
|
|
16247
|
+
}
|
|
16248
|
+
],
|
|
16249
|
+
"name": "Upgraded",
|
|
16250
|
+
"type": "event"
|
|
16251
|
+
},
|
|
16252
|
+
{
|
|
16253
|
+
"stateMutability": "payable",
|
|
16254
|
+
"type": "fallback"
|
|
16255
|
+
},
|
|
16256
|
+
{
|
|
16257
|
+
"inputs": [],
|
|
16258
|
+
"name": "admin",
|
|
16259
|
+
"outputs": [
|
|
16260
|
+
{
|
|
16261
|
+
"internalType": "address",
|
|
16262
|
+
"name": "admin_",
|
|
16263
|
+
"type": "address"
|
|
16264
|
+
}
|
|
16265
|
+
],
|
|
16266
|
+
"stateMutability": "nonpayable",
|
|
16267
|
+
"type": "function"
|
|
16268
|
+
},
|
|
16269
|
+
{
|
|
16270
|
+
"inputs": [
|
|
16271
|
+
{
|
|
16272
|
+
"internalType": "address",
|
|
16273
|
+
"name": "newAdmin",
|
|
16274
|
+
"type": "address"
|
|
16275
|
+
}
|
|
16276
|
+
],
|
|
16277
|
+
"name": "changeAdmin",
|
|
16278
|
+
"outputs": [],
|
|
16279
|
+
"stateMutability": "nonpayable",
|
|
16280
|
+
"type": "function"
|
|
16281
|
+
},
|
|
16282
|
+
{
|
|
16283
|
+
"inputs": [],
|
|
16284
|
+
"name": "implementation",
|
|
16285
|
+
"outputs": [
|
|
16286
|
+
{
|
|
16287
|
+
"internalType": "address",
|
|
16288
|
+
"name": "implementation_",
|
|
16289
|
+
"type": "address"
|
|
16290
|
+
}
|
|
16291
|
+
],
|
|
16292
|
+
"stateMutability": "nonpayable",
|
|
16293
|
+
"type": "function"
|
|
16294
|
+
},
|
|
16295
|
+
{
|
|
16296
|
+
"inputs": [
|
|
16297
|
+
{
|
|
16298
|
+
"internalType": "address",
|
|
16299
|
+
"name": "newImplementation",
|
|
16300
|
+
"type": "address"
|
|
16301
|
+
}
|
|
16302
|
+
],
|
|
16303
|
+
"name": "upgradeTo",
|
|
16304
|
+
"outputs": [],
|
|
16305
|
+
"stateMutability": "nonpayable",
|
|
16306
|
+
"type": "function"
|
|
16307
|
+
},
|
|
16308
|
+
{
|
|
16309
|
+
"inputs": [
|
|
16310
|
+
{
|
|
16311
|
+
"internalType": "address",
|
|
16312
|
+
"name": "newImplementation",
|
|
16313
|
+
"type": "address"
|
|
16314
|
+
},
|
|
16315
|
+
{
|
|
16316
|
+
"internalType": "bytes",
|
|
16317
|
+
"name": "data",
|
|
16318
|
+
"type": "bytes"
|
|
16319
|
+
}
|
|
16320
|
+
],
|
|
16321
|
+
"name": "upgradeToAndCall",
|
|
16322
|
+
"outputs": [],
|
|
16323
|
+
"stateMutability": "payable",
|
|
16324
|
+
"type": "function"
|
|
16325
|
+
},
|
|
16326
|
+
{
|
|
16327
|
+
"stateMutability": "payable",
|
|
16328
|
+
"type": "receive"
|
|
16329
|
+
}
|
|
16330
|
+
]
|
|
16331
|
+
},
|
|
14896
16332
|
"RewardsDistributor_Curve_0": {
|
|
14897
16333
|
"address": "0x8473B767F68250F5309bae939337136a899E43F9",
|
|
14898
16334
|
"abi": [
|
|
@@ -15518,7 +16954,2630 @@
|
|
|
15518
16954
|
},
|
|
15519
16955
|
{
|
|
15520
16956
|
"inputs": [],
|
|
15521
|
-
"name": "getBlockNumber",
|
|
16957
|
+
"name": "getBlockNumber",
|
|
16958
|
+
"outputs": [
|
|
16959
|
+
{
|
|
16960
|
+
"internalType": "uint256",
|
|
16961
|
+
"name": "",
|
|
16962
|
+
"type": "uint256"
|
|
16963
|
+
}
|
|
16964
|
+
],
|
|
16965
|
+
"stateMutability": "view",
|
|
16966
|
+
"type": "function"
|
|
16967
|
+
},
|
|
16968
|
+
{
|
|
16969
|
+
"inputs": [
|
|
16970
|
+
{
|
|
16971
|
+
"internalType": "address",
|
|
16972
|
+
"name": "recipient",
|
|
16973
|
+
"type": "address"
|
|
16974
|
+
},
|
|
16975
|
+
{
|
|
16976
|
+
"internalType": "uint256",
|
|
16977
|
+
"name": "amount",
|
|
16978
|
+
"type": "uint256"
|
|
16979
|
+
}
|
|
16980
|
+
],
|
|
16981
|
+
"name": "grantRewardToken",
|
|
16982
|
+
"outputs": [],
|
|
16983
|
+
"stateMutability": "nonpayable",
|
|
16984
|
+
"type": "function"
|
|
16985
|
+
},
|
|
16986
|
+
{
|
|
16987
|
+
"inputs": [
|
|
16988
|
+
{
|
|
16989
|
+
"internalType": "contract Comptroller",
|
|
16990
|
+
"name": "comptroller_",
|
|
16991
|
+
"type": "address"
|
|
16992
|
+
},
|
|
16993
|
+
{
|
|
16994
|
+
"internalType": "contract IERC20Upgradeable",
|
|
16995
|
+
"name": "rewardToken_",
|
|
16996
|
+
"type": "address"
|
|
16997
|
+
},
|
|
16998
|
+
{
|
|
16999
|
+
"internalType": "uint256",
|
|
17000
|
+
"name": "loopsLimit_",
|
|
17001
|
+
"type": "uint256"
|
|
17002
|
+
},
|
|
17003
|
+
{
|
|
17004
|
+
"internalType": "address",
|
|
17005
|
+
"name": "accessControlManager_",
|
|
17006
|
+
"type": "address"
|
|
17007
|
+
}
|
|
17008
|
+
],
|
|
17009
|
+
"name": "initialize",
|
|
17010
|
+
"outputs": [],
|
|
17011
|
+
"stateMutability": "nonpayable",
|
|
17012
|
+
"type": "function"
|
|
17013
|
+
},
|
|
17014
|
+
{
|
|
17015
|
+
"inputs": [
|
|
17016
|
+
{
|
|
17017
|
+
"internalType": "address",
|
|
17018
|
+
"name": "vToken",
|
|
17019
|
+
"type": "address"
|
|
17020
|
+
}
|
|
17021
|
+
],
|
|
17022
|
+
"name": "initializeMarket",
|
|
17023
|
+
"outputs": [],
|
|
17024
|
+
"stateMutability": "nonpayable",
|
|
17025
|
+
"type": "function"
|
|
17026
|
+
},
|
|
17027
|
+
{
|
|
17028
|
+
"inputs": [
|
|
17029
|
+
{
|
|
17030
|
+
"internalType": "address",
|
|
17031
|
+
"name": "",
|
|
17032
|
+
"type": "address"
|
|
17033
|
+
}
|
|
17034
|
+
],
|
|
17035
|
+
"name": "lastContributorBlock",
|
|
17036
|
+
"outputs": [
|
|
17037
|
+
{
|
|
17038
|
+
"internalType": "uint256",
|
|
17039
|
+
"name": "",
|
|
17040
|
+
"type": "uint256"
|
|
17041
|
+
}
|
|
17042
|
+
],
|
|
17043
|
+
"stateMutability": "view",
|
|
17044
|
+
"type": "function"
|
|
17045
|
+
},
|
|
17046
|
+
{
|
|
17047
|
+
"inputs": [],
|
|
17048
|
+
"name": "maxLoopsLimit",
|
|
17049
|
+
"outputs": [
|
|
17050
|
+
{
|
|
17051
|
+
"internalType": "uint256",
|
|
17052
|
+
"name": "",
|
|
17053
|
+
"type": "uint256"
|
|
17054
|
+
}
|
|
17055
|
+
],
|
|
17056
|
+
"stateMutability": "view",
|
|
17057
|
+
"type": "function"
|
|
17058
|
+
},
|
|
17059
|
+
{
|
|
17060
|
+
"inputs": [],
|
|
17061
|
+
"name": "owner",
|
|
17062
|
+
"outputs": [
|
|
17063
|
+
{
|
|
17064
|
+
"internalType": "address",
|
|
17065
|
+
"name": "",
|
|
17066
|
+
"type": "address"
|
|
17067
|
+
}
|
|
17068
|
+
],
|
|
17069
|
+
"stateMutability": "view",
|
|
17070
|
+
"type": "function"
|
|
17071
|
+
},
|
|
17072
|
+
{
|
|
17073
|
+
"inputs": [],
|
|
17074
|
+
"name": "pendingOwner",
|
|
17075
|
+
"outputs": [
|
|
17076
|
+
{
|
|
17077
|
+
"internalType": "address",
|
|
17078
|
+
"name": "",
|
|
17079
|
+
"type": "address"
|
|
17080
|
+
}
|
|
17081
|
+
],
|
|
17082
|
+
"stateMutability": "view",
|
|
17083
|
+
"type": "function"
|
|
17084
|
+
},
|
|
17085
|
+
{
|
|
17086
|
+
"inputs": [],
|
|
17087
|
+
"name": "renounceOwnership",
|
|
17088
|
+
"outputs": [],
|
|
17089
|
+
"stateMutability": "nonpayable",
|
|
17090
|
+
"type": "function"
|
|
17091
|
+
},
|
|
17092
|
+
{
|
|
17093
|
+
"inputs": [],
|
|
17094
|
+
"name": "rewardToken",
|
|
17095
|
+
"outputs": [
|
|
17096
|
+
{
|
|
17097
|
+
"internalType": "contract IERC20Upgradeable",
|
|
17098
|
+
"name": "",
|
|
17099
|
+
"type": "address"
|
|
17100
|
+
}
|
|
17101
|
+
],
|
|
17102
|
+
"stateMutability": "view",
|
|
17103
|
+
"type": "function"
|
|
17104
|
+
},
|
|
17105
|
+
{
|
|
17106
|
+
"inputs": [
|
|
17107
|
+
{
|
|
17108
|
+
"internalType": "address",
|
|
17109
|
+
"name": "",
|
|
17110
|
+
"type": "address"
|
|
17111
|
+
}
|
|
17112
|
+
],
|
|
17113
|
+
"name": "rewardTokenAccrued",
|
|
17114
|
+
"outputs": [
|
|
17115
|
+
{
|
|
17116
|
+
"internalType": "uint256",
|
|
17117
|
+
"name": "",
|
|
17118
|
+
"type": "uint256"
|
|
17119
|
+
}
|
|
17120
|
+
],
|
|
17121
|
+
"stateMutability": "view",
|
|
17122
|
+
"type": "function"
|
|
17123
|
+
},
|
|
17124
|
+
{
|
|
17125
|
+
"inputs": [
|
|
17126
|
+
{
|
|
17127
|
+
"internalType": "address",
|
|
17128
|
+
"name": "",
|
|
17129
|
+
"type": "address"
|
|
17130
|
+
}
|
|
17131
|
+
],
|
|
17132
|
+
"name": "rewardTokenBorrowSpeeds",
|
|
17133
|
+
"outputs": [
|
|
17134
|
+
{
|
|
17135
|
+
"internalType": "uint256",
|
|
17136
|
+
"name": "",
|
|
17137
|
+
"type": "uint256"
|
|
17138
|
+
}
|
|
17139
|
+
],
|
|
17140
|
+
"stateMutability": "view",
|
|
17141
|
+
"type": "function"
|
|
17142
|
+
},
|
|
17143
|
+
{
|
|
17144
|
+
"inputs": [
|
|
17145
|
+
{
|
|
17146
|
+
"internalType": "address",
|
|
17147
|
+
"name": "",
|
|
17148
|
+
"type": "address"
|
|
17149
|
+
}
|
|
17150
|
+
],
|
|
17151
|
+
"name": "rewardTokenBorrowState",
|
|
17152
|
+
"outputs": [
|
|
17153
|
+
{
|
|
17154
|
+
"internalType": "uint224",
|
|
17155
|
+
"name": "index",
|
|
17156
|
+
"type": "uint224"
|
|
17157
|
+
},
|
|
17158
|
+
{
|
|
17159
|
+
"internalType": "uint32",
|
|
17160
|
+
"name": "block",
|
|
17161
|
+
"type": "uint32"
|
|
17162
|
+
},
|
|
17163
|
+
{
|
|
17164
|
+
"internalType": "uint32",
|
|
17165
|
+
"name": "lastRewardingBlock",
|
|
17166
|
+
"type": "uint32"
|
|
17167
|
+
}
|
|
17168
|
+
],
|
|
17169
|
+
"stateMutability": "view",
|
|
17170
|
+
"type": "function"
|
|
17171
|
+
},
|
|
17172
|
+
{
|
|
17173
|
+
"inputs": [
|
|
17174
|
+
{
|
|
17175
|
+
"internalType": "address",
|
|
17176
|
+
"name": "",
|
|
17177
|
+
"type": "address"
|
|
17178
|
+
},
|
|
17179
|
+
{
|
|
17180
|
+
"internalType": "address",
|
|
17181
|
+
"name": "",
|
|
17182
|
+
"type": "address"
|
|
17183
|
+
}
|
|
17184
|
+
],
|
|
17185
|
+
"name": "rewardTokenBorrowerIndex",
|
|
17186
|
+
"outputs": [
|
|
17187
|
+
{
|
|
17188
|
+
"internalType": "uint256",
|
|
17189
|
+
"name": "",
|
|
17190
|
+
"type": "uint256"
|
|
17191
|
+
}
|
|
17192
|
+
],
|
|
17193
|
+
"stateMutability": "view",
|
|
17194
|
+
"type": "function"
|
|
17195
|
+
},
|
|
17196
|
+
{
|
|
17197
|
+
"inputs": [
|
|
17198
|
+
{
|
|
17199
|
+
"internalType": "address",
|
|
17200
|
+
"name": "",
|
|
17201
|
+
"type": "address"
|
|
17202
|
+
}
|
|
17203
|
+
],
|
|
17204
|
+
"name": "rewardTokenContributorSpeeds",
|
|
17205
|
+
"outputs": [
|
|
17206
|
+
{
|
|
17207
|
+
"internalType": "uint256",
|
|
17208
|
+
"name": "",
|
|
17209
|
+
"type": "uint256"
|
|
17210
|
+
}
|
|
17211
|
+
],
|
|
17212
|
+
"stateMutability": "view",
|
|
17213
|
+
"type": "function"
|
|
17214
|
+
},
|
|
17215
|
+
{
|
|
17216
|
+
"inputs": [
|
|
17217
|
+
{
|
|
17218
|
+
"internalType": "address",
|
|
17219
|
+
"name": "",
|
|
17220
|
+
"type": "address"
|
|
17221
|
+
},
|
|
17222
|
+
{
|
|
17223
|
+
"internalType": "address",
|
|
17224
|
+
"name": "",
|
|
17225
|
+
"type": "address"
|
|
17226
|
+
}
|
|
17227
|
+
],
|
|
17228
|
+
"name": "rewardTokenSupplierIndex",
|
|
17229
|
+
"outputs": [
|
|
17230
|
+
{
|
|
17231
|
+
"internalType": "uint256",
|
|
17232
|
+
"name": "",
|
|
17233
|
+
"type": "uint256"
|
|
17234
|
+
}
|
|
17235
|
+
],
|
|
17236
|
+
"stateMutability": "view",
|
|
17237
|
+
"type": "function"
|
|
17238
|
+
},
|
|
17239
|
+
{
|
|
17240
|
+
"inputs": [
|
|
17241
|
+
{
|
|
17242
|
+
"internalType": "address",
|
|
17243
|
+
"name": "",
|
|
17244
|
+
"type": "address"
|
|
17245
|
+
}
|
|
17246
|
+
],
|
|
17247
|
+
"name": "rewardTokenSupplySpeeds",
|
|
17248
|
+
"outputs": [
|
|
17249
|
+
{
|
|
17250
|
+
"internalType": "uint256",
|
|
17251
|
+
"name": "",
|
|
17252
|
+
"type": "uint256"
|
|
17253
|
+
}
|
|
17254
|
+
],
|
|
17255
|
+
"stateMutability": "view",
|
|
17256
|
+
"type": "function"
|
|
17257
|
+
},
|
|
17258
|
+
{
|
|
17259
|
+
"inputs": [
|
|
17260
|
+
{
|
|
17261
|
+
"internalType": "address",
|
|
17262
|
+
"name": "",
|
|
17263
|
+
"type": "address"
|
|
17264
|
+
}
|
|
17265
|
+
],
|
|
17266
|
+
"name": "rewardTokenSupplyState",
|
|
17267
|
+
"outputs": [
|
|
17268
|
+
{
|
|
17269
|
+
"internalType": "uint224",
|
|
17270
|
+
"name": "index",
|
|
17271
|
+
"type": "uint224"
|
|
17272
|
+
},
|
|
17273
|
+
{
|
|
17274
|
+
"internalType": "uint32",
|
|
17275
|
+
"name": "block",
|
|
17276
|
+
"type": "uint32"
|
|
17277
|
+
},
|
|
17278
|
+
{
|
|
17279
|
+
"internalType": "uint32",
|
|
17280
|
+
"name": "lastRewardingBlock",
|
|
17281
|
+
"type": "uint32"
|
|
17282
|
+
}
|
|
17283
|
+
],
|
|
17284
|
+
"stateMutability": "view",
|
|
17285
|
+
"type": "function"
|
|
17286
|
+
},
|
|
17287
|
+
{
|
|
17288
|
+
"inputs": [
|
|
17289
|
+
{
|
|
17290
|
+
"internalType": "address",
|
|
17291
|
+
"name": "accessControlManager_",
|
|
17292
|
+
"type": "address"
|
|
17293
|
+
}
|
|
17294
|
+
],
|
|
17295
|
+
"name": "setAccessControlManager",
|
|
17296
|
+
"outputs": [],
|
|
17297
|
+
"stateMutability": "nonpayable",
|
|
17298
|
+
"type": "function"
|
|
17299
|
+
},
|
|
17300
|
+
{
|
|
17301
|
+
"inputs": [
|
|
17302
|
+
{
|
|
17303
|
+
"internalType": "address",
|
|
17304
|
+
"name": "contributor",
|
|
17305
|
+
"type": "address"
|
|
17306
|
+
},
|
|
17307
|
+
{
|
|
17308
|
+
"internalType": "uint256",
|
|
17309
|
+
"name": "rewardTokenSpeed",
|
|
17310
|
+
"type": "uint256"
|
|
17311
|
+
}
|
|
17312
|
+
],
|
|
17313
|
+
"name": "setContributorRewardTokenSpeed",
|
|
17314
|
+
"outputs": [],
|
|
17315
|
+
"stateMutability": "nonpayable",
|
|
17316
|
+
"type": "function"
|
|
17317
|
+
},
|
|
17318
|
+
{
|
|
17319
|
+
"inputs": [
|
|
17320
|
+
{
|
|
17321
|
+
"internalType": "contract VToken[]",
|
|
17322
|
+
"name": "vTokens",
|
|
17323
|
+
"type": "address[]"
|
|
17324
|
+
},
|
|
17325
|
+
{
|
|
17326
|
+
"internalType": "uint32[]",
|
|
17327
|
+
"name": "supplyLastRewardingBlocks",
|
|
17328
|
+
"type": "uint32[]"
|
|
17329
|
+
},
|
|
17330
|
+
{
|
|
17331
|
+
"internalType": "uint32[]",
|
|
17332
|
+
"name": "borrowLastRewardingBlocks",
|
|
17333
|
+
"type": "uint32[]"
|
|
17334
|
+
}
|
|
17335
|
+
],
|
|
17336
|
+
"name": "setLastRewardingBlocks",
|
|
17337
|
+
"outputs": [],
|
|
17338
|
+
"stateMutability": "nonpayable",
|
|
17339
|
+
"type": "function"
|
|
17340
|
+
},
|
|
17341
|
+
{
|
|
17342
|
+
"inputs": [
|
|
17343
|
+
{
|
|
17344
|
+
"internalType": "uint256",
|
|
17345
|
+
"name": "limit",
|
|
17346
|
+
"type": "uint256"
|
|
17347
|
+
}
|
|
17348
|
+
],
|
|
17349
|
+
"name": "setMaxLoopsLimit",
|
|
17350
|
+
"outputs": [],
|
|
17351
|
+
"stateMutability": "nonpayable",
|
|
17352
|
+
"type": "function"
|
|
17353
|
+
},
|
|
17354
|
+
{
|
|
17355
|
+
"inputs": [
|
|
17356
|
+
{
|
|
17357
|
+
"internalType": "contract VToken[]",
|
|
17358
|
+
"name": "vTokens",
|
|
17359
|
+
"type": "address[]"
|
|
17360
|
+
},
|
|
17361
|
+
{
|
|
17362
|
+
"internalType": "uint256[]",
|
|
17363
|
+
"name": "supplySpeeds",
|
|
17364
|
+
"type": "uint256[]"
|
|
17365
|
+
},
|
|
17366
|
+
{
|
|
17367
|
+
"internalType": "uint256[]",
|
|
17368
|
+
"name": "borrowSpeeds",
|
|
17369
|
+
"type": "uint256[]"
|
|
17370
|
+
}
|
|
17371
|
+
],
|
|
17372
|
+
"name": "setRewardTokenSpeeds",
|
|
17373
|
+
"outputs": [],
|
|
17374
|
+
"stateMutability": "nonpayable",
|
|
17375
|
+
"type": "function"
|
|
17376
|
+
},
|
|
17377
|
+
{
|
|
17378
|
+
"inputs": [
|
|
17379
|
+
{
|
|
17380
|
+
"internalType": "address",
|
|
17381
|
+
"name": "newOwner",
|
|
17382
|
+
"type": "address"
|
|
17383
|
+
}
|
|
17384
|
+
],
|
|
17385
|
+
"name": "transferOwnership",
|
|
17386
|
+
"outputs": [],
|
|
17387
|
+
"stateMutability": "nonpayable",
|
|
17388
|
+
"type": "function"
|
|
17389
|
+
},
|
|
17390
|
+
{
|
|
17391
|
+
"inputs": [
|
|
17392
|
+
{
|
|
17393
|
+
"internalType": "address",
|
|
17394
|
+
"name": "contributor",
|
|
17395
|
+
"type": "address"
|
|
17396
|
+
}
|
|
17397
|
+
],
|
|
17398
|
+
"name": "updateContributorRewards",
|
|
17399
|
+
"outputs": [],
|
|
17400
|
+
"stateMutability": "nonpayable",
|
|
17401
|
+
"type": "function"
|
|
17402
|
+
},
|
|
17403
|
+
{
|
|
17404
|
+
"inputs": [
|
|
17405
|
+
{
|
|
17406
|
+
"internalType": "address",
|
|
17407
|
+
"name": "vToken",
|
|
17408
|
+
"type": "address"
|
|
17409
|
+
},
|
|
17410
|
+
{
|
|
17411
|
+
"components": [
|
|
17412
|
+
{
|
|
17413
|
+
"internalType": "uint256",
|
|
17414
|
+
"name": "mantissa",
|
|
17415
|
+
"type": "uint256"
|
|
17416
|
+
}
|
|
17417
|
+
],
|
|
17418
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
17419
|
+
"name": "marketBorrowIndex",
|
|
17420
|
+
"type": "tuple"
|
|
17421
|
+
}
|
|
17422
|
+
],
|
|
17423
|
+
"name": "updateRewardTokenBorrowIndex",
|
|
17424
|
+
"outputs": [],
|
|
17425
|
+
"stateMutability": "nonpayable",
|
|
17426
|
+
"type": "function"
|
|
17427
|
+
},
|
|
17428
|
+
{
|
|
17429
|
+
"inputs": [
|
|
17430
|
+
{
|
|
17431
|
+
"internalType": "address",
|
|
17432
|
+
"name": "vToken",
|
|
17433
|
+
"type": "address"
|
|
17434
|
+
}
|
|
17435
|
+
],
|
|
17436
|
+
"name": "updateRewardTokenSupplyIndex",
|
|
17437
|
+
"outputs": [],
|
|
17438
|
+
"stateMutability": "nonpayable",
|
|
17439
|
+
"type": "function"
|
|
17440
|
+
},
|
|
17441
|
+
{
|
|
17442
|
+
"inputs": [
|
|
17443
|
+
{
|
|
17444
|
+
"internalType": "address",
|
|
17445
|
+
"name": "_logic",
|
|
17446
|
+
"type": "address"
|
|
17447
|
+
},
|
|
17448
|
+
{
|
|
17449
|
+
"internalType": "address",
|
|
17450
|
+
"name": "admin_",
|
|
17451
|
+
"type": "address"
|
|
17452
|
+
},
|
|
17453
|
+
{
|
|
17454
|
+
"internalType": "bytes",
|
|
17455
|
+
"name": "_data",
|
|
17456
|
+
"type": "bytes"
|
|
17457
|
+
}
|
|
17458
|
+
],
|
|
17459
|
+
"stateMutability": "payable",
|
|
17460
|
+
"type": "constructor"
|
|
17461
|
+
}
|
|
17462
|
+
]
|
|
17463
|
+
},
|
|
17464
|
+
"RewardsDistributor_Curve_0_Proxy": {
|
|
17465
|
+
"address": "0x8473B767F68250F5309bae939337136a899E43F9",
|
|
17466
|
+
"abi": [
|
|
17467
|
+
{
|
|
17468
|
+
"inputs": [
|
|
17469
|
+
{
|
|
17470
|
+
"internalType": "address",
|
|
17471
|
+
"name": "_logic",
|
|
17472
|
+
"type": "address"
|
|
17473
|
+
},
|
|
17474
|
+
{
|
|
17475
|
+
"internalType": "address",
|
|
17476
|
+
"name": "admin_",
|
|
17477
|
+
"type": "address"
|
|
17478
|
+
},
|
|
17479
|
+
{
|
|
17480
|
+
"internalType": "bytes",
|
|
17481
|
+
"name": "_data",
|
|
17482
|
+
"type": "bytes"
|
|
17483
|
+
}
|
|
17484
|
+
],
|
|
17485
|
+
"stateMutability": "payable",
|
|
17486
|
+
"type": "constructor"
|
|
17487
|
+
},
|
|
17488
|
+
{
|
|
17489
|
+
"anonymous": false,
|
|
17490
|
+
"inputs": [
|
|
17491
|
+
{
|
|
17492
|
+
"indexed": false,
|
|
17493
|
+
"internalType": "address",
|
|
17494
|
+
"name": "previousAdmin",
|
|
17495
|
+
"type": "address"
|
|
17496
|
+
},
|
|
17497
|
+
{
|
|
17498
|
+
"indexed": false,
|
|
17499
|
+
"internalType": "address",
|
|
17500
|
+
"name": "newAdmin",
|
|
17501
|
+
"type": "address"
|
|
17502
|
+
}
|
|
17503
|
+
],
|
|
17504
|
+
"name": "AdminChanged",
|
|
17505
|
+
"type": "event"
|
|
17506
|
+
},
|
|
17507
|
+
{
|
|
17508
|
+
"anonymous": false,
|
|
17509
|
+
"inputs": [
|
|
17510
|
+
{
|
|
17511
|
+
"indexed": true,
|
|
17512
|
+
"internalType": "address",
|
|
17513
|
+
"name": "beacon",
|
|
17514
|
+
"type": "address"
|
|
17515
|
+
}
|
|
17516
|
+
],
|
|
17517
|
+
"name": "BeaconUpgraded",
|
|
17518
|
+
"type": "event"
|
|
17519
|
+
},
|
|
17520
|
+
{
|
|
17521
|
+
"anonymous": false,
|
|
17522
|
+
"inputs": [
|
|
17523
|
+
{
|
|
17524
|
+
"indexed": true,
|
|
17525
|
+
"internalType": "address",
|
|
17526
|
+
"name": "implementation",
|
|
17527
|
+
"type": "address"
|
|
17528
|
+
}
|
|
17529
|
+
],
|
|
17530
|
+
"name": "Upgraded",
|
|
17531
|
+
"type": "event"
|
|
17532
|
+
},
|
|
17533
|
+
{
|
|
17534
|
+
"stateMutability": "payable",
|
|
17535
|
+
"type": "fallback"
|
|
17536
|
+
},
|
|
17537
|
+
{
|
|
17538
|
+
"inputs": [],
|
|
17539
|
+
"name": "admin",
|
|
17540
|
+
"outputs": [
|
|
17541
|
+
{
|
|
17542
|
+
"internalType": "address",
|
|
17543
|
+
"name": "admin_",
|
|
17544
|
+
"type": "address"
|
|
17545
|
+
}
|
|
17546
|
+
],
|
|
17547
|
+
"stateMutability": "nonpayable",
|
|
17548
|
+
"type": "function"
|
|
17549
|
+
},
|
|
17550
|
+
{
|
|
17551
|
+
"inputs": [
|
|
17552
|
+
{
|
|
17553
|
+
"internalType": "address",
|
|
17554
|
+
"name": "newAdmin",
|
|
17555
|
+
"type": "address"
|
|
17556
|
+
}
|
|
17557
|
+
],
|
|
17558
|
+
"name": "changeAdmin",
|
|
17559
|
+
"outputs": [],
|
|
17560
|
+
"stateMutability": "nonpayable",
|
|
17561
|
+
"type": "function"
|
|
17562
|
+
},
|
|
17563
|
+
{
|
|
17564
|
+
"inputs": [],
|
|
17565
|
+
"name": "implementation",
|
|
17566
|
+
"outputs": [
|
|
17567
|
+
{
|
|
17568
|
+
"internalType": "address",
|
|
17569
|
+
"name": "implementation_",
|
|
17570
|
+
"type": "address"
|
|
17571
|
+
}
|
|
17572
|
+
],
|
|
17573
|
+
"stateMutability": "nonpayable",
|
|
17574
|
+
"type": "function"
|
|
17575
|
+
},
|
|
17576
|
+
{
|
|
17577
|
+
"inputs": [
|
|
17578
|
+
{
|
|
17579
|
+
"internalType": "address",
|
|
17580
|
+
"name": "newImplementation",
|
|
17581
|
+
"type": "address"
|
|
17582
|
+
}
|
|
17583
|
+
],
|
|
17584
|
+
"name": "upgradeTo",
|
|
17585
|
+
"outputs": [],
|
|
17586
|
+
"stateMutability": "nonpayable",
|
|
17587
|
+
"type": "function"
|
|
17588
|
+
},
|
|
17589
|
+
{
|
|
17590
|
+
"inputs": [
|
|
17591
|
+
{
|
|
17592
|
+
"internalType": "address",
|
|
17593
|
+
"name": "newImplementation",
|
|
17594
|
+
"type": "address"
|
|
17595
|
+
},
|
|
17596
|
+
{
|
|
17597
|
+
"internalType": "bytes",
|
|
17598
|
+
"name": "data",
|
|
17599
|
+
"type": "bytes"
|
|
17600
|
+
}
|
|
17601
|
+
],
|
|
17602
|
+
"name": "upgradeToAndCall",
|
|
17603
|
+
"outputs": [],
|
|
17604
|
+
"stateMutability": "payable",
|
|
17605
|
+
"type": "function"
|
|
17606
|
+
},
|
|
17607
|
+
{
|
|
17608
|
+
"stateMutability": "payable",
|
|
17609
|
+
"type": "receive"
|
|
17610
|
+
}
|
|
17611
|
+
]
|
|
17612
|
+
},
|
|
17613
|
+
"RewardsDistributor_Curve_1": {
|
|
17614
|
+
"address": "0x5f65A7b60b4F91229B8484F80bc2EEc52758EAf9",
|
|
17615
|
+
"abi": [
|
|
17616
|
+
{
|
|
17617
|
+
"anonymous": false,
|
|
17618
|
+
"inputs": [
|
|
17619
|
+
{
|
|
17620
|
+
"indexed": false,
|
|
17621
|
+
"internalType": "address",
|
|
17622
|
+
"name": "previousAdmin",
|
|
17623
|
+
"type": "address"
|
|
17624
|
+
},
|
|
17625
|
+
{
|
|
17626
|
+
"indexed": false,
|
|
17627
|
+
"internalType": "address",
|
|
17628
|
+
"name": "newAdmin",
|
|
17629
|
+
"type": "address"
|
|
17630
|
+
}
|
|
17631
|
+
],
|
|
17632
|
+
"name": "AdminChanged",
|
|
17633
|
+
"type": "event"
|
|
17634
|
+
},
|
|
17635
|
+
{
|
|
17636
|
+
"anonymous": false,
|
|
17637
|
+
"inputs": [
|
|
17638
|
+
{
|
|
17639
|
+
"indexed": true,
|
|
17640
|
+
"internalType": "address",
|
|
17641
|
+
"name": "beacon",
|
|
17642
|
+
"type": "address"
|
|
17643
|
+
}
|
|
17644
|
+
],
|
|
17645
|
+
"name": "BeaconUpgraded",
|
|
17646
|
+
"type": "event"
|
|
17647
|
+
},
|
|
17648
|
+
{
|
|
17649
|
+
"anonymous": false,
|
|
17650
|
+
"inputs": [
|
|
17651
|
+
{
|
|
17652
|
+
"indexed": true,
|
|
17653
|
+
"internalType": "address",
|
|
17654
|
+
"name": "implementation",
|
|
17655
|
+
"type": "address"
|
|
17656
|
+
}
|
|
17657
|
+
],
|
|
17658
|
+
"name": "Upgraded",
|
|
17659
|
+
"type": "event"
|
|
17660
|
+
},
|
|
17661
|
+
{
|
|
17662
|
+
"stateMutability": "payable",
|
|
17663
|
+
"type": "fallback"
|
|
17664
|
+
},
|
|
17665
|
+
{
|
|
17666
|
+
"inputs": [],
|
|
17667
|
+
"name": "admin",
|
|
17668
|
+
"outputs": [
|
|
17669
|
+
{
|
|
17670
|
+
"internalType": "address",
|
|
17671
|
+
"name": "admin_",
|
|
17672
|
+
"type": "address"
|
|
17673
|
+
}
|
|
17674
|
+
],
|
|
17675
|
+
"stateMutability": "nonpayable",
|
|
17676
|
+
"type": "function"
|
|
17677
|
+
},
|
|
17678
|
+
{
|
|
17679
|
+
"inputs": [
|
|
17680
|
+
{
|
|
17681
|
+
"internalType": "address",
|
|
17682
|
+
"name": "newAdmin",
|
|
17683
|
+
"type": "address"
|
|
17684
|
+
}
|
|
17685
|
+
],
|
|
17686
|
+
"name": "changeAdmin",
|
|
17687
|
+
"outputs": [],
|
|
17688
|
+
"stateMutability": "nonpayable",
|
|
17689
|
+
"type": "function"
|
|
17690
|
+
},
|
|
17691
|
+
{
|
|
17692
|
+
"inputs": [],
|
|
17693
|
+
"name": "implementation",
|
|
17694
|
+
"outputs": [
|
|
17695
|
+
{
|
|
17696
|
+
"internalType": "address",
|
|
17697
|
+
"name": "implementation_",
|
|
17698
|
+
"type": "address"
|
|
17699
|
+
}
|
|
17700
|
+
],
|
|
17701
|
+
"stateMutability": "nonpayable",
|
|
17702
|
+
"type": "function"
|
|
17703
|
+
},
|
|
17704
|
+
{
|
|
17705
|
+
"inputs": [
|
|
17706
|
+
{
|
|
17707
|
+
"internalType": "address",
|
|
17708
|
+
"name": "newImplementation",
|
|
17709
|
+
"type": "address"
|
|
17710
|
+
}
|
|
17711
|
+
],
|
|
17712
|
+
"name": "upgradeTo",
|
|
17713
|
+
"outputs": [],
|
|
17714
|
+
"stateMutability": "nonpayable",
|
|
17715
|
+
"type": "function"
|
|
17716
|
+
},
|
|
17717
|
+
{
|
|
17718
|
+
"inputs": [
|
|
17719
|
+
{
|
|
17720
|
+
"internalType": "address",
|
|
17721
|
+
"name": "newImplementation",
|
|
17722
|
+
"type": "address"
|
|
17723
|
+
},
|
|
17724
|
+
{
|
|
17725
|
+
"internalType": "bytes",
|
|
17726
|
+
"name": "data",
|
|
17727
|
+
"type": "bytes"
|
|
17728
|
+
}
|
|
17729
|
+
],
|
|
17730
|
+
"name": "upgradeToAndCall",
|
|
17731
|
+
"outputs": [],
|
|
17732
|
+
"stateMutability": "payable",
|
|
17733
|
+
"type": "function"
|
|
17734
|
+
},
|
|
17735
|
+
{
|
|
17736
|
+
"stateMutability": "payable",
|
|
17737
|
+
"type": "receive"
|
|
17738
|
+
},
|
|
17739
|
+
{
|
|
17740
|
+
"inputs": [
|
|
17741
|
+
{
|
|
17742
|
+
"internalType": "uint256",
|
|
17743
|
+
"name": "loopsLimit",
|
|
17744
|
+
"type": "uint256"
|
|
17745
|
+
},
|
|
17746
|
+
{
|
|
17747
|
+
"internalType": "uint256",
|
|
17748
|
+
"name": "requiredLoops",
|
|
17749
|
+
"type": "uint256"
|
|
17750
|
+
}
|
|
17751
|
+
],
|
|
17752
|
+
"name": "MaxLoopsLimitExceeded",
|
|
17753
|
+
"type": "error"
|
|
17754
|
+
},
|
|
17755
|
+
{
|
|
17756
|
+
"inputs": [
|
|
17757
|
+
{
|
|
17758
|
+
"internalType": "address",
|
|
17759
|
+
"name": "sender",
|
|
17760
|
+
"type": "address"
|
|
17761
|
+
},
|
|
17762
|
+
{
|
|
17763
|
+
"internalType": "address",
|
|
17764
|
+
"name": "calledContract",
|
|
17765
|
+
"type": "address"
|
|
17766
|
+
},
|
|
17767
|
+
{
|
|
17768
|
+
"internalType": "string",
|
|
17769
|
+
"name": "methodSignature",
|
|
17770
|
+
"type": "string"
|
|
17771
|
+
}
|
|
17772
|
+
],
|
|
17773
|
+
"name": "Unauthorized",
|
|
17774
|
+
"type": "error"
|
|
17775
|
+
},
|
|
17776
|
+
{
|
|
17777
|
+
"anonymous": false,
|
|
17778
|
+
"inputs": [
|
|
17779
|
+
{
|
|
17780
|
+
"indexed": true,
|
|
17781
|
+
"internalType": "address",
|
|
17782
|
+
"name": "vToken",
|
|
17783
|
+
"type": "address"
|
|
17784
|
+
},
|
|
17785
|
+
{
|
|
17786
|
+
"indexed": false,
|
|
17787
|
+
"internalType": "uint32",
|
|
17788
|
+
"name": "newBlock",
|
|
17789
|
+
"type": "uint32"
|
|
17790
|
+
}
|
|
17791
|
+
],
|
|
17792
|
+
"name": "BorrowLastRewardingBlockUpdated",
|
|
17793
|
+
"type": "event"
|
|
17794
|
+
},
|
|
17795
|
+
{
|
|
17796
|
+
"anonymous": false,
|
|
17797
|
+
"inputs": [
|
|
17798
|
+
{
|
|
17799
|
+
"indexed": true,
|
|
17800
|
+
"internalType": "address",
|
|
17801
|
+
"name": "contributor",
|
|
17802
|
+
"type": "address"
|
|
17803
|
+
},
|
|
17804
|
+
{
|
|
17805
|
+
"indexed": false,
|
|
17806
|
+
"internalType": "uint256",
|
|
17807
|
+
"name": "newSpeed",
|
|
17808
|
+
"type": "uint256"
|
|
17809
|
+
}
|
|
17810
|
+
],
|
|
17811
|
+
"name": "ContributorRewardTokenSpeedUpdated",
|
|
17812
|
+
"type": "event"
|
|
17813
|
+
},
|
|
17814
|
+
{
|
|
17815
|
+
"anonymous": false,
|
|
17816
|
+
"inputs": [
|
|
17817
|
+
{
|
|
17818
|
+
"indexed": true,
|
|
17819
|
+
"internalType": "address",
|
|
17820
|
+
"name": "contributor",
|
|
17821
|
+
"type": "address"
|
|
17822
|
+
},
|
|
17823
|
+
{
|
|
17824
|
+
"indexed": false,
|
|
17825
|
+
"internalType": "uint256",
|
|
17826
|
+
"name": "rewardAccrued",
|
|
17827
|
+
"type": "uint256"
|
|
17828
|
+
}
|
|
17829
|
+
],
|
|
17830
|
+
"name": "ContributorRewardsUpdated",
|
|
17831
|
+
"type": "event"
|
|
17832
|
+
},
|
|
17833
|
+
{
|
|
17834
|
+
"anonymous": false,
|
|
17835
|
+
"inputs": [
|
|
17836
|
+
{
|
|
17837
|
+
"indexed": true,
|
|
17838
|
+
"internalType": "contract VToken",
|
|
17839
|
+
"name": "vToken",
|
|
17840
|
+
"type": "address"
|
|
17841
|
+
},
|
|
17842
|
+
{
|
|
17843
|
+
"indexed": true,
|
|
17844
|
+
"internalType": "address",
|
|
17845
|
+
"name": "borrower",
|
|
17846
|
+
"type": "address"
|
|
17847
|
+
},
|
|
17848
|
+
{
|
|
17849
|
+
"indexed": false,
|
|
17850
|
+
"internalType": "uint256",
|
|
17851
|
+
"name": "rewardTokenDelta",
|
|
17852
|
+
"type": "uint256"
|
|
17853
|
+
},
|
|
17854
|
+
{
|
|
17855
|
+
"indexed": false,
|
|
17856
|
+
"internalType": "uint256",
|
|
17857
|
+
"name": "rewardTokenTotal",
|
|
17858
|
+
"type": "uint256"
|
|
17859
|
+
},
|
|
17860
|
+
{
|
|
17861
|
+
"indexed": false,
|
|
17862
|
+
"internalType": "uint256",
|
|
17863
|
+
"name": "rewardTokenBorrowIndex",
|
|
17864
|
+
"type": "uint256"
|
|
17865
|
+
}
|
|
17866
|
+
],
|
|
17867
|
+
"name": "DistributedBorrowerRewardToken",
|
|
17868
|
+
"type": "event"
|
|
17869
|
+
},
|
|
17870
|
+
{
|
|
17871
|
+
"anonymous": false,
|
|
17872
|
+
"inputs": [
|
|
17873
|
+
{
|
|
17874
|
+
"indexed": true,
|
|
17875
|
+
"internalType": "contract VToken",
|
|
17876
|
+
"name": "vToken",
|
|
17877
|
+
"type": "address"
|
|
17878
|
+
},
|
|
17879
|
+
{
|
|
17880
|
+
"indexed": true,
|
|
17881
|
+
"internalType": "address",
|
|
17882
|
+
"name": "supplier",
|
|
17883
|
+
"type": "address"
|
|
17884
|
+
},
|
|
17885
|
+
{
|
|
17886
|
+
"indexed": false,
|
|
17887
|
+
"internalType": "uint256",
|
|
17888
|
+
"name": "rewardTokenDelta",
|
|
17889
|
+
"type": "uint256"
|
|
17890
|
+
},
|
|
17891
|
+
{
|
|
17892
|
+
"indexed": false,
|
|
17893
|
+
"internalType": "uint256",
|
|
17894
|
+
"name": "rewardTokenTotal",
|
|
17895
|
+
"type": "uint256"
|
|
17896
|
+
},
|
|
17897
|
+
{
|
|
17898
|
+
"indexed": false,
|
|
17899
|
+
"internalType": "uint256",
|
|
17900
|
+
"name": "rewardTokenSupplyIndex",
|
|
17901
|
+
"type": "uint256"
|
|
17902
|
+
}
|
|
17903
|
+
],
|
|
17904
|
+
"name": "DistributedSupplierRewardToken",
|
|
17905
|
+
"type": "event"
|
|
17906
|
+
},
|
|
17907
|
+
{
|
|
17908
|
+
"anonymous": false,
|
|
17909
|
+
"inputs": [
|
|
17910
|
+
{
|
|
17911
|
+
"indexed": false,
|
|
17912
|
+
"internalType": "uint8",
|
|
17913
|
+
"name": "version",
|
|
17914
|
+
"type": "uint8"
|
|
17915
|
+
}
|
|
17916
|
+
],
|
|
17917
|
+
"name": "Initialized",
|
|
17918
|
+
"type": "event"
|
|
17919
|
+
},
|
|
17920
|
+
{
|
|
17921
|
+
"anonymous": false,
|
|
17922
|
+
"inputs": [
|
|
17923
|
+
{
|
|
17924
|
+
"indexed": true,
|
|
17925
|
+
"internalType": "address",
|
|
17926
|
+
"name": "vToken",
|
|
17927
|
+
"type": "address"
|
|
17928
|
+
}
|
|
17929
|
+
],
|
|
17930
|
+
"name": "MarketInitialized",
|
|
17931
|
+
"type": "event"
|
|
17932
|
+
},
|
|
17933
|
+
{
|
|
17934
|
+
"anonymous": false,
|
|
17935
|
+
"inputs": [
|
|
17936
|
+
{
|
|
17937
|
+
"indexed": false,
|
|
17938
|
+
"internalType": "uint256",
|
|
17939
|
+
"name": "oldMaxLoopsLimit",
|
|
17940
|
+
"type": "uint256"
|
|
17941
|
+
},
|
|
17942
|
+
{
|
|
17943
|
+
"indexed": false,
|
|
17944
|
+
"internalType": "uint256",
|
|
17945
|
+
"name": "newmaxLoopsLimit",
|
|
17946
|
+
"type": "uint256"
|
|
17947
|
+
}
|
|
17948
|
+
],
|
|
17949
|
+
"name": "MaxLoopsLimitUpdated",
|
|
17950
|
+
"type": "event"
|
|
17951
|
+
},
|
|
17952
|
+
{
|
|
17953
|
+
"anonymous": false,
|
|
17954
|
+
"inputs": [
|
|
17955
|
+
{
|
|
17956
|
+
"indexed": false,
|
|
17957
|
+
"internalType": "address",
|
|
17958
|
+
"name": "oldAccessControlManager",
|
|
17959
|
+
"type": "address"
|
|
17960
|
+
},
|
|
17961
|
+
{
|
|
17962
|
+
"indexed": false,
|
|
17963
|
+
"internalType": "address",
|
|
17964
|
+
"name": "newAccessControlManager",
|
|
17965
|
+
"type": "address"
|
|
17966
|
+
}
|
|
17967
|
+
],
|
|
17968
|
+
"name": "NewAccessControlManager",
|
|
17969
|
+
"type": "event"
|
|
17970
|
+
},
|
|
17971
|
+
{
|
|
17972
|
+
"anonymous": false,
|
|
17973
|
+
"inputs": [
|
|
17974
|
+
{
|
|
17975
|
+
"indexed": true,
|
|
17976
|
+
"internalType": "address",
|
|
17977
|
+
"name": "previousOwner",
|
|
17978
|
+
"type": "address"
|
|
17979
|
+
},
|
|
17980
|
+
{
|
|
17981
|
+
"indexed": true,
|
|
17982
|
+
"internalType": "address",
|
|
17983
|
+
"name": "newOwner",
|
|
17984
|
+
"type": "address"
|
|
17985
|
+
}
|
|
17986
|
+
],
|
|
17987
|
+
"name": "OwnershipTransferStarted",
|
|
17988
|
+
"type": "event"
|
|
17989
|
+
},
|
|
17990
|
+
{
|
|
17991
|
+
"anonymous": false,
|
|
17992
|
+
"inputs": [
|
|
17993
|
+
{
|
|
17994
|
+
"indexed": true,
|
|
17995
|
+
"internalType": "address",
|
|
17996
|
+
"name": "previousOwner",
|
|
17997
|
+
"type": "address"
|
|
17998
|
+
},
|
|
17999
|
+
{
|
|
18000
|
+
"indexed": true,
|
|
18001
|
+
"internalType": "address",
|
|
18002
|
+
"name": "newOwner",
|
|
18003
|
+
"type": "address"
|
|
18004
|
+
}
|
|
18005
|
+
],
|
|
18006
|
+
"name": "OwnershipTransferred",
|
|
18007
|
+
"type": "event"
|
|
18008
|
+
},
|
|
18009
|
+
{
|
|
18010
|
+
"anonymous": false,
|
|
18011
|
+
"inputs": [
|
|
18012
|
+
{
|
|
18013
|
+
"indexed": true,
|
|
18014
|
+
"internalType": "address",
|
|
18015
|
+
"name": "vToken",
|
|
18016
|
+
"type": "address"
|
|
18017
|
+
},
|
|
18018
|
+
{
|
|
18019
|
+
"components": [
|
|
18020
|
+
{
|
|
18021
|
+
"internalType": "uint256",
|
|
18022
|
+
"name": "mantissa",
|
|
18023
|
+
"type": "uint256"
|
|
18024
|
+
}
|
|
18025
|
+
],
|
|
18026
|
+
"indexed": false,
|
|
18027
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
18028
|
+
"name": "marketBorrowIndex",
|
|
18029
|
+
"type": "tuple"
|
|
18030
|
+
}
|
|
18031
|
+
],
|
|
18032
|
+
"name": "RewardTokenBorrowIndexUpdated",
|
|
18033
|
+
"type": "event"
|
|
18034
|
+
},
|
|
18035
|
+
{
|
|
18036
|
+
"anonymous": false,
|
|
18037
|
+
"inputs": [
|
|
18038
|
+
{
|
|
18039
|
+
"indexed": true,
|
|
18040
|
+
"internalType": "contract VToken",
|
|
18041
|
+
"name": "vToken",
|
|
18042
|
+
"type": "address"
|
|
18043
|
+
},
|
|
18044
|
+
{
|
|
18045
|
+
"indexed": false,
|
|
18046
|
+
"internalType": "uint256",
|
|
18047
|
+
"name": "newSpeed",
|
|
18048
|
+
"type": "uint256"
|
|
18049
|
+
}
|
|
18050
|
+
],
|
|
18051
|
+
"name": "RewardTokenBorrowSpeedUpdated",
|
|
18052
|
+
"type": "event"
|
|
18053
|
+
},
|
|
18054
|
+
{
|
|
18055
|
+
"anonymous": false,
|
|
18056
|
+
"inputs": [
|
|
18057
|
+
{
|
|
18058
|
+
"indexed": true,
|
|
18059
|
+
"internalType": "address",
|
|
18060
|
+
"name": "recipient",
|
|
18061
|
+
"type": "address"
|
|
18062
|
+
},
|
|
18063
|
+
{
|
|
18064
|
+
"indexed": false,
|
|
18065
|
+
"internalType": "uint256",
|
|
18066
|
+
"name": "amount",
|
|
18067
|
+
"type": "uint256"
|
|
18068
|
+
}
|
|
18069
|
+
],
|
|
18070
|
+
"name": "RewardTokenGranted",
|
|
18071
|
+
"type": "event"
|
|
18072
|
+
},
|
|
18073
|
+
{
|
|
18074
|
+
"anonymous": false,
|
|
18075
|
+
"inputs": [
|
|
18076
|
+
{
|
|
18077
|
+
"indexed": true,
|
|
18078
|
+
"internalType": "address",
|
|
18079
|
+
"name": "vToken",
|
|
18080
|
+
"type": "address"
|
|
18081
|
+
}
|
|
18082
|
+
],
|
|
18083
|
+
"name": "RewardTokenSupplyIndexUpdated",
|
|
18084
|
+
"type": "event"
|
|
18085
|
+
},
|
|
18086
|
+
{
|
|
18087
|
+
"anonymous": false,
|
|
18088
|
+
"inputs": [
|
|
18089
|
+
{
|
|
18090
|
+
"indexed": true,
|
|
18091
|
+
"internalType": "contract VToken",
|
|
18092
|
+
"name": "vToken",
|
|
18093
|
+
"type": "address"
|
|
18094
|
+
},
|
|
18095
|
+
{
|
|
18096
|
+
"indexed": false,
|
|
18097
|
+
"internalType": "uint256",
|
|
18098
|
+
"name": "newSpeed",
|
|
18099
|
+
"type": "uint256"
|
|
18100
|
+
}
|
|
18101
|
+
],
|
|
18102
|
+
"name": "RewardTokenSupplySpeedUpdated",
|
|
18103
|
+
"type": "event"
|
|
18104
|
+
},
|
|
18105
|
+
{
|
|
18106
|
+
"anonymous": false,
|
|
18107
|
+
"inputs": [
|
|
18108
|
+
{
|
|
18109
|
+
"indexed": true,
|
|
18110
|
+
"internalType": "address",
|
|
18111
|
+
"name": "vToken",
|
|
18112
|
+
"type": "address"
|
|
18113
|
+
},
|
|
18114
|
+
{
|
|
18115
|
+
"indexed": false,
|
|
18116
|
+
"internalType": "uint32",
|
|
18117
|
+
"name": "newBlock",
|
|
18118
|
+
"type": "uint32"
|
|
18119
|
+
}
|
|
18120
|
+
],
|
|
18121
|
+
"name": "SupplyLastRewardingBlockUpdated",
|
|
18122
|
+
"type": "event"
|
|
18123
|
+
},
|
|
18124
|
+
{
|
|
18125
|
+
"inputs": [],
|
|
18126
|
+
"name": "INITIAL_INDEX",
|
|
18127
|
+
"outputs": [
|
|
18128
|
+
{
|
|
18129
|
+
"internalType": "uint224",
|
|
18130
|
+
"name": "",
|
|
18131
|
+
"type": "uint224"
|
|
18132
|
+
}
|
|
18133
|
+
],
|
|
18134
|
+
"stateMutability": "view",
|
|
18135
|
+
"type": "function"
|
|
18136
|
+
},
|
|
18137
|
+
{
|
|
18138
|
+
"inputs": [],
|
|
18139
|
+
"name": "acceptOwnership",
|
|
18140
|
+
"outputs": [],
|
|
18141
|
+
"stateMutability": "nonpayable",
|
|
18142
|
+
"type": "function"
|
|
18143
|
+
},
|
|
18144
|
+
{
|
|
18145
|
+
"inputs": [],
|
|
18146
|
+
"name": "accessControlManager",
|
|
18147
|
+
"outputs": [
|
|
18148
|
+
{
|
|
18149
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
18150
|
+
"name": "",
|
|
18151
|
+
"type": "address"
|
|
18152
|
+
}
|
|
18153
|
+
],
|
|
18154
|
+
"stateMutability": "view",
|
|
18155
|
+
"type": "function"
|
|
18156
|
+
},
|
|
18157
|
+
{
|
|
18158
|
+
"inputs": [
|
|
18159
|
+
{
|
|
18160
|
+
"internalType": "address",
|
|
18161
|
+
"name": "holder",
|
|
18162
|
+
"type": "address"
|
|
18163
|
+
},
|
|
18164
|
+
{
|
|
18165
|
+
"internalType": "contract VToken[]",
|
|
18166
|
+
"name": "vTokens",
|
|
18167
|
+
"type": "address[]"
|
|
18168
|
+
}
|
|
18169
|
+
],
|
|
18170
|
+
"name": "claimRewardToken",
|
|
18171
|
+
"outputs": [],
|
|
18172
|
+
"stateMutability": "nonpayable",
|
|
18173
|
+
"type": "function"
|
|
18174
|
+
},
|
|
18175
|
+
{
|
|
18176
|
+
"inputs": [
|
|
18177
|
+
{
|
|
18178
|
+
"internalType": "address",
|
|
18179
|
+
"name": "holder",
|
|
18180
|
+
"type": "address"
|
|
18181
|
+
}
|
|
18182
|
+
],
|
|
18183
|
+
"name": "claimRewardToken",
|
|
18184
|
+
"outputs": [],
|
|
18185
|
+
"stateMutability": "nonpayable",
|
|
18186
|
+
"type": "function"
|
|
18187
|
+
},
|
|
18188
|
+
{
|
|
18189
|
+
"inputs": [
|
|
18190
|
+
{
|
|
18191
|
+
"internalType": "address",
|
|
18192
|
+
"name": "vToken",
|
|
18193
|
+
"type": "address"
|
|
18194
|
+
},
|
|
18195
|
+
{
|
|
18196
|
+
"internalType": "address",
|
|
18197
|
+
"name": "borrower",
|
|
18198
|
+
"type": "address"
|
|
18199
|
+
},
|
|
18200
|
+
{
|
|
18201
|
+
"components": [
|
|
18202
|
+
{
|
|
18203
|
+
"internalType": "uint256",
|
|
18204
|
+
"name": "mantissa",
|
|
18205
|
+
"type": "uint256"
|
|
18206
|
+
}
|
|
18207
|
+
],
|
|
18208
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
18209
|
+
"name": "marketBorrowIndex",
|
|
18210
|
+
"type": "tuple"
|
|
18211
|
+
}
|
|
18212
|
+
],
|
|
18213
|
+
"name": "distributeBorrowerRewardToken",
|
|
18214
|
+
"outputs": [],
|
|
18215
|
+
"stateMutability": "nonpayable",
|
|
18216
|
+
"type": "function"
|
|
18217
|
+
},
|
|
18218
|
+
{
|
|
18219
|
+
"inputs": [
|
|
18220
|
+
{
|
|
18221
|
+
"internalType": "address",
|
|
18222
|
+
"name": "vToken",
|
|
18223
|
+
"type": "address"
|
|
18224
|
+
},
|
|
18225
|
+
{
|
|
18226
|
+
"internalType": "address",
|
|
18227
|
+
"name": "supplier",
|
|
18228
|
+
"type": "address"
|
|
18229
|
+
}
|
|
18230
|
+
],
|
|
18231
|
+
"name": "distributeSupplierRewardToken",
|
|
18232
|
+
"outputs": [],
|
|
18233
|
+
"stateMutability": "nonpayable",
|
|
18234
|
+
"type": "function"
|
|
18235
|
+
},
|
|
18236
|
+
{
|
|
18237
|
+
"inputs": [],
|
|
18238
|
+
"name": "getBlockNumber",
|
|
18239
|
+
"outputs": [
|
|
18240
|
+
{
|
|
18241
|
+
"internalType": "uint256",
|
|
18242
|
+
"name": "",
|
|
18243
|
+
"type": "uint256"
|
|
18244
|
+
}
|
|
18245
|
+
],
|
|
18246
|
+
"stateMutability": "view",
|
|
18247
|
+
"type": "function"
|
|
18248
|
+
},
|
|
18249
|
+
{
|
|
18250
|
+
"inputs": [
|
|
18251
|
+
{
|
|
18252
|
+
"internalType": "address",
|
|
18253
|
+
"name": "recipient",
|
|
18254
|
+
"type": "address"
|
|
18255
|
+
},
|
|
18256
|
+
{
|
|
18257
|
+
"internalType": "uint256",
|
|
18258
|
+
"name": "amount",
|
|
18259
|
+
"type": "uint256"
|
|
18260
|
+
}
|
|
18261
|
+
],
|
|
18262
|
+
"name": "grantRewardToken",
|
|
18263
|
+
"outputs": [],
|
|
18264
|
+
"stateMutability": "nonpayable",
|
|
18265
|
+
"type": "function"
|
|
18266
|
+
},
|
|
18267
|
+
{
|
|
18268
|
+
"inputs": [
|
|
18269
|
+
{
|
|
18270
|
+
"internalType": "contract Comptroller",
|
|
18271
|
+
"name": "comptroller_",
|
|
18272
|
+
"type": "address"
|
|
18273
|
+
},
|
|
18274
|
+
{
|
|
18275
|
+
"internalType": "contract IERC20Upgradeable",
|
|
18276
|
+
"name": "rewardToken_",
|
|
18277
|
+
"type": "address"
|
|
18278
|
+
},
|
|
18279
|
+
{
|
|
18280
|
+
"internalType": "uint256",
|
|
18281
|
+
"name": "loopsLimit_",
|
|
18282
|
+
"type": "uint256"
|
|
18283
|
+
},
|
|
18284
|
+
{
|
|
18285
|
+
"internalType": "address",
|
|
18286
|
+
"name": "accessControlManager_",
|
|
18287
|
+
"type": "address"
|
|
18288
|
+
}
|
|
18289
|
+
],
|
|
18290
|
+
"name": "initialize",
|
|
18291
|
+
"outputs": [],
|
|
18292
|
+
"stateMutability": "nonpayable",
|
|
18293
|
+
"type": "function"
|
|
18294
|
+
},
|
|
18295
|
+
{
|
|
18296
|
+
"inputs": [
|
|
18297
|
+
{
|
|
18298
|
+
"internalType": "address",
|
|
18299
|
+
"name": "vToken",
|
|
18300
|
+
"type": "address"
|
|
18301
|
+
}
|
|
18302
|
+
],
|
|
18303
|
+
"name": "initializeMarket",
|
|
18304
|
+
"outputs": [],
|
|
18305
|
+
"stateMutability": "nonpayable",
|
|
18306
|
+
"type": "function"
|
|
18307
|
+
},
|
|
18308
|
+
{
|
|
18309
|
+
"inputs": [
|
|
18310
|
+
{
|
|
18311
|
+
"internalType": "address",
|
|
18312
|
+
"name": "",
|
|
18313
|
+
"type": "address"
|
|
18314
|
+
}
|
|
18315
|
+
],
|
|
18316
|
+
"name": "lastContributorBlock",
|
|
18317
|
+
"outputs": [
|
|
18318
|
+
{
|
|
18319
|
+
"internalType": "uint256",
|
|
18320
|
+
"name": "",
|
|
18321
|
+
"type": "uint256"
|
|
18322
|
+
}
|
|
18323
|
+
],
|
|
18324
|
+
"stateMutability": "view",
|
|
18325
|
+
"type": "function"
|
|
18326
|
+
},
|
|
18327
|
+
{
|
|
18328
|
+
"inputs": [],
|
|
18329
|
+
"name": "maxLoopsLimit",
|
|
18330
|
+
"outputs": [
|
|
18331
|
+
{
|
|
18332
|
+
"internalType": "uint256",
|
|
18333
|
+
"name": "",
|
|
18334
|
+
"type": "uint256"
|
|
18335
|
+
}
|
|
18336
|
+
],
|
|
18337
|
+
"stateMutability": "view",
|
|
18338
|
+
"type": "function"
|
|
18339
|
+
},
|
|
18340
|
+
{
|
|
18341
|
+
"inputs": [],
|
|
18342
|
+
"name": "owner",
|
|
18343
|
+
"outputs": [
|
|
18344
|
+
{
|
|
18345
|
+
"internalType": "address",
|
|
18346
|
+
"name": "",
|
|
18347
|
+
"type": "address"
|
|
18348
|
+
}
|
|
18349
|
+
],
|
|
18350
|
+
"stateMutability": "view",
|
|
18351
|
+
"type": "function"
|
|
18352
|
+
},
|
|
18353
|
+
{
|
|
18354
|
+
"inputs": [],
|
|
18355
|
+
"name": "pendingOwner",
|
|
18356
|
+
"outputs": [
|
|
18357
|
+
{
|
|
18358
|
+
"internalType": "address",
|
|
18359
|
+
"name": "",
|
|
18360
|
+
"type": "address"
|
|
18361
|
+
}
|
|
18362
|
+
],
|
|
18363
|
+
"stateMutability": "view",
|
|
18364
|
+
"type": "function"
|
|
18365
|
+
},
|
|
18366
|
+
{
|
|
18367
|
+
"inputs": [],
|
|
18368
|
+
"name": "renounceOwnership",
|
|
18369
|
+
"outputs": [],
|
|
18370
|
+
"stateMutability": "nonpayable",
|
|
18371
|
+
"type": "function"
|
|
18372
|
+
},
|
|
18373
|
+
{
|
|
18374
|
+
"inputs": [],
|
|
18375
|
+
"name": "rewardToken",
|
|
18376
|
+
"outputs": [
|
|
18377
|
+
{
|
|
18378
|
+
"internalType": "contract IERC20Upgradeable",
|
|
18379
|
+
"name": "",
|
|
18380
|
+
"type": "address"
|
|
18381
|
+
}
|
|
18382
|
+
],
|
|
18383
|
+
"stateMutability": "view",
|
|
18384
|
+
"type": "function"
|
|
18385
|
+
},
|
|
18386
|
+
{
|
|
18387
|
+
"inputs": [
|
|
18388
|
+
{
|
|
18389
|
+
"internalType": "address",
|
|
18390
|
+
"name": "",
|
|
18391
|
+
"type": "address"
|
|
18392
|
+
}
|
|
18393
|
+
],
|
|
18394
|
+
"name": "rewardTokenAccrued",
|
|
18395
|
+
"outputs": [
|
|
18396
|
+
{
|
|
18397
|
+
"internalType": "uint256",
|
|
18398
|
+
"name": "",
|
|
18399
|
+
"type": "uint256"
|
|
18400
|
+
}
|
|
18401
|
+
],
|
|
18402
|
+
"stateMutability": "view",
|
|
18403
|
+
"type": "function"
|
|
18404
|
+
},
|
|
18405
|
+
{
|
|
18406
|
+
"inputs": [
|
|
18407
|
+
{
|
|
18408
|
+
"internalType": "address",
|
|
18409
|
+
"name": "",
|
|
18410
|
+
"type": "address"
|
|
18411
|
+
}
|
|
18412
|
+
],
|
|
18413
|
+
"name": "rewardTokenBorrowSpeeds",
|
|
18414
|
+
"outputs": [
|
|
18415
|
+
{
|
|
18416
|
+
"internalType": "uint256",
|
|
18417
|
+
"name": "",
|
|
18418
|
+
"type": "uint256"
|
|
18419
|
+
}
|
|
18420
|
+
],
|
|
18421
|
+
"stateMutability": "view",
|
|
18422
|
+
"type": "function"
|
|
18423
|
+
},
|
|
18424
|
+
{
|
|
18425
|
+
"inputs": [
|
|
18426
|
+
{
|
|
18427
|
+
"internalType": "address",
|
|
18428
|
+
"name": "",
|
|
18429
|
+
"type": "address"
|
|
18430
|
+
}
|
|
18431
|
+
],
|
|
18432
|
+
"name": "rewardTokenBorrowState",
|
|
18433
|
+
"outputs": [
|
|
18434
|
+
{
|
|
18435
|
+
"internalType": "uint224",
|
|
18436
|
+
"name": "index",
|
|
18437
|
+
"type": "uint224"
|
|
18438
|
+
},
|
|
18439
|
+
{
|
|
18440
|
+
"internalType": "uint32",
|
|
18441
|
+
"name": "block",
|
|
18442
|
+
"type": "uint32"
|
|
18443
|
+
},
|
|
18444
|
+
{
|
|
18445
|
+
"internalType": "uint32",
|
|
18446
|
+
"name": "lastRewardingBlock",
|
|
18447
|
+
"type": "uint32"
|
|
18448
|
+
}
|
|
18449
|
+
],
|
|
18450
|
+
"stateMutability": "view",
|
|
18451
|
+
"type": "function"
|
|
18452
|
+
},
|
|
18453
|
+
{
|
|
18454
|
+
"inputs": [
|
|
18455
|
+
{
|
|
18456
|
+
"internalType": "address",
|
|
18457
|
+
"name": "",
|
|
18458
|
+
"type": "address"
|
|
18459
|
+
},
|
|
18460
|
+
{
|
|
18461
|
+
"internalType": "address",
|
|
18462
|
+
"name": "",
|
|
18463
|
+
"type": "address"
|
|
18464
|
+
}
|
|
18465
|
+
],
|
|
18466
|
+
"name": "rewardTokenBorrowerIndex",
|
|
18467
|
+
"outputs": [
|
|
18468
|
+
{
|
|
18469
|
+
"internalType": "uint256",
|
|
18470
|
+
"name": "",
|
|
18471
|
+
"type": "uint256"
|
|
18472
|
+
}
|
|
18473
|
+
],
|
|
18474
|
+
"stateMutability": "view",
|
|
18475
|
+
"type": "function"
|
|
18476
|
+
},
|
|
18477
|
+
{
|
|
18478
|
+
"inputs": [
|
|
18479
|
+
{
|
|
18480
|
+
"internalType": "address",
|
|
18481
|
+
"name": "",
|
|
18482
|
+
"type": "address"
|
|
18483
|
+
}
|
|
18484
|
+
],
|
|
18485
|
+
"name": "rewardTokenContributorSpeeds",
|
|
18486
|
+
"outputs": [
|
|
18487
|
+
{
|
|
18488
|
+
"internalType": "uint256",
|
|
18489
|
+
"name": "",
|
|
18490
|
+
"type": "uint256"
|
|
18491
|
+
}
|
|
18492
|
+
],
|
|
18493
|
+
"stateMutability": "view",
|
|
18494
|
+
"type": "function"
|
|
18495
|
+
},
|
|
18496
|
+
{
|
|
18497
|
+
"inputs": [
|
|
18498
|
+
{
|
|
18499
|
+
"internalType": "address",
|
|
18500
|
+
"name": "",
|
|
18501
|
+
"type": "address"
|
|
18502
|
+
},
|
|
18503
|
+
{
|
|
18504
|
+
"internalType": "address",
|
|
18505
|
+
"name": "",
|
|
18506
|
+
"type": "address"
|
|
18507
|
+
}
|
|
18508
|
+
],
|
|
18509
|
+
"name": "rewardTokenSupplierIndex",
|
|
18510
|
+
"outputs": [
|
|
18511
|
+
{
|
|
18512
|
+
"internalType": "uint256",
|
|
18513
|
+
"name": "",
|
|
18514
|
+
"type": "uint256"
|
|
18515
|
+
}
|
|
18516
|
+
],
|
|
18517
|
+
"stateMutability": "view",
|
|
18518
|
+
"type": "function"
|
|
18519
|
+
},
|
|
18520
|
+
{
|
|
18521
|
+
"inputs": [
|
|
18522
|
+
{
|
|
18523
|
+
"internalType": "address",
|
|
18524
|
+
"name": "",
|
|
18525
|
+
"type": "address"
|
|
18526
|
+
}
|
|
18527
|
+
],
|
|
18528
|
+
"name": "rewardTokenSupplySpeeds",
|
|
18529
|
+
"outputs": [
|
|
18530
|
+
{
|
|
18531
|
+
"internalType": "uint256",
|
|
18532
|
+
"name": "",
|
|
18533
|
+
"type": "uint256"
|
|
18534
|
+
}
|
|
18535
|
+
],
|
|
18536
|
+
"stateMutability": "view",
|
|
18537
|
+
"type": "function"
|
|
18538
|
+
},
|
|
18539
|
+
{
|
|
18540
|
+
"inputs": [
|
|
18541
|
+
{
|
|
18542
|
+
"internalType": "address",
|
|
18543
|
+
"name": "",
|
|
18544
|
+
"type": "address"
|
|
18545
|
+
}
|
|
18546
|
+
],
|
|
18547
|
+
"name": "rewardTokenSupplyState",
|
|
18548
|
+
"outputs": [
|
|
18549
|
+
{
|
|
18550
|
+
"internalType": "uint224",
|
|
18551
|
+
"name": "index",
|
|
18552
|
+
"type": "uint224"
|
|
18553
|
+
},
|
|
18554
|
+
{
|
|
18555
|
+
"internalType": "uint32",
|
|
18556
|
+
"name": "block",
|
|
18557
|
+
"type": "uint32"
|
|
18558
|
+
},
|
|
18559
|
+
{
|
|
18560
|
+
"internalType": "uint32",
|
|
18561
|
+
"name": "lastRewardingBlock",
|
|
18562
|
+
"type": "uint32"
|
|
18563
|
+
}
|
|
18564
|
+
],
|
|
18565
|
+
"stateMutability": "view",
|
|
18566
|
+
"type": "function"
|
|
18567
|
+
},
|
|
18568
|
+
{
|
|
18569
|
+
"inputs": [
|
|
18570
|
+
{
|
|
18571
|
+
"internalType": "address",
|
|
18572
|
+
"name": "accessControlManager_",
|
|
18573
|
+
"type": "address"
|
|
18574
|
+
}
|
|
18575
|
+
],
|
|
18576
|
+
"name": "setAccessControlManager",
|
|
18577
|
+
"outputs": [],
|
|
18578
|
+
"stateMutability": "nonpayable",
|
|
18579
|
+
"type": "function"
|
|
18580
|
+
},
|
|
18581
|
+
{
|
|
18582
|
+
"inputs": [
|
|
18583
|
+
{
|
|
18584
|
+
"internalType": "address",
|
|
18585
|
+
"name": "contributor",
|
|
18586
|
+
"type": "address"
|
|
18587
|
+
},
|
|
18588
|
+
{
|
|
18589
|
+
"internalType": "uint256",
|
|
18590
|
+
"name": "rewardTokenSpeed",
|
|
18591
|
+
"type": "uint256"
|
|
18592
|
+
}
|
|
18593
|
+
],
|
|
18594
|
+
"name": "setContributorRewardTokenSpeed",
|
|
18595
|
+
"outputs": [],
|
|
18596
|
+
"stateMutability": "nonpayable",
|
|
18597
|
+
"type": "function"
|
|
18598
|
+
},
|
|
18599
|
+
{
|
|
18600
|
+
"inputs": [
|
|
18601
|
+
{
|
|
18602
|
+
"internalType": "contract VToken[]",
|
|
18603
|
+
"name": "vTokens",
|
|
18604
|
+
"type": "address[]"
|
|
18605
|
+
},
|
|
18606
|
+
{
|
|
18607
|
+
"internalType": "uint32[]",
|
|
18608
|
+
"name": "supplyLastRewardingBlocks",
|
|
18609
|
+
"type": "uint32[]"
|
|
18610
|
+
},
|
|
18611
|
+
{
|
|
18612
|
+
"internalType": "uint32[]",
|
|
18613
|
+
"name": "borrowLastRewardingBlocks",
|
|
18614
|
+
"type": "uint32[]"
|
|
18615
|
+
}
|
|
18616
|
+
],
|
|
18617
|
+
"name": "setLastRewardingBlocks",
|
|
18618
|
+
"outputs": [],
|
|
18619
|
+
"stateMutability": "nonpayable",
|
|
18620
|
+
"type": "function"
|
|
18621
|
+
},
|
|
18622
|
+
{
|
|
18623
|
+
"inputs": [
|
|
18624
|
+
{
|
|
18625
|
+
"internalType": "uint256",
|
|
18626
|
+
"name": "limit",
|
|
18627
|
+
"type": "uint256"
|
|
18628
|
+
}
|
|
18629
|
+
],
|
|
18630
|
+
"name": "setMaxLoopsLimit",
|
|
18631
|
+
"outputs": [],
|
|
18632
|
+
"stateMutability": "nonpayable",
|
|
18633
|
+
"type": "function"
|
|
18634
|
+
},
|
|
18635
|
+
{
|
|
18636
|
+
"inputs": [
|
|
18637
|
+
{
|
|
18638
|
+
"internalType": "contract VToken[]",
|
|
18639
|
+
"name": "vTokens",
|
|
18640
|
+
"type": "address[]"
|
|
18641
|
+
},
|
|
18642
|
+
{
|
|
18643
|
+
"internalType": "uint256[]",
|
|
18644
|
+
"name": "supplySpeeds",
|
|
18645
|
+
"type": "uint256[]"
|
|
18646
|
+
},
|
|
18647
|
+
{
|
|
18648
|
+
"internalType": "uint256[]",
|
|
18649
|
+
"name": "borrowSpeeds",
|
|
18650
|
+
"type": "uint256[]"
|
|
18651
|
+
}
|
|
18652
|
+
],
|
|
18653
|
+
"name": "setRewardTokenSpeeds",
|
|
18654
|
+
"outputs": [],
|
|
18655
|
+
"stateMutability": "nonpayable",
|
|
18656
|
+
"type": "function"
|
|
18657
|
+
},
|
|
18658
|
+
{
|
|
18659
|
+
"inputs": [
|
|
18660
|
+
{
|
|
18661
|
+
"internalType": "address",
|
|
18662
|
+
"name": "newOwner",
|
|
18663
|
+
"type": "address"
|
|
18664
|
+
}
|
|
18665
|
+
],
|
|
18666
|
+
"name": "transferOwnership",
|
|
18667
|
+
"outputs": [],
|
|
18668
|
+
"stateMutability": "nonpayable",
|
|
18669
|
+
"type": "function"
|
|
18670
|
+
},
|
|
18671
|
+
{
|
|
18672
|
+
"inputs": [
|
|
18673
|
+
{
|
|
18674
|
+
"internalType": "address",
|
|
18675
|
+
"name": "contributor",
|
|
18676
|
+
"type": "address"
|
|
18677
|
+
}
|
|
18678
|
+
],
|
|
18679
|
+
"name": "updateContributorRewards",
|
|
18680
|
+
"outputs": [],
|
|
18681
|
+
"stateMutability": "nonpayable",
|
|
18682
|
+
"type": "function"
|
|
18683
|
+
},
|
|
18684
|
+
{
|
|
18685
|
+
"inputs": [
|
|
18686
|
+
{
|
|
18687
|
+
"internalType": "address",
|
|
18688
|
+
"name": "vToken",
|
|
18689
|
+
"type": "address"
|
|
18690
|
+
},
|
|
18691
|
+
{
|
|
18692
|
+
"components": [
|
|
18693
|
+
{
|
|
18694
|
+
"internalType": "uint256",
|
|
18695
|
+
"name": "mantissa",
|
|
18696
|
+
"type": "uint256"
|
|
18697
|
+
}
|
|
18698
|
+
],
|
|
18699
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
18700
|
+
"name": "marketBorrowIndex",
|
|
18701
|
+
"type": "tuple"
|
|
18702
|
+
}
|
|
18703
|
+
],
|
|
18704
|
+
"name": "updateRewardTokenBorrowIndex",
|
|
18705
|
+
"outputs": [],
|
|
18706
|
+
"stateMutability": "nonpayable",
|
|
18707
|
+
"type": "function"
|
|
18708
|
+
},
|
|
18709
|
+
{
|
|
18710
|
+
"inputs": [
|
|
18711
|
+
{
|
|
18712
|
+
"internalType": "address",
|
|
18713
|
+
"name": "vToken",
|
|
18714
|
+
"type": "address"
|
|
18715
|
+
}
|
|
18716
|
+
],
|
|
18717
|
+
"name": "updateRewardTokenSupplyIndex",
|
|
18718
|
+
"outputs": [],
|
|
18719
|
+
"stateMutability": "nonpayable",
|
|
18720
|
+
"type": "function"
|
|
18721
|
+
},
|
|
18722
|
+
{
|
|
18723
|
+
"inputs": [
|
|
18724
|
+
{
|
|
18725
|
+
"internalType": "address",
|
|
18726
|
+
"name": "_logic",
|
|
18727
|
+
"type": "address"
|
|
18728
|
+
},
|
|
18729
|
+
{
|
|
18730
|
+
"internalType": "address",
|
|
18731
|
+
"name": "admin_",
|
|
18732
|
+
"type": "address"
|
|
18733
|
+
},
|
|
18734
|
+
{
|
|
18735
|
+
"internalType": "bytes",
|
|
18736
|
+
"name": "_data",
|
|
18737
|
+
"type": "bytes"
|
|
18738
|
+
}
|
|
18739
|
+
],
|
|
18740
|
+
"stateMutability": "payable",
|
|
18741
|
+
"type": "constructor"
|
|
18742
|
+
}
|
|
18743
|
+
]
|
|
18744
|
+
},
|
|
18745
|
+
"RewardsDistributor_Curve_1_Proxy": {
|
|
18746
|
+
"address": "0x5f65A7b60b4F91229B8484F80bc2EEc52758EAf9",
|
|
18747
|
+
"abi": [
|
|
18748
|
+
{
|
|
18749
|
+
"inputs": [
|
|
18750
|
+
{
|
|
18751
|
+
"internalType": "address",
|
|
18752
|
+
"name": "_logic",
|
|
18753
|
+
"type": "address"
|
|
18754
|
+
},
|
|
18755
|
+
{
|
|
18756
|
+
"internalType": "address",
|
|
18757
|
+
"name": "admin_",
|
|
18758
|
+
"type": "address"
|
|
18759
|
+
},
|
|
18760
|
+
{
|
|
18761
|
+
"internalType": "bytes",
|
|
18762
|
+
"name": "_data",
|
|
18763
|
+
"type": "bytes"
|
|
18764
|
+
}
|
|
18765
|
+
],
|
|
18766
|
+
"stateMutability": "payable",
|
|
18767
|
+
"type": "constructor"
|
|
18768
|
+
},
|
|
18769
|
+
{
|
|
18770
|
+
"anonymous": false,
|
|
18771
|
+
"inputs": [
|
|
18772
|
+
{
|
|
18773
|
+
"indexed": false,
|
|
18774
|
+
"internalType": "address",
|
|
18775
|
+
"name": "previousAdmin",
|
|
18776
|
+
"type": "address"
|
|
18777
|
+
},
|
|
18778
|
+
{
|
|
18779
|
+
"indexed": false,
|
|
18780
|
+
"internalType": "address",
|
|
18781
|
+
"name": "newAdmin",
|
|
18782
|
+
"type": "address"
|
|
18783
|
+
}
|
|
18784
|
+
],
|
|
18785
|
+
"name": "AdminChanged",
|
|
18786
|
+
"type": "event"
|
|
18787
|
+
},
|
|
18788
|
+
{
|
|
18789
|
+
"anonymous": false,
|
|
18790
|
+
"inputs": [
|
|
18791
|
+
{
|
|
18792
|
+
"indexed": true,
|
|
18793
|
+
"internalType": "address",
|
|
18794
|
+
"name": "beacon",
|
|
18795
|
+
"type": "address"
|
|
18796
|
+
}
|
|
18797
|
+
],
|
|
18798
|
+
"name": "BeaconUpgraded",
|
|
18799
|
+
"type": "event"
|
|
18800
|
+
},
|
|
18801
|
+
{
|
|
18802
|
+
"anonymous": false,
|
|
18803
|
+
"inputs": [
|
|
18804
|
+
{
|
|
18805
|
+
"indexed": true,
|
|
18806
|
+
"internalType": "address",
|
|
18807
|
+
"name": "implementation",
|
|
18808
|
+
"type": "address"
|
|
18809
|
+
}
|
|
18810
|
+
],
|
|
18811
|
+
"name": "Upgraded",
|
|
18812
|
+
"type": "event"
|
|
18813
|
+
},
|
|
18814
|
+
{
|
|
18815
|
+
"stateMutability": "payable",
|
|
18816
|
+
"type": "fallback"
|
|
18817
|
+
},
|
|
18818
|
+
{
|
|
18819
|
+
"inputs": [],
|
|
18820
|
+
"name": "admin",
|
|
18821
|
+
"outputs": [
|
|
18822
|
+
{
|
|
18823
|
+
"internalType": "address",
|
|
18824
|
+
"name": "admin_",
|
|
18825
|
+
"type": "address"
|
|
18826
|
+
}
|
|
18827
|
+
],
|
|
18828
|
+
"stateMutability": "nonpayable",
|
|
18829
|
+
"type": "function"
|
|
18830
|
+
},
|
|
18831
|
+
{
|
|
18832
|
+
"inputs": [
|
|
18833
|
+
{
|
|
18834
|
+
"internalType": "address",
|
|
18835
|
+
"name": "newAdmin",
|
|
18836
|
+
"type": "address"
|
|
18837
|
+
}
|
|
18838
|
+
],
|
|
18839
|
+
"name": "changeAdmin",
|
|
18840
|
+
"outputs": [],
|
|
18841
|
+
"stateMutability": "nonpayable",
|
|
18842
|
+
"type": "function"
|
|
18843
|
+
},
|
|
18844
|
+
{
|
|
18845
|
+
"inputs": [],
|
|
18846
|
+
"name": "implementation",
|
|
18847
|
+
"outputs": [
|
|
18848
|
+
{
|
|
18849
|
+
"internalType": "address",
|
|
18850
|
+
"name": "implementation_",
|
|
18851
|
+
"type": "address"
|
|
18852
|
+
}
|
|
18853
|
+
],
|
|
18854
|
+
"stateMutability": "nonpayable",
|
|
18855
|
+
"type": "function"
|
|
18856
|
+
},
|
|
18857
|
+
{
|
|
18858
|
+
"inputs": [
|
|
18859
|
+
{
|
|
18860
|
+
"internalType": "address",
|
|
18861
|
+
"name": "newImplementation",
|
|
18862
|
+
"type": "address"
|
|
18863
|
+
}
|
|
18864
|
+
],
|
|
18865
|
+
"name": "upgradeTo",
|
|
18866
|
+
"outputs": [],
|
|
18867
|
+
"stateMutability": "nonpayable",
|
|
18868
|
+
"type": "function"
|
|
18869
|
+
},
|
|
18870
|
+
{
|
|
18871
|
+
"inputs": [
|
|
18872
|
+
{
|
|
18873
|
+
"internalType": "address",
|
|
18874
|
+
"name": "newImplementation",
|
|
18875
|
+
"type": "address"
|
|
18876
|
+
},
|
|
18877
|
+
{
|
|
18878
|
+
"internalType": "bytes",
|
|
18879
|
+
"name": "data",
|
|
18880
|
+
"type": "bytes"
|
|
18881
|
+
}
|
|
18882
|
+
],
|
|
18883
|
+
"name": "upgradeToAndCall",
|
|
18884
|
+
"outputs": [],
|
|
18885
|
+
"stateMutability": "payable",
|
|
18886
|
+
"type": "function"
|
|
18887
|
+
},
|
|
18888
|
+
{
|
|
18889
|
+
"stateMutability": "payable",
|
|
18890
|
+
"type": "receive"
|
|
18891
|
+
}
|
|
18892
|
+
]
|
|
18893
|
+
},
|
|
18894
|
+
"RewardsDistributor_Curve_2": {
|
|
18895
|
+
"address": "0x461dE281c453F447200D67C9Dd31b3046c8f49f8",
|
|
18896
|
+
"abi": [
|
|
18897
|
+
{
|
|
18898
|
+
"anonymous": false,
|
|
18899
|
+
"inputs": [
|
|
18900
|
+
{
|
|
18901
|
+
"indexed": false,
|
|
18902
|
+
"internalType": "address",
|
|
18903
|
+
"name": "previousAdmin",
|
|
18904
|
+
"type": "address"
|
|
18905
|
+
},
|
|
18906
|
+
{
|
|
18907
|
+
"indexed": false,
|
|
18908
|
+
"internalType": "address",
|
|
18909
|
+
"name": "newAdmin",
|
|
18910
|
+
"type": "address"
|
|
18911
|
+
}
|
|
18912
|
+
],
|
|
18913
|
+
"name": "AdminChanged",
|
|
18914
|
+
"type": "event"
|
|
18915
|
+
},
|
|
18916
|
+
{
|
|
18917
|
+
"anonymous": false,
|
|
18918
|
+
"inputs": [
|
|
18919
|
+
{
|
|
18920
|
+
"indexed": true,
|
|
18921
|
+
"internalType": "address",
|
|
18922
|
+
"name": "beacon",
|
|
18923
|
+
"type": "address"
|
|
18924
|
+
}
|
|
18925
|
+
],
|
|
18926
|
+
"name": "BeaconUpgraded",
|
|
18927
|
+
"type": "event"
|
|
18928
|
+
},
|
|
18929
|
+
{
|
|
18930
|
+
"anonymous": false,
|
|
18931
|
+
"inputs": [
|
|
18932
|
+
{
|
|
18933
|
+
"indexed": true,
|
|
18934
|
+
"internalType": "address",
|
|
18935
|
+
"name": "implementation",
|
|
18936
|
+
"type": "address"
|
|
18937
|
+
}
|
|
18938
|
+
],
|
|
18939
|
+
"name": "Upgraded",
|
|
18940
|
+
"type": "event"
|
|
18941
|
+
},
|
|
18942
|
+
{
|
|
18943
|
+
"stateMutability": "payable",
|
|
18944
|
+
"type": "fallback"
|
|
18945
|
+
},
|
|
18946
|
+
{
|
|
18947
|
+
"inputs": [],
|
|
18948
|
+
"name": "admin",
|
|
18949
|
+
"outputs": [
|
|
18950
|
+
{
|
|
18951
|
+
"internalType": "address",
|
|
18952
|
+
"name": "admin_",
|
|
18953
|
+
"type": "address"
|
|
18954
|
+
}
|
|
18955
|
+
],
|
|
18956
|
+
"stateMutability": "nonpayable",
|
|
18957
|
+
"type": "function"
|
|
18958
|
+
},
|
|
18959
|
+
{
|
|
18960
|
+
"inputs": [
|
|
18961
|
+
{
|
|
18962
|
+
"internalType": "address",
|
|
18963
|
+
"name": "newAdmin",
|
|
18964
|
+
"type": "address"
|
|
18965
|
+
}
|
|
18966
|
+
],
|
|
18967
|
+
"name": "changeAdmin",
|
|
18968
|
+
"outputs": [],
|
|
18969
|
+
"stateMutability": "nonpayable",
|
|
18970
|
+
"type": "function"
|
|
18971
|
+
},
|
|
18972
|
+
{
|
|
18973
|
+
"inputs": [],
|
|
18974
|
+
"name": "implementation",
|
|
18975
|
+
"outputs": [
|
|
18976
|
+
{
|
|
18977
|
+
"internalType": "address",
|
|
18978
|
+
"name": "implementation_",
|
|
18979
|
+
"type": "address"
|
|
18980
|
+
}
|
|
18981
|
+
],
|
|
18982
|
+
"stateMutability": "nonpayable",
|
|
18983
|
+
"type": "function"
|
|
18984
|
+
},
|
|
18985
|
+
{
|
|
18986
|
+
"inputs": [
|
|
18987
|
+
{
|
|
18988
|
+
"internalType": "address",
|
|
18989
|
+
"name": "newImplementation",
|
|
18990
|
+
"type": "address"
|
|
18991
|
+
}
|
|
18992
|
+
],
|
|
18993
|
+
"name": "upgradeTo",
|
|
18994
|
+
"outputs": [],
|
|
18995
|
+
"stateMutability": "nonpayable",
|
|
18996
|
+
"type": "function"
|
|
18997
|
+
},
|
|
18998
|
+
{
|
|
18999
|
+
"inputs": [
|
|
19000
|
+
{
|
|
19001
|
+
"internalType": "address",
|
|
19002
|
+
"name": "newImplementation",
|
|
19003
|
+
"type": "address"
|
|
19004
|
+
},
|
|
19005
|
+
{
|
|
19006
|
+
"internalType": "bytes",
|
|
19007
|
+
"name": "data",
|
|
19008
|
+
"type": "bytes"
|
|
19009
|
+
}
|
|
19010
|
+
],
|
|
19011
|
+
"name": "upgradeToAndCall",
|
|
19012
|
+
"outputs": [],
|
|
19013
|
+
"stateMutability": "payable",
|
|
19014
|
+
"type": "function"
|
|
19015
|
+
},
|
|
19016
|
+
{
|
|
19017
|
+
"stateMutability": "payable",
|
|
19018
|
+
"type": "receive"
|
|
19019
|
+
},
|
|
19020
|
+
{
|
|
19021
|
+
"inputs": [],
|
|
19022
|
+
"name": "InvalidBlocksPerYear",
|
|
19023
|
+
"type": "error"
|
|
19024
|
+
},
|
|
19025
|
+
{
|
|
19026
|
+
"inputs": [],
|
|
19027
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
19028
|
+
"type": "error"
|
|
19029
|
+
},
|
|
19030
|
+
{
|
|
19031
|
+
"inputs": [
|
|
19032
|
+
{
|
|
19033
|
+
"internalType": "uint256",
|
|
19034
|
+
"name": "loopsLimit",
|
|
19035
|
+
"type": "uint256"
|
|
19036
|
+
},
|
|
19037
|
+
{
|
|
19038
|
+
"internalType": "uint256",
|
|
19039
|
+
"name": "requiredLoops",
|
|
19040
|
+
"type": "uint256"
|
|
19041
|
+
}
|
|
19042
|
+
],
|
|
19043
|
+
"name": "MaxLoopsLimitExceeded",
|
|
19044
|
+
"type": "error"
|
|
19045
|
+
},
|
|
19046
|
+
{
|
|
19047
|
+
"inputs": [
|
|
19048
|
+
{
|
|
19049
|
+
"internalType": "address",
|
|
19050
|
+
"name": "sender",
|
|
19051
|
+
"type": "address"
|
|
19052
|
+
},
|
|
19053
|
+
{
|
|
19054
|
+
"internalType": "address",
|
|
19055
|
+
"name": "calledContract",
|
|
19056
|
+
"type": "address"
|
|
19057
|
+
},
|
|
19058
|
+
{
|
|
19059
|
+
"internalType": "string",
|
|
19060
|
+
"name": "methodSignature",
|
|
19061
|
+
"type": "string"
|
|
19062
|
+
}
|
|
19063
|
+
],
|
|
19064
|
+
"name": "Unauthorized",
|
|
19065
|
+
"type": "error"
|
|
19066
|
+
},
|
|
19067
|
+
{
|
|
19068
|
+
"anonymous": false,
|
|
19069
|
+
"inputs": [
|
|
19070
|
+
{
|
|
19071
|
+
"indexed": true,
|
|
19072
|
+
"internalType": "address",
|
|
19073
|
+
"name": "vToken",
|
|
19074
|
+
"type": "address"
|
|
19075
|
+
},
|
|
19076
|
+
{
|
|
19077
|
+
"indexed": false,
|
|
19078
|
+
"internalType": "uint256",
|
|
19079
|
+
"name": "newTimestamp",
|
|
19080
|
+
"type": "uint256"
|
|
19081
|
+
}
|
|
19082
|
+
],
|
|
19083
|
+
"name": "BorrowLastRewardingBlockTimestampUpdated",
|
|
19084
|
+
"type": "event"
|
|
19085
|
+
},
|
|
19086
|
+
{
|
|
19087
|
+
"anonymous": false,
|
|
19088
|
+
"inputs": [
|
|
19089
|
+
{
|
|
19090
|
+
"indexed": true,
|
|
19091
|
+
"internalType": "address",
|
|
19092
|
+
"name": "vToken",
|
|
19093
|
+
"type": "address"
|
|
19094
|
+
},
|
|
19095
|
+
{
|
|
19096
|
+
"indexed": false,
|
|
19097
|
+
"internalType": "uint32",
|
|
19098
|
+
"name": "newBlock",
|
|
19099
|
+
"type": "uint32"
|
|
19100
|
+
}
|
|
19101
|
+
],
|
|
19102
|
+
"name": "BorrowLastRewardingBlockUpdated",
|
|
19103
|
+
"type": "event"
|
|
19104
|
+
},
|
|
19105
|
+
{
|
|
19106
|
+
"anonymous": false,
|
|
19107
|
+
"inputs": [
|
|
19108
|
+
{
|
|
19109
|
+
"indexed": true,
|
|
19110
|
+
"internalType": "address",
|
|
19111
|
+
"name": "contributor",
|
|
19112
|
+
"type": "address"
|
|
19113
|
+
},
|
|
19114
|
+
{
|
|
19115
|
+
"indexed": false,
|
|
19116
|
+
"internalType": "uint256",
|
|
19117
|
+
"name": "newSpeed",
|
|
19118
|
+
"type": "uint256"
|
|
19119
|
+
}
|
|
19120
|
+
],
|
|
19121
|
+
"name": "ContributorRewardTokenSpeedUpdated",
|
|
19122
|
+
"type": "event"
|
|
19123
|
+
},
|
|
19124
|
+
{
|
|
19125
|
+
"anonymous": false,
|
|
19126
|
+
"inputs": [
|
|
19127
|
+
{
|
|
19128
|
+
"indexed": true,
|
|
19129
|
+
"internalType": "address",
|
|
19130
|
+
"name": "contributor",
|
|
19131
|
+
"type": "address"
|
|
19132
|
+
},
|
|
19133
|
+
{
|
|
19134
|
+
"indexed": false,
|
|
19135
|
+
"internalType": "uint256",
|
|
19136
|
+
"name": "rewardAccrued",
|
|
19137
|
+
"type": "uint256"
|
|
19138
|
+
}
|
|
19139
|
+
],
|
|
19140
|
+
"name": "ContributorRewardsUpdated",
|
|
19141
|
+
"type": "event"
|
|
19142
|
+
},
|
|
19143
|
+
{
|
|
19144
|
+
"anonymous": false,
|
|
19145
|
+
"inputs": [
|
|
19146
|
+
{
|
|
19147
|
+
"indexed": true,
|
|
19148
|
+
"internalType": "contract VToken",
|
|
19149
|
+
"name": "vToken",
|
|
19150
|
+
"type": "address"
|
|
19151
|
+
},
|
|
19152
|
+
{
|
|
19153
|
+
"indexed": true,
|
|
19154
|
+
"internalType": "address",
|
|
19155
|
+
"name": "borrower",
|
|
19156
|
+
"type": "address"
|
|
19157
|
+
},
|
|
19158
|
+
{
|
|
19159
|
+
"indexed": false,
|
|
19160
|
+
"internalType": "uint256",
|
|
19161
|
+
"name": "rewardTokenDelta",
|
|
19162
|
+
"type": "uint256"
|
|
19163
|
+
},
|
|
19164
|
+
{
|
|
19165
|
+
"indexed": false,
|
|
19166
|
+
"internalType": "uint256",
|
|
19167
|
+
"name": "rewardTokenTotal",
|
|
19168
|
+
"type": "uint256"
|
|
19169
|
+
},
|
|
19170
|
+
{
|
|
19171
|
+
"indexed": false,
|
|
19172
|
+
"internalType": "uint256",
|
|
19173
|
+
"name": "rewardTokenBorrowIndex",
|
|
19174
|
+
"type": "uint256"
|
|
19175
|
+
}
|
|
19176
|
+
],
|
|
19177
|
+
"name": "DistributedBorrowerRewardToken",
|
|
19178
|
+
"type": "event"
|
|
19179
|
+
},
|
|
19180
|
+
{
|
|
19181
|
+
"anonymous": false,
|
|
19182
|
+
"inputs": [
|
|
19183
|
+
{
|
|
19184
|
+
"indexed": true,
|
|
19185
|
+
"internalType": "contract VToken",
|
|
19186
|
+
"name": "vToken",
|
|
19187
|
+
"type": "address"
|
|
19188
|
+
},
|
|
19189
|
+
{
|
|
19190
|
+
"indexed": true,
|
|
19191
|
+
"internalType": "address",
|
|
19192
|
+
"name": "supplier",
|
|
19193
|
+
"type": "address"
|
|
19194
|
+
},
|
|
19195
|
+
{
|
|
19196
|
+
"indexed": false,
|
|
19197
|
+
"internalType": "uint256",
|
|
19198
|
+
"name": "rewardTokenDelta",
|
|
19199
|
+
"type": "uint256"
|
|
19200
|
+
},
|
|
19201
|
+
{
|
|
19202
|
+
"indexed": false,
|
|
19203
|
+
"internalType": "uint256",
|
|
19204
|
+
"name": "rewardTokenTotal",
|
|
19205
|
+
"type": "uint256"
|
|
19206
|
+
},
|
|
19207
|
+
{
|
|
19208
|
+
"indexed": false,
|
|
19209
|
+
"internalType": "uint256",
|
|
19210
|
+
"name": "rewardTokenSupplyIndex",
|
|
19211
|
+
"type": "uint256"
|
|
19212
|
+
}
|
|
19213
|
+
],
|
|
19214
|
+
"name": "DistributedSupplierRewardToken",
|
|
19215
|
+
"type": "event"
|
|
19216
|
+
},
|
|
19217
|
+
{
|
|
19218
|
+
"anonymous": false,
|
|
19219
|
+
"inputs": [
|
|
19220
|
+
{
|
|
19221
|
+
"indexed": false,
|
|
19222
|
+
"internalType": "uint8",
|
|
19223
|
+
"name": "version",
|
|
19224
|
+
"type": "uint8"
|
|
19225
|
+
}
|
|
19226
|
+
],
|
|
19227
|
+
"name": "Initialized",
|
|
19228
|
+
"type": "event"
|
|
19229
|
+
},
|
|
19230
|
+
{
|
|
19231
|
+
"anonymous": false,
|
|
19232
|
+
"inputs": [
|
|
19233
|
+
{
|
|
19234
|
+
"indexed": true,
|
|
19235
|
+
"internalType": "address",
|
|
19236
|
+
"name": "vToken",
|
|
19237
|
+
"type": "address"
|
|
19238
|
+
}
|
|
19239
|
+
],
|
|
19240
|
+
"name": "MarketInitialized",
|
|
19241
|
+
"type": "event"
|
|
19242
|
+
},
|
|
19243
|
+
{
|
|
19244
|
+
"anonymous": false,
|
|
19245
|
+
"inputs": [
|
|
19246
|
+
{
|
|
19247
|
+
"indexed": false,
|
|
19248
|
+
"internalType": "uint256",
|
|
19249
|
+
"name": "oldMaxLoopsLimit",
|
|
19250
|
+
"type": "uint256"
|
|
19251
|
+
},
|
|
19252
|
+
{
|
|
19253
|
+
"indexed": false,
|
|
19254
|
+
"internalType": "uint256",
|
|
19255
|
+
"name": "newmaxLoopsLimit",
|
|
19256
|
+
"type": "uint256"
|
|
19257
|
+
}
|
|
19258
|
+
],
|
|
19259
|
+
"name": "MaxLoopsLimitUpdated",
|
|
19260
|
+
"type": "event"
|
|
19261
|
+
},
|
|
19262
|
+
{
|
|
19263
|
+
"anonymous": false,
|
|
19264
|
+
"inputs": [
|
|
19265
|
+
{
|
|
19266
|
+
"indexed": false,
|
|
19267
|
+
"internalType": "address",
|
|
19268
|
+
"name": "oldAccessControlManager",
|
|
19269
|
+
"type": "address"
|
|
19270
|
+
},
|
|
19271
|
+
{
|
|
19272
|
+
"indexed": false,
|
|
19273
|
+
"internalType": "address",
|
|
19274
|
+
"name": "newAccessControlManager",
|
|
19275
|
+
"type": "address"
|
|
19276
|
+
}
|
|
19277
|
+
],
|
|
19278
|
+
"name": "NewAccessControlManager",
|
|
19279
|
+
"type": "event"
|
|
19280
|
+
},
|
|
19281
|
+
{
|
|
19282
|
+
"anonymous": false,
|
|
19283
|
+
"inputs": [
|
|
19284
|
+
{
|
|
19285
|
+
"indexed": true,
|
|
19286
|
+
"internalType": "address",
|
|
19287
|
+
"name": "previousOwner",
|
|
19288
|
+
"type": "address"
|
|
19289
|
+
},
|
|
19290
|
+
{
|
|
19291
|
+
"indexed": true,
|
|
19292
|
+
"internalType": "address",
|
|
19293
|
+
"name": "newOwner",
|
|
19294
|
+
"type": "address"
|
|
19295
|
+
}
|
|
19296
|
+
],
|
|
19297
|
+
"name": "OwnershipTransferStarted",
|
|
19298
|
+
"type": "event"
|
|
19299
|
+
},
|
|
19300
|
+
{
|
|
19301
|
+
"anonymous": false,
|
|
19302
|
+
"inputs": [
|
|
19303
|
+
{
|
|
19304
|
+
"indexed": true,
|
|
19305
|
+
"internalType": "address",
|
|
19306
|
+
"name": "previousOwner",
|
|
19307
|
+
"type": "address"
|
|
19308
|
+
},
|
|
19309
|
+
{
|
|
19310
|
+
"indexed": true,
|
|
19311
|
+
"internalType": "address",
|
|
19312
|
+
"name": "newOwner",
|
|
19313
|
+
"type": "address"
|
|
19314
|
+
}
|
|
19315
|
+
],
|
|
19316
|
+
"name": "OwnershipTransferred",
|
|
19317
|
+
"type": "event"
|
|
19318
|
+
},
|
|
19319
|
+
{
|
|
19320
|
+
"anonymous": false,
|
|
19321
|
+
"inputs": [
|
|
19322
|
+
{
|
|
19323
|
+
"indexed": true,
|
|
19324
|
+
"internalType": "address",
|
|
19325
|
+
"name": "vToken",
|
|
19326
|
+
"type": "address"
|
|
19327
|
+
},
|
|
19328
|
+
{
|
|
19329
|
+
"components": [
|
|
19330
|
+
{
|
|
19331
|
+
"internalType": "uint256",
|
|
19332
|
+
"name": "mantissa",
|
|
19333
|
+
"type": "uint256"
|
|
19334
|
+
}
|
|
19335
|
+
],
|
|
19336
|
+
"indexed": false,
|
|
19337
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
19338
|
+
"name": "marketBorrowIndex",
|
|
19339
|
+
"type": "tuple"
|
|
19340
|
+
}
|
|
19341
|
+
],
|
|
19342
|
+
"name": "RewardTokenBorrowIndexUpdated",
|
|
19343
|
+
"type": "event"
|
|
19344
|
+
},
|
|
19345
|
+
{
|
|
19346
|
+
"anonymous": false,
|
|
19347
|
+
"inputs": [
|
|
19348
|
+
{
|
|
19349
|
+
"indexed": true,
|
|
19350
|
+
"internalType": "contract VToken",
|
|
19351
|
+
"name": "vToken",
|
|
19352
|
+
"type": "address"
|
|
19353
|
+
},
|
|
19354
|
+
{
|
|
19355
|
+
"indexed": false,
|
|
19356
|
+
"internalType": "uint256",
|
|
19357
|
+
"name": "newSpeed",
|
|
19358
|
+
"type": "uint256"
|
|
19359
|
+
}
|
|
19360
|
+
],
|
|
19361
|
+
"name": "RewardTokenBorrowSpeedUpdated",
|
|
19362
|
+
"type": "event"
|
|
19363
|
+
},
|
|
19364
|
+
{
|
|
19365
|
+
"anonymous": false,
|
|
19366
|
+
"inputs": [
|
|
19367
|
+
{
|
|
19368
|
+
"indexed": true,
|
|
19369
|
+
"internalType": "address",
|
|
19370
|
+
"name": "recipient",
|
|
19371
|
+
"type": "address"
|
|
19372
|
+
},
|
|
19373
|
+
{
|
|
19374
|
+
"indexed": false,
|
|
19375
|
+
"internalType": "uint256",
|
|
19376
|
+
"name": "amount",
|
|
19377
|
+
"type": "uint256"
|
|
19378
|
+
}
|
|
19379
|
+
],
|
|
19380
|
+
"name": "RewardTokenGranted",
|
|
19381
|
+
"type": "event"
|
|
19382
|
+
},
|
|
19383
|
+
{
|
|
19384
|
+
"anonymous": false,
|
|
19385
|
+
"inputs": [
|
|
19386
|
+
{
|
|
19387
|
+
"indexed": true,
|
|
19388
|
+
"internalType": "address",
|
|
19389
|
+
"name": "vToken",
|
|
19390
|
+
"type": "address"
|
|
19391
|
+
}
|
|
19392
|
+
],
|
|
19393
|
+
"name": "RewardTokenSupplyIndexUpdated",
|
|
19394
|
+
"type": "event"
|
|
19395
|
+
},
|
|
19396
|
+
{
|
|
19397
|
+
"anonymous": false,
|
|
19398
|
+
"inputs": [
|
|
19399
|
+
{
|
|
19400
|
+
"indexed": true,
|
|
19401
|
+
"internalType": "contract VToken",
|
|
19402
|
+
"name": "vToken",
|
|
19403
|
+
"type": "address"
|
|
19404
|
+
},
|
|
19405
|
+
{
|
|
19406
|
+
"indexed": false,
|
|
19407
|
+
"internalType": "uint256",
|
|
19408
|
+
"name": "newSpeed",
|
|
19409
|
+
"type": "uint256"
|
|
19410
|
+
}
|
|
19411
|
+
],
|
|
19412
|
+
"name": "RewardTokenSupplySpeedUpdated",
|
|
19413
|
+
"type": "event"
|
|
19414
|
+
},
|
|
19415
|
+
{
|
|
19416
|
+
"anonymous": false,
|
|
19417
|
+
"inputs": [
|
|
19418
|
+
{
|
|
19419
|
+
"indexed": true,
|
|
19420
|
+
"internalType": "address",
|
|
19421
|
+
"name": "vToken",
|
|
19422
|
+
"type": "address"
|
|
19423
|
+
},
|
|
19424
|
+
{
|
|
19425
|
+
"indexed": false,
|
|
19426
|
+
"internalType": "uint256",
|
|
19427
|
+
"name": "newTimestamp",
|
|
19428
|
+
"type": "uint256"
|
|
19429
|
+
}
|
|
19430
|
+
],
|
|
19431
|
+
"name": "SupplyLastRewardingBlockTimestampUpdated",
|
|
19432
|
+
"type": "event"
|
|
19433
|
+
},
|
|
19434
|
+
{
|
|
19435
|
+
"anonymous": false,
|
|
19436
|
+
"inputs": [
|
|
19437
|
+
{
|
|
19438
|
+
"indexed": true,
|
|
19439
|
+
"internalType": "address",
|
|
19440
|
+
"name": "vToken",
|
|
19441
|
+
"type": "address"
|
|
19442
|
+
},
|
|
19443
|
+
{
|
|
19444
|
+
"indexed": false,
|
|
19445
|
+
"internalType": "uint32",
|
|
19446
|
+
"name": "newBlock",
|
|
19447
|
+
"type": "uint32"
|
|
19448
|
+
}
|
|
19449
|
+
],
|
|
19450
|
+
"name": "SupplyLastRewardingBlockUpdated",
|
|
19451
|
+
"type": "event"
|
|
19452
|
+
},
|
|
19453
|
+
{
|
|
19454
|
+
"inputs": [],
|
|
19455
|
+
"name": "INITIAL_INDEX",
|
|
19456
|
+
"outputs": [
|
|
19457
|
+
{
|
|
19458
|
+
"internalType": "uint224",
|
|
19459
|
+
"name": "",
|
|
19460
|
+
"type": "uint224"
|
|
19461
|
+
}
|
|
19462
|
+
],
|
|
19463
|
+
"stateMutability": "view",
|
|
19464
|
+
"type": "function"
|
|
19465
|
+
},
|
|
19466
|
+
{
|
|
19467
|
+
"inputs": [],
|
|
19468
|
+
"name": "acceptOwnership",
|
|
19469
|
+
"outputs": [],
|
|
19470
|
+
"stateMutability": "nonpayable",
|
|
19471
|
+
"type": "function"
|
|
19472
|
+
},
|
|
19473
|
+
{
|
|
19474
|
+
"inputs": [],
|
|
19475
|
+
"name": "accessControlManager",
|
|
19476
|
+
"outputs": [
|
|
19477
|
+
{
|
|
19478
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
19479
|
+
"name": "",
|
|
19480
|
+
"type": "address"
|
|
19481
|
+
}
|
|
19482
|
+
],
|
|
19483
|
+
"stateMutability": "view",
|
|
19484
|
+
"type": "function"
|
|
19485
|
+
},
|
|
19486
|
+
{
|
|
19487
|
+
"inputs": [],
|
|
19488
|
+
"name": "blocksOrSecondsPerYear",
|
|
19489
|
+
"outputs": [
|
|
19490
|
+
{
|
|
19491
|
+
"internalType": "uint256",
|
|
19492
|
+
"name": "",
|
|
19493
|
+
"type": "uint256"
|
|
19494
|
+
}
|
|
19495
|
+
],
|
|
19496
|
+
"stateMutability": "view",
|
|
19497
|
+
"type": "function"
|
|
19498
|
+
},
|
|
19499
|
+
{
|
|
19500
|
+
"inputs": [
|
|
19501
|
+
{
|
|
19502
|
+
"internalType": "address",
|
|
19503
|
+
"name": "holder",
|
|
19504
|
+
"type": "address"
|
|
19505
|
+
},
|
|
19506
|
+
{
|
|
19507
|
+
"internalType": "contract VToken[]",
|
|
19508
|
+
"name": "vTokens",
|
|
19509
|
+
"type": "address[]"
|
|
19510
|
+
}
|
|
19511
|
+
],
|
|
19512
|
+
"name": "claimRewardToken",
|
|
19513
|
+
"outputs": [],
|
|
19514
|
+
"stateMutability": "nonpayable",
|
|
19515
|
+
"type": "function"
|
|
19516
|
+
},
|
|
19517
|
+
{
|
|
19518
|
+
"inputs": [
|
|
19519
|
+
{
|
|
19520
|
+
"internalType": "address",
|
|
19521
|
+
"name": "holder",
|
|
19522
|
+
"type": "address"
|
|
19523
|
+
}
|
|
19524
|
+
],
|
|
19525
|
+
"name": "claimRewardToken",
|
|
19526
|
+
"outputs": [],
|
|
19527
|
+
"stateMutability": "nonpayable",
|
|
19528
|
+
"type": "function"
|
|
19529
|
+
},
|
|
19530
|
+
{
|
|
19531
|
+
"inputs": [
|
|
19532
|
+
{
|
|
19533
|
+
"internalType": "address",
|
|
19534
|
+
"name": "vToken",
|
|
19535
|
+
"type": "address"
|
|
19536
|
+
},
|
|
19537
|
+
{
|
|
19538
|
+
"internalType": "address",
|
|
19539
|
+
"name": "borrower",
|
|
19540
|
+
"type": "address"
|
|
19541
|
+
},
|
|
19542
|
+
{
|
|
19543
|
+
"components": [
|
|
19544
|
+
{
|
|
19545
|
+
"internalType": "uint256",
|
|
19546
|
+
"name": "mantissa",
|
|
19547
|
+
"type": "uint256"
|
|
19548
|
+
}
|
|
19549
|
+
],
|
|
19550
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
19551
|
+
"name": "marketBorrowIndex",
|
|
19552
|
+
"type": "tuple"
|
|
19553
|
+
}
|
|
19554
|
+
],
|
|
19555
|
+
"name": "distributeBorrowerRewardToken",
|
|
19556
|
+
"outputs": [],
|
|
19557
|
+
"stateMutability": "nonpayable",
|
|
19558
|
+
"type": "function"
|
|
19559
|
+
},
|
|
19560
|
+
{
|
|
19561
|
+
"inputs": [
|
|
19562
|
+
{
|
|
19563
|
+
"internalType": "address",
|
|
19564
|
+
"name": "vToken",
|
|
19565
|
+
"type": "address"
|
|
19566
|
+
},
|
|
19567
|
+
{
|
|
19568
|
+
"internalType": "address",
|
|
19569
|
+
"name": "supplier",
|
|
19570
|
+
"type": "address"
|
|
19571
|
+
}
|
|
19572
|
+
],
|
|
19573
|
+
"name": "distributeSupplierRewardToken",
|
|
19574
|
+
"outputs": [],
|
|
19575
|
+
"stateMutability": "nonpayable",
|
|
19576
|
+
"type": "function"
|
|
19577
|
+
},
|
|
19578
|
+
{
|
|
19579
|
+
"inputs": [],
|
|
19580
|
+
"name": "getBlockNumberOrTimestamp",
|
|
15522
19581
|
"outputs": [
|
|
15523
19582
|
{
|
|
15524
19583
|
"internalType": "uint256",
|
|
@@ -15578,14 +19637,27 @@
|
|
|
15578
19637
|
{
|
|
15579
19638
|
"inputs": [
|
|
15580
19639
|
{
|
|
15581
|
-
"internalType": "address",
|
|
15582
|
-
"name": "vToken",
|
|
15583
|
-
"type": "address"
|
|
19640
|
+
"internalType": "address",
|
|
19641
|
+
"name": "vToken",
|
|
19642
|
+
"type": "address"
|
|
19643
|
+
}
|
|
19644
|
+
],
|
|
19645
|
+
"name": "initializeMarket",
|
|
19646
|
+
"outputs": [],
|
|
19647
|
+
"stateMutability": "nonpayable",
|
|
19648
|
+
"type": "function"
|
|
19649
|
+
},
|
|
19650
|
+
{
|
|
19651
|
+
"inputs": [],
|
|
19652
|
+
"name": "isTimeBased",
|
|
19653
|
+
"outputs": [
|
|
19654
|
+
{
|
|
19655
|
+
"internalType": "bool",
|
|
19656
|
+
"name": "",
|
|
19657
|
+
"type": "bool"
|
|
15584
19658
|
}
|
|
15585
19659
|
],
|
|
15586
|
-
"
|
|
15587
|
-
"outputs": [],
|
|
15588
|
-
"stateMutability": "nonpayable",
|
|
19660
|
+
"stateMutability": "view",
|
|
15589
19661
|
"type": "function"
|
|
15590
19662
|
},
|
|
15591
19663
|
{
|
|
@@ -15733,6 +19805,35 @@
|
|
|
15733
19805
|
"stateMutability": "view",
|
|
15734
19806
|
"type": "function"
|
|
15735
19807
|
},
|
|
19808
|
+
{
|
|
19809
|
+
"inputs": [
|
|
19810
|
+
{
|
|
19811
|
+
"internalType": "address",
|
|
19812
|
+
"name": "",
|
|
19813
|
+
"type": "address"
|
|
19814
|
+
}
|
|
19815
|
+
],
|
|
19816
|
+
"name": "rewardTokenBorrowStateTimeBased",
|
|
19817
|
+
"outputs": [
|
|
19818
|
+
{
|
|
19819
|
+
"internalType": "uint224",
|
|
19820
|
+
"name": "index",
|
|
19821
|
+
"type": "uint224"
|
|
19822
|
+
},
|
|
19823
|
+
{
|
|
19824
|
+
"internalType": "uint256",
|
|
19825
|
+
"name": "timestamp",
|
|
19826
|
+
"type": "uint256"
|
|
19827
|
+
},
|
|
19828
|
+
{
|
|
19829
|
+
"internalType": "uint256",
|
|
19830
|
+
"name": "lastRewardingTimestamp",
|
|
19831
|
+
"type": "uint256"
|
|
19832
|
+
}
|
|
19833
|
+
],
|
|
19834
|
+
"stateMutability": "view",
|
|
19835
|
+
"type": "function"
|
|
19836
|
+
},
|
|
15736
19837
|
{
|
|
15737
19838
|
"inputs": [
|
|
15738
19839
|
{
|
|
@@ -15848,6 +19949,35 @@
|
|
|
15848
19949
|
"stateMutability": "view",
|
|
15849
19950
|
"type": "function"
|
|
15850
19951
|
},
|
|
19952
|
+
{
|
|
19953
|
+
"inputs": [
|
|
19954
|
+
{
|
|
19955
|
+
"internalType": "address",
|
|
19956
|
+
"name": "",
|
|
19957
|
+
"type": "address"
|
|
19958
|
+
}
|
|
19959
|
+
],
|
|
19960
|
+
"name": "rewardTokenSupplyStateTimeBased",
|
|
19961
|
+
"outputs": [
|
|
19962
|
+
{
|
|
19963
|
+
"internalType": "uint224",
|
|
19964
|
+
"name": "index",
|
|
19965
|
+
"type": "uint224"
|
|
19966
|
+
},
|
|
19967
|
+
{
|
|
19968
|
+
"internalType": "uint256",
|
|
19969
|
+
"name": "timestamp",
|
|
19970
|
+
"type": "uint256"
|
|
19971
|
+
},
|
|
19972
|
+
{
|
|
19973
|
+
"internalType": "uint256",
|
|
19974
|
+
"name": "lastRewardingTimestamp",
|
|
19975
|
+
"type": "uint256"
|
|
19976
|
+
}
|
|
19977
|
+
],
|
|
19978
|
+
"stateMutability": "view",
|
|
19979
|
+
"type": "function"
|
|
19980
|
+
},
|
|
15851
19981
|
{
|
|
15852
19982
|
"inputs": [
|
|
15853
19983
|
{
|
|
@@ -15879,6 +20009,29 @@
|
|
|
15879
20009
|
"stateMutability": "nonpayable",
|
|
15880
20010
|
"type": "function"
|
|
15881
20011
|
},
|
|
20012
|
+
{
|
|
20013
|
+
"inputs": [
|
|
20014
|
+
{
|
|
20015
|
+
"internalType": "contract VToken[]",
|
|
20016
|
+
"name": "vTokens",
|
|
20017
|
+
"type": "address[]"
|
|
20018
|
+
},
|
|
20019
|
+
{
|
|
20020
|
+
"internalType": "uint256[]",
|
|
20021
|
+
"name": "supplyLastRewardingBlockTimestamps",
|
|
20022
|
+
"type": "uint256[]"
|
|
20023
|
+
},
|
|
20024
|
+
{
|
|
20025
|
+
"internalType": "uint256[]",
|
|
20026
|
+
"name": "borrowLastRewardingBlockTimestamps",
|
|
20027
|
+
"type": "uint256[]"
|
|
20028
|
+
}
|
|
20029
|
+
],
|
|
20030
|
+
"name": "setLastRewardingBlockTimestamps",
|
|
20031
|
+
"outputs": [],
|
|
20032
|
+
"stateMutability": "nonpayable",
|
|
20033
|
+
"type": "function"
|
|
20034
|
+
},
|
|
15882
20035
|
{
|
|
15883
20036
|
"inputs": [
|
|
15884
20037
|
{
|
|
@@ -16025,8 +20178,8 @@
|
|
|
16025
20178
|
}
|
|
16026
20179
|
]
|
|
16027
20180
|
},
|
|
16028
|
-
"
|
|
16029
|
-
"address": "
|
|
20181
|
+
"RewardsDistributor_Curve_2_Proxy": {
|
|
20182
|
+
"address": "0x461dE281c453F447200D67C9Dd31b3046c8f49f8",
|
|
16030
20183
|
"abi": [
|
|
16031
20184
|
{
|
|
16032
20185
|
"inputs": [
|
|
@@ -16174,8 +20327,8 @@
|
|
|
16174
20327
|
}
|
|
16175
20328
|
]
|
|
16176
20329
|
},
|
|
16177
|
-
"
|
|
16178
|
-
"address": "
|
|
20330
|
+
"RewardsDistributor_Liquid Staked ETH_0": {
|
|
20331
|
+
"address": "0x7A91bEd36D96E4e644d3A181c287E0fcf9E9cc98",
|
|
16179
20332
|
"abi": [
|
|
16180
20333
|
{
|
|
16181
20334
|
"anonymous": false,
|
|
@@ -17306,8 +21459,8 @@
|
|
|
17306
21459
|
}
|
|
17307
21460
|
]
|
|
17308
21461
|
},
|
|
17309
|
-
"
|
|
17310
|
-
"address": "
|
|
21462
|
+
"RewardsDistributor_Liquid Staked ETH_0_Proxy": {
|
|
21463
|
+
"address": "0x7A91bEd36D96E4e644d3A181c287E0fcf9E9cc98",
|
|
17311
21464
|
"abi": [
|
|
17312
21465
|
{
|
|
17313
21466
|
"inputs": [
|
|
@@ -17455,8 +21608,8 @@
|
|
|
17455
21608
|
}
|
|
17456
21609
|
]
|
|
17457
21610
|
},
|
|
17458
|
-
"RewardsDistributor_Liquid Staked
|
|
17459
|
-
"address": "
|
|
21611
|
+
"RewardsDistributor_Liquid Staked ETH_1": {
|
|
21612
|
+
"address": "0xe72Aa7BaB160eaa2605964D2379AA56Cb4b9A1BB",
|
|
17460
21613
|
"abi": [
|
|
17461
21614
|
{
|
|
17462
21615
|
"anonymous": false,
|
|
@@ -18587,8 +22740,8 @@
|
|
|
18587
22740
|
}
|
|
18588
22741
|
]
|
|
18589
22742
|
},
|
|
18590
|
-
"RewardsDistributor_Liquid Staked
|
|
18591
|
-
"address": "
|
|
22743
|
+
"RewardsDistributor_Liquid Staked ETH_1_Proxy": {
|
|
22744
|
+
"address": "0xe72Aa7BaB160eaa2605964D2379AA56Cb4b9A1BB",
|
|
18592
22745
|
"abi": [
|
|
18593
22746
|
{
|
|
18594
22747
|
"inputs": [
|
|
@@ -18736,8 +22889,8 @@
|
|
|
18736
22889
|
}
|
|
18737
22890
|
]
|
|
18738
22891
|
},
|
|
18739
|
-
"RewardsDistributor_Liquid Staked
|
|
18740
|
-
"address": "
|
|
22892
|
+
"RewardsDistributor_Liquid Staked ETH_2": {
|
|
22893
|
+
"address": "0xDCB0CfA130496c749738Acbe2d6aA06C7C320f06",
|
|
18741
22894
|
"abi": [
|
|
18742
22895
|
{
|
|
18743
22896
|
"anonymous": false,
|
|
@@ -19868,8 +24021,8 @@
|
|
|
19868
24021
|
}
|
|
19869
24022
|
]
|
|
19870
24023
|
},
|
|
19871
|
-
"RewardsDistributor_Liquid Staked
|
|
19872
|
-
"address": "
|
|
24024
|
+
"RewardsDistributor_Liquid Staked ETH_2_Proxy": {
|
|
24025
|
+
"address": "0xDCB0CfA130496c749738Acbe2d6aA06C7C320f06",
|
|
19873
24026
|
"abi": [
|
|
19874
24027
|
{
|
|
19875
24028
|
"inputs": [
|
|
@@ -20017,8 +24170,8 @@
|
|
|
20017
24170
|
}
|
|
20018
24171
|
]
|
|
20019
24172
|
},
|
|
20020
|
-
"RewardsDistributor_Liquid Staked
|
|
20021
|
-
"address": "
|
|
24173
|
+
"RewardsDistributor_Liquid Staked ETH_3": {
|
|
24174
|
+
"address": "0x1e25CF968f12850003Db17E0Dba32108509C4359",
|
|
20022
24175
|
"abi": [
|
|
20023
24176
|
{
|
|
20024
24177
|
"anonymous": false,
|
|
@@ -20143,6 +24296,16 @@
|
|
|
20143
24296
|
"stateMutability": "payable",
|
|
20144
24297
|
"type": "receive"
|
|
20145
24298
|
},
|
|
24299
|
+
{
|
|
24300
|
+
"inputs": [],
|
|
24301
|
+
"name": "InvalidBlocksPerYear",
|
|
24302
|
+
"type": "error"
|
|
24303
|
+
},
|
|
24304
|
+
{
|
|
24305
|
+
"inputs": [],
|
|
24306
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
24307
|
+
"type": "error"
|
|
24308
|
+
},
|
|
20146
24309
|
{
|
|
20147
24310
|
"inputs": [
|
|
20148
24311
|
{
|
|
@@ -20180,6 +24343,25 @@
|
|
|
20180
24343
|
"name": "Unauthorized",
|
|
20181
24344
|
"type": "error"
|
|
20182
24345
|
},
|
|
24346
|
+
{
|
|
24347
|
+
"anonymous": false,
|
|
24348
|
+
"inputs": [
|
|
24349
|
+
{
|
|
24350
|
+
"indexed": true,
|
|
24351
|
+
"internalType": "address",
|
|
24352
|
+
"name": "vToken",
|
|
24353
|
+
"type": "address"
|
|
24354
|
+
},
|
|
24355
|
+
{
|
|
24356
|
+
"indexed": false,
|
|
24357
|
+
"internalType": "uint256",
|
|
24358
|
+
"name": "newTimestamp",
|
|
24359
|
+
"type": "uint256"
|
|
24360
|
+
}
|
|
24361
|
+
],
|
|
24362
|
+
"name": "BorrowLastRewardingBlockTimestampUpdated",
|
|
24363
|
+
"type": "event"
|
|
24364
|
+
},
|
|
20183
24365
|
{
|
|
20184
24366
|
"anonymous": false,
|
|
20185
24367
|
"inputs": [
|
|
@@ -20509,6 +24691,25 @@
|
|
|
20509
24691
|
"name": "RewardTokenSupplySpeedUpdated",
|
|
20510
24692
|
"type": "event"
|
|
20511
24693
|
},
|
|
24694
|
+
{
|
|
24695
|
+
"anonymous": false,
|
|
24696
|
+
"inputs": [
|
|
24697
|
+
{
|
|
24698
|
+
"indexed": true,
|
|
24699
|
+
"internalType": "address",
|
|
24700
|
+
"name": "vToken",
|
|
24701
|
+
"type": "address"
|
|
24702
|
+
},
|
|
24703
|
+
{
|
|
24704
|
+
"indexed": false,
|
|
24705
|
+
"internalType": "uint256",
|
|
24706
|
+
"name": "newTimestamp",
|
|
24707
|
+
"type": "uint256"
|
|
24708
|
+
}
|
|
24709
|
+
],
|
|
24710
|
+
"name": "SupplyLastRewardingBlockTimestampUpdated",
|
|
24711
|
+
"type": "event"
|
|
24712
|
+
},
|
|
20512
24713
|
{
|
|
20513
24714
|
"anonymous": false,
|
|
20514
24715
|
"inputs": [
|
|
@@ -20561,6 +24762,19 @@
|
|
|
20561
24762
|
"stateMutability": "view",
|
|
20562
24763
|
"type": "function"
|
|
20563
24764
|
},
|
|
24765
|
+
{
|
|
24766
|
+
"inputs": [],
|
|
24767
|
+
"name": "blocksOrSecondsPerYear",
|
|
24768
|
+
"outputs": [
|
|
24769
|
+
{
|
|
24770
|
+
"internalType": "uint256",
|
|
24771
|
+
"name": "",
|
|
24772
|
+
"type": "uint256"
|
|
24773
|
+
}
|
|
24774
|
+
],
|
|
24775
|
+
"stateMutability": "view",
|
|
24776
|
+
"type": "function"
|
|
24777
|
+
},
|
|
20564
24778
|
{
|
|
20565
24779
|
"inputs": [
|
|
20566
24780
|
{
|
|
@@ -20642,7 +24856,7 @@
|
|
|
20642
24856
|
},
|
|
20643
24857
|
{
|
|
20644
24858
|
"inputs": [],
|
|
20645
|
-
"name": "
|
|
24859
|
+
"name": "getBlockNumberOrTimestamp",
|
|
20646
24860
|
"outputs": [
|
|
20647
24861
|
{
|
|
20648
24862
|
"internalType": "uint256",
|
|
@@ -20712,6 +24926,19 @@
|
|
|
20712
24926
|
"stateMutability": "nonpayable",
|
|
20713
24927
|
"type": "function"
|
|
20714
24928
|
},
|
|
24929
|
+
{
|
|
24930
|
+
"inputs": [],
|
|
24931
|
+
"name": "isTimeBased",
|
|
24932
|
+
"outputs": [
|
|
24933
|
+
{
|
|
24934
|
+
"internalType": "bool",
|
|
24935
|
+
"name": "",
|
|
24936
|
+
"type": "bool"
|
|
24937
|
+
}
|
|
24938
|
+
],
|
|
24939
|
+
"stateMutability": "view",
|
|
24940
|
+
"type": "function"
|
|
24941
|
+
},
|
|
20715
24942
|
{
|
|
20716
24943
|
"inputs": [
|
|
20717
24944
|
{
|
|
@@ -20857,6 +25084,35 @@
|
|
|
20857
25084
|
"stateMutability": "view",
|
|
20858
25085
|
"type": "function"
|
|
20859
25086
|
},
|
|
25087
|
+
{
|
|
25088
|
+
"inputs": [
|
|
25089
|
+
{
|
|
25090
|
+
"internalType": "address",
|
|
25091
|
+
"name": "",
|
|
25092
|
+
"type": "address"
|
|
25093
|
+
}
|
|
25094
|
+
],
|
|
25095
|
+
"name": "rewardTokenBorrowStateTimeBased",
|
|
25096
|
+
"outputs": [
|
|
25097
|
+
{
|
|
25098
|
+
"internalType": "uint224",
|
|
25099
|
+
"name": "index",
|
|
25100
|
+
"type": "uint224"
|
|
25101
|
+
},
|
|
25102
|
+
{
|
|
25103
|
+
"internalType": "uint256",
|
|
25104
|
+
"name": "timestamp",
|
|
25105
|
+
"type": "uint256"
|
|
25106
|
+
},
|
|
25107
|
+
{
|
|
25108
|
+
"internalType": "uint256",
|
|
25109
|
+
"name": "lastRewardingTimestamp",
|
|
25110
|
+
"type": "uint256"
|
|
25111
|
+
}
|
|
25112
|
+
],
|
|
25113
|
+
"stateMutability": "view",
|
|
25114
|
+
"type": "function"
|
|
25115
|
+
},
|
|
20860
25116
|
{
|
|
20861
25117
|
"inputs": [
|
|
20862
25118
|
{
|
|
@@ -20972,6 +25228,35 @@
|
|
|
20972
25228
|
"stateMutability": "view",
|
|
20973
25229
|
"type": "function"
|
|
20974
25230
|
},
|
|
25231
|
+
{
|
|
25232
|
+
"inputs": [
|
|
25233
|
+
{
|
|
25234
|
+
"internalType": "address",
|
|
25235
|
+
"name": "",
|
|
25236
|
+
"type": "address"
|
|
25237
|
+
}
|
|
25238
|
+
],
|
|
25239
|
+
"name": "rewardTokenSupplyStateTimeBased",
|
|
25240
|
+
"outputs": [
|
|
25241
|
+
{
|
|
25242
|
+
"internalType": "uint224",
|
|
25243
|
+
"name": "index",
|
|
25244
|
+
"type": "uint224"
|
|
25245
|
+
},
|
|
25246
|
+
{
|
|
25247
|
+
"internalType": "uint256",
|
|
25248
|
+
"name": "timestamp",
|
|
25249
|
+
"type": "uint256"
|
|
25250
|
+
},
|
|
25251
|
+
{
|
|
25252
|
+
"internalType": "uint256",
|
|
25253
|
+
"name": "lastRewardingTimestamp",
|
|
25254
|
+
"type": "uint256"
|
|
25255
|
+
}
|
|
25256
|
+
],
|
|
25257
|
+
"stateMutability": "view",
|
|
25258
|
+
"type": "function"
|
|
25259
|
+
},
|
|
20975
25260
|
{
|
|
20976
25261
|
"inputs": [
|
|
20977
25262
|
{
|
|
@@ -21003,6 +25288,29 @@
|
|
|
21003
25288
|
"stateMutability": "nonpayable",
|
|
21004
25289
|
"type": "function"
|
|
21005
25290
|
},
|
|
25291
|
+
{
|
|
25292
|
+
"inputs": [
|
|
25293
|
+
{
|
|
25294
|
+
"internalType": "contract VToken[]",
|
|
25295
|
+
"name": "vTokens",
|
|
25296
|
+
"type": "address[]"
|
|
25297
|
+
},
|
|
25298
|
+
{
|
|
25299
|
+
"internalType": "uint256[]",
|
|
25300
|
+
"name": "supplyLastRewardingBlockTimestamps",
|
|
25301
|
+
"type": "uint256[]"
|
|
25302
|
+
},
|
|
25303
|
+
{
|
|
25304
|
+
"internalType": "uint256[]",
|
|
25305
|
+
"name": "borrowLastRewardingBlockTimestamps",
|
|
25306
|
+
"type": "uint256[]"
|
|
25307
|
+
}
|
|
25308
|
+
],
|
|
25309
|
+
"name": "setLastRewardingBlockTimestamps",
|
|
25310
|
+
"outputs": [],
|
|
25311
|
+
"stateMutability": "nonpayable",
|
|
25312
|
+
"type": "function"
|
|
25313
|
+
},
|
|
21006
25314
|
{
|
|
21007
25315
|
"inputs": [
|
|
21008
25316
|
{
|
|
@@ -21149,8 +25457,8 @@
|
|
|
21149
25457
|
}
|
|
21150
25458
|
]
|
|
21151
25459
|
},
|
|
21152
|
-
"RewardsDistributor_Liquid Staked
|
|
21153
|
-
"address": "
|
|
25460
|
+
"RewardsDistributor_Liquid Staked ETH_3_Proxy": {
|
|
25461
|
+
"address": "0x1e25CF968f12850003Db17E0Dba32108509C4359",
|
|
21154
25462
|
"abi": [
|
|
21155
25463
|
{
|
|
21156
25464
|
"inputs": [
|