@venusprotocol/isolated-pools 3.7.0-dev.1 → 3.7.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps.json +608 -0
- package/deployments/ethereum/VToken_vEIGEN.json +257 -0
- package/deployments/ethereum/VToken_veBTC.json +257 -0
- package/deployments/ethereum.json +508 -0
- package/deployments/ethereum_addresses.json +3 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps.json +608 -0
- package/deployments/sepolia/MockEIGEN.json +458 -0
- package/deployments/sepolia/MockeBTC.json +458 -0
- package/deployments/sepolia/VToken_vEIGEN.json +257 -0
- package/deployments/sepolia/VToken_veBTC.json +257 -0
- package/deployments/sepolia.json +1212 -86
- package/deployments/sepolia_addresses.json +5 -0
- package/dist/deployments/ethereum.json +508 -0
- package/dist/deployments/sepolia.json +1212 -86
- package/dist/helpers/deploymentConfig.js +100 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +5 -1
- package/dist/typechain/factories/IVToken__factory.js +201 -1
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +341 -4
- package/typechain/factories/IVToken__factory.ts +201 -1
package/deployments/sepolia.json
CHANGED
|
@@ -4608,8 +4608,8 @@
|
|
|
4608
4608
|
}
|
|
4609
4609
|
]
|
|
4610
4610
|
},
|
|
4611
|
-
"
|
|
4612
|
-
"address": "
|
|
4611
|
+
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": {
|
|
4612
|
+
"address": "0x49DF29953303c5AB09201d54435C8662d06d024C",
|
|
4613
4613
|
"abi": [
|
|
4614
4614
|
{
|
|
4615
4615
|
"inputs": [
|
|
@@ -4968,8 +4968,8 @@
|
|
|
4968
4968
|
}
|
|
4969
4969
|
]
|
|
4970
4970
|
},
|
|
4971
|
-
"
|
|
4972
|
-
"address": "
|
|
4971
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps": {
|
|
4972
|
+
"address": "0x0F2F036067BBFc5841d394Aee78F611C64f7c759",
|
|
4973
4973
|
"abi": [
|
|
4974
4974
|
{
|
|
4975
4975
|
"inputs": [
|
|
@@ -5328,29 +5328,24 @@
|
|
|
5328
5328
|
}
|
|
5329
5329
|
]
|
|
5330
5330
|
},
|
|
5331
|
-
"
|
|
5332
|
-
"address": "
|
|
5331
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
|
|
5332
|
+
"address": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
|
|
5333
5333
|
"abi": [
|
|
5334
5334
|
{
|
|
5335
5335
|
"inputs": [
|
|
5336
5336
|
{
|
|
5337
5337
|
"internalType": "uint256",
|
|
5338
|
-
"name": "
|
|
5339
|
-
"type": "uint256"
|
|
5340
|
-
},
|
|
5341
|
-
{
|
|
5342
|
-
"internalType": "uint256",
|
|
5343
|
-
"name": "baseRatePerYear",
|
|
5338
|
+
"name": "baseRatePerYear_",
|
|
5344
5339
|
"type": "uint256"
|
|
5345
5340
|
},
|
|
5346
5341
|
{
|
|
5347
5342
|
"internalType": "uint256",
|
|
5348
|
-
"name": "
|
|
5343
|
+
"name": "multiplierPerYear_",
|
|
5349
5344
|
"type": "uint256"
|
|
5350
5345
|
},
|
|
5351
5346
|
{
|
|
5352
5347
|
"internalType": "uint256",
|
|
5353
|
-
"name": "
|
|
5348
|
+
"name": "jumpMultiplierPerYear_",
|
|
5354
5349
|
"type": "uint256"
|
|
5355
5350
|
},
|
|
5356
5351
|
{
|
|
@@ -5362,11 +5357,31 @@
|
|
|
5362
5357
|
"internalType": "contract IAccessControlManagerV8",
|
|
5363
5358
|
"name": "accessControlManager_",
|
|
5364
5359
|
"type": "address"
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"internalType": "bool",
|
|
5363
|
+
"name": "timeBased_",
|
|
5364
|
+
"type": "bool"
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"internalType": "uint256",
|
|
5368
|
+
"name": "blocksPerYear_",
|
|
5369
|
+
"type": "uint256"
|
|
5365
5370
|
}
|
|
5366
5371
|
],
|
|
5367
5372
|
"stateMutability": "nonpayable",
|
|
5368
5373
|
"type": "constructor"
|
|
5369
5374
|
},
|
|
5375
|
+
{
|
|
5376
|
+
"inputs": [],
|
|
5377
|
+
"name": "InvalidBlocksPerYear",
|
|
5378
|
+
"type": "error"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"inputs": [],
|
|
5382
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
5383
|
+
"type": "error"
|
|
5384
|
+
},
|
|
5370
5385
|
{
|
|
5371
5386
|
"inputs": [
|
|
5372
5387
|
{
|
|
@@ -5394,19 +5409,19 @@
|
|
|
5394
5409
|
{
|
|
5395
5410
|
"indexed": false,
|
|
5396
5411
|
"internalType": "uint256",
|
|
5397
|
-
"name": "
|
|
5412
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
5398
5413
|
"type": "uint256"
|
|
5399
5414
|
},
|
|
5400
5415
|
{
|
|
5401
5416
|
"indexed": false,
|
|
5402
5417
|
"internalType": "uint256",
|
|
5403
|
-
"name": "
|
|
5418
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
5404
5419
|
"type": "uint256"
|
|
5405
5420
|
},
|
|
5406
5421
|
{
|
|
5407
5422
|
"indexed": false,
|
|
5408
5423
|
"internalType": "uint256",
|
|
5409
|
-
"name": "
|
|
5424
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
5410
5425
|
"type": "uint256"
|
|
5411
5426
|
},
|
|
5412
5427
|
{
|
|
@@ -5447,7 +5462,20 @@
|
|
|
5447
5462
|
},
|
|
5448
5463
|
{
|
|
5449
5464
|
"inputs": [],
|
|
5450
|
-
"name": "
|
|
5465
|
+
"name": "blocksOrSecondsPerYear",
|
|
5466
|
+
"outputs": [
|
|
5467
|
+
{
|
|
5468
|
+
"internalType": "uint256",
|
|
5469
|
+
"name": "",
|
|
5470
|
+
"type": "uint256"
|
|
5471
|
+
}
|
|
5472
|
+
],
|
|
5473
|
+
"stateMutability": "view",
|
|
5474
|
+
"type": "function"
|
|
5475
|
+
},
|
|
5476
|
+
{
|
|
5477
|
+
"inputs": [],
|
|
5478
|
+
"name": "getBlockNumberOrTimestamp",
|
|
5451
5479
|
"outputs": [
|
|
5452
5480
|
{
|
|
5453
5481
|
"internalType": "uint256",
|
|
@@ -5544,6 +5572,19 @@
|
|
|
5544
5572
|
"stateMutability": "pure",
|
|
5545
5573
|
"type": "function"
|
|
5546
5574
|
},
|
|
5575
|
+
{
|
|
5576
|
+
"inputs": [],
|
|
5577
|
+
"name": "isTimeBased",
|
|
5578
|
+
"outputs": [
|
|
5579
|
+
{
|
|
5580
|
+
"internalType": "bool",
|
|
5581
|
+
"name": "",
|
|
5582
|
+
"type": "bool"
|
|
5583
|
+
}
|
|
5584
|
+
],
|
|
5585
|
+
"stateMutability": "view",
|
|
5586
|
+
"type": "function"
|
|
5587
|
+
},
|
|
5547
5588
|
{
|
|
5548
5589
|
"inputs": [],
|
|
5549
5590
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5647,8 +5688,8 @@
|
|
|
5647
5688
|
}
|
|
5648
5689
|
]
|
|
5649
5690
|
},
|
|
5650
|
-
"
|
|
5651
|
-
"address": "
|
|
5691
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
|
|
5692
|
+
"address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
|
|
5652
5693
|
"abi": [
|
|
5653
5694
|
{
|
|
5654
5695
|
"inputs": [
|
|
@@ -5966,8 +6007,8 @@
|
|
|
5966
6007
|
}
|
|
5967
6008
|
]
|
|
5968
6009
|
},
|
|
5969
|
-
"
|
|
5970
|
-
"address": "
|
|
6010
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
|
|
6011
|
+
"address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
|
|
5971
6012
|
"abi": [
|
|
5972
6013
|
{
|
|
5973
6014
|
"inputs": [
|
|
@@ -6162,16 +6203,962 @@
|
|
|
6162
6203
|
"outputs": [
|
|
6163
6204
|
{
|
|
6164
6205
|
"internalType": "uint256",
|
|
6165
|
-
"name": "",
|
|
6206
|
+
"name": "",
|
|
6207
|
+
"type": "uint256"
|
|
6208
|
+
}
|
|
6209
|
+
],
|
|
6210
|
+
"stateMutability": "view",
|
|
6211
|
+
"type": "function"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"inputs": [],
|
|
6215
|
+
"name": "isInterestRateModel",
|
|
6216
|
+
"outputs": [
|
|
6217
|
+
{
|
|
6218
|
+
"internalType": "bool",
|
|
6219
|
+
"name": "",
|
|
6220
|
+
"type": "bool"
|
|
6221
|
+
}
|
|
6222
|
+
],
|
|
6223
|
+
"stateMutability": "pure",
|
|
6224
|
+
"type": "function"
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"inputs": [],
|
|
6228
|
+
"name": "jumpMultiplierPerBlock",
|
|
6229
|
+
"outputs": [
|
|
6230
|
+
{
|
|
6231
|
+
"internalType": "uint256",
|
|
6232
|
+
"name": "",
|
|
6233
|
+
"type": "uint256"
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"stateMutability": "view",
|
|
6237
|
+
"type": "function"
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"inputs": [],
|
|
6241
|
+
"name": "kink",
|
|
6242
|
+
"outputs": [
|
|
6243
|
+
{
|
|
6244
|
+
"internalType": "uint256",
|
|
6245
|
+
"name": "",
|
|
6246
|
+
"type": "uint256"
|
|
6247
|
+
}
|
|
6248
|
+
],
|
|
6249
|
+
"stateMutability": "view",
|
|
6250
|
+
"type": "function"
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"inputs": [],
|
|
6254
|
+
"name": "multiplierPerBlock",
|
|
6255
|
+
"outputs": [
|
|
6256
|
+
{
|
|
6257
|
+
"internalType": "uint256",
|
|
6258
|
+
"name": "",
|
|
6259
|
+
"type": "uint256"
|
|
6260
|
+
}
|
|
6261
|
+
],
|
|
6262
|
+
"stateMutability": "view",
|
|
6263
|
+
"type": "function"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"inputs": [
|
|
6267
|
+
{
|
|
6268
|
+
"internalType": "uint256",
|
|
6269
|
+
"name": "baseRatePerYear",
|
|
6270
|
+
"type": "uint256"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"internalType": "uint256",
|
|
6274
|
+
"name": "multiplierPerYear",
|
|
6275
|
+
"type": "uint256"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"internalType": "uint256",
|
|
6279
|
+
"name": "jumpMultiplierPerYear",
|
|
6280
|
+
"type": "uint256"
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"internalType": "uint256",
|
|
6284
|
+
"name": "kink_",
|
|
6285
|
+
"type": "uint256"
|
|
6286
|
+
}
|
|
6287
|
+
],
|
|
6288
|
+
"name": "updateJumpRateModel",
|
|
6289
|
+
"outputs": [],
|
|
6290
|
+
"stateMutability": "nonpayable",
|
|
6291
|
+
"type": "function"
|
|
6292
|
+
},
|
|
6293
|
+
{
|
|
6294
|
+
"inputs": [
|
|
6295
|
+
{
|
|
6296
|
+
"internalType": "uint256",
|
|
6297
|
+
"name": "cash",
|
|
6298
|
+
"type": "uint256"
|
|
6299
|
+
},
|
|
6300
|
+
{
|
|
6301
|
+
"internalType": "uint256",
|
|
6302
|
+
"name": "borrows",
|
|
6303
|
+
"type": "uint256"
|
|
6304
|
+
},
|
|
6305
|
+
{
|
|
6306
|
+
"internalType": "uint256",
|
|
6307
|
+
"name": "reserves",
|
|
6308
|
+
"type": "uint256"
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
"internalType": "uint256",
|
|
6312
|
+
"name": "badDebt",
|
|
6313
|
+
"type": "uint256"
|
|
6314
|
+
}
|
|
6315
|
+
],
|
|
6316
|
+
"name": "utilizationRate",
|
|
6317
|
+
"outputs": [
|
|
6318
|
+
{
|
|
6319
|
+
"internalType": "uint256",
|
|
6320
|
+
"name": "",
|
|
6321
|
+
"type": "uint256"
|
|
6322
|
+
}
|
|
6323
|
+
],
|
|
6324
|
+
"stateMutability": "pure",
|
|
6325
|
+
"type": "function"
|
|
6326
|
+
}
|
|
6327
|
+
]
|
|
6328
|
+
},
|
|
6329
|
+
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
|
|
6330
|
+
"address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
|
|
6331
|
+
"abi": [
|
|
6332
|
+
{
|
|
6333
|
+
"inputs": [
|
|
6334
|
+
{
|
|
6335
|
+
"internalType": "uint256",
|
|
6336
|
+
"name": "blocksPerYear_",
|
|
6337
|
+
"type": "uint256"
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"internalType": "uint256",
|
|
6341
|
+
"name": "baseRatePerYear",
|
|
6342
|
+
"type": "uint256"
|
|
6343
|
+
},
|
|
6344
|
+
{
|
|
6345
|
+
"internalType": "uint256",
|
|
6346
|
+
"name": "multiplierPerYear",
|
|
6347
|
+
"type": "uint256"
|
|
6348
|
+
},
|
|
6349
|
+
{
|
|
6350
|
+
"internalType": "uint256",
|
|
6351
|
+
"name": "jumpMultiplierPerYear",
|
|
6352
|
+
"type": "uint256"
|
|
6353
|
+
},
|
|
6354
|
+
{
|
|
6355
|
+
"internalType": "uint256",
|
|
6356
|
+
"name": "kink_",
|
|
6357
|
+
"type": "uint256"
|
|
6358
|
+
},
|
|
6359
|
+
{
|
|
6360
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
6361
|
+
"name": "accessControlManager_",
|
|
6362
|
+
"type": "address"
|
|
6363
|
+
}
|
|
6364
|
+
],
|
|
6365
|
+
"stateMutability": "nonpayable",
|
|
6366
|
+
"type": "constructor"
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"inputs": [
|
|
6370
|
+
{
|
|
6371
|
+
"internalType": "address",
|
|
6372
|
+
"name": "sender",
|
|
6373
|
+
"type": "address"
|
|
6374
|
+
},
|
|
6375
|
+
{
|
|
6376
|
+
"internalType": "address",
|
|
6377
|
+
"name": "calledContract",
|
|
6378
|
+
"type": "address"
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"internalType": "string",
|
|
6382
|
+
"name": "methodSignature",
|
|
6383
|
+
"type": "string"
|
|
6384
|
+
}
|
|
6385
|
+
],
|
|
6386
|
+
"name": "Unauthorized",
|
|
6387
|
+
"type": "error"
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"anonymous": false,
|
|
6391
|
+
"inputs": [
|
|
6392
|
+
{
|
|
6393
|
+
"indexed": false,
|
|
6394
|
+
"internalType": "uint256",
|
|
6395
|
+
"name": "baseRatePerBlock",
|
|
6396
|
+
"type": "uint256"
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
"indexed": false,
|
|
6400
|
+
"internalType": "uint256",
|
|
6401
|
+
"name": "multiplierPerBlock",
|
|
6402
|
+
"type": "uint256"
|
|
6403
|
+
},
|
|
6404
|
+
{
|
|
6405
|
+
"indexed": false,
|
|
6406
|
+
"internalType": "uint256",
|
|
6407
|
+
"name": "jumpMultiplierPerBlock",
|
|
6408
|
+
"type": "uint256"
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"indexed": false,
|
|
6412
|
+
"internalType": "uint256",
|
|
6413
|
+
"name": "kink",
|
|
6414
|
+
"type": "uint256"
|
|
6415
|
+
}
|
|
6416
|
+
],
|
|
6417
|
+
"name": "NewInterestParams",
|
|
6418
|
+
"type": "event"
|
|
6419
|
+
},
|
|
6420
|
+
{
|
|
6421
|
+
"inputs": [],
|
|
6422
|
+
"name": "accessControlManager",
|
|
6423
|
+
"outputs": [
|
|
6424
|
+
{
|
|
6425
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
6426
|
+
"name": "",
|
|
6427
|
+
"type": "address"
|
|
6428
|
+
}
|
|
6429
|
+
],
|
|
6430
|
+
"stateMutability": "view",
|
|
6431
|
+
"type": "function"
|
|
6432
|
+
},
|
|
6433
|
+
{
|
|
6434
|
+
"inputs": [],
|
|
6435
|
+
"name": "baseRatePerBlock",
|
|
6436
|
+
"outputs": [
|
|
6437
|
+
{
|
|
6438
|
+
"internalType": "uint256",
|
|
6439
|
+
"name": "",
|
|
6440
|
+
"type": "uint256"
|
|
6441
|
+
}
|
|
6442
|
+
],
|
|
6443
|
+
"stateMutability": "view",
|
|
6444
|
+
"type": "function"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"inputs": [],
|
|
6448
|
+
"name": "blocksPerYear",
|
|
6449
|
+
"outputs": [
|
|
6450
|
+
{
|
|
6451
|
+
"internalType": "uint256",
|
|
6452
|
+
"name": "",
|
|
6453
|
+
"type": "uint256"
|
|
6454
|
+
}
|
|
6455
|
+
],
|
|
6456
|
+
"stateMutability": "view",
|
|
6457
|
+
"type": "function"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"inputs": [
|
|
6461
|
+
{
|
|
6462
|
+
"internalType": "uint256",
|
|
6463
|
+
"name": "cash",
|
|
6464
|
+
"type": "uint256"
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"internalType": "uint256",
|
|
6468
|
+
"name": "borrows",
|
|
6469
|
+
"type": "uint256"
|
|
6470
|
+
},
|
|
6471
|
+
{
|
|
6472
|
+
"internalType": "uint256",
|
|
6473
|
+
"name": "reserves",
|
|
6474
|
+
"type": "uint256"
|
|
6475
|
+
},
|
|
6476
|
+
{
|
|
6477
|
+
"internalType": "uint256",
|
|
6478
|
+
"name": "badDebt",
|
|
6479
|
+
"type": "uint256"
|
|
6480
|
+
}
|
|
6481
|
+
],
|
|
6482
|
+
"name": "getBorrowRate",
|
|
6483
|
+
"outputs": [
|
|
6484
|
+
{
|
|
6485
|
+
"internalType": "uint256",
|
|
6486
|
+
"name": "",
|
|
6487
|
+
"type": "uint256"
|
|
6488
|
+
}
|
|
6489
|
+
],
|
|
6490
|
+
"stateMutability": "view",
|
|
6491
|
+
"type": "function"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"inputs": [
|
|
6495
|
+
{
|
|
6496
|
+
"internalType": "uint256",
|
|
6497
|
+
"name": "cash",
|
|
6498
|
+
"type": "uint256"
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"internalType": "uint256",
|
|
6502
|
+
"name": "borrows",
|
|
6503
|
+
"type": "uint256"
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"internalType": "uint256",
|
|
6507
|
+
"name": "reserves",
|
|
6508
|
+
"type": "uint256"
|
|
6509
|
+
},
|
|
6510
|
+
{
|
|
6511
|
+
"internalType": "uint256",
|
|
6512
|
+
"name": "reserveFactorMantissa",
|
|
6513
|
+
"type": "uint256"
|
|
6514
|
+
},
|
|
6515
|
+
{
|
|
6516
|
+
"internalType": "uint256",
|
|
6517
|
+
"name": "badDebt",
|
|
6518
|
+
"type": "uint256"
|
|
6519
|
+
}
|
|
6520
|
+
],
|
|
6521
|
+
"name": "getSupplyRate",
|
|
6522
|
+
"outputs": [
|
|
6523
|
+
{
|
|
6524
|
+
"internalType": "uint256",
|
|
6525
|
+
"name": "",
|
|
6526
|
+
"type": "uint256"
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"stateMutability": "view",
|
|
6530
|
+
"type": "function"
|
|
6531
|
+
},
|
|
6532
|
+
{
|
|
6533
|
+
"inputs": [],
|
|
6534
|
+
"name": "isInterestRateModel",
|
|
6535
|
+
"outputs": [
|
|
6536
|
+
{
|
|
6537
|
+
"internalType": "bool",
|
|
6538
|
+
"name": "",
|
|
6539
|
+
"type": "bool"
|
|
6540
|
+
}
|
|
6541
|
+
],
|
|
6542
|
+
"stateMutability": "pure",
|
|
6543
|
+
"type": "function"
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"inputs": [],
|
|
6547
|
+
"name": "jumpMultiplierPerBlock",
|
|
6548
|
+
"outputs": [
|
|
6549
|
+
{
|
|
6550
|
+
"internalType": "uint256",
|
|
6551
|
+
"name": "",
|
|
6552
|
+
"type": "uint256"
|
|
6553
|
+
}
|
|
6554
|
+
],
|
|
6555
|
+
"stateMutability": "view",
|
|
6556
|
+
"type": "function"
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"inputs": [],
|
|
6560
|
+
"name": "kink",
|
|
6561
|
+
"outputs": [
|
|
6562
|
+
{
|
|
6563
|
+
"internalType": "uint256",
|
|
6564
|
+
"name": "",
|
|
6565
|
+
"type": "uint256"
|
|
6566
|
+
}
|
|
6567
|
+
],
|
|
6568
|
+
"stateMutability": "view",
|
|
6569
|
+
"type": "function"
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"inputs": [],
|
|
6573
|
+
"name": "multiplierPerBlock",
|
|
6574
|
+
"outputs": [
|
|
6575
|
+
{
|
|
6576
|
+
"internalType": "uint256",
|
|
6577
|
+
"name": "",
|
|
6578
|
+
"type": "uint256"
|
|
6579
|
+
}
|
|
6580
|
+
],
|
|
6581
|
+
"stateMutability": "view",
|
|
6582
|
+
"type": "function"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"inputs": [
|
|
6586
|
+
{
|
|
6587
|
+
"internalType": "uint256",
|
|
6588
|
+
"name": "baseRatePerYear",
|
|
6589
|
+
"type": "uint256"
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
"internalType": "uint256",
|
|
6593
|
+
"name": "multiplierPerYear",
|
|
6594
|
+
"type": "uint256"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"internalType": "uint256",
|
|
6598
|
+
"name": "jumpMultiplierPerYear",
|
|
6599
|
+
"type": "uint256"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"internalType": "uint256",
|
|
6603
|
+
"name": "kink_",
|
|
6604
|
+
"type": "uint256"
|
|
6605
|
+
}
|
|
6606
|
+
],
|
|
6607
|
+
"name": "updateJumpRateModel",
|
|
6608
|
+
"outputs": [],
|
|
6609
|
+
"stateMutability": "nonpayable",
|
|
6610
|
+
"type": "function"
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"inputs": [
|
|
6614
|
+
{
|
|
6615
|
+
"internalType": "uint256",
|
|
6616
|
+
"name": "cash",
|
|
6617
|
+
"type": "uint256"
|
|
6618
|
+
},
|
|
6619
|
+
{
|
|
6620
|
+
"internalType": "uint256",
|
|
6621
|
+
"name": "borrows",
|
|
6622
|
+
"type": "uint256"
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"internalType": "uint256",
|
|
6626
|
+
"name": "reserves",
|
|
6627
|
+
"type": "uint256"
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"internalType": "uint256",
|
|
6631
|
+
"name": "badDebt",
|
|
6632
|
+
"type": "uint256"
|
|
6633
|
+
}
|
|
6634
|
+
],
|
|
6635
|
+
"name": "utilizationRate",
|
|
6636
|
+
"outputs": [
|
|
6637
|
+
{
|
|
6638
|
+
"internalType": "uint256",
|
|
6639
|
+
"name": "",
|
|
6640
|
+
"type": "uint256"
|
|
6641
|
+
}
|
|
6642
|
+
],
|
|
6643
|
+
"stateMutability": "pure",
|
|
6644
|
+
"type": "function"
|
|
6645
|
+
}
|
|
6646
|
+
]
|
|
6647
|
+
},
|
|
6648
|
+
"MockCRV": {
|
|
6649
|
+
"address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
|
|
6650
|
+
"abi": [
|
|
6651
|
+
{
|
|
6652
|
+
"inputs": [
|
|
6653
|
+
{
|
|
6654
|
+
"internalType": "string",
|
|
6655
|
+
"name": "name_",
|
|
6656
|
+
"type": "string"
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
"internalType": "string",
|
|
6660
|
+
"name": "symbol_",
|
|
6661
|
+
"type": "string"
|
|
6662
|
+
},
|
|
6663
|
+
{
|
|
6664
|
+
"internalType": "uint8",
|
|
6665
|
+
"name": "decimals_",
|
|
6666
|
+
"type": "uint8"
|
|
6667
|
+
}
|
|
6668
|
+
],
|
|
6669
|
+
"stateMutability": "nonpayable",
|
|
6670
|
+
"type": "constructor"
|
|
6671
|
+
},
|
|
6672
|
+
{
|
|
6673
|
+
"anonymous": false,
|
|
6674
|
+
"inputs": [
|
|
6675
|
+
{
|
|
6676
|
+
"indexed": true,
|
|
6677
|
+
"internalType": "address",
|
|
6678
|
+
"name": "owner",
|
|
6679
|
+
"type": "address"
|
|
6680
|
+
},
|
|
6681
|
+
{
|
|
6682
|
+
"indexed": true,
|
|
6683
|
+
"internalType": "address",
|
|
6684
|
+
"name": "spender",
|
|
6685
|
+
"type": "address"
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"indexed": false,
|
|
6689
|
+
"internalType": "uint256",
|
|
6690
|
+
"name": "value",
|
|
6691
|
+
"type": "uint256"
|
|
6692
|
+
}
|
|
6693
|
+
],
|
|
6694
|
+
"name": "Approval",
|
|
6695
|
+
"type": "event"
|
|
6696
|
+
},
|
|
6697
|
+
{
|
|
6698
|
+
"anonymous": false,
|
|
6699
|
+
"inputs": [
|
|
6700
|
+
{
|
|
6701
|
+
"indexed": true,
|
|
6702
|
+
"internalType": "address",
|
|
6703
|
+
"name": "from",
|
|
6704
|
+
"type": "address"
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
"indexed": true,
|
|
6708
|
+
"internalType": "address",
|
|
6709
|
+
"name": "to",
|
|
6710
|
+
"type": "address"
|
|
6711
|
+
},
|
|
6712
|
+
{
|
|
6713
|
+
"indexed": false,
|
|
6714
|
+
"internalType": "uint256",
|
|
6715
|
+
"name": "value",
|
|
6716
|
+
"type": "uint256"
|
|
6717
|
+
}
|
|
6718
|
+
],
|
|
6719
|
+
"name": "Transfer",
|
|
6720
|
+
"type": "event"
|
|
6721
|
+
},
|
|
6722
|
+
{
|
|
6723
|
+
"inputs": [
|
|
6724
|
+
{
|
|
6725
|
+
"internalType": "address",
|
|
6726
|
+
"name": "owner",
|
|
6727
|
+
"type": "address"
|
|
6728
|
+
},
|
|
6729
|
+
{
|
|
6730
|
+
"internalType": "address",
|
|
6731
|
+
"name": "spender",
|
|
6732
|
+
"type": "address"
|
|
6733
|
+
}
|
|
6734
|
+
],
|
|
6735
|
+
"name": "allowance",
|
|
6736
|
+
"outputs": [
|
|
6737
|
+
{
|
|
6738
|
+
"internalType": "uint256",
|
|
6739
|
+
"name": "",
|
|
6740
|
+
"type": "uint256"
|
|
6741
|
+
}
|
|
6742
|
+
],
|
|
6743
|
+
"stateMutability": "view",
|
|
6744
|
+
"type": "function"
|
|
6745
|
+
},
|
|
6746
|
+
{
|
|
6747
|
+
"inputs": [
|
|
6748
|
+
{
|
|
6749
|
+
"internalType": "address",
|
|
6750
|
+
"name": "spender",
|
|
6751
|
+
"type": "address"
|
|
6752
|
+
},
|
|
6753
|
+
{
|
|
6754
|
+
"internalType": "uint256",
|
|
6755
|
+
"name": "amount",
|
|
6756
|
+
"type": "uint256"
|
|
6757
|
+
}
|
|
6758
|
+
],
|
|
6759
|
+
"name": "approve",
|
|
6760
|
+
"outputs": [
|
|
6761
|
+
{
|
|
6762
|
+
"internalType": "bool",
|
|
6763
|
+
"name": "",
|
|
6764
|
+
"type": "bool"
|
|
6765
|
+
}
|
|
6766
|
+
],
|
|
6767
|
+
"stateMutability": "nonpayable",
|
|
6768
|
+
"type": "function"
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"inputs": [
|
|
6772
|
+
{
|
|
6773
|
+
"internalType": "address",
|
|
6774
|
+
"name": "account",
|
|
6775
|
+
"type": "address"
|
|
6776
|
+
}
|
|
6777
|
+
],
|
|
6778
|
+
"name": "balanceOf",
|
|
6779
|
+
"outputs": [
|
|
6780
|
+
{
|
|
6781
|
+
"internalType": "uint256",
|
|
6782
|
+
"name": "",
|
|
6783
|
+
"type": "uint256"
|
|
6784
|
+
}
|
|
6785
|
+
],
|
|
6786
|
+
"stateMutability": "view",
|
|
6787
|
+
"type": "function"
|
|
6788
|
+
},
|
|
6789
|
+
{
|
|
6790
|
+
"inputs": [],
|
|
6791
|
+
"name": "decimals",
|
|
6792
|
+
"outputs": [
|
|
6793
|
+
{
|
|
6794
|
+
"internalType": "uint8",
|
|
6795
|
+
"name": "",
|
|
6796
|
+
"type": "uint8"
|
|
6797
|
+
}
|
|
6798
|
+
],
|
|
6799
|
+
"stateMutability": "view",
|
|
6800
|
+
"type": "function"
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"inputs": [
|
|
6804
|
+
{
|
|
6805
|
+
"internalType": "address",
|
|
6806
|
+
"name": "spender",
|
|
6807
|
+
"type": "address"
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"internalType": "uint256",
|
|
6811
|
+
"name": "subtractedValue",
|
|
6812
|
+
"type": "uint256"
|
|
6813
|
+
}
|
|
6814
|
+
],
|
|
6815
|
+
"name": "decreaseAllowance",
|
|
6816
|
+
"outputs": [
|
|
6817
|
+
{
|
|
6818
|
+
"internalType": "bool",
|
|
6819
|
+
"name": "",
|
|
6820
|
+
"type": "bool"
|
|
6821
|
+
}
|
|
6822
|
+
],
|
|
6823
|
+
"stateMutability": "nonpayable",
|
|
6824
|
+
"type": "function"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"inputs": [
|
|
6828
|
+
{
|
|
6829
|
+
"internalType": "uint256",
|
|
6830
|
+
"name": "amount",
|
|
6831
|
+
"type": "uint256"
|
|
6832
|
+
}
|
|
6833
|
+
],
|
|
6834
|
+
"name": "faucet",
|
|
6835
|
+
"outputs": [],
|
|
6836
|
+
"stateMutability": "nonpayable",
|
|
6837
|
+
"type": "function"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"inputs": [
|
|
6841
|
+
{
|
|
6842
|
+
"internalType": "address",
|
|
6843
|
+
"name": "spender",
|
|
6844
|
+
"type": "address"
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
"internalType": "uint256",
|
|
6848
|
+
"name": "addedValue",
|
|
6849
|
+
"type": "uint256"
|
|
6850
|
+
}
|
|
6851
|
+
],
|
|
6852
|
+
"name": "increaseAllowance",
|
|
6853
|
+
"outputs": [
|
|
6854
|
+
{
|
|
6855
|
+
"internalType": "bool",
|
|
6856
|
+
"name": "",
|
|
6857
|
+
"type": "bool"
|
|
6858
|
+
}
|
|
6859
|
+
],
|
|
6860
|
+
"stateMutability": "nonpayable",
|
|
6861
|
+
"type": "function"
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"inputs": [],
|
|
6865
|
+
"name": "name",
|
|
6866
|
+
"outputs": [
|
|
6867
|
+
{
|
|
6868
|
+
"internalType": "string",
|
|
6869
|
+
"name": "",
|
|
6870
|
+
"type": "string"
|
|
6871
|
+
}
|
|
6872
|
+
],
|
|
6873
|
+
"stateMutability": "view",
|
|
6874
|
+
"type": "function"
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"inputs": [],
|
|
6878
|
+
"name": "symbol",
|
|
6879
|
+
"outputs": [
|
|
6880
|
+
{
|
|
6881
|
+
"internalType": "string",
|
|
6882
|
+
"name": "",
|
|
6883
|
+
"type": "string"
|
|
6884
|
+
}
|
|
6885
|
+
],
|
|
6886
|
+
"stateMutability": "view",
|
|
6887
|
+
"type": "function"
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
"inputs": [],
|
|
6891
|
+
"name": "totalSupply",
|
|
6892
|
+
"outputs": [
|
|
6893
|
+
{
|
|
6894
|
+
"internalType": "uint256",
|
|
6895
|
+
"name": "",
|
|
6896
|
+
"type": "uint256"
|
|
6897
|
+
}
|
|
6898
|
+
],
|
|
6899
|
+
"stateMutability": "view",
|
|
6900
|
+
"type": "function"
|
|
6901
|
+
},
|
|
6902
|
+
{
|
|
6903
|
+
"inputs": [
|
|
6904
|
+
{
|
|
6905
|
+
"internalType": "address",
|
|
6906
|
+
"name": "to",
|
|
6907
|
+
"type": "address"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"internalType": "uint256",
|
|
6911
|
+
"name": "amount",
|
|
6912
|
+
"type": "uint256"
|
|
6913
|
+
}
|
|
6914
|
+
],
|
|
6915
|
+
"name": "transfer",
|
|
6916
|
+
"outputs": [
|
|
6917
|
+
{
|
|
6918
|
+
"internalType": "bool",
|
|
6919
|
+
"name": "",
|
|
6920
|
+
"type": "bool"
|
|
6921
|
+
}
|
|
6922
|
+
],
|
|
6923
|
+
"stateMutability": "nonpayable",
|
|
6924
|
+
"type": "function"
|
|
6925
|
+
},
|
|
6926
|
+
{
|
|
6927
|
+
"inputs": [
|
|
6928
|
+
{
|
|
6929
|
+
"internalType": "address",
|
|
6930
|
+
"name": "from",
|
|
6931
|
+
"type": "address"
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"internalType": "address",
|
|
6935
|
+
"name": "to",
|
|
6936
|
+
"type": "address"
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"internalType": "uint256",
|
|
6940
|
+
"name": "amount",
|
|
6941
|
+
"type": "uint256"
|
|
6942
|
+
}
|
|
6943
|
+
],
|
|
6944
|
+
"name": "transferFrom",
|
|
6945
|
+
"outputs": [
|
|
6946
|
+
{
|
|
6947
|
+
"internalType": "bool",
|
|
6948
|
+
"name": "",
|
|
6949
|
+
"type": "bool"
|
|
6950
|
+
}
|
|
6951
|
+
],
|
|
6952
|
+
"stateMutability": "nonpayable",
|
|
6953
|
+
"type": "function"
|
|
6954
|
+
}
|
|
6955
|
+
]
|
|
6956
|
+
},
|
|
6957
|
+
"MockDAI": {
|
|
6958
|
+
"address": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
|
|
6959
|
+
"abi": [
|
|
6960
|
+
{
|
|
6961
|
+
"inputs": [
|
|
6962
|
+
{
|
|
6963
|
+
"internalType": "string",
|
|
6964
|
+
"name": "name_",
|
|
6965
|
+
"type": "string"
|
|
6966
|
+
},
|
|
6967
|
+
{
|
|
6968
|
+
"internalType": "string",
|
|
6969
|
+
"name": "symbol_",
|
|
6970
|
+
"type": "string"
|
|
6971
|
+
},
|
|
6972
|
+
{
|
|
6973
|
+
"internalType": "uint8",
|
|
6974
|
+
"name": "decimals_",
|
|
6975
|
+
"type": "uint8"
|
|
6976
|
+
}
|
|
6977
|
+
],
|
|
6978
|
+
"stateMutability": "nonpayable",
|
|
6979
|
+
"type": "constructor"
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"anonymous": false,
|
|
6983
|
+
"inputs": [
|
|
6984
|
+
{
|
|
6985
|
+
"indexed": true,
|
|
6986
|
+
"internalType": "address",
|
|
6987
|
+
"name": "owner",
|
|
6988
|
+
"type": "address"
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"indexed": true,
|
|
6992
|
+
"internalType": "address",
|
|
6993
|
+
"name": "spender",
|
|
6994
|
+
"type": "address"
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"indexed": false,
|
|
6998
|
+
"internalType": "uint256",
|
|
6999
|
+
"name": "value",
|
|
7000
|
+
"type": "uint256"
|
|
7001
|
+
}
|
|
7002
|
+
],
|
|
7003
|
+
"name": "Approval",
|
|
7004
|
+
"type": "event"
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"anonymous": false,
|
|
7008
|
+
"inputs": [
|
|
7009
|
+
{
|
|
7010
|
+
"indexed": true,
|
|
7011
|
+
"internalType": "address",
|
|
7012
|
+
"name": "from",
|
|
7013
|
+
"type": "address"
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"indexed": true,
|
|
7017
|
+
"internalType": "address",
|
|
7018
|
+
"name": "to",
|
|
7019
|
+
"type": "address"
|
|
7020
|
+
},
|
|
7021
|
+
{
|
|
7022
|
+
"indexed": false,
|
|
7023
|
+
"internalType": "uint256",
|
|
7024
|
+
"name": "value",
|
|
7025
|
+
"type": "uint256"
|
|
7026
|
+
}
|
|
7027
|
+
],
|
|
7028
|
+
"name": "Transfer",
|
|
7029
|
+
"type": "event"
|
|
7030
|
+
},
|
|
7031
|
+
{
|
|
7032
|
+
"inputs": [
|
|
7033
|
+
{
|
|
7034
|
+
"internalType": "address",
|
|
7035
|
+
"name": "owner",
|
|
7036
|
+
"type": "address"
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"internalType": "address",
|
|
7040
|
+
"name": "spender",
|
|
7041
|
+
"type": "address"
|
|
7042
|
+
}
|
|
7043
|
+
],
|
|
7044
|
+
"name": "allowance",
|
|
7045
|
+
"outputs": [
|
|
7046
|
+
{
|
|
7047
|
+
"internalType": "uint256",
|
|
7048
|
+
"name": "",
|
|
7049
|
+
"type": "uint256"
|
|
7050
|
+
}
|
|
7051
|
+
],
|
|
7052
|
+
"stateMutability": "view",
|
|
7053
|
+
"type": "function"
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"inputs": [
|
|
7057
|
+
{
|
|
7058
|
+
"internalType": "address",
|
|
7059
|
+
"name": "spender",
|
|
7060
|
+
"type": "address"
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"internalType": "uint256",
|
|
7064
|
+
"name": "amount",
|
|
7065
|
+
"type": "uint256"
|
|
7066
|
+
}
|
|
7067
|
+
],
|
|
7068
|
+
"name": "approve",
|
|
7069
|
+
"outputs": [
|
|
7070
|
+
{
|
|
7071
|
+
"internalType": "bool",
|
|
7072
|
+
"name": "",
|
|
7073
|
+
"type": "bool"
|
|
7074
|
+
}
|
|
7075
|
+
],
|
|
7076
|
+
"stateMutability": "nonpayable",
|
|
7077
|
+
"type": "function"
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"inputs": [
|
|
7081
|
+
{
|
|
7082
|
+
"internalType": "address",
|
|
7083
|
+
"name": "account",
|
|
7084
|
+
"type": "address"
|
|
7085
|
+
}
|
|
7086
|
+
],
|
|
7087
|
+
"name": "balanceOf",
|
|
7088
|
+
"outputs": [
|
|
7089
|
+
{
|
|
7090
|
+
"internalType": "uint256",
|
|
7091
|
+
"name": "",
|
|
7092
|
+
"type": "uint256"
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"stateMutability": "view",
|
|
7096
|
+
"type": "function"
|
|
7097
|
+
},
|
|
7098
|
+
{
|
|
7099
|
+
"inputs": [],
|
|
7100
|
+
"name": "decimals",
|
|
7101
|
+
"outputs": [
|
|
7102
|
+
{
|
|
7103
|
+
"internalType": "uint8",
|
|
7104
|
+
"name": "",
|
|
7105
|
+
"type": "uint8"
|
|
7106
|
+
}
|
|
7107
|
+
],
|
|
7108
|
+
"stateMutability": "view",
|
|
7109
|
+
"type": "function"
|
|
7110
|
+
},
|
|
7111
|
+
{
|
|
7112
|
+
"inputs": [
|
|
7113
|
+
{
|
|
7114
|
+
"internalType": "address",
|
|
7115
|
+
"name": "spender",
|
|
7116
|
+
"type": "address"
|
|
7117
|
+
},
|
|
7118
|
+
{
|
|
7119
|
+
"internalType": "uint256",
|
|
7120
|
+
"name": "subtractedValue",
|
|
7121
|
+
"type": "uint256"
|
|
7122
|
+
}
|
|
7123
|
+
],
|
|
7124
|
+
"name": "decreaseAllowance",
|
|
7125
|
+
"outputs": [
|
|
7126
|
+
{
|
|
7127
|
+
"internalType": "bool",
|
|
7128
|
+
"name": "",
|
|
7129
|
+
"type": "bool"
|
|
7130
|
+
}
|
|
7131
|
+
],
|
|
7132
|
+
"stateMutability": "nonpayable",
|
|
7133
|
+
"type": "function"
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"inputs": [
|
|
7137
|
+
{
|
|
7138
|
+
"internalType": "uint256",
|
|
7139
|
+
"name": "amount",
|
|
7140
|
+
"type": "uint256"
|
|
7141
|
+
}
|
|
7142
|
+
],
|
|
7143
|
+
"name": "faucet",
|
|
7144
|
+
"outputs": [],
|
|
7145
|
+
"stateMutability": "nonpayable",
|
|
7146
|
+
"type": "function"
|
|
7147
|
+
},
|
|
7148
|
+
{
|
|
7149
|
+
"inputs": [
|
|
7150
|
+
{
|
|
7151
|
+
"internalType": "address",
|
|
7152
|
+
"name": "spender",
|
|
7153
|
+
"type": "address"
|
|
7154
|
+
},
|
|
7155
|
+
{
|
|
7156
|
+
"internalType": "uint256",
|
|
7157
|
+
"name": "addedValue",
|
|
6166
7158
|
"type": "uint256"
|
|
6167
7159
|
}
|
|
6168
7160
|
],
|
|
6169
|
-
"
|
|
6170
|
-
"type": "function"
|
|
6171
|
-
},
|
|
6172
|
-
{
|
|
6173
|
-
"inputs": [],
|
|
6174
|
-
"name": "isInterestRateModel",
|
|
7161
|
+
"name": "increaseAllowance",
|
|
6175
7162
|
"outputs": [
|
|
6176
7163
|
{
|
|
6177
7164
|
"internalType": "bool",
|
|
@@ -6179,17 +7166,17 @@
|
|
|
6179
7166
|
"type": "bool"
|
|
6180
7167
|
}
|
|
6181
7168
|
],
|
|
6182
|
-
"stateMutability": "
|
|
7169
|
+
"stateMutability": "nonpayable",
|
|
6183
7170
|
"type": "function"
|
|
6184
7171
|
},
|
|
6185
7172
|
{
|
|
6186
7173
|
"inputs": [],
|
|
6187
|
-
"name": "
|
|
7174
|
+
"name": "name",
|
|
6188
7175
|
"outputs": [
|
|
6189
7176
|
{
|
|
6190
|
-
"internalType": "
|
|
7177
|
+
"internalType": "string",
|
|
6191
7178
|
"name": "",
|
|
6192
|
-
"type": "
|
|
7179
|
+
"type": "string"
|
|
6193
7180
|
}
|
|
6194
7181
|
],
|
|
6195
7182
|
"stateMutability": "view",
|
|
@@ -6197,12 +7184,12 @@
|
|
|
6197
7184
|
},
|
|
6198
7185
|
{
|
|
6199
7186
|
"inputs": [],
|
|
6200
|
-
"name": "
|
|
7187
|
+
"name": "symbol",
|
|
6201
7188
|
"outputs": [
|
|
6202
7189
|
{
|
|
6203
|
-
"internalType": "
|
|
7190
|
+
"internalType": "string",
|
|
6204
7191
|
"name": "",
|
|
6205
|
-
"type": "
|
|
7192
|
+
"type": "string"
|
|
6206
7193
|
}
|
|
6207
7194
|
],
|
|
6208
7195
|
"stateMutability": "view",
|
|
@@ -6210,7 +7197,7 @@
|
|
|
6210
7197
|
},
|
|
6211
7198
|
{
|
|
6212
7199
|
"inputs": [],
|
|
6213
|
-
"name": "
|
|
7200
|
+
"name": "totalSupply",
|
|
6214
7201
|
"outputs": [
|
|
6215
7202
|
{
|
|
6216
7203
|
"internalType": "uint256",
|
|
@@ -6224,69 +7211,60 @@
|
|
|
6224
7211
|
{
|
|
6225
7212
|
"inputs": [
|
|
6226
7213
|
{
|
|
6227
|
-
"internalType": "
|
|
6228
|
-
"name": "
|
|
6229
|
-
"type": "
|
|
6230
|
-
},
|
|
6231
|
-
{
|
|
6232
|
-
"internalType": "uint256",
|
|
6233
|
-
"name": "multiplierPerYear",
|
|
6234
|
-
"type": "uint256"
|
|
7214
|
+
"internalType": "address",
|
|
7215
|
+
"name": "to",
|
|
7216
|
+
"type": "address"
|
|
6235
7217
|
},
|
|
6236
7218
|
{
|
|
6237
7219
|
"internalType": "uint256",
|
|
6238
|
-
"name": "
|
|
7220
|
+
"name": "amount",
|
|
6239
7221
|
"type": "uint256"
|
|
6240
|
-
}
|
|
7222
|
+
}
|
|
7223
|
+
],
|
|
7224
|
+
"name": "transfer",
|
|
7225
|
+
"outputs": [
|
|
6241
7226
|
{
|
|
6242
|
-
"internalType": "
|
|
6243
|
-
"name": "
|
|
6244
|
-
"type": "
|
|
7227
|
+
"internalType": "bool",
|
|
7228
|
+
"name": "",
|
|
7229
|
+
"type": "bool"
|
|
6245
7230
|
}
|
|
6246
7231
|
],
|
|
6247
|
-
"name": "updateJumpRateModel",
|
|
6248
|
-
"outputs": [],
|
|
6249
7232
|
"stateMutability": "nonpayable",
|
|
6250
7233
|
"type": "function"
|
|
6251
7234
|
},
|
|
6252
7235
|
{
|
|
6253
7236
|
"inputs": [
|
|
6254
7237
|
{
|
|
6255
|
-
"internalType": "
|
|
6256
|
-
"name": "
|
|
6257
|
-
"type": "
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"internalType": "uint256",
|
|
6261
|
-
"name": "borrows",
|
|
6262
|
-
"type": "uint256"
|
|
7238
|
+
"internalType": "address",
|
|
7239
|
+
"name": "from",
|
|
7240
|
+
"type": "address"
|
|
6263
7241
|
},
|
|
6264
7242
|
{
|
|
6265
|
-
"internalType": "
|
|
6266
|
-
"name": "
|
|
6267
|
-
"type": "
|
|
7243
|
+
"internalType": "address",
|
|
7244
|
+
"name": "to",
|
|
7245
|
+
"type": "address"
|
|
6268
7246
|
},
|
|
6269
7247
|
{
|
|
6270
7248
|
"internalType": "uint256",
|
|
6271
|
-
"name": "
|
|
7249
|
+
"name": "amount",
|
|
6272
7250
|
"type": "uint256"
|
|
6273
7251
|
}
|
|
6274
7252
|
],
|
|
6275
|
-
"name": "
|
|
7253
|
+
"name": "transferFrom",
|
|
6276
7254
|
"outputs": [
|
|
6277
7255
|
{
|
|
6278
|
-
"internalType": "
|
|
7256
|
+
"internalType": "bool",
|
|
6279
7257
|
"name": "",
|
|
6280
|
-
"type": "
|
|
7258
|
+
"type": "bool"
|
|
6281
7259
|
}
|
|
6282
7260
|
],
|
|
6283
|
-
"stateMutability": "
|
|
7261
|
+
"stateMutability": "nonpayable",
|
|
6284
7262
|
"type": "function"
|
|
6285
7263
|
}
|
|
6286
7264
|
]
|
|
6287
7265
|
},
|
|
6288
|
-
"
|
|
6289
|
-
"address": "
|
|
7266
|
+
"MockEIGEN": {
|
|
7267
|
+
"address": "0xf140594470Bff436aE82F2116ab8a438671C6e83",
|
|
6290
7268
|
"abi": [
|
|
6291
7269
|
{
|
|
6292
7270
|
"inputs": [
|
|
@@ -6594,8 +7572,8 @@
|
|
|
6594
7572
|
}
|
|
6595
7573
|
]
|
|
6596
7574
|
},
|
|
6597
|
-
"
|
|
6598
|
-
"address": "
|
|
7575
|
+
"MockFRAX": {
|
|
7576
|
+
"address": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
6599
7577
|
"abi": [
|
|
6600
7578
|
{
|
|
6601
7579
|
"inputs": [
|
|
@@ -6903,8 +7881,8 @@
|
|
|
6903
7881
|
}
|
|
6904
7882
|
]
|
|
6905
7883
|
},
|
|
6906
|
-
"
|
|
6907
|
-
"address": "
|
|
7884
|
+
"MockPT-weETH-26DEC2024": {
|
|
7885
|
+
"address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
6908
7886
|
"abi": [
|
|
6909
7887
|
{
|
|
6910
7888
|
"inputs": [
|
|
@@ -7212,8 +8190,8 @@
|
|
|
7212
8190
|
}
|
|
7213
8191
|
]
|
|
7214
8192
|
},
|
|
7215
|
-
"
|
|
7216
|
-
"address": "
|
|
8193
|
+
"MockTUSD": {
|
|
8194
|
+
"address": "0x78b292069da1661b7C12B6E766cB506C220b987a",
|
|
7217
8195
|
"abi": [
|
|
7218
8196
|
{
|
|
7219
8197
|
"inputs": [
|
|
@@ -7521,8 +8499,8 @@
|
|
|
7521
8499
|
}
|
|
7522
8500
|
]
|
|
7523
8501
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"address": "
|
|
8502
|
+
"MockUSDC": {
|
|
8503
|
+
"address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
|
|
7526
8504
|
"abi": [
|
|
7527
8505
|
{
|
|
7528
8506
|
"inputs": [
|
|
@@ -7830,8 +8808,8 @@
|
|
|
7830
8808
|
}
|
|
7831
8809
|
]
|
|
7832
8810
|
},
|
|
7833
|
-
"
|
|
7834
|
-
"address": "
|
|
8811
|
+
"MockUSDT": {
|
|
8812
|
+
"address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
|
|
7835
8813
|
"abi": [
|
|
7836
8814
|
{
|
|
7837
8815
|
"inputs": [
|
|
@@ -8139,8 +9117,8 @@
|
|
|
8139
9117
|
}
|
|
8140
9118
|
]
|
|
8141
9119
|
},
|
|
8142
|
-
"
|
|
8143
|
-
"address": "
|
|
9120
|
+
"MockWBTC": {
|
|
9121
|
+
"address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
|
|
8144
9122
|
"abi": [
|
|
8145
9123
|
{
|
|
8146
9124
|
"inputs": [
|
|
@@ -8448,8 +9426,8 @@
|
|
|
8448
9426
|
}
|
|
8449
9427
|
]
|
|
8450
9428
|
},
|
|
8451
|
-
"
|
|
8452
|
-
"address": "
|
|
9429
|
+
"MockcrvUSD": {
|
|
9430
|
+
"address": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
|
|
8453
9431
|
"abi": [
|
|
8454
9432
|
{
|
|
8455
9433
|
"inputs": [
|
|
@@ -8757,8 +9735,8 @@
|
|
|
8757
9735
|
}
|
|
8758
9736
|
]
|
|
8759
9737
|
},
|
|
8760
|
-
"
|
|
8761
|
-
"address": "
|
|
9738
|
+
"MockeBTC": {
|
|
9739
|
+
"address": "0xd48392CCf3fe028023D0783E570DFc71996859d7",
|
|
8762
9740
|
"abi": [
|
|
8763
9741
|
{
|
|
8764
9742
|
"inputs": [
|
|
@@ -26861,6 +27839,80 @@
|
|
|
26861
27839
|
}
|
|
26862
27840
|
]
|
|
26863
27841
|
},
|
|
27842
|
+
"VToken_vEIGEN": {
|
|
27843
|
+
"address": "0x6DB4aDbA8F144a57a397b57183BF619e957040B1",
|
|
27844
|
+
"abi": [
|
|
27845
|
+
{
|
|
27846
|
+
"inputs": [
|
|
27847
|
+
{
|
|
27848
|
+
"internalType": "address",
|
|
27849
|
+
"name": "beacon",
|
|
27850
|
+
"type": "address"
|
|
27851
|
+
},
|
|
27852
|
+
{
|
|
27853
|
+
"internalType": "bytes",
|
|
27854
|
+
"name": "data",
|
|
27855
|
+
"type": "bytes"
|
|
27856
|
+
}
|
|
27857
|
+
],
|
|
27858
|
+
"stateMutability": "payable",
|
|
27859
|
+
"type": "constructor"
|
|
27860
|
+
},
|
|
27861
|
+
{
|
|
27862
|
+
"anonymous": false,
|
|
27863
|
+
"inputs": [
|
|
27864
|
+
{
|
|
27865
|
+
"indexed": false,
|
|
27866
|
+
"internalType": "address",
|
|
27867
|
+
"name": "previousAdmin",
|
|
27868
|
+
"type": "address"
|
|
27869
|
+
},
|
|
27870
|
+
{
|
|
27871
|
+
"indexed": false,
|
|
27872
|
+
"internalType": "address",
|
|
27873
|
+
"name": "newAdmin",
|
|
27874
|
+
"type": "address"
|
|
27875
|
+
}
|
|
27876
|
+
],
|
|
27877
|
+
"name": "AdminChanged",
|
|
27878
|
+
"type": "event"
|
|
27879
|
+
},
|
|
27880
|
+
{
|
|
27881
|
+
"anonymous": false,
|
|
27882
|
+
"inputs": [
|
|
27883
|
+
{
|
|
27884
|
+
"indexed": true,
|
|
27885
|
+
"internalType": "address",
|
|
27886
|
+
"name": "beacon",
|
|
27887
|
+
"type": "address"
|
|
27888
|
+
}
|
|
27889
|
+
],
|
|
27890
|
+
"name": "BeaconUpgraded",
|
|
27891
|
+
"type": "event"
|
|
27892
|
+
},
|
|
27893
|
+
{
|
|
27894
|
+
"anonymous": false,
|
|
27895
|
+
"inputs": [
|
|
27896
|
+
{
|
|
27897
|
+
"indexed": true,
|
|
27898
|
+
"internalType": "address",
|
|
27899
|
+
"name": "implementation",
|
|
27900
|
+
"type": "address"
|
|
27901
|
+
}
|
|
27902
|
+
],
|
|
27903
|
+
"name": "Upgraded",
|
|
27904
|
+
"type": "event"
|
|
27905
|
+
},
|
|
27906
|
+
{
|
|
27907
|
+
"stateMutability": "payable",
|
|
27908
|
+
"type": "fallback"
|
|
27909
|
+
},
|
|
27910
|
+
{
|
|
27911
|
+
"stateMutability": "payable",
|
|
27912
|
+
"type": "receive"
|
|
27913
|
+
}
|
|
27914
|
+
]
|
|
27915
|
+
},
|
|
26864
27916
|
"VToken_vFRAX_Core": {
|
|
26865
27917
|
"address": "0x33942B932159A67E3274f54bC4082cbA4A704340",
|
|
26866
27918
|
"abi": [
|
|
@@ -27823,6 +28875,80 @@
|
|
|
27823
28875
|
}
|
|
27824
28876
|
]
|
|
27825
28877
|
},
|
|
28878
|
+
"VToken_veBTC": {
|
|
28879
|
+
"address": "0x8E6241389e823111259413810b81a050bd45e5cE",
|
|
28880
|
+
"abi": [
|
|
28881
|
+
{
|
|
28882
|
+
"inputs": [
|
|
28883
|
+
{
|
|
28884
|
+
"internalType": "address",
|
|
28885
|
+
"name": "beacon",
|
|
28886
|
+
"type": "address"
|
|
28887
|
+
},
|
|
28888
|
+
{
|
|
28889
|
+
"internalType": "bytes",
|
|
28890
|
+
"name": "data",
|
|
28891
|
+
"type": "bytes"
|
|
28892
|
+
}
|
|
28893
|
+
],
|
|
28894
|
+
"stateMutability": "payable",
|
|
28895
|
+
"type": "constructor"
|
|
28896
|
+
},
|
|
28897
|
+
{
|
|
28898
|
+
"anonymous": false,
|
|
28899
|
+
"inputs": [
|
|
28900
|
+
{
|
|
28901
|
+
"indexed": false,
|
|
28902
|
+
"internalType": "address",
|
|
28903
|
+
"name": "previousAdmin",
|
|
28904
|
+
"type": "address"
|
|
28905
|
+
},
|
|
28906
|
+
{
|
|
28907
|
+
"indexed": false,
|
|
28908
|
+
"internalType": "address",
|
|
28909
|
+
"name": "newAdmin",
|
|
28910
|
+
"type": "address"
|
|
28911
|
+
}
|
|
28912
|
+
],
|
|
28913
|
+
"name": "AdminChanged",
|
|
28914
|
+
"type": "event"
|
|
28915
|
+
},
|
|
28916
|
+
{
|
|
28917
|
+
"anonymous": false,
|
|
28918
|
+
"inputs": [
|
|
28919
|
+
{
|
|
28920
|
+
"indexed": true,
|
|
28921
|
+
"internalType": "address",
|
|
28922
|
+
"name": "beacon",
|
|
28923
|
+
"type": "address"
|
|
28924
|
+
}
|
|
28925
|
+
],
|
|
28926
|
+
"name": "BeaconUpgraded",
|
|
28927
|
+
"type": "event"
|
|
28928
|
+
},
|
|
28929
|
+
{
|
|
28930
|
+
"anonymous": false,
|
|
28931
|
+
"inputs": [
|
|
28932
|
+
{
|
|
28933
|
+
"indexed": true,
|
|
28934
|
+
"internalType": "address",
|
|
28935
|
+
"name": "implementation",
|
|
28936
|
+
"type": "address"
|
|
28937
|
+
}
|
|
28938
|
+
],
|
|
28939
|
+
"name": "Upgraded",
|
|
28940
|
+
"type": "event"
|
|
28941
|
+
},
|
|
28942
|
+
{
|
|
28943
|
+
"stateMutability": "payable",
|
|
28944
|
+
"type": "fallback"
|
|
28945
|
+
},
|
|
28946
|
+
{
|
|
28947
|
+
"stateMutability": "payable",
|
|
28948
|
+
"type": "receive"
|
|
28949
|
+
}
|
|
28950
|
+
]
|
|
28951
|
+
},
|
|
27826
28952
|
"VToken_vezETH_LiquidStakedETH": {
|
|
27827
28953
|
"address": "0xF4C1B7528f8B266D8ADf1a85c91d93114FeDbA2A",
|
|
27828
28954
|
"abi": [
|