@venusprotocol/isolated-pools 3.8.0-dev.2 → 3.8.0-dev.4

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.
Files changed (44) hide show
  1. package/deployments/arbitrumone/TwoKinks_base0bps_slope1500bps_kink8000bps_slope29000bps_base20bps_kink29000bps_jump30000bps.json +552 -0
  2. package/deployments/arbitrumone.json +352 -0
  3. package/deployments/arbitrumone_addresses.json +1 -0
  4. package/deployments/bscmainnet/Comptroller_BTC.json +187 -0
  5. package/deployments/bscmainnet/JumpRateModelV2_base0bps_slope2000bps_jump25000bps_kink8000bps.json +608 -0
  6. package/deployments/bscmainnet/JumpRateModelV2_base0bps_slope875bps_jump20000bps_kink8000bps.json +608 -0
  7. package/deployments/bscmainnet/JumpRateModelV2_base200bps_slope2000bps_jump25000bps_kink8000bps.json +608 -0
  8. package/deployments/bscmainnet/SwapRouter_BTC.json +2422 -0
  9. package/deployments/bscmainnet/VToken_vBTCB_BTC.json +257 -0
  10. package/deployments/bscmainnet/VToken_vPT-SolvBTC.BBN-27MAR2025_BTC.json +257 -0
  11. package/deployments/bscmainnet/solcInputs/7584667b44eb77970ba8d274006d81ae.json +331 -0
  12. package/deployments/bscmainnet.json +5467 -2465
  13. package/deployments/bscmainnet_addresses.json +7 -0
  14. package/deployments/bsctestnet/Comptroller_BTC.json +187 -0
  15. package/deployments/bsctestnet/JumpRateModelV2_base0bps_slope875bps_jump20000bps_kink8000bps.json +608 -0
  16. package/deployments/bsctestnet/MockPT-SolvBTC.BBN-27MAR2025.json +458 -0
  17. package/deployments/bsctestnet/MockSolvBTC.BBN.json +458 -0
  18. package/deployments/bsctestnet/SwapRouter_BTC.json +2422 -0
  19. package/deployments/bsctestnet/VToken_vBTCB_BTC.json +257 -0
  20. package/deployments/bsctestnet/VToken_vPT-SolvBTC.BBN-27MAR2025_BTC.json +257 -0
  21. package/deployments/bsctestnet/solcInputs/7584667b44eb77970ba8d274006d81ae.json +331 -0
  22. package/deployments/bsctestnet.json +3207 -307
  23. package/deployments/bsctestnet_addresses.json +7 -0
  24. package/deployments/ethereum/JumpRateModelV2_base0bps_slope1750bps_jump25000bps_kink8000bps.json +608 -0
  25. package/deployments/ethereum/JumpRateModelV2_base0bps_slope2000bps_jump25000bps_kink8000bps.json +608 -0
  26. package/deployments/ethereum/TwoKinks_base0bps_slope1500bps_kink8000bps_slope29000bps_base20bps_kink29000bps_jump30000bps.json +552 -0
  27. package/deployments/ethereum.json +2011 -939
  28. package/deployments/ethereum_addresses.json +3 -0
  29. package/deployments/zksyncmainnet/TwoKinks_base0bps_slope1500bps_kink8000bps_slope29000bps_base20bps_kink29000bps_jump30000bps.json +651 -0
  30. package/deployments/zksyncmainnet/solcInputs/7ee56954f4157666c7d07cfa8db6f8de.json +445 -0
  31. package/deployments/zksyncmainnet.json +352 -0
  32. package/deployments/zksyncmainnet_addresses.json +1 -0
  33. package/dist/deploy/004-swap-router.js +9 -0
  34. package/dist/deploy/008-deploy-comptrollers.js +1 -0
  35. package/dist/deploy/009-deploy-vtokens.js +37 -2
  36. package/dist/deploy/019-deploy-ir-models.js +36 -2
  37. package/dist/deployments/arbitrumone.json +352 -0
  38. package/dist/deployments/bscmainnet.json +5467 -2465
  39. package/dist/deployments/bsctestnet.json +3207 -307
  40. package/dist/deployments/ethereum.json +2011 -939
  41. package/dist/deployments/zksyncmainnet.json +352 -0
  42. package/dist/helpers/deploymentConfig.d.ts +5 -1
  43. package/dist/helpers/deploymentConfig.js +188 -32
  44. package/package.json +1 -1
@@ -2233,6 +2233,80 @@
2233
2233
  }
2234
2234
  ]
2235
2235
  },
2236
+ "Comptroller_BTC": {
2237
+ "address": "0xfE87008bf29DeCACC09a75FaAc2d128367D46e7a",
2238
+ "abi": [
2239
+ {
2240
+ "inputs": [
2241
+ {
2242
+ "internalType": "address",
2243
+ "name": "beacon",
2244
+ "type": "address"
2245
+ },
2246
+ {
2247
+ "internalType": "bytes",
2248
+ "name": "data",
2249
+ "type": "bytes"
2250
+ }
2251
+ ],
2252
+ "stateMutability": "payable",
2253
+ "type": "constructor"
2254
+ },
2255
+ {
2256
+ "anonymous": false,
2257
+ "inputs": [
2258
+ {
2259
+ "indexed": false,
2260
+ "internalType": "address",
2261
+ "name": "previousAdmin",
2262
+ "type": "address"
2263
+ },
2264
+ {
2265
+ "indexed": false,
2266
+ "internalType": "address",
2267
+ "name": "newAdmin",
2268
+ "type": "address"
2269
+ }
2270
+ ],
2271
+ "name": "AdminChanged",
2272
+ "type": "event"
2273
+ },
2274
+ {
2275
+ "anonymous": false,
2276
+ "inputs": [
2277
+ {
2278
+ "indexed": true,
2279
+ "internalType": "address",
2280
+ "name": "beacon",
2281
+ "type": "address"
2282
+ }
2283
+ ],
2284
+ "name": "BeaconUpgraded",
2285
+ "type": "event"
2286
+ },
2287
+ {
2288
+ "anonymous": false,
2289
+ "inputs": [
2290
+ {
2291
+ "indexed": true,
2292
+ "internalType": "address",
2293
+ "name": "implementation",
2294
+ "type": "address"
2295
+ }
2296
+ ],
2297
+ "name": "Upgraded",
2298
+ "type": "event"
2299
+ },
2300
+ {
2301
+ "stateMutability": "payable",
2302
+ "type": "fallback"
2303
+ },
2304
+ {
2305
+ "stateMutability": "payable",
2306
+ "type": "receive"
2307
+ }
2308
+ ]
2309
+ },
2236
2310
  "Comptroller_DeFi": {
2237
2311
  "address": "0x23a73971A6B9f6580c048B9CB188869B2A2aA2aD",
2238
2312
  "abi": [
@@ -3636,8 +3710,8 @@
3636
3710
  }
3637
3711
  ]
3638
3712
  },
3639
- "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
3640
- "address": "0x469D5Ce78347Bb0874220127f82Accd94d6d29c5",
3713
+ "JumpRateModelV2_base0bps_slope875bps_jump20000bps_kink8000bps": {
3714
+ "address": "0x87BC48C851B47e199288139e05AB9B9B761cE4DB",
3641
3715
  "abi": [
3642
3716
  {
3643
3717
  "inputs": [
@@ -3996,24 +4070,24 @@
3996
4070
  }
3997
4071
  ]
3998
4072
  },
3999
- "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": {
4000
- "address": "0x6Ba592934fD60d7A180d65cdb1C9BF561FeAD3D4",
4073
+ "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
4074
+ "address": "0x469D5Ce78347Bb0874220127f82Accd94d6d29c5",
4001
4075
  "abi": [
4002
4076
  {
4003
4077
  "inputs": [
4004
4078
  {
4005
4079
  "internalType": "uint256",
4006
- "name": "baseRatePerYear",
4080
+ "name": "baseRatePerYear_",
4007
4081
  "type": "uint256"
4008
4082
  },
4009
4083
  {
4010
4084
  "internalType": "uint256",
4011
- "name": "multiplierPerYear",
4085
+ "name": "multiplierPerYear_",
4012
4086
  "type": "uint256"
4013
4087
  },
4014
4088
  {
4015
4089
  "internalType": "uint256",
4016
- "name": "jumpMultiplierPerYear",
4090
+ "name": "jumpMultiplierPerYear_",
4017
4091
  "type": "uint256"
4018
4092
  },
4019
4093
  {
@@ -4025,11 +4099,31 @@
4025
4099
  "internalType": "contract IAccessControlManagerV8",
4026
4100
  "name": "accessControlManager_",
4027
4101
  "type": "address"
4102
+ },
4103
+ {
4104
+ "internalType": "bool",
4105
+ "name": "timeBased_",
4106
+ "type": "bool"
4107
+ },
4108
+ {
4109
+ "internalType": "uint256",
4110
+ "name": "blocksPerYear_",
4111
+ "type": "uint256"
4028
4112
  }
4029
4113
  ],
4030
4114
  "stateMutability": "nonpayable",
4031
4115
  "type": "constructor"
4032
4116
  },
4117
+ {
4118
+ "inputs": [],
4119
+ "name": "InvalidBlocksPerYear",
4120
+ "type": "error"
4121
+ },
4122
+ {
4123
+ "inputs": [],
4124
+ "name": "InvalidTimeBasedConfiguration",
4125
+ "type": "error"
4126
+ },
4033
4127
  {
4034
4128
  "inputs": [
4035
4129
  {
@@ -4057,19 +4151,19 @@
4057
4151
  {
4058
4152
  "indexed": false,
4059
4153
  "internalType": "uint256",
4060
- "name": "baseRatePerBlock",
4154
+ "name": "baseRatePerBlockOrTimestamp",
4061
4155
  "type": "uint256"
4062
4156
  },
4063
4157
  {
4064
4158
  "indexed": false,
4065
4159
  "internalType": "uint256",
4066
- "name": "multiplierPerBlock",
4160
+ "name": "multiplierPerBlockOrTimestamp",
4067
4161
  "type": "uint256"
4068
4162
  },
4069
4163
  {
4070
4164
  "indexed": false,
4071
4165
  "internalType": "uint256",
4072
- "name": "jumpMultiplierPerBlock",
4166
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4073
4167
  "type": "uint256"
4074
4168
  },
4075
4169
  {
@@ -4108,6 +4202,32 @@
4108
4202
  "stateMutability": "view",
4109
4203
  "type": "function"
4110
4204
  },
4205
+ {
4206
+ "inputs": [],
4207
+ "name": "blocksOrSecondsPerYear",
4208
+ "outputs": [
4209
+ {
4210
+ "internalType": "uint256",
4211
+ "name": "",
4212
+ "type": "uint256"
4213
+ }
4214
+ ],
4215
+ "stateMutability": "view",
4216
+ "type": "function"
4217
+ },
4218
+ {
4219
+ "inputs": [],
4220
+ "name": "getBlockNumberOrTimestamp",
4221
+ "outputs": [
4222
+ {
4223
+ "internalType": "uint256",
4224
+ "name": "",
4225
+ "type": "uint256"
4226
+ }
4227
+ ],
4228
+ "stateMutability": "view",
4229
+ "type": "function"
4230
+ },
4111
4231
  {
4112
4232
  "inputs": [
4113
4233
  {
@@ -4196,12 +4316,12 @@
4196
4316
  },
4197
4317
  {
4198
4318
  "inputs": [],
4199
- "name": "jumpMultiplierPerBlock",
4319
+ "name": "isTimeBased",
4200
4320
  "outputs": [
4201
4321
  {
4202
- "internalType": "uint256",
4322
+ "internalType": "bool",
4203
4323
  "name": "",
4204
- "type": "uint256"
4324
+ "type": "bool"
4205
4325
  }
4206
4326
  ],
4207
4327
  "stateMutability": "view",
@@ -4209,7 +4329,7 @@
4209
4329
  },
4210
4330
  {
4211
4331
  "inputs": [],
4212
- "name": "kink",
4332
+ "name": "jumpMultiplierPerBlock",
4213
4333
  "outputs": [
4214
4334
  {
4215
4335
  "internalType": "uint256",
@@ -4222,7 +4342,7 @@
4222
4342
  },
4223
4343
  {
4224
4344
  "inputs": [],
4225
- "name": "multiplierPerBlock",
4345
+ "name": "kink",
4226
4346
  "outputs": [
4227
4347
  {
4228
4348
  "internalType": "uint256",
@@ -4234,57 +4354,8 @@
4234
4354
  "type": "function"
4235
4355
  },
4236
4356
  {
4237
- "inputs": [
4238
- {
4239
- "internalType": "uint256",
4240
- "name": "baseRatePerYear",
4241
- "type": "uint256"
4242
- },
4243
- {
4244
- "internalType": "uint256",
4245
- "name": "multiplierPerYear",
4246
- "type": "uint256"
4247
- },
4248
- {
4249
- "internalType": "uint256",
4250
- "name": "jumpMultiplierPerYear",
4251
- "type": "uint256"
4252
- },
4253
- {
4254
- "internalType": "uint256",
4255
- "name": "kink_",
4256
- "type": "uint256"
4257
- }
4258
- ],
4259
- "name": "updateJumpRateModel",
4260
- "outputs": [],
4261
- "stateMutability": "nonpayable",
4262
- "type": "function"
4263
- },
4264
- {
4265
- "inputs": [
4266
- {
4267
- "internalType": "uint256",
4268
- "name": "cash",
4269
- "type": "uint256"
4270
- },
4271
- {
4272
- "internalType": "uint256",
4273
- "name": "borrows",
4274
- "type": "uint256"
4275
- },
4276
- {
4277
- "internalType": "uint256",
4278
- "name": "reserves",
4279
- "type": "uint256"
4280
- },
4281
- {
4282
- "internalType": "uint256",
4283
- "name": "badDebt",
4284
- "type": "uint256"
4285
- }
4286
- ],
4287
- "name": "utilizationRate",
4357
+ "inputs": [],
4358
+ "name": "multiplierPerBlock",
4288
4359
  "outputs": [
4289
4360
  {
4290
4361
  "internalType": "uint256",
@@ -4292,14 +4363,9 @@
4292
4363
  "type": "uint256"
4293
4364
  }
4294
4365
  ],
4295
- "stateMutability": "pure",
4366
+ "stateMutability": "view",
4296
4367
  "type": "function"
4297
- }
4298
- ]
4299
- },
4300
- "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
4301
- "address": "0x42D9AFb65d2C89fB8bFF6Fe88eFC55922Ec3bD44",
4302
- "abi": [
4368
+ },
4303
4369
  {
4304
4370
  "inputs": [
4305
4371
  {
@@ -4321,92 +4387,159 @@
4321
4387
  "internalType": "uint256",
4322
4388
  "name": "kink_",
4323
4389
  "type": "uint256"
4324
- },
4325
- {
4326
- "internalType": "contract IAccessControlManagerV8",
4327
- "name": "accessControlManager_",
4328
- "type": "address"
4329
4390
  }
4330
4391
  ],
4392
+ "name": "updateJumpRateModel",
4393
+ "outputs": [],
4331
4394
  "stateMutability": "nonpayable",
4332
- "type": "constructor"
4333
- },
4334
- {
4335
- "inputs": [
4336
- {
4337
- "internalType": "address",
4338
- "name": "sender",
4339
- "type": "address"
4340
- },
4341
- {
4342
- "internalType": "address",
4343
- "name": "calledContract",
4344
- "type": "address"
4345
- },
4346
- {
4347
- "internalType": "string",
4348
- "name": "methodSignature",
4349
- "type": "string"
4350
- }
4351
- ],
4352
- "name": "Unauthorized",
4353
- "type": "error"
4354
- },
4355
- {
4356
- "anonymous": false,
4357
- "inputs": [
4358
- {
4359
- "indexed": false,
4360
- "internalType": "uint256",
4361
- "name": "baseRatePerBlock",
4362
- "type": "uint256"
4363
- },
4364
- {
4365
- "indexed": false,
4366
- "internalType": "uint256",
4367
- "name": "multiplierPerBlock",
4368
- "type": "uint256"
4369
- },
4370
- {
4371
- "indexed": false,
4372
- "internalType": "uint256",
4373
- "name": "jumpMultiplierPerBlock",
4374
- "type": "uint256"
4375
- },
4376
- {
4377
- "indexed": false,
4378
- "internalType": "uint256",
4379
- "name": "kink",
4380
- "type": "uint256"
4381
- }
4382
- ],
4383
- "name": "NewInterestParams",
4384
- "type": "event"
4385
- },
4386
- {
4387
- "inputs": [],
4388
- "name": "accessControlManager",
4389
- "outputs": [
4390
- {
4391
- "internalType": "contract IAccessControlManagerV8",
4392
- "name": "",
4393
- "type": "address"
4394
- }
4395
- ],
4396
- "stateMutability": "view",
4397
- "type": "function"
4398
- },
4399
- {
4400
- "inputs": [],
4401
- "name": "baseRatePerBlock",
4402
- "outputs": [
4403
- {
4404
- "internalType": "uint256",
4405
- "name": "",
4406
- "type": "uint256"
4407
- }
4408
- ],
4409
- "stateMutability": "view",
4395
+ "type": "function"
4396
+ },
4397
+ {
4398
+ "inputs": [
4399
+ {
4400
+ "internalType": "uint256",
4401
+ "name": "cash",
4402
+ "type": "uint256"
4403
+ },
4404
+ {
4405
+ "internalType": "uint256",
4406
+ "name": "borrows",
4407
+ "type": "uint256"
4408
+ },
4409
+ {
4410
+ "internalType": "uint256",
4411
+ "name": "reserves",
4412
+ "type": "uint256"
4413
+ },
4414
+ {
4415
+ "internalType": "uint256",
4416
+ "name": "badDebt",
4417
+ "type": "uint256"
4418
+ }
4419
+ ],
4420
+ "name": "utilizationRate",
4421
+ "outputs": [
4422
+ {
4423
+ "internalType": "uint256",
4424
+ "name": "",
4425
+ "type": "uint256"
4426
+ }
4427
+ ],
4428
+ "stateMutability": "pure",
4429
+ "type": "function"
4430
+ }
4431
+ ]
4432
+ },
4433
+ "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": {
4434
+ "address": "0x6Ba592934fD60d7A180d65cdb1C9BF561FeAD3D4",
4435
+ "abi": [
4436
+ {
4437
+ "inputs": [
4438
+ {
4439
+ "internalType": "uint256",
4440
+ "name": "baseRatePerYear",
4441
+ "type": "uint256"
4442
+ },
4443
+ {
4444
+ "internalType": "uint256",
4445
+ "name": "multiplierPerYear",
4446
+ "type": "uint256"
4447
+ },
4448
+ {
4449
+ "internalType": "uint256",
4450
+ "name": "jumpMultiplierPerYear",
4451
+ "type": "uint256"
4452
+ },
4453
+ {
4454
+ "internalType": "uint256",
4455
+ "name": "kink_",
4456
+ "type": "uint256"
4457
+ },
4458
+ {
4459
+ "internalType": "contract IAccessControlManagerV8",
4460
+ "name": "accessControlManager_",
4461
+ "type": "address"
4462
+ }
4463
+ ],
4464
+ "stateMutability": "nonpayable",
4465
+ "type": "constructor"
4466
+ },
4467
+ {
4468
+ "inputs": [
4469
+ {
4470
+ "internalType": "address",
4471
+ "name": "sender",
4472
+ "type": "address"
4473
+ },
4474
+ {
4475
+ "internalType": "address",
4476
+ "name": "calledContract",
4477
+ "type": "address"
4478
+ },
4479
+ {
4480
+ "internalType": "string",
4481
+ "name": "methodSignature",
4482
+ "type": "string"
4483
+ }
4484
+ ],
4485
+ "name": "Unauthorized",
4486
+ "type": "error"
4487
+ },
4488
+ {
4489
+ "anonymous": false,
4490
+ "inputs": [
4491
+ {
4492
+ "indexed": false,
4493
+ "internalType": "uint256",
4494
+ "name": "baseRatePerBlock",
4495
+ "type": "uint256"
4496
+ },
4497
+ {
4498
+ "indexed": false,
4499
+ "internalType": "uint256",
4500
+ "name": "multiplierPerBlock",
4501
+ "type": "uint256"
4502
+ },
4503
+ {
4504
+ "indexed": false,
4505
+ "internalType": "uint256",
4506
+ "name": "jumpMultiplierPerBlock",
4507
+ "type": "uint256"
4508
+ },
4509
+ {
4510
+ "indexed": false,
4511
+ "internalType": "uint256",
4512
+ "name": "kink",
4513
+ "type": "uint256"
4514
+ }
4515
+ ],
4516
+ "name": "NewInterestParams",
4517
+ "type": "event"
4518
+ },
4519
+ {
4520
+ "inputs": [],
4521
+ "name": "accessControlManager",
4522
+ "outputs": [
4523
+ {
4524
+ "internalType": "contract IAccessControlManagerV8",
4525
+ "name": "",
4526
+ "type": "address"
4527
+ }
4528
+ ],
4529
+ "stateMutability": "view",
4530
+ "type": "function"
4531
+ },
4532
+ {
4533
+ "inputs": [],
4534
+ "name": "baseRatePerBlock",
4535
+ "outputs": [
4536
+ {
4537
+ "internalType": "uint256",
4538
+ "name": "",
4539
+ "type": "uint256"
4540
+ }
4541
+ ],
4542
+ "stateMutability": "view",
4410
4543
  "type": "function"
4411
4544
  },
4412
4545
  {
@@ -4598,8 +4731,8 @@
4598
4731
  }
4599
4732
  ]
4600
4733
  },
4601
- "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
4602
- "address": "0xb7C5A751CCa00b11AF3CA4A35e9e992f0f9c9c9c",
4734
+ "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
4735
+ "address": "0x42D9AFb65d2C89fB8bFF6Fe88eFC55922Ec3bD44",
4603
4736
  "abi": [
4604
4737
  {
4605
4738
  "inputs": [
@@ -4899,8 +5032,8 @@
4899
5032
  }
4900
5033
  ]
4901
5034
  },
4902
- "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink5000bps": {
4903
- "address": "0x9d812A63A5e33f2fC54810f71466FeD862A5eF28",
5035
+ "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
5036
+ "address": "0xb7C5A751CCa00b11AF3CA4A35e9e992f0f9c9c9c",
4904
5037
  "abi": [
4905
5038
  {
4906
5039
  "inputs": [
@@ -5200,8 +5333,8 @@
5200
5333
  }
5201
5334
  ]
5202
5335
  },
5203
- "JumpRateModelV2_base200bps_slope500bps_jump25000bps_kink6000bps": {
5204
- "address": "0x870BF9ba9b371297F4637f0686468E9a60cF5F12",
5336
+ "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink5000bps": {
5337
+ "address": "0x9d812A63A5e33f2fC54810f71466FeD862A5eF28",
5205
5338
  "abi": [
5206
5339
  {
5207
5340
  "inputs": [
@@ -5501,8 +5634,8 @@
5501
5634
  }
5502
5635
  ]
5503
5636
  },
5504
- "JumpRateModelV2_base300bps_slope1000bps_jump25000bps_kink6000bps": {
5505
- "address": "0x94d2E7Afb4ACe29D50f12BdfD35858D888e5fEA1",
5637
+ "JumpRateModelV2_base200bps_slope500bps_jump25000bps_kink6000bps": {
5638
+ "address": "0x870BF9ba9b371297F4637f0686468E9a60cF5F12",
5506
5639
  "abi": [
5507
5640
  {
5508
5641
  "inputs": [
@@ -5802,8 +5935,8 @@
5802
5935
  }
5803
5936
  ]
5804
5937
  },
5805
- "JumpRateModelV2_base350bps_slope1000bps_jump30000bps_kink8000bps": {
5806
- "address": "0xC59C757D88c38F9d6B15FDae8D7026D694d1c4E5",
5938
+ "JumpRateModelV2_base300bps_slope1000bps_jump25000bps_kink6000bps": {
5939
+ "address": "0x94d2E7Afb4ACe29D50f12BdfD35858D888e5fEA1",
5807
5940
  "abi": [
5808
5941
  {
5809
5942
  "inputs": [
@@ -6103,94 +6236,108 @@
6103
6236
  }
6104
6237
  ]
6105
6238
  },
6106
- "MockALPACA": {
6107
- "address": "0x6923189d91fdF62dBAe623a55273F1d20306D9f2",
6239
+ "JumpRateModelV2_base350bps_slope1000bps_jump30000bps_kink8000bps": {
6240
+ "address": "0xC59C757D88c38F9d6B15FDae8D7026D694d1c4E5",
6108
6241
  "abi": [
6109
6242
  {
6110
6243
  "inputs": [
6111
6244
  {
6112
- "internalType": "string",
6113
- "name": "name_",
6114
- "type": "string"
6245
+ "internalType": "uint256",
6246
+ "name": "baseRatePerYear",
6247
+ "type": "uint256"
6115
6248
  },
6116
6249
  {
6117
- "internalType": "string",
6118
- "name": "symbol_",
6119
- "type": "string"
6250
+ "internalType": "uint256",
6251
+ "name": "multiplierPerYear",
6252
+ "type": "uint256"
6120
6253
  },
6121
6254
  {
6122
- "internalType": "uint8",
6123
- "name": "decimals_",
6124
- "type": "uint8"
6255
+ "internalType": "uint256",
6256
+ "name": "jumpMultiplierPerYear",
6257
+ "type": "uint256"
6258
+ },
6259
+ {
6260
+ "internalType": "uint256",
6261
+ "name": "kink_",
6262
+ "type": "uint256"
6263
+ },
6264
+ {
6265
+ "internalType": "contract IAccessControlManagerV8",
6266
+ "name": "accessControlManager_",
6267
+ "type": "address"
6125
6268
  }
6126
6269
  ],
6127
6270
  "stateMutability": "nonpayable",
6128
6271
  "type": "constructor"
6129
6272
  },
6130
6273
  {
6131
- "anonymous": false,
6132
6274
  "inputs": [
6133
6275
  {
6134
- "indexed": true,
6135
6276
  "internalType": "address",
6136
- "name": "owner",
6277
+ "name": "sender",
6137
6278
  "type": "address"
6138
6279
  },
6139
6280
  {
6140
- "indexed": true,
6141
6281
  "internalType": "address",
6142
- "name": "spender",
6282
+ "name": "calledContract",
6143
6283
  "type": "address"
6144
6284
  },
6145
6285
  {
6146
- "indexed": false,
6147
- "internalType": "uint256",
6148
- "name": "value",
6149
- "type": "uint256"
6286
+ "internalType": "string",
6287
+ "name": "methodSignature",
6288
+ "type": "string"
6150
6289
  }
6151
6290
  ],
6152
- "name": "Approval",
6153
- "type": "event"
6291
+ "name": "Unauthorized",
6292
+ "type": "error"
6154
6293
  },
6155
6294
  {
6156
6295
  "anonymous": false,
6157
6296
  "inputs": [
6158
6297
  {
6159
- "indexed": true,
6160
- "internalType": "address",
6161
- "name": "from",
6162
- "type": "address"
6298
+ "indexed": false,
6299
+ "internalType": "uint256",
6300
+ "name": "baseRatePerBlock",
6301
+ "type": "uint256"
6163
6302
  },
6164
6303
  {
6165
- "indexed": true,
6166
- "internalType": "address",
6167
- "name": "to",
6168
- "type": "address"
6304
+ "indexed": false,
6305
+ "internalType": "uint256",
6306
+ "name": "multiplierPerBlock",
6307
+ "type": "uint256"
6169
6308
  },
6170
6309
  {
6171
6310
  "indexed": false,
6172
6311
  "internalType": "uint256",
6173
- "name": "value",
6312
+ "name": "jumpMultiplierPerBlock",
6313
+ "type": "uint256"
6314
+ },
6315
+ {
6316
+ "indexed": false,
6317
+ "internalType": "uint256",
6318
+ "name": "kink",
6174
6319
  "type": "uint256"
6175
6320
  }
6176
6321
  ],
6177
- "name": "Transfer",
6322
+ "name": "NewInterestParams",
6178
6323
  "type": "event"
6179
6324
  },
6180
6325
  {
6181
- "inputs": [
6182
- {
6183
- "internalType": "address",
6184
- "name": "owner",
6185
- "type": "address"
6186
- },
6326
+ "inputs": [],
6327
+ "name": "accessControlManager",
6328
+ "outputs": [
6187
6329
  {
6188
- "internalType": "address",
6189
- "name": "spender",
6330
+ "internalType": "contract IAccessControlManagerV8",
6331
+ "name": "",
6190
6332
  "type": "address"
6191
6333
  }
6192
6334
  ],
6193
- "name": "allowance",
6335
+ "stateMutability": "view",
6336
+ "type": "function"
6337
+ },
6338
+ {
6339
+ "inputs": [],
6340
+ "name": "baseRatePerBlock",
6194
6341
  "outputs": [
6195
6342
  {
6196
6343
  "internalType": "uint256",
@@ -6204,54 +6351,32 @@
6204
6351
  {
6205
6352
  "inputs": [
6206
6353
  {
6207
- "internalType": "address",
6208
- "name": "spender",
6209
- "type": "address"
6354
+ "internalType": "uint256",
6355
+ "name": "cash",
6356
+ "type": "uint256"
6210
6357
  },
6211
6358
  {
6212
6359
  "internalType": "uint256",
6213
- "name": "amount",
6360
+ "name": "borrows",
6214
6361
  "type": "uint256"
6215
- }
6216
- ],
6217
- "name": "approve",
6218
- "outputs": [
6219
- {
6220
- "internalType": "bool",
6221
- "name": "",
6222
- "type": "bool"
6223
- }
6224
- ],
6225
- "stateMutability": "nonpayable",
6226
- "type": "function"
6227
- },
6228
- {
6229
- "inputs": [
6362
+ },
6230
6363
  {
6231
- "internalType": "address",
6232
- "name": "account",
6233
- "type": "address"
6234
- }
6235
- ],
6236
- "name": "balanceOf",
6237
- "outputs": [
6364
+ "internalType": "uint256",
6365
+ "name": "reserves",
6366
+ "type": "uint256"
6367
+ },
6238
6368
  {
6239
6369
  "internalType": "uint256",
6240
- "name": "",
6370
+ "name": "badDebt",
6241
6371
  "type": "uint256"
6242
6372
  }
6243
6373
  ],
6244
- "stateMutability": "view",
6245
- "type": "function"
6246
- },
6247
- {
6248
- "inputs": [],
6249
- "name": "decimals",
6374
+ "name": "getBorrowRate",
6250
6375
  "outputs": [
6251
6376
  {
6252
- "internalType": "uint8",
6377
+ "internalType": "uint256",
6253
6378
  "name": "",
6254
- "type": "uint8"
6379
+ "type": "uint256"
6255
6380
  }
6256
6381
  ],
6257
6382
  "stateMutability": "view",
@@ -6260,54 +6385,45 @@
6260
6385
  {
6261
6386
  "inputs": [
6262
6387
  {
6263
- "internalType": "address",
6264
- "name": "spender",
6265
- "type": "address"
6388
+ "internalType": "uint256",
6389
+ "name": "cash",
6390
+ "type": "uint256"
6266
6391
  },
6267
6392
  {
6268
6393
  "internalType": "uint256",
6269
- "name": "subtractedValue",
6394
+ "name": "borrows",
6270
6395
  "type": "uint256"
6271
- }
6272
- ],
6273
- "name": "decreaseAllowance",
6274
- "outputs": [
6396
+ },
6275
6397
  {
6276
- "internalType": "bool",
6277
- "name": "",
6278
- "type": "bool"
6279
- }
6280
- ],
6281
- "stateMutability": "nonpayable",
6282
- "type": "function"
6283
- },
6284
- {
6285
- "inputs": [
6398
+ "internalType": "uint256",
6399
+ "name": "reserves",
6400
+ "type": "uint256"
6401
+ },
6286
6402
  {
6287
6403
  "internalType": "uint256",
6288
- "name": "amount",
6404
+ "name": "reserveFactorMantissa",
6405
+ "type": "uint256"
6406
+ },
6407
+ {
6408
+ "internalType": "uint256",
6409
+ "name": "badDebt",
6289
6410
  "type": "uint256"
6290
6411
  }
6291
6412
  ],
6292
- "name": "faucet",
6293
- "outputs": [],
6294
- "stateMutability": "nonpayable",
6295
- "type": "function"
6296
- },
6297
- {
6298
- "inputs": [
6299
- {
6300
- "internalType": "address",
6301
- "name": "spender",
6302
- "type": "address"
6303
- },
6413
+ "name": "getSupplyRate",
6414
+ "outputs": [
6304
6415
  {
6305
6416
  "internalType": "uint256",
6306
- "name": "addedValue",
6417
+ "name": "",
6307
6418
  "type": "uint256"
6308
6419
  }
6309
6420
  ],
6310
- "name": "increaseAllowance",
6421
+ "stateMutability": "view",
6422
+ "type": "function"
6423
+ },
6424
+ {
6425
+ "inputs": [],
6426
+ "name": "isInterestRateModel",
6311
6427
  "outputs": [
6312
6428
  {
6313
6429
  "internalType": "bool",
@@ -6315,17 +6431,17 @@
6315
6431
  "type": "bool"
6316
6432
  }
6317
6433
  ],
6318
- "stateMutability": "nonpayable",
6434
+ "stateMutability": "pure",
6319
6435
  "type": "function"
6320
6436
  },
6321
6437
  {
6322
6438
  "inputs": [],
6323
- "name": "name",
6439
+ "name": "jumpMultiplierPerBlock",
6324
6440
  "outputs": [
6325
6441
  {
6326
- "internalType": "string",
6442
+ "internalType": "uint256",
6327
6443
  "name": "",
6328
- "type": "string"
6444
+ "type": "uint256"
6329
6445
  }
6330
6446
  ],
6331
6447
  "stateMutability": "view",
@@ -6333,12 +6449,12 @@
6333
6449
  },
6334
6450
  {
6335
6451
  "inputs": [],
6336
- "name": "symbol",
6452
+ "name": "kink",
6337
6453
  "outputs": [
6338
6454
  {
6339
- "internalType": "string",
6455
+ "internalType": "uint256",
6340
6456
  "name": "",
6341
- "type": "string"
6457
+ "type": "uint256"
6342
6458
  }
6343
6459
  ],
6344
6460
  "stateMutability": "view",
@@ -6346,7 +6462,7 @@
6346
6462
  },
6347
6463
  {
6348
6464
  "inputs": [],
6349
- "name": "totalSupply",
6465
+ "name": "multiplierPerBlock",
6350
6466
  "outputs": [
6351
6467
  {
6352
6468
  "internalType": "uint256",
@@ -6360,60 +6476,378 @@
6360
6476
  {
6361
6477
  "inputs": [
6362
6478
  {
6363
- "internalType": "address",
6364
- "name": "to",
6365
- "type": "address"
6479
+ "internalType": "uint256",
6480
+ "name": "baseRatePerYear",
6481
+ "type": "uint256"
6366
6482
  },
6367
6483
  {
6368
6484
  "internalType": "uint256",
6369
- "name": "amount",
6485
+ "name": "multiplierPerYear",
6370
6486
  "type": "uint256"
6371
- }
6372
- ],
6373
- "name": "transfer",
6374
- "outputs": [
6487
+ },
6375
6488
  {
6376
- "internalType": "bool",
6377
- "name": "",
6378
- "type": "bool"
6489
+ "internalType": "uint256",
6490
+ "name": "jumpMultiplierPerYear",
6491
+ "type": "uint256"
6492
+ },
6493
+ {
6494
+ "internalType": "uint256",
6495
+ "name": "kink_",
6496
+ "type": "uint256"
6379
6497
  }
6380
6498
  ],
6499
+ "name": "updateJumpRateModel",
6500
+ "outputs": [],
6381
6501
  "stateMutability": "nonpayable",
6382
6502
  "type": "function"
6383
6503
  },
6384
6504
  {
6385
6505
  "inputs": [
6386
6506
  {
6387
- "internalType": "address",
6388
- "name": "from",
6389
- "type": "address"
6507
+ "internalType": "uint256",
6508
+ "name": "cash",
6509
+ "type": "uint256"
6390
6510
  },
6391
6511
  {
6392
- "internalType": "address",
6393
- "name": "to",
6394
- "type": "address"
6512
+ "internalType": "uint256",
6513
+ "name": "borrows",
6514
+ "type": "uint256"
6395
6515
  },
6396
6516
  {
6397
6517
  "internalType": "uint256",
6398
- "name": "amount",
6518
+ "name": "reserves",
6519
+ "type": "uint256"
6520
+ },
6521
+ {
6522
+ "internalType": "uint256",
6523
+ "name": "badDebt",
6399
6524
  "type": "uint256"
6400
6525
  }
6401
6526
  ],
6402
- "name": "transferFrom",
6527
+ "name": "utilizationRate",
6403
6528
  "outputs": [
6404
6529
  {
6405
- "internalType": "bool",
6530
+ "internalType": "uint256",
6406
6531
  "name": "",
6407
- "type": "bool"
6532
+ "type": "uint256"
6408
6533
  }
6409
6534
  ],
6410
- "stateMutability": "nonpayable",
6535
+ "stateMutability": "pure",
6411
6536
  "type": "function"
6412
6537
  }
6413
6538
  ]
6414
6539
  },
6415
- "MockANGLE": {
6416
- "address": "0xD1Bc731d188ACc3f52a6226B328a89056B0Ec71a",
6540
+ "MockALPACA": {
6541
+ "address": "0x6923189d91fdF62dBAe623a55273F1d20306D9f2",
6542
+ "abi": [
6543
+ {
6544
+ "inputs": [
6545
+ {
6546
+ "internalType": "string",
6547
+ "name": "name_",
6548
+ "type": "string"
6549
+ },
6550
+ {
6551
+ "internalType": "string",
6552
+ "name": "symbol_",
6553
+ "type": "string"
6554
+ },
6555
+ {
6556
+ "internalType": "uint8",
6557
+ "name": "decimals_",
6558
+ "type": "uint8"
6559
+ }
6560
+ ],
6561
+ "stateMutability": "nonpayable",
6562
+ "type": "constructor"
6563
+ },
6564
+ {
6565
+ "anonymous": false,
6566
+ "inputs": [
6567
+ {
6568
+ "indexed": true,
6569
+ "internalType": "address",
6570
+ "name": "owner",
6571
+ "type": "address"
6572
+ },
6573
+ {
6574
+ "indexed": true,
6575
+ "internalType": "address",
6576
+ "name": "spender",
6577
+ "type": "address"
6578
+ },
6579
+ {
6580
+ "indexed": false,
6581
+ "internalType": "uint256",
6582
+ "name": "value",
6583
+ "type": "uint256"
6584
+ }
6585
+ ],
6586
+ "name": "Approval",
6587
+ "type": "event"
6588
+ },
6589
+ {
6590
+ "anonymous": false,
6591
+ "inputs": [
6592
+ {
6593
+ "indexed": true,
6594
+ "internalType": "address",
6595
+ "name": "from",
6596
+ "type": "address"
6597
+ },
6598
+ {
6599
+ "indexed": true,
6600
+ "internalType": "address",
6601
+ "name": "to",
6602
+ "type": "address"
6603
+ },
6604
+ {
6605
+ "indexed": false,
6606
+ "internalType": "uint256",
6607
+ "name": "value",
6608
+ "type": "uint256"
6609
+ }
6610
+ ],
6611
+ "name": "Transfer",
6612
+ "type": "event"
6613
+ },
6614
+ {
6615
+ "inputs": [
6616
+ {
6617
+ "internalType": "address",
6618
+ "name": "owner",
6619
+ "type": "address"
6620
+ },
6621
+ {
6622
+ "internalType": "address",
6623
+ "name": "spender",
6624
+ "type": "address"
6625
+ }
6626
+ ],
6627
+ "name": "allowance",
6628
+ "outputs": [
6629
+ {
6630
+ "internalType": "uint256",
6631
+ "name": "",
6632
+ "type": "uint256"
6633
+ }
6634
+ ],
6635
+ "stateMutability": "view",
6636
+ "type": "function"
6637
+ },
6638
+ {
6639
+ "inputs": [
6640
+ {
6641
+ "internalType": "address",
6642
+ "name": "spender",
6643
+ "type": "address"
6644
+ },
6645
+ {
6646
+ "internalType": "uint256",
6647
+ "name": "amount",
6648
+ "type": "uint256"
6649
+ }
6650
+ ],
6651
+ "name": "approve",
6652
+ "outputs": [
6653
+ {
6654
+ "internalType": "bool",
6655
+ "name": "",
6656
+ "type": "bool"
6657
+ }
6658
+ ],
6659
+ "stateMutability": "nonpayable",
6660
+ "type": "function"
6661
+ },
6662
+ {
6663
+ "inputs": [
6664
+ {
6665
+ "internalType": "address",
6666
+ "name": "account",
6667
+ "type": "address"
6668
+ }
6669
+ ],
6670
+ "name": "balanceOf",
6671
+ "outputs": [
6672
+ {
6673
+ "internalType": "uint256",
6674
+ "name": "",
6675
+ "type": "uint256"
6676
+ }
6677
+ ],
6678
+ "stateMutability": "view",
6679
+ "type": "function"
6680
+ },
6681
+ {
6682
+ "inputs": [],
6683
+ "name": "decimals",
6684
+ "outputs": [
6685
+ {
6686
+ "internalType": "uint8",
6687
+ "name": "",
6688
+ "type": "uint8"
6689
+ }
6690
+ ],
6691
+ "stateMutability": "view",
6692
+ "type": "function"
6693
+ },
6694
+ {
6695
+ "inputs": [
6696
+ {
6697
+ "internalType": "address",
6698
+ "name": "spender",
6699
+ "type": "address"
6700
+ },
6701
+ {
6702
+ "internalType": "uint256",
6703
+ "name": "subtractedValue",
6704
+ "type": "uint256"
6705
+ }
6706
+ ],
6707
+ "name": "decreaseAllowance",
6708
+ "outputs": [
6709
+ {
6710
+ "internalType": "bool",
6711
+ "name": "",
6712
+ "type": "bool"
6713
+ }
6714
+ ],
6715
+ "stateMutability": "nonpayable",
6716
+ "type": "function"
6717
+ },
6718
+ {
6719
+ "inputs": [
6720
+ {
6721
+ "internalType": "uint256",
6722
+ "name": "amount",
6723
+ "type": "uint256"
6724
+ }
6725
+ ],
6726
+ "name": "faucet",
6727
+ "outputs": [],
6728
+ "stateMutability": "nonpayable",
6729
+ "type": "function"
6730
+ },
6731
+ {
6732
+ "inputs": [
6733
+ {
6734
+ "internalType": "address",
6735
+ "name": "spender",
6736
+ "type": "address"
6737
+ },
6738
+ {
6739
+ "internalType": "uint256",
6740
+ "name": "addedValue",
6741
+ "type": "uint256"
6742
+ }
6743
+ ],
6744
+ "name": "increaseAllowance",
6745
+ "outputs": [
6746
+ {
6747
+ "internalType": "bool",
6748
+ "name": "",
6749
+ "type": "bool"
6750
+ }
6751
+ ],
6752
+ "stateMutability": "nonpayable",
6753
+ "type": "function"
6754
+ },
6755
+ {
6756
+ "inputs": [],
6757
+ "name": "name",
6758
+ "outputs": [
6759
+ {
6760
+ "internalType": "string",
6761
+ "name": "",
6762
+ "type": "string"
6763
+ }
6764
+ ],
6765
+ "stateMutability": "view",
6766
+ "type": "function"
6767
+ },
6768
+ {
6769
+ "inputs": [],
6770
+ "name": "symbol",
6771
+ "outputs": [
6772
+ {
6773
+ "internalType": "string",
6774
+ "name": "",
6775
+ "type": "string"
6776
+ }
6777
+ ],
6778
+ "stateMutability": "view",
6779
+ "type": "function"
6780
+ },
6781
+ {
6782
+ "inputs": [],
6783
+ "name": "totalSupply",
6784
+ "outputs": [
6785
+ {
6786
+ "internalType": "uint256",
6787
+ "name": "",
6788
+ "type": "uint256"
6789
+ }
6790
+ ],
6791
+ "stateMutability": "view",
6792
+ "type": "function"
6793
+ },
6794
+ {
6795
+ "inputs": [
6796
+ {
6797
+ "internalType": "address",
6798
+ "name": "to",
6799
+ "type": "address"
6800
+ },
6801
+ {
6802
+ "internalType": "uint256",
6803
+ "name": "amount",
6804
+ "type": "uint256"
6805
+ }
6806
+ ],
6807
+ "name": "transfer",
6808
+ "outputs": [
6809
+ {
6810
+ "internalType": "bool",
6811
+ "name": "",
6812
+ "type": "bool"
6813
+ }
6814
+ ],
6815
+ "stateMutability": "nonpayable",
6816
+ "type": "function"
6817
+ },
6818
+ {
6819
+ "inputs": [
6820
+ {
6821
+ "internalType": "address",
6822
+ "name": "from",
6823
+ "type": "address"
6824
+ },
6825
+ {
6826
+ "internalType": "address",
6827
+ "name": "to",
6828
+ "type": "address"
6829
+ },
6830
+ {
6831
+ "internalType": "uint256",
6832
+ "name": "amount",
6833
+ "type": "uint256"
6834
+ }
6835
+ ],
6836
+ "name": "transferFrom",
6837
+ "outputs": [
6838
+ {
6839
+ "internalType": "bool",
6840
+ "name": "",
6841
+ "type": "bool"
6842
+ }
6843
+ ],
6844
+ "stateMutability": "nonpayable",
6845
+ "type": "function"
6846
+ }
6847
+ ]
6848
+ },
6849
+ "MockANGLE": {
6850
+ "address": "0xD1Bc731d188ACc3f52a6226B328a89056B0Ec71a",
6417
6851
  "abi": [
6418
6852
  {
6419
6853
  "inputs": [
@@ -10120,6 +10554,315 @@
10120
10554
  }
10121
10555
  ]
10122
10556
  },
10557
+ "MockPT-SolvBTC.BBN-27MAR2025": {
10558
+ "address": "0x964Ea3dC70Ee5b35Ea881cf8416B7a5F50E13f56",
10559
+ "abi": [
10560
+ {
10561
+ "inputs": [
10562
+ {
10563
+ "internalType": "string",
10564
+ "name": "name_",
10565
+ "type": "string"
10566
+ },
10567
+ {
10568
+ "internalType": "string",
10569
+ "name": "symbol_",
10570
+ "type": "string"
10571
+ },
10572
+ {
10573
+ "internalType": "uint8",
10574
+ "name": "decimals_",
10575
+ "type": "uint8"
10576
+ }
10577
+ ],
10578
+ "stateMutability": "nonpayable",
10579
+ "type": "constructor"
10580
+ },
10581
+ {
10582
+ "anonymous": false,
10583
+ "inputs": [
10584
+ {
10585
+ "indexed": true,
10586
+ "internalType": "address",
10587
+ "name": "owner",
10588
+ "type": "address"
10589
+ },
10590
+ {
10591
+ "indexed": true,
10592
+ "internalType": "address",
10593
+ "name": "spender",
10594
+ "type": "address"
10595
+ },
10596
+ {
10597
+ "indexed": false,
10598
+ "internalType": "uint256",
10599
+ "name": "value",
10600
+ "type": "uint256"
10601
+ }
10602
+ ],
10603
+ "name": "Approval",
10604
+ "type": "event"
10605
+ },
10606
+ {
10607
+ "anonymous": false,
10608
+ "inputs": [
10609
+ {
10610
+ "indexed": true,
10611
+ "internalType": "address",
10612
+ "name": "from",
10613
+ "type": "address"
10614
+ },
10615
+ {
10616
+ "indexed": true,
10617
+ "internalType": "address",
10618
+ "name": "to",
10619
+ "type": "address"
10620
+ },
10621
+ {
10622
+ "indexed": false,
10623
+ "internalType": "uint256",
10624
+ "name": "value",
10625
+ "type": "uint256"
10626
+ }
10627
+ ],
10628
+ "name": "Transfer",
10629
+ "type": "event"
10630
+ },
10631
+ {
10632
+ "inputs": [
10633
+ {
10634
+ "internalType": "address",
10635
+ "name": "owner",
10636
+ "type": "address"
10637
+ },
10638
+ {
10639
+ "internalType": "address",
10640
+ "name": "spender",
10641
+ "type": "address"
10642
+ }
10643
+ ],
10644
+ "name": "allowance",
10645
+ "outputs": [
10646
+ {
10647
+ "internalType": "uint256",
10648
+ "name": "",
10649
+ "type": "uint256"
10650
+ }
10651
+ ],
10652
+ "stateMutability": "view",
10653
+ "type": "function"
10654
+ },
10655
+ {
10656
+ "inputs": [
10657
+ {
10658
+ "internalType": "address",
10659
+ "name": "spender",
10660
+ "type": "address"
10661
+ },
10662
+ {
10663
+ "internalType": "uint256",
10664
+ "name": "amount",
10665
+ "type": "uint256"
10666
+ }
10667
+ ],
10668
+ "name": "approve",
10669
+ "outputs": [
10670
+ {
10671
+ "internalType": "bool",
10672
+ "name": "",
10673
+ "type": "bool"
10674
+ }
10675
+ ],
10676
+ "stateMutability": "nonpayable",
10677
+ "type": "function"
10678
+ },
10679
+ {
10680
+ "inputs": [
10681
+ {
10682
+ "internalType": "address",
10683
+ "name": "account",
10684
+ "type": "address"
10685
+ }
10686
+ ],
10687
+ "name": "balanceOf",
10688
+ "outputs": [
10689
+ {
10690
+ "internalType": "uint256",
10691
+ "name": "",
10692
+ "type": "uint256"
10693
+ }
10694
+ ],
10695
+ "stateMutability": "view",
10696
+ "type": "function"
10697
+ },
10698
+ {
10699
+ "inputs": [],
10700
+ "name": "decimals",
10701
+ "outputs": [
10702
+ {
10703
+ "internalType": "uint8",
10704
+ "name": "",
10705
+ "type": "uint8"
10706
+ }
10707
+ ],
10708
+ "stateMutability": "view",
10709
+ "type": "function"
10710
+ },
10711
+ {
10712
+ "inputs": [
10713
+ {
10714
+ "internalType": "address",
10715
+ "name": "spender",
10716
+ "type": "address"
10717
+ },
10718
+ {
10719
+ "internalType": "uint256",
10720
+ "name": "subtractedValue",
10721
+ "type": "uint256"
10722
+ }
10723
+ ],
10724
+ "name": "decreaseAllowance",
10725
+ "outputs": [
10726
+ {
10727
+ "internalType": "bool",
10728
+ "name": "",
10729
+ "type": "bool"
10730
+ }
10731
+ ],
10732
+ "stateMutability": "nonpayable",
10733
+ "type": "function"
10734
+ },
10735
+ {
10736
+ "inputs": [
10737
+ {
10738
+ "internalType": "uint256",
10739
+ "name": "amount",
10740
+ "type": "uint256"
10741
+ }
10742
+ ],
10743
+ "name": "faucet",
10744
+ "outputs": [],
10745
+ "stateMutability": "nonpayable",
10746
+ "type": "function"
10747
+ },
10748
+ {
10749
+ "inputs": [
10750
+ {
10751
+ "internalType": "address",
10752
+ "name": "spender",
10753
+ "type": "address"
10754
+ },
10755
+ {
10756
+ "internalType": "uint256",
10757
+ "name": "addedValue",
10758
+ "type": "uint256"
10759
+ }
10760
+ ],
10761
+ "name": "increaseAllowance",
10762
+ "outputs": [
10763
+ {
10764
+ "internalType": "bool",
10765
+ "name": "",
10766
+ "type": "bool"
10767
+ }
10768
+ ],
10769
+ "stateMutability": "nonpayable",
10770
+ "type": "function"
10771
+ },
10772
+ {
10773
+ "inputs": [],
10774
+ "name": "name",
10775
+ "outputs": [
10776
+ {
10777
+ "internalType": "string",
10778
+ "name": "",
10779
+ "type": "string"
10780
+ }
10781
+ ],
10782
+ "stateMutability": "view",
10783
+ "type": "function"
10784
+ },
10785
+ {
10786
+ "inputs": [],
10787
+ "name": "symbol",
10788
+ "outputs": [
10789
+ {
10790
+ "internalType": "string",
10791
+ "name": "",
10792
+ "type": "string"
10793
+ }
10794
+ ],
10795
+ "stateMutability": "view",
10796
+ "type": "function"
10797
+ },
10798
+ {
10799
+ "inputs": [],
10800
+ "name": "totalSupply",
10801
+ "outputs": [
10802
+ {
10803
+ "internalType": "uint256",
10804
+ "name": "",
10805
+ "type": "uint256"
10806
+ }
10807
+ ],
10808
+ "stateMutability": "view",
10809
+ "type": "function"
10810
+ },
10811
+ {
10812
+ "inputs": [
10813
+ {
10814
+ "internalType": "address",
10815
+ "name": "to",
10816
+ "type": "address"
10817
+ },
10818
+ {
10819
+ "internalType": "uint256",
10820
+ "name": "amount",
10821
+ "type": "uint256"
10822
+ }
10823
+ ],
10824
+ "name": "transfer",
10825
+ "outputs": [
10826
+ {
10827
+ "internalType": "bool",
10828
+ "name": "",
10829
+ "type": "bool"
10830
+ }
10831
+ ],
10832
+ "stateMutability": "nonpayable",
10833
+ "type": "function"
10834
+ },
10835
+ {
10836
+ "inputs": [
10837
+ {
10838
+ "internalType": "address",
10839
+ "name": "from",
10840
+ "type": "address"
10841
+ },
10842
+ {
10843
+ "internalType": "address",
10844
+ "name": "to",
10845
+ "type": "address"
10846
+ },
10847
+ {
10848
+ "internalType": "uint256",
10849
+ "name": "amount",
10850
+ "type": "uint256"
10851
+ }
10852
+ ],
10853
+ "name": "transferFrom",
10854
+ "outputs": [
10855
+ {
10856
+ "internalType": "bool",
10857
+ "name": "",
10858
+ "type": "bool"
10859
+ }
10860
+ ],
10861
+ "stateMutability": "nonpayable",
10862
+ "type": "function"
10863
+ }
10864
+ ]
10865
+ },
10123
10866
  "MockRACA": {
10124
10867
  "address": "0xD60cC803d888A3e743F21D0bdE4bF2cAfdEA1F26",
10125
10868
  "abi": [
@@ -11047,6 +11790,315 @@
11047
11790
  }
11048
11791
  ]
11049
11792
  },
11793
+ "MockSolvBTC.BBN": {
11794
+ "address": "0x8FD14481C1616d9AdA7195Be60f9d8d0994b9AE1",
11795
+ "abi": [
11796
+ {
11797
+ "inputs": [
11798
+ {
11799
+ "internalType": "string",
11800
+ "name": "name_",
11801
+ "type": "string"
11802
+ },
11803
+ {
11804
+ "internalType": "string",
11805
+ "name": "symbol_",
11806
+ "type": "string"
11807
+ },
11808
+ {
11809
+ "internalType": "uint8",
11810
+ "name": "decimals_",
11811
+ "type": "uint8"
11812
+ }
11813
+ ],
11814
+ "stateMutability": "nonpayable",
11815
+ "type": "constructor"
11816
+ },
11817
+ {
11818
+ "anonymous": false,
11819
+ "inputs": [
11820
+ {
11821
+ "indexed": true,
11822
+ "internalType": "address",
11823
+ "name": "owner",
11824
+ "type": "address"
11825
+ },
11826
+ {
11827
+ "indexed": true,
11828
+ "internalType": "address",
11829
+ "name": "spender",
11830
+ "type": "address"
11831
+ },
11832
+ {
11833
+ "indexed": false,
11834
+ "internalType": "uint256",
11835
+ "name": "value",
11836
+ "type": "uint256"
11837
+ }
11838
+ ],
11839
+ "name": "Approval",
11840
+ "type": "event"
11841
+ },
11842
+ {
11843
+ "anonymous": false,
11844
+ "inputs": [
11845
+ {
11846
+ "indexed": true,
11847
+ "internalType": "address",
11848
+ "name": "from",
11849
+ "type": "address"
11850
+ },
11851
+ {
11852
+ "indexed": true,
11853
+ "internalType": "address",
11854
+ "name": "to",
11855
+ "type": "address"
11856
+ },
11857
+ {
11858
+ "indexed": false,
11859
+ "internalType": "uint256",
11860
+ "name": "value",
11861
+ "type": "uint256"
11862
+ }
11863
+ ],
11864
+ "name": "Transfer",
11865
+ "type": "event"
11866
+ },
11867
+ {
11868
+ "inputs": [
11869
+ {
11870
+ "internalType": "address",
11871
+ "name": "owner",
11872
+ "type": "address"
11873
+ },
11874
+ {
11875
+ "internalType": "address",
11876
+ "name": "spender",
11877
+ "type": "address"
11878
+ }
11879
+ ],
11880
+ "name": "allowance",
11881
+ "outputs": [
11882
+ {
11883
+ "internalType": "uint256",
11884
+ "name": "",
11885
+ "type": "uint256"
11886
+ }
11887
+ ],
11888
+ "stateMutability": "view",
11889
+ "type": "function"
11890
+ },
11891
+ {
11892
+ "inputs": [
11893
+ {
11894
+ "internalType": "address",
11895
+ "name": "spender",
11896
+ "type": "address"
11897
+ },
11898
+ {
11899
+ "internalType": "uint256",
11900
+ "name": "amount",
11901
+ "type": "uint256"
11902
+ }
11903
+ ],
11904
+ "name": "approve",
11905
+ "outputs": [
11906
+ {
11907
+ "internalType": "bool",
11908
+ "name": "",
11909
+ "type": "bool"
11910
+ }
11911
+ ],
11912
+ "stateMutability": "nonpayable",
11913
+ "type": "function"
11914
+ },
11915
+ {
11916
+ "inputs": [
11917
+ {
11918
+ "internalType": "address",
11919
+ "name": "account",
11920
+ "type": "address"
11921
+ }
11922
+ ],
11923
+ "name": "balanceOf",
11924
+ "outputs": [
11925
+ {
11926
+ "internalType": "uint256",
11927
+ "name": "",
11928
+ "type": "uint256"
11929
+ }
11930
+ ],
11931
+ "stateMutability": "view",
11932
+ "type": "function"
11933
+ },
11934
+ {
11935
+ "inputs": [],
11936
+ "name": "decimals",
11937
+ "outputs": [
11938
+ {
11939
+ "internalType": "uint8",
11940
+ "name": "",
11941
+ "type": "uint8"
11942
+ }
11943
+ ],
11944
+ "stateMutability": "view",
11945
+ "type": "function"
11946
+ },
11947
+ {
11948
+ "inputs": [
11949
+ {
11950
+ "internalType": "address",
11951
+ "name": "spender",
11952
+ "type": "address"
11953
+ },
11954
+ {
11955
+ "internalType": "uint256",
11956
+ "name": "subtractedValue",
11957
+ "type": "uint256"
11958
+ }
11959
+ ],
11960
+ "name": "decreaseAllowance",
11961
+ "outputs": [
11962
+ {
11963
+ "internalType": "bool",
11964
+ "name": "",
11965
+ "type": "bool"
11966
+ }
11967
+ ],
11968
+ "stateMutability": "nonpayable",
11969
+ "type": "function"
11970
+ },
11971
+ {
11972
+ "inputs": [
11973
+ {
11974
+ "internalType": "uint256",
11975
+ "name": "amount",
11976
+ "type": "uint256"
11977
+ }
11978
+ ],
11979
+ "name": "faucet",
11980
+ "outputs": [],
11981
+ "stateMutability": "nonpayable",
11982
+ "type": "function"
11983
+ },
11984
+ {
11985
+ "inputs": [
11986
+ {
11987
+ "internalType": "address",
11988
+ "name": "spender",
11989
+ "type": "address"
11990
+ },
11991
+ {
11992
+ "internalType": "uint256",
11993
+ "name": "addedValue",
11994
+ "type": "uint256"
11995
+ }
11996
+ ],
11997
+ "name": "increaseAllowance",
11998
+ "outputs": [
11999
+ {
12000
+ "internalType": "bool",
12001
+ "name": "",
12002
+ "type": "bool"
12003
+ }
12004
+ ],
12005
+ "stateMutability": "nonpayable",
12006
+ "type": "function"
12007
+ },
12008
+ {
12009
+ "inputs": [],
12010
+ "name": "name",
12011
+ "outputs": [
12012
+ {
12013
+ "internalType": "string",
12014
+ "name": "",
12015
+ "type": "string"
12016
+ }
12017
+ ],
12018
+ "stateMutability": "view",
12019
+ "type": "function"
12020
+ },
12021
+ {
12022
+ "inputs": [],
12023
+ "name": "symbol",
12024
+ "outputs": [
12025
+ {
12026
+ "internalType": "string",
12027
+ "name": "",
12028
+ "type": "string"
12029
+ }
12030
+ ],
12031
+ "stateMutability": "view",
12032
+ "type": "function"
12033
+ },
12034
+ {
12035
+ "inputs": [],
12036
+ "name": "totalSupply",
12037
+ "outputs": [
12038
+ {
12039
+ "internalType": "uint256",
12040
+ "name": "",
12041
+ "type": "uint256"
12042
+ }
12043
+ ],
12044
+ "stateMutability": "view",
12045
+ "type": "function"
12046
+ },
12047
+ {
12048
+ "inputs": [
12049
+ {
12050
+ "internalType": "address",
12051
+ "name": "to",
12052
+ "type": "address"
12053
+ },
12054
+ {
12055
+ "internalType": "uint256",
12056
+ "name": "amount",
12057
+ "type": "uint256"
12058
+ }
12059
+ ],
12060
+ "name": "transfer",
12061
+ "outputs": [
12062
+ {
12063
+ "internalType": "bool",
12064
+ "name": "",
12065
+ "type": "bool"
12066
+ }
12067
+ ],
12068
+ "stateMutability": "nonpayable",
12069
+ "type": "function"
12070
+ },
12071
+ {
12072
+ "inputs": [
12073
+ {
12074
+ "internalType": "address",
12075
+ "name": "from",
12076
+ "type": "address"
12077
+ },
12078
+ {
12079
+ "internalType": "address",
12080
+ "name": "to",
12081
+ "type": "address"
12082
+ },
12083
+ {
12084
+ "internalType": "uint256",
12085
+ "name": "amount",
12086
+ "type": "uint256"
12087
+ }
12088
+ ],
12089
+ "name": "transferFrom",
12090
+ "outputs": [
12091
+ {
12092
+ "internalType": "bool",
12093
+ "name": "",
12094
+ "type": "bool"
12095
+ }
12096
+ ],
12097
+ "stateMutability": "nonpayable",
12098
+ "type": "function"
12099
+ }
12100
+ ]
12101
+ },
11050
12102
  "MockTHE": {
11051
12103
  "address": "0xB1cbD28Cb101c87b5F94a14A8EF081EA7F985593",
11052
12104
  "abi": [
@@ -45874,6 +46926,1706 @@
45874
46926
  }
45875
46927
  ]
45876
46928
  },
46929
+ "SwapRouter_BTC": {
46930
+ "address": "0x98C108285E389A5a12EdDa585b70b30C786AFb86",
46931
+ "abi": [
46932
+ {
46933
+ "inputs": [
46934
+ {
46935
+ "internalType": "address",
46936
+ "name": "WBNB_",
46937
+ "type": "address"
46938
+ },
46939
+ {
46940
+ "internalType": "address",
46941
+ "name": "factory_",
46942
+ "type": "address"
46943
+ },
46944
+ {
46945
+ "internalType": "address",
46946
+ "name": "_comptrollerAddress",
46947
+ "type": "address"
46948
+ },
46949
+ {
46950
+ "internalType": "address",
46951
+ "name": "_vBNBAddress",
46952
+ "type": "address"
46953
+ }
46954
+ ],
46955
+ "stateMutability": "nonpayable",
46956
+ "type": "constructor"
46957
+ },
46958
+ {
46959
+ "inputs": [
46960
+ {
46961
+ "internalType": "uint256",
46962
+ "name": "amount",
46963
+ "type": "uint256"
46964
+ },
46965
+ {
46966
+ "internalType": "uint256",
46967
+ "name": "amountMax",
46968
+ "type": "uint256"
46969
+ }
46970
+ ],
46971
+ "name": "ExcessiveInputAmount",
46972
+ "type": "error"
46973
+ },
46974
+ {
46975
+ "inputs": [],
46976
+ "name": "IdenticalAddresses",
46977
+ "type": "error"
46978
+ },
46979
+ {
46980
+ "inputs": [
46981
+ {
46982
+ "internalType": "uint256",
46983
+ "name": "amountIn",
46984
+ "type": "uint256"
46985
+ },
46986
+ {
46987
+ "internalType": "uint256",
46988
+ "name": "amountIntMax",
46989
+ "type": "uint256"
46990
+ }
46991
+ ],
46992
+ "name": "InputAmountAboveMaximum",
46993
+ "type": "error"
46994
+ },
46995
+ {
46996
+ "inputs": [
46997
+ {
46998
+ "internalType": "uint256",
46999
+ "name": "sweepAmount",
47000
+ "type": "uint256"
47001
+ },
47002
+ {
47003
+ "internalType": "uint256",
47004
+ "name": "balance",
47005
+ "type": "uint256"
47006
+ }
47007
+ ],
47008
+ "name": "InsufficientBalance",
47009
+ "type": "error"
47010
+ },
47011
+ {
47012
+ "inputs": [],
47013
+ "name": "InsufficientInputAmount",
47014
+ "type": "error"
47015
+ },
47016
+ {
47017
+ "inputs": [],
47018
+ "name": "InsufficientLiquidity",
47019
+ "type": "error"
47020
+ },
47021
+ {
47022
+ "inputs": [],
47023
+ "name": "InsufficientOutputAmount",
47024
+ "type": "error"
47025
+ },
47026
+ {
47027
+ "inputs": [],
47028
+ "name": "InvalidPath",
47029
+ "type": "error"
47030
+ },
47031
+ {
47032
+ "inputs": [
47033
+ {
47034
+ "internalType": "uint256",
47035
+ "name": "amountOut",
47036
+ "type": "uint256"
47037
+ },
47038
+ {
47039
+ "internalType": "uint256",
47040
+ "name": "amountOutMin",
47041
+ "type": "uint256"
47042
+ }
47043
+ ],
47044
+ "name": "OutputAmountBelowMinimum",
47045
+ "type": "error"
47046
+ },
47047
+ {
47048
+ "inputs": [],
47049
+ "name": "ReentrantCheck",
47050
+ "type": "error"
47051
+ },
47052
+ {
47053
+ "inputs": [
47054
+ {
47055
+ "internalType": "address",
47056
+ "name": "repayer",
47057
+ "type": "address"
47058
+ },
47059
+ {
47060
+ "internalType": "address",
47061
+ "name": "vToken",
47062
+ "type": "address"
47063
+ },
47064
+ {
47065
+ "internalType": "uint256",
47066
+ "name": "errorCode",
47067
+ "type": "uint256"
47068
+ }
47069
+ ],
47070
+ "name": "RepayError",
47071
+ "type": "error"
47072
+ },
47073
+ {
47074
+ "inputs": [],
47075
+ "name": "SafeApproveFailed",
47076
+ "type": "error"
47077
+ },
47078
+ {
47079
+ "inputs": [],
47080
+ "name": "SafeTransferBNBFailed",
47081
+ "type": "error"
47082
+ },
47083
+ {
47084
+ "inputs": [],
47085
+ "name": "SafeTransferFailed",
47086
+ "type": "error"
47087
+ },
47088
+ {
47089
+ "inputs": [],
47090
+ "name": "SafeTransferFromFailed",
47091
+ "type": "error"
47092
+ },
47093
+ {
47094
+ "inputs": [
47095
+ {
47096
+ "internalType": "address",
47097
+ "name": "supplier",
47098
+ "type": "address"
47099
+ },
47100
+ {
47101
+ "internalType": "address",
47102
+ "name": "vToken",
47103
+ "type": "address"
47104
+ },
47105
+ {
47106
+ "internalType": "uint256",
47107
+ "name": "errorCode",
47108
+ "type": "uint256"
47109
+ }
47110
+ ],
47111
+ "name": "SupplyError",
47112
+ "type": "error"
47113
+ },
47114
+ {
47115
+ "inputs": [
47116
+ {
47117
+ "internalType": "uint256",
47118
+ "name": "swapAmount",
47119
+ "type": "uint256"
47120
+ },
47121
+ {
47122
+ "internalType": "uint256",
47123
+ "name": "amountOutMin",
47124
+ "type": "uint256"
47125
+ }
47126
+ ],
47127
+ "name": "SwapAmountLessThanAmountOutMin",
47128
+ "type": "error"
47129
+ },
47130
+ {
47131
+ "inputs": [
47132
+ {
47133
+ "internalType": "uint256",
47134
+ "name": "deadline",
47135
+ "type": "uint256"
47136
+ },
47137
+ {
47138
+ "internalType": "uint256",
47139
+ "name": "timestemp",
47140
+ "type": "uint256"
47141
+ }
47142
+ ],
47143
+ "name": "SwapDeadlineExpire",
47144
+ "type": "error"
47145
+ },
47146
+ {
47147
+ "inputs": [
47148
+ {
47149
+ "internalType": "address",
47150
+ "name": "vToken",
47151
+ "type": "address"
47152
+ }
47153
+ ],
47154
+ "name": "VTokenNotListed",
47155
+ "type": "error"
47156
+ },
47157
+ {
47158
+ "inputs": [
47159
+ {
47160
+ "internalType": "address",
47161
+ "name": "underlying",
47162
+ "type": "address"
47163
+ }
47164
+ ],
47165
+ "name": "VTokenUnderlyingInvalid",
47166
+ "type": "error"
47167
+ },
47168
+ {
47169
+ "inputs": [
47170
+ {
47171
+ "internalType": "address",
47172
+ "name": "expectedAdddress",
47173
+ "type": "address"
47174
+ },
47175
+ {
47176
+ "internalType": "address",
47177
+ "name": "passedAddress",
47178
+ "type": "address"
47179
+ }
47180
+ ],
47181
+ "name": "WrongAddress",
47182
+ "type": "error"
47183
+ },
47184
+ {
47185
+ "inputs": [],
47186
+ "name": "ZeroAddress",
47187
+ "type": "error"
47188
+ },
47189
+ {
47190
+ "anonymous": false,
47191
+ "inputs": [
47192
+ {
47193
+ "indexed": true,
47194
+ "internalType": "address",
47195
+ "name": "previousOwner",
47196
+ "type": "address"
47197
+ },
47198
+ {
47199
+ "indexed": true,
47200
+ "internalType": "address",
47201
+ "name": "newOwner",
47202
+ "type": "address"
47203
+ }
47204
+ ],
47205
+ "name": "OwnershipTransferStarted",
47206
+ "type": "event"
47207
+ },
47208
+ {
47209
+ "anonymous": false,
47210
+ "inputs": [
47211
+ {
47212
+ "indexed": true,
47213
+ "internalType": "address",
47214
+ "name": "previousOwner",
47215
+ "type": "address"
47216
+ },
47217
+ {
47218
+ "indexed": true,
47219
+ "internalType": "address",
47220
+ "name": "newOwner",
47221
+ "type": "address"
47222
+ }
47223
+ ],
47224
+ "name": "OwnershipTransferred",
47225
+ "type": "event"
47226
+ },
47227
+ {
47228
+ "anonymous": false,
47229
+ "inputs": [
47230
+ {
47231
+ "indexed": true,
47232
+ "internalType": "address",
47233
+ "name": "swapper",
47234
+ "type": "address"
47235
+ },
47236
+ {
47237
+ "indexed": true,
47238
+ "internalType": "address[]",
47239
+ "name": "path",
47240
+ "type": "address[]"
47241
+ },
47242
+ {
47243
+ "indexed": true,
47244
+ "internalType": "uint256[]",
47245
+ "name": "amounts",
47246
+ "type": "uint256[]"
47247
+ }
47248
+ ],
47249
+ "name": "SwapBnbForTokens",
47250
+ "type": "event"
47251
+ },
47252
+ {
47253
+ "anonymous": false,
47254
+ "inputs": [
47255
+ {
47256
+ "indexed": true,
47257
+ "internalType": "address",
47258
+ "name": "swapper",
47259
+ "type": "address"
47260
+ },
47261
+ {
47262
+ "indexed": true,
47263
+ "internalType": "address[]",
47264
+ "name": "path",
47265
+ "type": "address[]"
47266
+ }
47267
+ ],
47268
+ "name": "SwapBnbForTokensAtSupportingFee",
47269
+ "type": "event"
47270
+ },
47271
+ {
47272
+ "anonymous": false,
47273
+ "inputs": [
47274
+ {
47275
+ "indexed": true,
47276
+ "internalType": "address",
47277
+ "name": "swapper",
47278
+ "type": "address"
47279
+ },
47280
+ {
47281
+ "indexed": true,
47282
+ "internalType": "address[]",
47283
+ "name": "path",
47284
+ "type": "address[]"
47285
+ },
47286
+ {
47287
+ "indexed": true,
47288
+ "internalType": "uint256[]",
47289
+ "name": "amounts",
47290
+ "type": "uint256[]"
47291
+ }
47292
+ ],
47293
+ "name": "SwapTokensForBnb",
47294
+ "type": "event"
47295
+ },
47296
+ {
47297
+ "anonymous": false,
47298
+ "inputs": [
47299
+ {
47300
+ "indexed": true,
47301
+ "internalType": "address",
47302
+ "name": "swapper",
47303
+ "type": "address"
47304
+ },
47305
+ {
47306
+ "indexed": true,
47307
+ "internalType": "address[]",
47308
+ "name": "path",
47309
+ "type": "address[]"
47310
+ }
47311
+ ],
47312
+ "name": "SwapTokensForBnbAtSupportingFee",
47313
+ "type": "event"
47314
+ },
47315
+ {
47316
+ "anonymous": false,
47317
+ "inputs": [
47318
+ {
47319
+ "indexed": true,
47320
+ "internalType": "address",
47321
+ "name": "swapper",
47322
+ "type": "address"
47323
+ },
47324
+ {
47325
+ "indexed": true,
47326
+ "internalType": "address[]",
47327
+ "name": "path",
47328
+ "type": "address[]"
47329
+ },
47330
+ {
47331
+ "indexed": true,
47332
+ "internalType": "uint256[]",
47333
+ "name": "amounts",
47334
+ "type": "uint256[]"
47335
+ }
47336
+ ],
47337
+ "name": "SwapTokensForTokens",
47338
+ "type": "event"
47339
+ },
47340
+ {
47341
+ "anonymous": false,
47342
+ "inputs": [
47343
+ {
47344
+ "indexed": true,
47345
+ "internalType": "address",
47346
+ "name": "swapper",
47347
+ "type": "address"
47348
+ },
47349
+ {
47350
+ "indexed": true,
47351
+ "internalType": "address[]",
47352
+ "name": "path",
47353
+ "type": "address[]"
47354
+ }
47355
+ ],
47356
+ "name": "SwapTokensForTokensAtSupportingFee",
47357
+ "type": "event"
47358
+ },
47359
+ {
47360
+ "anonymous": false,
47361
+ "inputs": [
47362
+ {
47363
+ "indexed": true,
47364
+ "internalType": "address",
47365
+ "name": "token",
47366
+ "type": "address"
47367
+ },
47368
+ {
47369
+ "indexed": true,
47370
+ "internalType": "address",
47371
+ "name": "to",
47372
+ "type": "address"
47373
+ },
47374
+ {
47375
+ "indexed": false,
47376
+ "internalType": "uint256",
47377
+ "name": "sweepAmount",
47378
+ "type": "uint256"
47379
+ }
47380
+ ],
47381
+ "name": "SweepToken",
47382
+ "type": "event"
47383
+ },
47384
+ {
47385
+ "anonymous": false,
47386
+ "inputs": [
47387
+ {
47388
+ "indexed": true,
47389
+ "internalType": "address",
47390
+ "name": "oldAddress",
47391
+ "type": "address"
47392
+ },
47393
+ {
47394
+ "indexed": true,
47395
+ "internalType": "address",
47396
+ "name": "newAddress",
47397
+ "type": "address"
47398
+ }
47399
+ ],
47400
+ "name": "VBNBAddressUpdated",
47401
+ "type": "event"
47402
+ },
47403
+ {
47404
+ "inputs": [],
47405
+ "name": "WBNB",
47406
+ "outputs": [
47407
+ {
47408
+ "internalType": "address",
47409
+ "name": "",
47410
+ "type": "address"
47411
+ }
47412
+ ],
47413
+ "stateMutability": "view",
47414
+ "type": "function"
47415
+ },
47416
+ {
47417
+ "inputs": [],
47418
+ "name": "acceptOwnership",
47419
+ "outputs": [],
47420
+ "stateMutability": "nonpayable",
47421
+ "type": "function"
47422
+ },
47423
+ {
47424
+ "inputs": [],
47425
+ "name": "comptrollerAddress",
47426
+ "outputs": [
47427
+ {
47428
+ "internalType": "address",
47429
+ "name": "",
47430
+ "type": "address"
47431
+ }
47432
+ ],
47433
+ "stateMutability": "view",
47434
+ "type": "function"
47435
+ },
47436
+ {
47437
+ "inputs": [],
47438
+ "name": "factory",
47439
+ "outputs": [
47440
+ {
47441
+ "internalType": "address",
47442
+ "name": "",
47443
+ "type": "address"
47444
+ }
47445
+ ],
47446
+ "stateMutability": "view",
47447
+ "type": "function"
47448
+ },
47449
+ {
47450
+ "inputs": [
47451
+ {
47452
+ "internalType": "uint256",
47453
+ "name": "amountOut",
47454
+ "type": "uint256"
47455
+ },
47456
+ {
47457
+ "internalType": "uint256",
47458
+ "name": "reserveIn",
47459
+ "type": "uint256"
47460
+ },
47461
+ {
47462
+ "internalType": "uint256",
47463
+ "name": "reserveOut",
47464
+ "type": "uint256"
47465
+ }
47466
+ ],
47467
+ "name": "getAmountIn",
47468
+ "outputs": [
47469
+ {
47470
+ "internalType": "uint256",
47471
+ "name": "amountIn",
47472
+ "type": "uint256"
47473
+ }
47474
+ ],
47475
+ "stateMutability": "pure",
47476
+ "type": "function"
47477
+ },
47478
+ {
47479
+ "inputs": [
47480
+ {
47481
+ "internalType": "uint256",
47482
+ "name": "amountIn",
47483
+ "type": "uint256"
47484
+ },
47485
+ {
47486
+ "internalType": "uint256",
47487
+ "name": "reserveIn",
47488
+ "type": "uint256"
47489
+ },
47490
+ {
47491
+ "internalType": "uint256",
47492
+ "name": "reserveOut",
47493
+ "type": "uint256"
47494
+ }
47495
+ ],
47496
+ "name": "getAmountOut",
47497
+ "outputs": [
47498
+ {
47499
+ "internalType": "uint256",
47500
+ "name": "amountOut",
47501
+ "type": "uint256"
47502
+ }
47503
+ ],
47504
+ "stateMutability": "pure",
47505
+ "type": "function"
47506
+ },
47507
+ {
47508
+ "inputs": [
47509
+ {
47510
+ "internalType": "uint256",
47511
+ "name": "amountOut",
47512
+ "type": "uint256"
47513
+ },
47514
+ {
47515
+ "internalType": "address[]",
47516
+ "name": "path",
47517
+ "type": "address[]"
47518
+ }
47519
+ ],
47520
+ "name": "getAmountsIn",
47521
+ "outputs": [
47522
+ {
47523
+ "internalType": "uint256[]",
47524
+ "name": "amounts",
47525
+ "type": "uint256[]"
47526
+ }
47527
+ ],
47528
+ "stateMutability": "view",
47529
+ "type": "function"
47530
+ },
47531
+ {
47532
+ "inputs": [
47533
+ {
47534
+ "internalType": "uint256",
47535
+ "name": "amountIn",
47536
+ "type": "uint256"
47537
+ },
47538
+ {
47539
+ "internalType": "address[]",
47540
+ "name": "path",
47541
+ "type": "address[]"
47542
+ }
47543
+ ],
47544
+ "name": "getAmountsOut",
47545
+ "outputs": [
47546
+ {
47547
+ "internalType": "uint256[]",
47548
+ "name": "amounts",
47549
+ "type": "uint256[]"
47550
+ }
47551
+ ],
47552
+ "stateMutability": "view",
47553
+ "type": "function"
47554
+ },
47555
+ {
47556
+ "inputs": [],
47557
+ "name": "owner",
47558
+ "outputs": [
47559
+ {
47560
+ "internalType": "address",
47561
+ "name": "",
47562
+ "type": "address"
47563
+ }
47564
+ ],
47565
+ "stateMutability": "view",
47566
+ "type": "function"
47567
+ },
47568
+ {
47569
+ "inputs": [],
47570
+ "name": "pendingOwner",
47571
+ "outputs": [
47572
+ {
47573
+ "internalType": "address",
47574
+ "name": "",
47575
+ "type": "address"
47576
+ }
47577
+ ],
47578
+ "stateMutability": "view",
47579
+ "type": "function"
47580
+ },
47581
+ {
47582
+ "inputs": [
47583
+ {
47584
+ "internalType": "uint256",
47585
+ "name": "amountA",
47586
+ "type": "uint256"
47587
+ },
47588
+ {
47589
+ "internalType": "uint256",
47590
+ "name": "reserveA",
47591
+ "type": "uint256"
47592
+ },
47593
+ {
47594
+ "internalType": "uint256",
47595
+ "name": "reserveB",
47596
+ "type": "uint256"
47597
+ }
47598
+ ],
47599
+ "name": "quote",
47600
+ "outputs": [
47601
+ {
47602
+ "internalType": "uint256",
47603
+ "name": "amountB",
47604
+ "type": "uint256"
47605
+ }
47606
+ ],
47607
+ "stateMutability": "pure",
47608
+ "type": "function"
47609
+ },
47610
+ {
47611
+ "inputs": [],
47612
+ "name": "renounceOwnership",
47613
+ "outputs": [],
47614
+ "stateMutability": "nonpayable",
47615
+ "type": "function"
47616
+ },
47617
+ {
47618
+ "inputs": [
47619
+ {
47620
+ "internalType": "address",
47621
+ "name": "_vBNBAddress",
47622
+ "type": "address"
47623
+ }
47624
+ ],
47625
+ "name": "setVBNBAddress",
47626
+ "outputs": [],
47627
+ "stateMutability": "nonpayable",
47628
+ "type": "function"
47629
+ },
47630
+ {
47631
+ "inputs": [
47632
+ {
47633
+ "internalType": "uint256",
47634
+ "name": "amountOut",
47635
+ "type": "uint256"
47636
+ },
47637
+ {
47638
+ "internalType": "address[]",
47639
+ "name": "path",
47640
+ "type": "address[]"
47641
+ },
47642
+ {
47643
+ "internalType": "address",
47644
+ "name": "to",
47645
+ "type": "address"
47646
+ },
47647
+ {
47648
+ "internalType": "uint256",
47649
+ "name": "deadline",
47650
+ "type": "uint256"
47651
+ }
47652
+ ],
47653
+ "name": "swapBNBForExactTokens",
47654
+ "outputs": [
47655
+ {
47656
+ "internalType": "uint256[]",
47657
+ "name": "amounts",
47658
+ "type": "uint256[]"
47659
+ }
47660
+ ],
47661
+ "stateMutability": "payable",
47662
+ "type": "function"
47663
+ },
47664
+ {
47665
+ "inputs": [
47666
+ {
47667
+ "internalType": "address",
47668
+ "name": "vTokenAddress",
47669
+ "type": "address"
47670
+ },
47671
+ {
47672
+ "internalType": "uint256",
47673
+ "name": "amountOut",
47674
+ "type": "uint256"
47675
+ },
47676
+ {
47677
+ "internalType": "address[]",
47678
+ "name": "path",
47679
+ "type": "address[]"
47680
+ },
47681
+ {
47682
+ "internalType": "uint256",
47683
+ "name": "deadline",
47684
+ "type": "uint256"
47685
+ }
47686
+ ],
47687
+ "name": "swapBNBForExactTokensAndRepay",
47688
+ "outputs": [],
47689
+ "stateMutability": "payable",
47690
+ "type": "function"
47691
+ },
47692
+ {
47693
+ "inputs": [
47694
+ {
47695
+ "internalType": "address",
47696
+ "name": "vTokenAddress",
47697
+ "type": "address"
47698
+ },
47699
+ {
47700
+ "internalType": "uint256",
47701
+ "name": "amountOut",
47702
+ "type": "uint256"
47703
+ },
47704
+ {
47705
+ "internalType": "address[]",
47706
+ "name": "path",
47707
+ "type": "address[]"
47708
+ },
47709
+ {
47710
+ "internalType": "uint256",
47711
+ "name": "deadline",
47712
+ "type": "uint256"
47713
+ }
47714
+ ],
47715
+ "name": "swapBNBForExactTokensAndSupply",
47716
+ "outputs": [],
47717
+ "stateMutability": "payable",
47718
+ "type": "function"
47719
+ },
47720
+ {
47721
+ "inputs": [
47722
+ {
47723
+ "internalType": "address",
47724
+ "name": "vTokenAddress",
47725
+ "type": "address"
47726
+ },
47727
+ {
47728
+ "internalType": "address[]",
47729
+ "name": "path",
47730
+ "type": "address[]"
47731
+ },
47732
+ {
47733
+ "internalType": "uint256",
47734
+ "name": "deadline",
47735
+ "type": "uint256"
47736
+ }
47737
+ ],
47738
+ "name": "swapBNBForFullTokenDebtAndRepay",
47739
+ "outputs": [],
47740
+ "stateMutability": "payable",
47741
+ "type": "function"
47742
+ },
47743
+ {
47744
+ "inputs": [
47745
+ {
47746
+ "internalType": "uint256",
47747
+ "name": "amountOutMin",
47748
+ "type": "uint256"
47749
+ },
47750
+ {
47751
+ "internalType": "address[]",
47752
+ "name": "path",
47753
+ "type": "address[]"
47754
+ },
47755
+ {
47756
+ "internalType": "address",
47757
+ "name": "to",
47758
+ "type": "address"
47759
+ },
47760
+ {
47761
+ "internalType": "uint256",
47762
+ "name": "deadline",
47763
+ "type": "uint256"
47764
+ }
47765
+ ],
47766
+ "name": "swapExactBNBForTokens",
47767
+ "outputs": [
47768
+ {
47769
+ "internalType": "uint256[]",
47770
+ "name": "amounts",
47771
+ "type": "uint256[]"
47772
+ }
47773
+ ],
47774
+ "stateMutability": "payable",
47775
+ "type": "function"
47776
+ },
47777
+ {
47778
+ "inputs": [
47779
+ {
47780
+ "internalType": "address",
47781
+ "name": "vTokenAddress",
47782
+ "type": "address"
47783
+ },
47784
+ {
47785
+ "internalType": "uint256",
47786
+ "name": "amountOutMin",
47787
+ "type": "uint256"
47788
+ },
47789
+ {
47790
+ "internalType": "address[]",
47791
+ "name": "path",
47792
+ "type": "address[]"
47793
+ },
47794
+ {
47795
+ "internalType": "uint256",
47796
+ "name": "deadline",
47797
+ "type": "uint256"
47798
+ }
47799
+ ],
47800
+ "name": "swapExactBNBForTokensAndRepay",
47801
+ "outputs": [],
47802
+ "stateMutability": "payable",
47803
+ "type": "function"
47804
+ },
47805
+ {
47806
+ "inputs": [
47807
+ {
47808
+ "internalType": "address",
47809
+ "name": "vTokenAddress",
47810
+ "type": "address"
47811
+ },
47812
+ {
47813
+ "internalType": "uint256",
47814
+ "name": "amountOutMin",
47815
+ "type": "uint256"
47816
+ },
47817
+ {
47818
+ "internalType": "address[]",
47819
+ "name": "path",
47820
+ "type": "address[]"
47821
+ },
47822
+ {
47823
+ "internalType": "uint256",
47824
+ "name": "deadline",
47825
+ "type": "uint256"
47826
+ }
47827
+ ],
47828
+ "name": "swapExactBNBForTokensAndRepayAtSupportingFee",
47829
+ "outputs": [],
47830
+ "stateMutability": "payable",
47831
+ "type": "function"
47832
+ },
47833
+ {
47834
+ "inputs": [
47835
+ {
47836
+ "internalType": "address",
47837
+ "name": "vTokenAddress",
47838
+ "type": "address"
47839
+ },
47840
+ {
47841
+ "internalType": "uint256",
47842
+ "name": "amountOutMin",
47843
+ "type": "uint256"
47844
+ },
47845
+ {
47846
+ "internalType": "address[]",
47847
+ "name": "path",
47848
+ "type": "address[]"
47849
+ },
47850
+ {
47851
+ "internalType": "uint256",
47852
+ "name": "deadline",
47853
+ "type": "uint256"
47854
+ }
47855
+ ],
47856
+ "name": "swapExactBNBForTokensAndSupply",
47857
+ "outputs": [],
47858
+ "stateMutability": "payable",
47859
+ "type": "function"
47860
+ },
47861
+ {
47862
+ "inputs": [
47863
+ {
47864
+ "internalType": "address",
47865
+ "name": "vTokenAddress",
47866
+ "type": "address"
47867
+ },
47868
+ {
47869
+ "internalType": "uint256",
47870
+ "name": "amountOutMin",
47871
+ "type": "uint256"
47872
+ },
47873
+ {
47874
+ "internalType": "address[]",
47875
+ "name": "path",
47876
+ "type": "address[]"
47877
+ },
47878
+ {
47879
+ "internalType": "uint256",
47880
+ "name": "deadline",
47881
+ "type": "uint256"
47882
+ }
47883
+ ],
47884
+ "name": "swapExactBNBForTokensAndSupplyAtSupportingFee",
47885
+ "outputs": [],
47886
+ "stateMutability": "payable",
47887
+ "type": "function"
47888
+ },
47889
+ {
47890
+ "inputs": [
47891
+ {
47892
+ "internalType": "uint256",
47893
+ "name": "amountOutMin",
47894
+ "type": "uint256"
47895
+ },
47896
+ {
47897
+ "internalType": "address[]",
47898
+ "name": "path",
47899
+ "type": "address[]"
47900
+ },
47901
+ {
47902
+ "internalType": "address",
47903
+ "name": "to",
47904
+ "type": "address"
47905
+ },
47906
+ {
47907
+ "internalType": "uint256",
47908
+ "name": "deadline",
47909
+ "type": "uint256"
47910
+ }
47911
+ ],
47912
+ "name": "swapExactBNBForTokensAtSupportingFee",
47913
+ "outputs": [
47914
+ {
47915
+ "internalType": "uint256",
47916
+ "name": "swapAmount",
47917
+ "type": "uint256"
47918
+ }
47919
+ ],
47920
+ "stateMutability": "payable",
47921
+ "type": "function"
47922
+ },
47923
+ {
47924
+ "inputs": [
47925
+ {
47926
+ "internalType": "uint256",
47927
+ "name": "amountIn",
47928
+ "type": "uint256"
47929
+ },
47930
+ {
47931
+ "internalType": "uint256",
47932
+ "name": "amountOutMin",
47933
+ "type": "uint256"
47934
+ },
47935
+ {
47936
+ "internalType": "address[]",
47937
+ "name": "path",
47938
+ "type": "address[]"
47939
+ },
47940
+ {
47941
+ "internalType": "address",
47942
+ "name": "to",
47943
+ "type": "address"
47944
+ },
47945
+ {
47946
+ "internalType": "uint256",
47947
+ "name": "deadline",
47948
+ "type": "uint256"
47949
+ }
47950
+ ],
47951
+ "name": "swapExactTokensForBNB",
47952
+ "outputs": [
47953
+ {
47954
+ "internalType": "uint256[]",
47955
+ "name": "amounts",
47956
+ "type": "uint256[]"
47957
+ }
47958
+ ],
47959
+ "stateMutability": "nonpayable",
47960
+ "type": "function"
47961
+ },
47962
+ {
47963
+ "inputs": [
47964
+ {
47965
+ "internalType": "uint256",
47966
+ "name": "amountIn",
47967
+ "type": "uint256"
47968
+ },
47969
+ {
47970
+ "internalType": "uint256",
47971
+ "name": "amountOutMin",
47972
+ "type": "uint256"
47973
+ },
47974
+ {
47975
+ "internalType": "address[]",
47976
+ "name": "path",
47977
+ "type": "address[]"
47978
+ },
47979
+ {
47980
+ "internalType": "uint256",
47981
+ "name": "deadline",
47982
+ "type": "uint256"
47983
+ }
47984
+ ],
47985
+ "name": "swapExactTokensForBNBAndRepay",
47986
+ "outputs": [],
47987
+ "stateMutability": "nonpayable",
47988
+ "type": "function"
47989
+ },
47990
+ {
47991
+ "inputs": [
47992
+ {
47993
+ "internalType": "uint256",
47994
+ "name": "amountIn",
47995
+ "type": "uint256"
47996
+ },
47997
+ {
47998
+ "internalType": "uint256",
47999
+ "name": "amountOutMin",
48000
+ "type": "uint256"
48001
+ },
48002
+ {
48003
+ "internalType": "address[]",
48004
+ "name": "path",
48005
+ "type": "address[]"
48006
+ },
48007
+ {
48008
+ "internalType": "uint256",
48009
+ "name": "deadline",
48010
+ "type": "uint256"
48011
+ }
48012
+ ],
48013
+ "name": "swapExactTokensForBNBAndRepayAtSupportingFee",
48014
+ "outputs": [],
48015
+ "stateMutability": "nonpayable",
48016
+ "type": "function"
48017
+ },
48018
+ {
48019
+ "inputs": [
48020
+ {
48021
+ "internalType": "uint256",
48022
+ "name": "amountIn",
48023
+ "type": "uint256"
48024
+ },
48025
+ {
48026
+ "internalType": "uint256",
48027
+ "name": "amountOutMin",
48028
+ "type": "uint256"
48029
+ },
48030
+ {
48031
+ "internalType": "address[]",
48032
+ "name": "path",
48033
+ "type": "address[]"
48034
+ },
48035
+ {
48036
+ "internalType": "uint256",
48037
+ "name": "deadline",
48038
+ "type": "uint256"
48039
+ }
48040
+ ],
48041
+ "name": "swapExactTokensForBNBAndSupply",
48042
+ "outputs": [],
48043
+ "stateMutability": "nonpayable",
48044
+ "type": "function"
48045
+ },
48046
+ {
48047
+ "inputs": [
48048
+ {
48049
+ "internalType": "uint256",
48050
+ "name": "amountIn",
48051
+ "type": "uint256"
48052
+ },
48053
+ {
48054
+ "internalType": "uint256",
48055
+ "name": "amountOutMin",
48056
+ "type": "uint256"
48057
+ },
48058
+ {
48059
+ "internalType": "address[]",
48060
+ "name": "path",
48061
+ "type": "address[]"
48062
+ },
48063
+ {
48064
+ "internalType": "uint256",
48065
+ "name": "deadline",
48066
+ "type": "uint256"
48067
+ }
48068
+ ],
48069
+ "name": "swapExactTokensForBNBAndSupplyAtSupportingFee",
48070
+ "outputs": [],
48071
+ "stateMutability": "nonpayable",
48072
+ "type": "function"
48073
+ },
48074
+ {
48075
+ "inputs": [
48076
+ {
48077
+ "internalType": "uint256",
48078
+ "name": "amountIn",
48079
+ "type": "uint256"
48080
+ },
48081
+ {
48082
+ "internalType": "uint256",
48083
+ "name": "amountOutMin",
48084
+ "type": "uint256"
48085
+ },
48086
+ {
48087
+ "internalType": "address[]",
48088
+ "name": "path",
48089
+ "type": "address[]"
48090
+ },
48091
+ {
48092
+ "internalType": "address",
48093
+ "name": "to",
48094
+ "type": "address"
48095
+ },
48096
+ {
48097
+ "internalType": "uint256",
48098
+ "name": "deadline",
48099
+ "type": "uint256"
48100
+ }
48101
+ ],
48102
+ "name": "swapExactTokensForBNBAtSupportingFee",
48103
+ "outputs": [
48104
+ {
48105
+ "internalType": "uint256",
48106
+ "name": "swapAmount",
48107
+ "type": "uint256"
48108
+ }
48109
+ ],
48110
+ "stateMutability": "nonpayable",
48111
+ "type": "function"
48112
+ },
48113
+ {
48114
+ "inputs": [
48115
+ {
48116
+ "internalType": "uint256",
48117
+ "name": "amountIn",
48118
+ "type": "uint256"
48119
+ },
48120
+ {
48121
+ "internalType": "uint256",
48122
+ "name": "amountOutMin",
48123
+ "type": "uint256"
48124
+ },
48125
+ {
48126
+ "internalType": "address[]",
48127
+ "name": "path",
48128
+ "type": "address[]"
48129
+ },
48130
+ {
48131
+ "internalType": "address",
48132
+ "name": "to",
48133
+ "type": "address"
48134
+ },
48135
+ {
48136
+ "internalType": "uint256",
48137
+ "name": "deadline",
48138
+ "type": "uint256"
48139
+ }
48140
+ ],
48141
+ "name": "swapExactTokensForTokens",
48142
+ "outputs": [
48143
+ {
48144
+ "internalType": "uint256[]",
48145
+ "name": "amounts",
48146
+ "type": "uint256[]"
48147
+ }
48148
+ ],
48149
+ "stateMutability": "nonpayable",
48150
+ "type": "function"
48151
+ },
48152
+ {
48153
+ "inputs": [
48154
+ {
48155
+ "internalType": "address",
48156
+ "name": "vTokenAddress",
48157
+ "type": "address"
48158
+ },
48159
+ {
48160
+ "internalType": "uint256",
48161
+ "name": "amountIn",
48162
+ "type": "uint256"
48163
+ },
48164
+ {
48165
+ "internalType": "uint256",
48166
+ "name": "amountOutMin",
48167
+ "type": "uint256"
48168
+ },
48169
+ {
48170
+ "internalType": "address[]",
48171
+ "name": "path",
48172
+ "type": "address[]"
48173
+ },
48174
+ {
48175
+ "internalType": "uint256",
48176
+ "name": "deadline",
48177
+ "type": "uint256"
48178
+ }
48179
+ ],
48180
+ "name": "swapExactTokensForTokensAndRepay",
48181
+ "outputs": [],
48182
+ "stateMutability": "nonpayable",
48183
+ "type": "function"
48184
+ },
48185
+ {
48186
+ "inputs": [
48187
+ {
48188
+ "internalType": "address",
48189
+ "name": "vTokenAddress",
48190
+ "type": "address"
48191
+ },
48192
+ {
48193
+ "internalType": "uint256",
48194
+ "name": "amountIn",
48195
+ "type": "uint256"
48196
+ },
48197
+ {
48198
+ "internalType": "uint256",
48199
+ "name": "amountOutMin",
48200
+ "type": "uint256"
48201
+ },
48202
+ {
48203
+ "internalType": "address[]",
48204
+ "name": "path",
48205
+ "type": "address[]"
48206
+ },
48207
+ {
48208
+ "internalType": "uint256",
48209
+ "name": "deadline",
48210
+ "type": "uint256"
48211
+ }
48212
+ ],
48213
+ "name": "swapExactTokensForTokensAndRepayAtSupportingFee",
48214
+ "outputs": [],
48215
+ "stateMutability": "nonpayable",
48216
+ "type": "function"
48217
+ },
48218
+ {
48219
+ "inputs": [
48220
+ {
48221
+ "internalType": "address",
48222
+ "name": "vTokenAddress",
48223
+ "type": "address"
48224
+ },
48225
+ {
48226
+ "internalType": "uint256",
48227
+ "name": "amountIn",
48228
+ "type": "uint256"
48229
+ },
48230
+ {
48231
+ "internalType": "uint256",
48232
+ "name": "amountOutMin",
48233
+ "type": "uint256"
48234
+ },
48235
+ {
48236
+ "internalType": "address[]",
48237
+ "name": "path",
48238
+ "type": "address[]"
48239
+ },
48240
+ {
48241
+ "internalType": "uint256",
48242
+ "name": "deadline",
48243
+ "type": "uint256"
48244
+ }
48245
+ ],
48246
+ "name": "swapExactTokensForTokensAndSupply",
48247
+ "outputs": [],
48248
+ "stateMutability": "nonpayable",
48249
+ "type": "function"
48250
+ },
48251
+ {
48252
+ "inputs": [
48253
+ {
48254
+ "internalType": "address",
48255
+ "name": "vTokenAddress",
48256
+ "type": "address"
48257
+ },
48258
+ {
48259
+ "internalType": "uint256",
48260
+ "name": "amountIn",
48261
+ "type": "uint256"
48262
+ },
48263
+ {
48264
+ "internalType": "uint256",
48265
+ "name": "amountOutMin",
48266
+ "type": "uint256"
48267
+ },
48268
+ {
48269
+ "internalType": "address[]",
48270
+ "name": "path",
48271
+ "type": "address[]"
48272
+ },
48273
+ {
48274
+ "internalType": "uint256",
48275
+ "name": "deadline",
48276
+ "type": "uint256"
48277
+ }
48278
+ ],
48279
+ "name": "swapExactTokensForTokensAndSupplyAtSupportingFee",
48280
+ "outputs": [],
48281
+ "stateMutability": "nonpayable",
48282
+ "type": "function"
48283
+ },
48284
+ {
48285
+ "inputs": [
48286
+ {
48287
+ "internalType": "uint256",
48288
+ "name": "amountIn",
48289
+ "type": "uint256"
48290
+ },
48291
+ {
48292
+ "internalType": "uint256",
48293
+ "name": "amountOutMin",
48294
+ "type": "uint256"
48295
+ },
48296
+ {
48297
+ "internalType": "address[]",
48298
+ "name": "path",
48299
+ "type": "address[]"
48300
+ },
48301
+ {
48302
+ "internalType": "address",
48303
+ "name": "to",
48304
+ "type": "address"
48305
+ },
48306
+ {
48307
+ "internalType": "uint256",
48308
+ "name": "deadline",
48309
+ "type": "uint256"
48310
+ }
48311
+ ],
48312
+ "name": "swapExactTokensForTokensAtSupportingFee",
48313
+ "outputs": [
48314
+ {
48315
+ "internalType": "uint256",
48316
+ "name": "swapAmount",
48317
+ "type": "uint256"
48318
+ }
48319
+ ],
48320
+ "stateMutability": "nonpayable",
48321
+ "type": "function"
48322
+ },
48323
+ {
48324
+ "inputs": [
48325
+ {
48326
+ "internalType": "uint256",
48327
+ "name": "amountOut",
48328
+ "type": "uint256"
48329
+ },
48330
+ {
48331
+ "internalType": "uint256",
48332
+ "name": "amountInMax",
48333
+ "type": "uint256"
48334
+ },
48335
+ {
48336
+ "internalType": "address[]",
48337
+ "name": "path",
48338
+ "type": "address[]"
48339
+ },
48340
+ {
48341
+ "internalType": "address",
48342
+ "name": "to",
48343
+ "type": "address"
48344
+ },
48345
+ {
48346
+ "internalType": "uint256",
48347
+ "name": "deadline",
48348
+ "type": "uint256"
48349
+ }
48350
+ ],
48351
+ "name": "swapTokensForExactBNB",
48352
+ "outputs": [
48353
+ {
48354
+ "internalType": "uint256[]",
48355
+ "name": "amounts",
48356
+ "type": "uint256[]"
48357
+ }
48358
+ ],
48359
+ "stateMutability": "nonpayable",
48360
+ "type": "function"
48361
+ },
48362
+ {
48363
+ "inputs": [
48364
+ {
48365
+ "internalType": "uint256",
48366
+ "name": "amountOut",
48367
+ "type": "uint256"
48368
+ },
48369
+ {
48370
+ "internalType": "uint256",
48371
+ "name": "amountInMax",
48372
+ "type": "uint256"
48373
+ },
48374
+ {
48375
+ "internalType": "address[]",
48376
+ "name": "path",
48377
+ "type": "address[]"
48378
+ },
48379
+ {
48380
+ "internalType": "uint256",
48381
+ "name": "deadline",
48382
+ "type": "uint256"
48383
+ }
48384
+ ],
48385
+ "name": "swapTokensForExactBNBAndRepay",
48386
+ "outputs": [],
48387
+ "stateMutability": "nonpayable",
48388
+ "type": "function"
48389
+ },
48390
+ {
48391
+ "inputs": [
48392
+ {
48393
+ "internalType": "uint256",
48394
+ "name": "amountOut",
48395
+ "type": "uint256"
48396
+ },
48397
+ {
48398
+ "internalType": "uint256",
48399
+ "name": "amountInMax",
48400
+ "type": "uint256"
48401
+ },
48402
+ {
48403
+ "internalType": "address[]",
48404
+ "name": "path",
48405
+ "type": "address[]"
48406
+ },
48407
+ {
48408
+ "internalType": "uint256",
48409
+ "name": "deadline",
48410
+ "type": "uint256"
48411
+ }
48412
+ ],
48413
+ "name": "swapTokensForExactBNBAndSupply",
48414
+ "outputs": [],
48415
+ "stateMutability": "nonpayable",
48416
+ "type": "function"
48417
+ },
48418
+ {
48419
+ "inputs": [
48420
+ {
48421
+ "internalType": "uint256",
48422
+ "name": "amountOut",
48423
+ "type": "uint256"
48424
+ },
48425
+ {
48426
+ "internalType": "uint256",
48427
+ "name": "amountInMax",
48428
+ "type": "uint256"
48429
+ },
48430
+ {
48431
+ "internalType": "address[]",
48432
+ "name": "path",
48433
+ "type": "address[]"
48434
+ },
48435
+ {
48436
+ "internalType": "address",
48437
+ "name": "to",
48438
+ "type": "address"
48439
+ },
48440
+ {
48441
+ "internalType": "uint256",
48442
+ "name": "deadline",
48443
+ "type": "uint256"
48444
+ }
48445
+ ],
48446
+ "name": "swapTokensForExactTokens",
48447
+ "outputs": [
48448
+ {
48449
+ "internalType": "uint256[]",
48450
+ "name": "amounts",
48451
+ "type": "uint256[]"
48452
+ }
48453
+ ],
48454
+ "stateMutability": "nonpayable",
48455
+ "type": "function"
48456
+ },
48457
+ {
48458
+ "inputs": [
48459
+ {
48460
+ "internalType": "address",
48461
+ "name": "vTokenAddress",
48462
+ "type": "address"
48463
+ },
48464
+ {
48465
+ "internalType": "uint256",
48466
+ "name": "amountOut",
48467
+ "type": "uint256"
48468
+ },
48469
+ {
48470
+ "internalType": "uint256",
48471
+ "name": "amountInMax",
48472
+ "type": "uint256"
48473
+ },
48474
+ {
48475
+ "internalType": "address[]",
48476
+ "name": "path",
48477
+ "type": "address[]"
48478
+ },
48479
+ {
48480
+ "internalType": "uint256",
48481
+ "name": "deadline",
48482
+ "type": "uint256"
48483
+ }
48484
+ ],
48485
+ "name": "swapTokensForExactTokensAndRepay",
48486
+ "outputs": [],
48487
+ "stateMutability": "nonpayable",
48488
+ "type": "function"
48489
+ },
48490
+ {
48491
+ "inputs": [
48492
+ {
48493
+ "internalType": "address",
48494
+ "name": "vTokenAddress",
48495
+ "type": "address"
48496
+ },
48497
+ {
48498
+ "internalType": "uint256",
48499
+ "name": "amountOut",
48500
+ "type": "uint256"
48501
+ },
48502
+ {
48503
+ "internalType": "uint256",
48504
+ "name": "amountInMax",
48505
+ "type": "uint256"
48506
+ },
48507
+ {
48508
+ "internalType": "address[]",
48509
+ "name": "path",
48510
+ "type": "address[]"
48511
+ },
48512
+ {
48513
+ "internalType": "uint256",
48514
+ "name": "deadline",
48515
+ "type": "uint256"
48516
+ }
48517
+ ],
48518
+ "name": "swapTokensForExactTokensAndSupply",
48519
+ "outputs": [],
48520
+ "stateMutability": "nonpayable",
48521
+ "type": "function"
48522
+ },
48523
+ {
48524
+ "inputs": [
48525
+ {
48526
+ "internalType": "uint256",
48527
+ "name": "amountInMax",
48528
+ "type": "uint256"
48529
+ },
48530
+ {
48531
+ "internalType": "address[]",
48532
+ "name": "path",
48533
+ "type": "address[]"
48534
+ },
48535
+ {
48536
+ "internalType": "uint256",
48537
+ "name": "deadline",
48538
+ "type": "uint256"
48539
+ }
48540
+ ],
48541
+ "name": "swapTokensForFullBNBDebtAndRepay",
48542
+ "outputs": [],
48543
+ "stateMutability": "nonpayable",
48544
+ "type": "function"
48545
+ },
48546
+ {
48547
+ "inputs": [
48548
+ {
48549
+ "internalType": "address",
48550
+ "name": "vTokenAddress",
48551
+ "type": "address"
48552
+ },
48553
+ {
48554
+ "internalType": "uint256",
48555
+ "name": "amountInMax",
48556
+ "type": "uint256"
48557
+ },
48558
+ {
48559
+ "internalType": "address[]",
48560
+ "name": "path",
48561
+ "type": "address[]"
48562
+ },
48563
+ {
48564
+ "internalType": "uint256",
48565
+ "name": "deadline",
48566
+ "type": "uint256"
48567
+ }
48568
+ ],
48569
+ "name": "swapTokensForFullTokenDebtAndRepay",
48570
+ "outputs": [],
48571
+ "stateMutability": "nonpayable",
48572
+ "type": "function"
48573
+ },
48574
+ {
48575
+ "inputs": [
48576
+ {
48577
+ "internalType": "contract IERC20",
48578
+ "name": "token",
48579
+ "type": "address"
48580
+ },
48581
+ {
48582
+ "internalType": "address",
48583
+ "name": "to",
48584
+ "type": "address"
48585
+ },
48586
+ {
48587
+ "internalType": "uint256",
48588
+ "name": "sweepAmount",
48589
+ "type": "uint256"
48590
+ }
48591
+ ],
48592
+ "name": "sweepToken",
48593
+ "outputs": [],
48594
+ "stateMutability": "nonpayable",
48595
+ "type": "function"
48596
+ },
48597
+ {
48598
+ "inputs": [
48599
+ {
48600
+ "internalType": "address",
48601
+ "name": "newOwner",
48602
+ "type": "address"
48603
+ }
48604
+ ],
48605
+ "name": "transferOwnership",
48606
+ "outputs": [],
48607
+ "stateMutability": "nonpayable",
48608
+ "type": "function"
48609
+ },
48610
+ {
48611
+ "inputs": [],
48612
+ "name": "vBNBAddress",
48613
+ "outputs": [
48614
+ {
48615
+ "internalType": "address",
48616
+ "name": "",
48617
+ "type": "address"
48618
+ }
48619
+ ],
48620
+ "stateMutability": "view",
48621
+ "type": "function"
48622
+ },
48623
+ {
48624
+ "stateMutability": "payable",
48625
+ "type": "receive"
48626
+ }
48627
+ ]
48628
+ },
45877
48629
  "SwapRouter_DeFi": {
45878
48630
  "address": "0x89Bc8dFe0Af08b60ec285071d133FCdfa9B3C08e",
45879
48631
  "abi": [
@@ -60246,6 +62998,80 @@
60246
62998
  }
60247
62999
  ]
60248
63000
  },
63001
+ "VToken_vBTCB_BTC": {
63002
+ "address": "0x138500e8502f32f004F79507143E4FaaCA03E26d",
63003
+ "abi": [
63004
+ {
63005
+ "inputs": [
63006
+ {
63007
+ "internalType": "address",
63008
+ "name": "beacon",
63009
+ "type": "address"
63010
+ },
63011
+ {
63012
+ "internalType": "bytes",
63013
+ "name": "data",
63014
+ "type": "bytes"
63015
+ }
63016
+ ],
63017
+ "stateMutability": "payable",
63018
+ "type": "constructor"
63019
+ },
63020
+ {
63021
+ "anonymous": false,
63022
+ "inputs": [
63023
+ {
63024
+ "indexed": false,
63025
+ "internalType": "address",
63026
+ "name": "previousAdmin",
63027
+ "type": "address"
63028
+ },
63029
+ {
63030
+ "indexed": false,
63031
+ "internalType": "address",
63032
+ "name": "newAdmin",
63033
+ "type": "address"
63034
+ }
63035
+ ],
63036
+ "name": "AdminChanged",
63037
+ "type": "event"
63038
+ },
63039
+ {
63040
+ "anonymous": false,
63041
+ "inputs": [
63042
+ {
63043
+ "indexed": true,
63044
+ "internalType": "address",
63045
+ "name": "beacon",
63046
+ "type": "address"
63047
+ }
63048
+ ],
63049
+ "name": "BeaconUpgraded",
63050
+ "type": "event"
63051
+ },
63052
+ {
63053
+ "anonymous": false,
63054
+ "inputs": [
63055
+ {
63056
+ "indexed": true,
63057
+ "internalType": "address",
63058
+ "name": "implementation",
63059
+ "type": "address"
63060
+ }
63061
+ ],
63062
+ "name": "Upgraded",
63063
+ "type": "event"
63064
+ },
63065
+ {
63066
+ "stateMutability": "payable",
63067
+ "type": "fallback"
63068
+ },
63069
+ {
63070
+ "stateMutability": "payable",
63071
+ "type": "receive"
63072
+ }
63073
+ ]
63074
+ },
60249
63075
  "VToken_vBTT_Tron": {
60250
63076
  "address": "0x47793540757c6E6D84155B33cd8D9535CFdb9334",
60251
63077
  "abi": [
@@ -60764,6 +63590,80 @@
60764
63590
  }
60765
63591
  ]
60766
63592
  },
63593
+ "VToken_vPT-SolvBTC.BBN-27MAR2025_BTC": {
63594
+ "address": "0xf3bF150A7D3d42E8C712e2461102593Dc50266Bb",
63595
+ "abi": [
63596
+ {
63597
+ "inputs": [
63598
+ {
63599
+ "internalType": "address",
63600
+ "name": "beacon",
63601
+ "type": "address"
63602
+ },
63603
+ {
63604
+ "internalType": "bytes",
63605
+ "name": "data",
63606
+ "type": "bytes"
63607
+ }
63608
+ ],
63609
+ "stateMutability": "payable",
63610
+ "type": "constructor"
63611
+ },
63612
+ {
63613
+ "anonymous": false,
63614
+ "inputs": [
63615
+ {
63616
+ "indexed": false,
63617
+ "internalType": "address",
63618
+ "name": "previousAdmin",
63619
+ "type": "address"
63620
+ },
63621
+ {
63622
+ "indexed": false,
63623
+ "internalType": "address",
63624
+ "name": "newAdmin",
63625
+ "type": "address"
63626
+ }
63627
+ ],
63628
+ "name": "AdminChanged",
63629
+ "type": "event"
63630
+ },
63631
+ {
63632
+ "anonymous": false,
63633
+ "inputs": [
63634
+ {
63635
+ "indexed": true,
63636
+ "internalType": "address",
63637
+ "name": "beacon",
63638
+ "type": "address"
63639
+ }
63640
+ ],
63641
+ "name": "BeaconUpgraded",
63642
+ "type": "event"
63643
+ },
63644
+ {
63645
+ "anonymous": false,
63646
+ "inputs": [
63647
+ {
63648
+ "indexed": true,
63649
+ "internalType": "address",
63650
+ "name": "implementation",
63651
+ "type": "address"
63652
+ }
63653
+ ],
63654
+ "name": "Upgraded",
63655
+ "type": "event"
63656
+ },
63657
+ {
63658
+ "stateMutability": "payable",
63659
+ "type": "fallback"
63660
+ },
63661
+ {
63662
+ "stateMutability": "payable",
63663
+ "type": "receive"
63664
+ }
63665
+ ]
63666
+ },
60767
63667
  "VToken_vRACA_GameFi": {
60768
63668
  "address": "0x1958035231E125830bA5d17D168cEa07Bb42184a",
60769
63669
  "abi": [