@venusprotocol/isolated-pools 1.3.0-dev.3 → 1.3.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.
- package/deployments/bscmainnet/JumpRateModelV2_base350bps_slope1000bps_jump30000bps_kink8000bps.json +497 -0
- package/deployments/bscmainnet/RewardsDistributor_ANKR_DeFi.json +1270 -0
- package/deployments/bscmainnet/RewardsDistributor_ANKR_DeFi_Proxy.json +277 -0
- package/deployments/bscmainnet/VToken_vankrBNB_DeFi.json +246 -0
- package/deployments/bscmainnet/solcInputs/162b1fd5333763ee033f6e42aa26efa5.json +276 -0
- package/deployments/bscmainnet.json +3319 -1663
- package/deployments/bsctestnet/JumpRateModelV2_base350bps_slope1000bps_jump30000bps_kink8000bps.json +497 -0
- package/deployments/bsctestnet/RewardsDistributor_ANKR_DeFi.json +1270 -0
- package/deployments/bsctestnet/RewardsDistributor_ANKR_DeFi_Proxy.json +277 -0
- package/deployments/bsctestnet/VToken_vankrBNB_DeFi.json +246 -0
- package/deployments/bsctestnet/solcInputs/162b1fd5333763ee033f6e42aa26efa5.json +276 -0
- package/deployments/bsctestnet.json +1959 -303
- package/dist/helpers/deploymentConfig.js +47 -1
- package/package.json +1 -1
|
@@ -3344,94 +3344,108 @@
|
|
|
3344
3344
|
}
|
|
3345
3345
|
]
|
|
3346
3346
|
},
|
|
3347
|
-
"
|
|
3348
|
-
"address": "
|
|
3347
|
+
"JumpRateModelV2_base350bps_slope1000bps_jump30000bps_kink8000bps": {
|
|
3348
|
+
"address": "0xC59C757D88c38F9d6B15FDae8D7026D694d1c4E5",
|
|
3349
3349
|
"abi": [
|
|
3350
3350
|
{
|
|
3351
3351
|
"inputs": [
|
|
3352
3352
|
{
|
|
3353
|
-
"internalType": "
|
|
3354
|
-
"name": "
|
|
3355
|
-
"type": "
|
|
3353
|
+
"internalType": "uint256",
|
|
3354
|
+
"name": "baseRatePerYear",
|
|
3355
|
+
"type": "uint256"
|
|
3356
3356
|
},
|
|
3357
3357
|
{
|
|
3358
|
-
"internalType": "
|
|
3359
|
-
"name": "
|
|
3360
|
-
"type": "
|
|
3358
|
+
"internalType": "uint256",
|
|
3359
|
+
"name": "multiplierPerYear",
|
|
3360
|
+
"type": "uint256"
|
|
3361
3361
|
},
|
|
3362
3362
|
{
|
|
3363
|
-
"internalType": "
|
|
3364
|
-
"name": "
|
|
3365
|
-
"type": "
|
|
3363
|
+
"internalType": "uint256",
|
|
3364
|
+
"name": "jumpMultiplierPerYear",
|
|
3365
|
+
"type": "uint256"
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"internalType": "uint256",
|
|
3369
|
+
"name": "kink_",
|
|
3370
|
+
"type": "uint256"
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3374
|
+
"name": "accessControlManager_",
|
|
3375
|
+
"type": "address"
|
|
3366
3376
|
}
|
|
3367
3377
|
],
|
|
3368
3378
|
"stateMutability": "nonpayable",
|
|
3369
3379
|
"type": "constructor"
|
|
3370
3380
|
},
|
|
3371
3381
|
{
|
|
3372
|
-
"anonymous": false,
|
|
3373
3382
|
"inputs": [
|
|
3374
3383
|
{
|
|
3375
|
-
"indexed": true,
|
|
3376
3384
|
"internalType": "address",
|
|
3377
|
-
"name": "
|
|
3385
|
+
"name": "sender",
|
|
3378
3386
|
"type": "address"
|
|
3379
3387
|
},
|
|
3380
3388
|
{
|
|
3381
|
-
"indexed": true,
|
|
3382
3389
|
"internalType": "address",
|
|
3383
|
-
"name": "
|
|
3390
|
+
"name": "calledContract",
|
|
3384
3391
|
"type": "address"
|
|
3385
3392
|
},
|
|
3386
3393
|
{
|
|
3387
|
-
"
|
|
3388
|
-
"
|
|
3389
|
-
"
|
|
3390
|
-
"type": "uint256"
|
|
3394
|
+
"internalType": "string",
|
|
3395
|
+
"name": "methodSignature",
|
|
3396
|
+
"type": "string"
|
|
3391
3397
|
}
|
|
3392
3398
|
],
|
|
3393
|
-
"name": "
|
|
3394
|
-
"type": "
|
|
3399
|
+
"name": "Unauthorized",
|
|
3400
|
+
"type": "error"
|
|
3395
3401
|
},
|
|
3396
3402
|
{
|
|
3397
3403
|
"anonymous": false,
|
|
3398
3404
|
"inputs": [
|
|
3399
3405
|
{
|
|
3400
|
-
"indexed":
|
|
3401
|
-
"internalType": "
|
|
3402
|
-
"name": "
|
|
3403
|
-
"type": "
|
|
3406
|
+
"indexed": false,
|
|
3407
|
+
"internalType": "uint256",
|
|
3408
|
+
"name": "baseRatePerBlock",
|
|
3409
|
+
"type": "uint256"
|
|
3404
3410
|
},
|
|
3405
3411
|
{
|
|
3406
|
-
"indexed":
|
|
3407
|
-
"internalType": "
|
|
3408
|
-
"name": "
|
|
3409
|
-
"type": "
|
|
3412
|
+
"indexed": false,
|
|
3413
|
+
"internalType": "uint256",
|
|
3414
|
+
"name": "multiplierPerBlock",
|
|
3415
|
+
"type": "uint256"
|
|
3410
3416
|
},
|
|
3411
3417
|
{
|
|
3412
3418
|
"indexed": false,
|
|
3413
3419
|
"internalType": "uint256",
|
|
3414
|
-
"name": "
|
|
3420
|
+
"name": "jumpMultiplierPerBlock",
|
|
3421
|
+
"type": "uint256"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"indexed": false,
|
|
3425
|
+
"internalType": "uint256",
|
|
3426
|
+
"name": "kink",
|
|
3415
3427
|
"type": "uint256"
|
|
3416
3428
|
}
|
|
3417
3429
|
],
|
|
3418
|
-
"name": "
|
|
3430
|
+
"name": "NewInterestParams",
|
|
3419
3431
|
"type": "event"
|
|
3420
3432
|
},
|
|
3421
3433
|
{
|
|
3422
|
-
"inputs": [
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
"name": "owner",
|
|
3426
|
-
"type": "address"
|
|
3427
|
-
},
|
|
3434
|
+
"inputs": [],
|
|
3435
|
+
"name": "accessControlManager",
|
|
3436
|
+
"outputs": [
|
|
3428
3437
|
{
|
|
3429
|
-
"internalType": "
|
|
3430
|
-
"name": "
|
|
3438
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3439
|
+
"name": "",
|
|
3431
3440
|
"type": "address"
|
|
3432
3441
|
}
|
|
3433
3442
|
],
|
|
3434
|
-
"
|
|
3443
|
+
"stateMutability": "view",
|
|
3444
|
+
"type": "function"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"inputs": [],
|
|
3448
|
+
"name": "baseRatePerBlock",
|
|
3435
3449
|
"outputs": [
|
|
3436
3450
|
{
|
|
3437
3451
|
"internalType": "uint256",
|
|
@@ -3445,54 +3459,32 @@
|
|
|
3445
3459
|
{
|
|
3446
3460
|
"inputs": [
|
|
3447
3461
|
{
|
|
3448
|
-
"internalType": "
|
|
3449
|
-
"name": "
|
|
3450
|
-
"type": "
|
|
3462
|
+
"internalType": "uint256",
|
|
3463
|
+
"name": "cash",
|
|
3464
|
+
"type": "uint256"
|
|
3451
3465
|
},
|
|
3452
3466
|
{
|
|
3453
3467
|
"internalType": "uint256",
|
|
3454
|
-
"name": "
|
|
3468
|
+
"name": "borrows",
|
|
3455
3469
|
"type": "uint256"
|
|
3456
|
-
}
|
|
3457
|
-
],
|
|
3458
|
-
"name": "approve",
|
|
3459
|
-
"outputs": [
|
|
3460
|
-
{
|
|
3461
|
-
"internalType": "bool",
|
|
3462
|
-
"name": "",
|
|
3463
|
-
"type": "bool"
|
|
3464
|
-
}
|
|
3465
|
-
],
|
|
3466
|
-
"stateMutability": "nonpayable",
|
|
3467
|
-
"type": "function"
|
|
3468
|
-
},
|
|
3469
|
-
{
|
|
3470
|
-
"inputs": [
|
|
3470
|
+
},
|
|
3471
3471
|
{
|
|
3472
|
-
"internalType": "
|
|
3473
|
-
"name": "
|
|
3474
|
-
"type": "
|
|
3475
|
-
}
|
|
3476
|
-
],
|
|
3477
|
-
"name": "balanceOf",
|
|
3478
|
-
"outputs": [
|
|
3472
|
+
"internalType": "uint256",
|
|
3473
|
+
"name": "reserves",
|
|
3474
|
+
"type": "uint256"
|
|
3475
|
+
},
|
|
3479
3476
|
{
|
|
3480
3477
|
"internalType": "uint256",
|
|
3481
|
-
"name": "",
|
|
3478
|
+
"name": "badDebt",
|
|
3482
3479
|
"type": "uint256"
|
|
3483
3480
|
}
|
|
3484
3481
|
],
|
|
3485
|
-
"
|
|
3486
|
-
"type": "function"
|
|
3487
|
-
},
|
|
3488
|
-
{
|
|
3489
|
-
"inputs": [],
|
|
3490
|
-
"name": "decimals",
|
|
3482
|
+
"name": "getBorrowRate",
|
|
3491
3483
|
"outputs": [
|
|
3492
3484
|
{
|
|
3493
|
-
"internalType": "
|
|
3485
|
+
"internalType": "uint256",
|
|
3494
3486
|
"name": "",
|
|
3495
|
-
"type": "
|
|
3487
|
+
"type": "uint256"
|
|
3496
3488
|
}
|
|
3497
3489
|
],
|
|
3498
3490
|
"stateMutability": "view",
|
|
@@ -3501,54 +3493,45 @@
|
|
|
3501
3493
|
{
|
|
3502
3494
|
"inputs": [
|
|
3503
3495
|
{
|
|
3504
|
-
"internalType": "
|
|
3505
|
-
"name": "
|
|
3506
|
-
"type": "
|
|
3496
|
+
"internalType": "uint256",
|
|
3497
|
+
"name": "cash",
|
|
3498
|
+
"type": "uint256"
|
|
3507
3499
|
},
|
|
3508
3500
|
{
|
|
3509
3501
|
"internalType": "uint256",
|
|
3510
|
-
"name": "
|
|
3502
|
+
"name": "borrows",
|
|
3511
3503
|
"type": "uint256"
|
|
3512
|
-
}
|
|
3513
|
-
],
|
|
3514
|
-
"name": "decreaseAllowance",
|
|
3515
|
-
"outputs": [
|
|
3504
|
+
},
|
|
3516
3505
|
{
|
|
3517
|
-
"internalType": "
|
|
3518
|
-
"name": "",
|
|
3519
|
-
"type": "
|
|
3520
|
-
}
|
|
3521
|
-
],
|
|
3522
|
-
"stateMutability": "nonpayable",
|
|
3523
|
-
"type": "function"
|
|
3524
|
-
},
|
|
3525
|
-
{
|
|
3526
|
-
"inputs": [
|
|
3506
|
+
"internalType": "uint256",
|
|
3507
|
+
"name": "reserves",
|
|
3508
|
+
"type": "uint256"
|
|
3509
|
+
},
|
|
3527
3510
|
{
|
|
3528
3511
|
"internalType": "uint256",
|
|
3529
|
-
"name": "
|
|
3512
|
+
"name": "reserveFactorMantissa",
|
|
3513
|
+
"type": "uint256"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"internalType": "uint256",
|
|
3517
|
+
"name": "badDebt",
|
|
3530
3518
|
"type": "uint256"
|
|
3531
3519
|
}
|
|
3532
3520
|
],
|
|
3533
|
-
"name": "
|
|
3534
|
-
"outputs": [
|
|
3535
|
-
"stateMutability": "nonpayable",
|
|
3536
|
-
"type": "function"
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"inputs": [
|
|
3540
|
-
{
|
|
3541
|
-
"internalType": "address",
|
|
3542
|
-
"name": "spender",
|
|
3543
|
-
"type": "address"
|
|
3544
|
-
},
|
|
3521
|
+
"name": "getSupplyRate",
|
|
3522
|
+
"outputs": [
|
|
3545
3523
|
{
|
|
3546
3524
|
"internalType": "uint256",
|
|
3547
|
-
"name": "
|
|
3525
|
+
"name": "",
|
|
3548
3526
|
"type": "uint256"
|
|
3549
3527
|
}
|
|
3550
3528
|
],
|
|
3551
|
-
"
|
|
3529
|
+
"stateMutability": "view",
|
|
3530
|
+
"type": "function"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"inputs": [],
|
|
3534
|
+
"name": "isInterestRateModel",
|
|
3552
3535
|
"outputs": [
|
|
3553
3536
|
{
|
|
3554
3537
|
"internalType": "bool",
|
|
@@ -3556,17 +3539,17 @@
|
|
|
3556
3539
|
"type": "bool"
|
|
3557
3540
|
}
|
|
3558
3541
|
],
|
|
3559
|
-
"stateMutability": "
|
|
3542
|
+
"stateMutability": "pure",
|
|
3560
3543
|
"type": "function"
|
|
3561
3544
|
},
|
|
3562
3545
|
{
|
|
3563
3546
|
"inputs": [],
|
|
3564
|
-
"name": "
|
|
3547
|
+
"name": "jumpMultiplierPerBlock",
|
|
3565
3548
|
"outputs": [
|
|
3566
3549
|
{
|
|
3567
|
-
"internalType": "
|
|
3550
|
+
"internalType": "uint256",
|
|
3568
3551
|
"name": "",
|
|
3569
|
-
"type": "
|
|
3552
|
+
"type": "uint256"
|
|
3570
3553
|
}
|
|
3571
3554
|
],
|
|
3572
3555
|
"stateMutability": "view",
|
|
@@ -3574,12 +3557,12 @@
|
|
|
3574
3557
|
},
|
|
3575
3558
|
{
|
|
3576
3559
|
"inputs": [],
|
|
3577
|
-
"name": "
|
|
3560
|
+
"name": "kink",
|
|
3578
3561
|
"outputs": [
|
|
3579
3562
|
{
|
|
3580
|
-
"internalType": "
|
|
3563
|
+
"internalType": "uint256",
|
|
3581
3564
|
"name": "",
|
|
3582
|
-
"type": "
|
|
3565
|
+
"type": "uint256"
|
|
3583
3566
|
}
|
|
3584
3567
|
],
|
|
3585
3568
|
"stateMutability": "view",
|
|
@@ -3587,7 +3570,7 @@
|
|
|
3587
3570
|
},
|
|
3588
3571
|
{
|
|
3589
3572
|
"inputs": [],
|
|
3590
|
-
"name": "
|
|
3573
|
+
"name": "multiplierPerBlock",
|
|
3591
3574
|
"outputs": [
|
|
3592
3575
|
{
|
|
3593
3576
|
"internalType": "uint256",
|
|
@@ -3601,60 +3584,378 @@
|
|
|
3601
3584
|
{
|
|
3602
3585
|
"inputs": [
|
|
3603
3586
|
{
|
|
3604
|
-
"internalType": "
|
|
3605
|
-
"name": "
|
|
3606
|
-
"type": "
|
|
3587
|
+
"internalType": "uint256",
|
|
3588
|
+
"name": "baseRatePerYear",
|
|
3589
|
+
"type": "uint256"
|
|
3607
3590
|
},
|
|
3608
3591
|
{
|
|
3609
3592
|
"internalType": "uint256",
|
|
3610
|
-
"name": "
|
|
3593
|
+
"name": "multiplierPerYear",
|
|
3611
3594
|
"type": "uint256"
|
|
3612
|
-
}
|
|
3613
|
-
],
|
|
3614
|
-
"name": "transfer",
|
|
3615
|
-
"outputs": [
|
|
3595
|
+
},
|
|
3616
3596
|
{
|
|
3617
|
-
"internalType": "
|
|
3618
|
-
"name": "",
|
|
3619
|
-
"type": "
|
|
3597
|
+
"internalType": "uint256",
|
|
3598
|
+
"name": "jumpMultiplierPerYear",
|
|
3599
|
+
"type": "uint256"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"internalType": "uint256",
|
|
3603
|
+
"name": "kink_",
|
|
3604
|
+
"type": "uint256"
|
|
3620
3605
|
}
|
|
3621
3606
|
],
|
|
3607
|
+
"name": "updateJumpRateModel",
|
|
3608
|
+
"outputs": [],
|
|
3622
3609
|
"stateMutability": "nonpayable",
|
|
3623
3610
|
"type": "function"
|
|
3624
3611
|
},
|
|
3625
3612
|
{
|
|
3626
3613
|
"inputs": [
|
|
3627
3614
|
{
|
|
3628
|
-
"internalType": "
|
|
3629
|
-
"name": "
|
|
3630
|
-
"type": "
|
|
3615
|
+
"internalType": "uint256",
|
|
3616
|
+
"name": "cash",
|
|
3617
|
+
"type": "uint256"
|
|
3631
3618
|
},
|
|
3632
3619
|
{
|
|
3633
|
-
"internalType": "
|
|
3634
|
-
"name": "
|
|
3635
|
-
"type": "
|
|
3620
|
+
"internalType": "uint256",
|
|
3621
|
+
"name": "borrows",
|
|
3622
|
+
"type": "uint256"
|
|
3636
3623
|
},
|
|
3637
3624
|
{
|
|
3638
3625
|
"internalType": "uint256",
|
|
3639
|
-
"name": "
|
|
3626
|
+
"name": "reserves",
|
|
3627
|
+
"type": "uint256"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"internalType": "uint256",
|
|
3631
|
+
"name": "badDebt",
|
|
3640
3632
|
"type": "uint256"
|
|
3641
3633
|
}
|
|
3642
3634
|
],
|
|
3643
|
-
"name": "
|
|
3635
|
+
"name": "utilizationRate",
|
|
3644
3636
|
"outputs": [
|
|
3645
3637
|
{
|
|
3646
|
-
"internalType": "
|
|
3638
|
+
"internalType": "uint256",
|
|
3647
3639
|
"name": "",
|
|
3648
|
-
"type": "
|
|
3640
|
+
"type": "uint256"
|
|
3649
3641
|
}
|
|
3650
3642
|
],
|
|
3651
|
-
"stateMutability": "
|
|
3643
|
+
"stateMutability": "pure",
|
|
3652
3644
|
"type": "function"
|
|
3653
3645
|
}
|
|
3654
3646
|
]
|
|
3655
3647
|
},
|
|
3656
|
-
"
|
|
3657
|
-
"address": "
|
|
3648
|
+
"MockALPACA": {
|
|
3649
|
+
"address": "0x6923189d91fdF62dBAe623a55273F1d20306D9f2",
|
|
3650
|
+
"abi": [
|
|
3651
|
+
{
|
|
3652
|
+
"inputs": [
|
|
3653
|
+
{
|
|
3654
|
+
"internalType": "string",
|
|
3655
|
+
"name": "name_",
|
|
3656
|
+
"type": "string"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"internalType": "string",
|
|
3660
|
+
"name": "symbol_",
|
|
3661
|
+
"type": "string"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"internalType": "uint8",
|
|
3665
|
+
"name": "decimals_",
|
|
3666
|
+
"type": "uint8"
|
|
3667
|
+
}
|
|
3668
|
+
],
|
|
3669
|
+
"stateMutability": "nonpayable",
|
|
3670
|
+
"type": "constructor"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"anonymous": false,
|
|
3674
|
+
"inputs": [
|
|
3675
|
+
{
|
|
3676
|
+
"indexed": true,
|
|
3677
|
+
"internalType": "address",
|
|
3678
|
+
"name": "owner",
|
|
3679
|
+
"type": "address"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"indexed": true,
|
|
3683
|
+
"internalType": "address",
|
|
3684
|
+
"name": "spender",
|
|
3685
|
+
"type": "address"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"indexed": false,
|
|
3689
|
+
"internalType": "uint256",
|
|
3690
|
+
"name": "value",
|
|
3691
|
+
"type": "uint256"
|
|
3692
|
+
}
|
|
3693
|
+
],
|
|
3694
|
+
"name": "Approval",
|
|
3695
|
+
"type": "event"
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"anonymous": false,
|
|
3699
|
+
"inputs": [
|
|
3700
|
+
{
|
|
3701
|
+
"indexed": true,
|
|
3702
|
+
"internalType": "address",
|
|
3703
|
+
"name": "from",
|
|
3704
|
+
"type": "address"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"indexed": true,
|
|
3708
|
+
"internalType": "address",
|
|
3709
|
+
"name": "to",
|
|
3710
|
+
"type": "address"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"indexed": false,
|
|
3714
|
+
"internalType": "uint256",
|
|
3715
|
+
"name": "value",
|
|
3716
|
+
"type": "uint256"
|
|
3717
|
+
}
|
|
3718
|
+
],
|
|
3719
|
+
"name": "Transfer",
|
|
3720
|
+
"type": "event"
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"inputs": [
|
|
3724
|
+
{
|
|
3725
|
+
"internalType": "address",
|
|
3726
|
+
"name": "owner",
|
|
3727
|
+
"type": "address"
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"internalType": "address",
|
|
3731
|
+
"name": "spender",
|
|
3732
|
+
"type": "address"
|
|
3733
|
+
}
|
|
3734
|
+
],
|
|
3735
|
+
"name": "allowance",
|
|
3736
|
+
"outputs": [
|
|
3737
|
+
{
|
|
3738
|
+
"internalType": "uint256",
|
|
3739
|
+
"name": "",
|
|
3740
|
+
"type": "uint256"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"stateMutability": "view",
|
|
3744
|
+
"type": "function"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"inputs": [
|
|
3748
|
+
{
|
|
3749
|
+
"internalType": "address",
|
|
3750
|
+
"name": "spender",
|
|
3751
|
+
"type": "address"
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"internalType": "uint256",
|
|
3755
|
+
"name": "amount",
|
|
3756
|
+
"type": "uint256"
|
|
3757
|
+
}
|
|
3758
|
+
],
|
|
3759
|
+
"name": "approve",
|
|
3760
|
+
"outputs": [
|
|
3761
|
+
{
|
|
3762
|
+
"internalType": "bool",
|
|
3763
|
+
"name": "",
|
|
3764
|
+
"type": "bool"
|
|
3765
|
+
}
|
|
3766
|
+
],
|
|
3767
|
+
"stateMutability": "nonpayable",
|
|
3768
|
+
"type": "function"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"inputs": [
|
|
3772
|
+
{
|
|
3773
|
+
"internalType": "address",
|
|
3774
|
+
"name": "account",
|
|
3775
|
+
"type": "address"
|
|
3776
|
+
}
|
|
3777
|
+
],
|
|
3778
|
+
"name": "balanceOf",
|
|
3779
|
+
"outputs": [
|
|
3780
|
+
{
|
|
3781
|
+
"internalType": "uint256",
|
|
3782
|
+
"name": "",
|
|
3783
|
+
"type": "uint256"
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"stateMutability": "view",
|
|
3787
|
+
"type": "function"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"inputs": [],
|
|
3791
|
+
"name": "decimals",
|
|
3792
|
+
"outputs": [
|
|
3793
|
+
{
|
|
3794
|
+
"internalType": "uint8",
|
|
3795
|
+
"name": "",
|
|
3796
|
+
"type": "uint8"
|
|
3797
|
+
}
|
|
3798
|
+
],
|
|
3799
|
+
"stateMutability": "view",
|
|
3800
|
+
"type": "function"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"inputs": [
|
|
3804
|
+
{
|
|
3805
|
+
"internalType": "address",
|
|
3806
|
+
"name": "spender",
|
|
3807
|
+
"type": "address"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"internalType": "uint256",
|
|
3811
|
+
"name": "subtractedValue",
|
|
3812
|
+
"type": "uint256"
|
|
3813
|
+
}
|
|
3814
|
+
],
|
|
3815
|
+
"name": "decreaseAllowance",
|
|
3816
|
+
"outputs": [
|
|
3817
|
+
{
|
|
3818
|
+
"internalType": "bool",
|
|
3819
|
+
"name": "",
|
|
3820
|
+
"type": "bool"
|
|
3821
|
+
}
|
|
3822
|
+
],
|
|
3823
|
+
"stateMutability": "nonpayable",
|
|
3824
|
+
"type": "function"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"inputs": [
|
|
3828
|
+
{
|
|
3829
|
+
"internalType": "uint256",
|
|
3830
|
+
"name": "amount",
|
|
3831
|
+
"type": "uint256"
|
|
3832
|
+
}
|
|
3833
|
+
],
|
|
3834
|
+
"name": "faucet",
|
|
3835
|
+
"outputs": [],
|
|
3836
|
+
"stateMutability": "nonpayable",
|
|
3837
|
+
"type": "function"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"inputs": [
|
|
3841
|
+
{
|
|
3842
|
+
"internalType": "address",
|
|
3843
|
+
"name": "spender",
|
|
3844
|
+
"type": "address"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"internalType": "uint256",
|
|
3848
|
+
"name": "addedValue",
|
|
3849
|
+
"type": "uint256"
|
|
3850
|
+
}
|
|
3851
|
+
],
|
|
3852
|
+
"name": "increaseAllowance",
|
|
3853
|
+
"outputs": [
|
|
3854
|
+
{
|
|
3855
|
+
"internalType": "bool",
|
|
3856
|
+
"name": "",
|
|
3857
|
+
"type": "bool"
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"stateMutability": "nonpayable",
|
|
3861
|
+
"type": "function"
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"inputs": [],
|
|
3865
|
+
"name": "name",
|
|
3866
|
+
"outputs": [
|
|
3867
|
+
{
|
|
3868
|
+
"internalType": "string",
|
|
3869
|
+
"name": "",
|
|
3870
|
+
"type": "string"
|
|
3871
|
+
}
|
|
3872
|
+
],
|
|
3873
|
+
"stateMutability": "view",
|
|
3874
|
+
"type": "function"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"inputs": [],
|
|
3878
|
+
"name": "symbol",
|
|
3879
|
+
"outputs": [
|
|
3880
|
+
{
|
|
3881
|
+
"internalType": "string",
|
|
3882
|
+
"name": "",
|
|
3883
|
+
"type": "string"
|
|
3884
|
+
}
|
|
3885
|
+
],
|
|
3886
|
+
"stateMutability": "view",
|
|
3887
|
+
"type": "function"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"inputs": [],
|
|
3891
|
+
"name": "totalSupply",
|
|
3892
|
+
"outputs": [
|
|
3893
|
+
{
|
|
3894
|
+
"internalType": "uint256",
|
|
3895
|
+
"name": "",
|
|
3896
|
+
"type": "uint256"
|
|
3897
|
+
}
|
|
3898
|
+
],
|
|
3899
|
+
"stateMutability": "view",
|
|
3900
|
+
"type": "function"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"inputs": [
|
|
3904
|
+
{
|
|
3905
|
+
"internalType": "address",
|
|
3906
|
+
"name": "to",
|
|
3907
|
+
"type": "address"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"internalType": "uint256",
|
|
3911
|
+
"name": "amount",
|
|
3912
|
+
"type": "uint256"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"name": "transfer",
|
|
3916
|
+
"outputs": [
|
|
3917
|
+
{
|
|
3918
|
+
"internalType": "bool",
|
|
3919
|
+
"name": "",
|
|
3920
|
+
"type": "bool"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"stateMutability": "nonpayable",
|
|
3924
|
+
"type": "function"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"inputs": [
|
|
3928
|
+
{
|
|
3929
|
+
"internalType": "address",
|
|
3930
|
+
"name": "from",
|
|
3931
|
+
"type": "address"
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"internalType": "address",
|
|
3935
|
+
"name": "to",
|
|
3936
|
+
"type": "address"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"internalType": "uint256",
|
|
3940
|
+
"name": "amount",
|
|
3941
|
+
"type": "uint256"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"name": "transferFrom",
|
|
3945
|
+
"outputs": [
|
|
3946
|
+
{
|
|
3947
|
+
"internalType": "bool",
|
|
3948
|
+
"name": "",
|
|
3949
|
+
"type": "bool"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"stateMutability": "nonpayable",
|
|
3953
|
+
"type": "function"
|
|
3954
|
+
}
|
|
3955
|
+
]
|
|
3956
|
+
},
|
|
3957
|
+
"MockANKR": {
|
|
3958
|
+
"address": "0xe4a90EB942CF2DA7238e8F6cC9EF510c49FC8B4B",
|
|
3658
3959
|
"abi": [
|
|
3659
3960
|
{
|
|
3660
3961
|
"inputs": [
|
|
@@ -12634,8 +12935,8 @@
|
|
|
12634
12935
|
}
|
|
12635
12936
|
]
|
|
12636
12937
|
},
|
|
12637
|
-
"
|
|
12638
|
-
"address": "
|
|
12938
|
+
"RewardsDistributor_ANKR_DeFi": {
|
|
12939
|
+
"address": "0x4be90041D1e082EfE3613099aA3b987D9045d718",
|
|
12639
12940
|
"abi": [
|
|
12640
12941
|
{
|
|
12641
12942
|
"anonymous": false,
|
|
@@ -13766,8 +14067,8 @@
|
|
|
13766
14067
|
}
|
|
13767
14068
|
]
|
|
13768
14069
|
},
|
|
13769
|
-
"
|
|
13770
|
-
"address": "
|
|
14070
|
+
"RewardsDistributor_ANKR_DeFi_Proxy": {
|
|
14071
|
+
"address": "0x4be90041D1e082EfE3613099aA3b987D9045d718",
|
|
13771
14072
|
"abi": [
|
|
13772
14073
|
{
|
|
13773
14074
|
"inputs": [
|
|
@@ -13915,8 +14216,8 @@
|
|
|
13915
14216
|
}
|
|
13916
14217
|
]
|
|
13917
14218
|
},
|
|
13918
|
-
"
|
|
13919
|
-
"address": "
|
|
14219
|
+
"RewardsDistributor_BSW_DeFi": {
|
|
14220
|
+
"address": "0x2b67Cfaf28a1aBbBf71fb814Ad384d0C5a98e0F9",
|
|
13920
14221
|
"abi": [
|
|
13921
14222
|
{
|
|
13922
14223
|
"anonymous": false,
|
|
@@ -15047,8 +15348,8 @@
|
|
|
15047
15348
|
}
|
|
15048
15349
|
]
|
|
15049
15350
|
},
|
|
15050
|
-
"
|
|
15051
|
-
"address": "
|
|
15351
|
+
"RewardsDistributor_BSW_DeFi_Proxy": {
|
|
15352
|
+
"address": "0x2b67Cfaf28a1aBbBf71fb814Ad384d0C5a98e0F9",
|
|
15052
15353
|
"abi": [
|
|
15053
15354
|
{
|
|
15054
15355
|
"inputs": [
|
|
@@ -15196,8 +15497,8 @@
|
|
|
15196
15497
|
}
|
|
15197
15498
|
]
|
|
15198
15499
|
},
|
|
15199
|
-
"
|
|
15200
|
-
"address": "
|
|
15500
|
+
"RewardsDistributor_BTT_Tron": {
|
|
15501
|
+
"address": "0x095902273F06eEAC825c3F52dEF44f67a86B31cD",
|
|
15201
15502
|
"abi": [
|
|
15202
15503
|
{
|
|
15203
15504
|
"anonymous": false,
|
|
@@ -16328,8 +16629,8 @@
|
|
|
16328
16629
|
}
|
|
16329
16630
|
]
|
|
16330
16631
|
},
|
|
16331
|
-
"
|
|
16332
|
-
"address": "
|
|
16632
|
+
"RewardsDistributor_BTT_Tron_Proxy": {
|
|
16633
|
+
"address": "0x095902273F06eEAC825c3F52dEF44f67a86B31cD",
|
|
16333
16634
|
"abi": [
|
|
16334
16635
|
{
|
|
16335
16636
|
"inputs": [
|
|
@@ -16477,8 +16778,8 @@
|
|
|
16477
16778
|
}
|
|
16478
16779
|
]
|
|
16479
16780
|
},
|
|
16480
|
-
"
|
|
16481
|
-
"address": "
|
|
16781
|
+
"RewardsDistributor_FLOKI_GameFi": {
|
|
16782
|
+
"address": "0x5651866bcC4650d6fe5178E5ED7a8Be2cf3F70D0",
|
|
16482
16783
|
"abi": [
|
|
16483
16784
|
{
|
|
16484
16785
|
"anonymous": false,
|
|
@@ -17609,8 +17910,8 @@
|
|
|
17609
17910
|
}
|
|
17610
17911
|
]
|
|
17611
17912
|
},
|
|
17612
|
-
"
|
|
17613
|
-
"address": "
|
|
17913
|
+
"RewardsDistributor_FLOKI_GameFi_Proxy": {
|
|
17914
|
+
"address": "0x5651866bcC4650d6fe5178E5ED7a8Be2cf3F70D0",
|
|
17614
17915
|
"abi": [
|
|
17615
17916
|
{
|
|
17616
17917
|
"inputs": [
|
|
@@ -17758,8 +18059,8 @@
|
|
|
17758
18059
|
}
|
|
17759
18060
|
]
|
|
17760
18061
|
},
|
|
17761
|
-
"
|
|
17762
|
-
"address": "
|
|
18062
|
+
"RewardsDistributor_HAY_StableCoins": {
|
|
18063
|
+
"address": "0xb0269d68CfdCc30Cb7Cd2E0b52b08Fa7Ffd3079b",
|
|
17763
18064
|
"abi": [
|
|
17764
18065
|
{
|
|
17765
18066
|
"anonymous": false,
|
|
@@ -18890,8 +19191,8 @@
|
|
|
18890
19191
|
}
|
|
18891
19192
|
]
|
|
18892
19193
|
},
|
|
18893
|
-
"
|
|
18894
|
-
"address": "
|
|
19194
|
+
"RewardsDistributor_HAY_StableCoins_Proxy": {
|
|
19195
|
+
"address": "0xb0269d68CfdCc30Cb7Cd2E0b52b08Fa7Ffd3079b",
|
|
18895
19196
|
"abi": [
|
|
18896
19197
|
{
|
|
18897
19198
|
"inputs": [
|
|
@@ -19039,8 +19340,8 @@
|
|
|
19039
19340
|
}
|
|
19040
19341
|
]
|
|
19041
19342
|
},
|
|
19042
|
-
"
|
|
19043
|
-
"address": "
|
|
19343
|
+
"RewardsDistributor_RACA_GameFi": {
|
|
19344
|
+
"address": "0x66E213a4b8ba1c8D62cAa4649C7177E29321E262",
|
|
19044
19345
|
"abi": [
|
|
19045
19346
|
{
|
|
19046
19347
|
"anonymous": false,
|
|
@@ -20171,8 +20472,8 @@
|
|
|
20171
20472
|
}
|
|
20172
20473
|
]
|
|
20173
20474
|
},
|
|
20174
|
-
"
|
|
20175
|
-
"address": "
|
|
20475
|
+
"RewardsDistributor_RACA_GameFi_Proxy": {
|
|
20476
|
+
"address": "0x66E213a4b8ba1c8D62cAa4649C7177E29321E262",
|
|
20176
20477
|
"abi": [
|
|
20177
20478
|
{
|
|
20178
20479
|
"inputs": [
|
|
@@ -20320,8 +20621,8 @@
|
|
|
20320
20621
|
}
|
|
20321
20622
|
]
|
|
20322
20623
|
},
|
|
20323
|
-
"
|
|
20324
|
-
"address": "
|
|
20624
|
+
"RewardsDistributor_SD_LiquidStakedBNB": {
|
|
20625
|
+
"address": "0x8Ad2Ad29e4e2C0606644Be51c853A7A4a3078F85",
|
|
20325
20626
|
"abi": [
|
|
20326
20627
|
{
|
|
20327
20628
|
"anonymous": false,
|
|
@@ -21452,8 +21753,8 @@
|
|
|
21452
21753
|
}
|
|
21453
21754
|
]
|
|
21454
21755
|
},
|
|
21455
|
-
"
|
|
21456
|
-
"address": "
|
|
21756
|
+
"RewardsDistributor_SD_LiquidStakedBNB_Proxy": {
|
|
21757
|
+
"address": "0x8Ad2Ad29e4e2C0606644Be51c853A7A4a3078F85",
|
|
21457
21758
|
"abi": [
|
|
21458
21759
|
{
|
|
21459
21760
|
"inputs": [
|
|
@@ -21601,8 +21902,8 @@
|
|
|
21601
21902
|
}
|
|
21602
21903
|
]
|
|
21603
21904
|
},
|
|
21604
|
-
"
|
|
21605
|
-
"address": "
|
|
21905
|
+
"RewardsDistributor_TRX_Tron": {
|
|
21906
|
+
"address": "0x507401883C2a874D919e78a73dD0cB56f2e7eaD7",
|
|
21606
21907
|
"abi": [
|
|
21607
21908
|
{
|
|
21608
21909
|
"anonymous": false,
|
|
@@ -22733,8 +23034,8 @@
|
|
|
22733
23034
|
}
|
|
22734
23035
|
]
|
|
22735
23036
|
},
|
|
22736
|
-
"
|
|
22737
|
-
"address": "
|
|
23037
|
+
"RewardsDistributor_TRX_Tron_Proxy": {
|
|
23038
|
+
"address": "0x507401883C2a874D919e78a73dD0cB56f2e7eaD7",
|
|
22738
23039
|
"abi": [
|
|
22739
23040
|
{
|
|
22740
23041
|
"inputs": [
|
|
@@ -22882,8 +23183,8 @@
|
|
|
22882
23183
|
}
|
|
22883
23184
|
]
|
|
22884
23185
|
},
|
|
22885
|
-
"
|
|
22886
|
-
"address": "
|
|
23186
|
+
"RewardsDistributor_USDD_Tron": {
|
|
23187
|
+
"address": "0x1c50672f4752cc0Ae532D9b93b936C21121Ff08b",
|
|
22887
23188
|
"abi": [
|
|
22888
23189
|
{
|
|
22889
23190
|
"anonymous": false,
|
|
@@ -24014,8 +24315,8 @@
|
|
|
24014
24315
|
}
|
|
24015
24316
|
]
|
|
24016
24317
|
},
|
|
24017
|
-
"
|
|
24018
|
-
"address": "
|
|
24318
|
+
"RewardsDistributor_USDD_Tron_Proxy": {
|
|
24319
|
+
"address": "0x1c50672f4752cc0Ae532D9b93b936C21121Ff08b",
|
|
24019
24320
|
"abi": [
|
|
24020
24321
|
{
|
|
24021
24322
|
"inputs": [
|
|
@@ -24163,8 +24464,8 @@
|
|
|
24163
24464
|
}
|
|
24164
24465
|
]
|
|
24165
24466
|
},
|
|
24166
|
-
"
|
|
24167
|
-
"address": "
|
|
24467
|
+
"RewardsDistributor_WIN_Tron": {
|
|
24468
|
+
"address": "0x9A73Ba89f6a95611B46b68241aBEcAF2cD0bd78A",
|
|
24168
24469
|
"abi": [
|
|
24169
24470
|
{
|
|
24170
24471
|
"anonymous": false,
|
|
@@ -25295,8 +25596,8 @@
|
|
|
25295
25596
|
}
|
|
25296
25597
|
]
|
|
25297
25598
|
},
|
|
25298
|
-
"
|
|
25299
|
-
"address": "
|
|
25599
|
+
"RewardsDistributor_WIN_Tron_Proxy": {
|
|
25600
|
+
"address": "0x9A73Ba89f6a95611B46b68241aBEcAF2cD0bd78A",
|
|
25300
25601
|
"abi": [
|
|
25301
25602
|
{
|
|
25302
25603
|
"inputs": [
|
|
@@ -25444,8 +25745,8 @@
|
|
|
25444
25745
|
}
|
|
25445
25746
|
]
|
|
25446
25747
|
},
|
|
25447
|
-
"
|
|
25448
|
-
"address": "
|
|
25748
|
+
"RewardsDistributor_ankrBNB_LiquidStakedBNB": {
|
|
25749
|
+
"address": "0x7df11563c6b6b8027aE619FD9644A647dED5893B",
|
|
25449
25750
|
"abi": [
|
|
25450
25751
|
{
|
|
25451
25752
|
"anonymous": false,
|
|
@@ -26576,8 +26877,8 @@
|
|
|
26576
26877
|
}
|
|
26577
26878
|
]
|
|
26578
26879
|
},
|
|
26579
|
-
"
|
|
26580
|
-
"address": "
|
|
26880
|
+
"RewardsDistributor_ankrBNB_LiquidStakedBNB_Proxy": {
|
|
26881
|
+
"address": "0x7df11563c6b6b8027aE619FD9644A647dED5893B",
|
|
26581
26882
|
"abi": [
|
|
26582
26883
|
{
|
|
26583
26884
|
"inputs": [
|
|
@@ -26725,265 +27026,1546 @@
|
|
|
26725
27026
|
}
|
|
26726
27027
|
]
|
|
26727
27028
|
},
|
|
26728
|
-
"
|
|
26729
|
-
"address": "
|
|
27029
|
+
"RewardsDistributor_stkBNB_LiquidStakedBNB": {
|
|
27030
|
+
"address": "0x72c770A1E73Ad9ccD5249fC5536346f95345Fe2c",
|
|
26730
27031
|
"abi": [
|
|
26731
27032
|
{
|
|
27033
|
+
"anonymous": false,
|
|
26732
27034
|
"inputs": [
|
|
26733
27035
|
{
|
|
27036
|
+
"indexed": false,
|
|
26734
27037
|
"internalType": "address",
|
|
26735
|
-
"name": "
|
|
27038
|
+
"name": "previousAdmin",
|
|
26736
27039
|
"type": "address"
|
|
26737
27040
|
},
|
|
26738
27041
|
{
|
|
27042
|
+
"indexed": false,
|
|
26739
27043
|
"internalType": "address",
|
|
26740
|
-
"name": "
|
|
27044
|
+
"name": "newAdmin",
|
|
26741
27045
|
"type": "address"
|
|
26742
|
-
}
|
|
27046
|
+
}
|
|
27047
|
+
],
|
|
27048
|
+
"name": "AdminChanged",
|
|
27049
|
+
"type": "event"
|
|
27050
|
+
},
|
|
27051
|
+
{
|
|
27052
|
+
"anonymous": false,
|
|
27053
|
+
"inputs": [
|
|
26743
27054
|
{
|
|
27055
|
+
"indexed": true,
|
|
26744
27056
|
"internalType": "address",
|
|
26745
|
-
"name": "
|
|
27057
|
+
"name": "beacon",
|
|
26746
27058
|
"type": "address"
|
|
26747
|
-
}
|
|
27059
|
+
}
|
|
27060
|
+
],
|
|
27061
|
+
"name": "BeaconUpgraded",
|
|
27062
|
+
"type": "event"
|
|
27063
|
+
},
|
|
27064
|
+
{
|
|
27065
|
+
"anonymous": false,
|
|
27066
|
+
"inputs": [
|
|
26748
27067
|
{
|
|
27068
|
+
"indexed": true,
|
|
26749
27069
|
"internalType": "address",
|
|
26750
|
-
"name": "
|
|
27070
|
+
"name": "implementation",
|
|
27071
|
+
"type": "address"
|
|
27072
|
+
}
|
|
27073
|
+
],
|
|
27074
|
+
"name": "Upgraded",
|
|
27075
|
+
"type": "event"
|
|
27076
|
+
},
|
|
27077
|
+
{
|
|
27078
|
+
"stateMutability": "payable",
|
|
27079
|
+
"type": "fallback"
|
|
27080
|
+
},
|
|
27081
|
+
{
|
|
27082
|
+
"inputs": [],
|
|
27083
|
+
"name": "admin",
|
|
27084
|
+
"outputs": [
|
|
27085
|
+
{
|
|
27086
|
+
"internalType": "address",
|
|
27087
|
+
"name": "admin_",
|
|
26751
27088
|
"type": "address"
|
|
26752
27089
|
}
|
|
26753
27090
|
],
|
|
26754
27091
|
"stateMutability": "nonpayable",
|
|
26755
|
-
"type": "
|
|
27092
|
+
"type": "function"
|
|
26756
27093
|
},
|
|
26757
27094
|
{
|
|
26758
27095
|
"inputs": [
|
|
26759
27096
|
{
|
|
26760
|
-
"internalType": "
|
|
26761
|
-
"name": "
|
|
26762
|
-
"type": "
|
|
26763
|
-
},
|
|
26764
|
-
{
|
|
26765
|
-
"internalType": "uint256",
|
|
26766
|
-
"name": "amountMax",
|
|
26767
|
-
"type": "uint256"
|
|
27097
|
+
"internalType": "address",
|
|
27098
|
+
"name": "newAdmin",
|
|
27099
|
+
"type": "address"
|
|
26768
27100
|
}
|
|
26769
27101
|
],
|
|
26770
|
-
"name": "
|
|
26771
|
-
"
|
|
27102
|
+
"name": "changeAdmin",
|
|
27103
|
+
"outputs": [],
|
|
27104
|
+
"stateMutability": "nonpayable",
|
|
27105
|
+
"type": "function"
|
|
26772
27106
|
},
|
|
26773
27107
|
{
|
|
26774
27108
|
"inputs": [],
|
|
26775
|
-
"name": "
|
|
26776
|
-
"
|
|
27109
|
+
"name": "implementation",
|
|
27110
|
+
"outputs": [
|
|
27111
|
+
{
|
|
27112
|
+
"internalType": "address",
|
|
27113
|
+
"name": "implementation_",
|
|
27114
|
+
"type": "address"
|
|
27115
|
+
}
|
|
27116
|
+
],
|
|
27117
|
+
"stateMutability": "nonpayable",
|
|
27118
|
+
"type": "function"
|
|
26777
27119
|
},
|
|
26778
27120
|
{
|
|
26779
27121
|
"inputs": [
|
|
26780
27122
|
{
|
|
26781
|
-
"internalType": "
|
|
26782
|
-
"name": "
|
|
26783
|
-
"type": "
|
|
26784
|
-
},
|
|
26785
|
-
{
|
|
26786
|
-
"internalType": "uint256",
|
|
26787
|
-
"name": "amountIntMax",
|
|
26788
|
-
"type": "uint256"
|
|
27123
|
+
"internalType": "address",
|
|
27124
|
+
"name": "newImplementation",
|
|
27125
|
+
"type": "address"
|
|
26789
27126
|
}
|
|
26790
27127
|
],
|
|
26791
|
-
"name": "
|
|
26792
|
-
"
|
|
27128
|
+
"name": "upgradeTo",
|
|
27129
|
+
"outputs": [],
|
|
27130
|
+
"stateMutability": "nonpayable",
|
|
27131
|
+
"type": "function"
|
|
26793
27132
|
},
|
|
26794
27133
|
{
|
|
26795
27134
|
"inputs": [
|
|
26796
27135
|
{
|
|
26797
|
-
"internalType": "
|
|
26798
|
-
"name": "
|
|
26799
|
-
"type": "
|
|
27136
|
+
"internalType": "address",
|
|
27137
|
+
"name": "newImplementation",
|
|
27138
|
+
"type": "address"
|
|
26800
27139
|
},
|
|
26801
27140
|
{
|
|
26802
|
-
"internalType": "
|
|
26803
|
-
"name": "
|
|
26804
|
-
"type": "
|
|
27141
|
+
"internalType": "bytes",
|
|
27142
|
+
"name": "data",
|
|
27143
|
+
"type": "bytes"
|
|
26805
27144
|
}
|
|
26806
27145
|
],
|
|
26807
|
-
"name": "
|
|
26808
|
-
"
|
|
26809
|
-
|
|
26810
|
-
|
|
26811
|
-
"inputs": [],
|
|
26812
|
-
"name": "InsufficientInputAmount",
|
|
26813
|
-
"type": "error"
|
|
26814
|
-
},
|
|
26815
|
-
{
|
|
26816
|
-
"inputs": [],
|
|
26817
|
-
"name": "InsufficientLiquidity",
|
|
26818
|
-
"type": "error"
|
|
26819
|
-
},
|
|
26820
|
-
{
|
|
26821
|
-
"inputs": [],
|
|
26822
|
-
"name": "InsufficientOutputAmount",
|
|
26823
|
-
"type": "error"
|
|
27146
|
+
"name": "upgradeToAndCall",
|
|
27147
|
+
"outputs": [],
|
|
27148
|
+
"stateMutability": "payable",
|
|
27149
|
+
"type": "function"
|
|
26824
27150
|
},
|
|
26825
27151
|
{
|
|
26826
|
-
"
|
|
26827
|
-
"
|
|
26828
|
-
"type": "error"
|
|
27152
|
+
"stateMutability": "payable",
|
|
27153
|
+
"type": "receive"
|
|
26829
27154
|
},
|
|
26830
27155
|
{
|
|
26831
27156
|
"inputs": [
|
|
26832
27157
|
{
|
|
26833
27158
|
"internalType": "uint256",
|
|
26834
|
-
"name": "
|
|
27159
|
+
"name": "loopsLimit",
|
|
26835
27160
|
"type": "uint256"
|
|
26836
27161
|
},
|
|
26837
27162
|
{
|
|
26838
27163
|
"internalType": "uint256",
|
|
26839
|
-
"name": "
|
|
27164
|
+
"name": "requiredLoops",
|
|
26840
27165
|
"type": "uint256"
|
|
26841
27166
|
}
|
|
26842
27167
|
],
|
|
26843
|
-
"name": "
|
|
26844
|
-
"type": "error"
|
|
26845
|
-
},
|
|
26846
|
-
{
|
|
26847
|
-
"inputs": [],
|
|
26848
|
-
"name": "ReentrantCheck",
|
|
27168
|
+
"name": "MaxLoopsLimitExceeded",
|
|
26849
27169
|
"type": "error"
|
|
26850
27170
|
},
|
|
26851
27171
|
{
|
|
26852
27172
|
"inputs": [
|
|
26853
27173
|
{
|
|
26854
27174
|
"internalType": "address",
|
|
26855
|
-
"name": "
|
|
27175
|
+
"name": "sender",
|
|
26856
27176
|
"type": "address"
|
|
26857
27177
|
},
|
|
26858
27178
|
{
|
|
26859
27179
|
"internalType": "address",
|
|
26860
|
-
"name": "
|
|
27180
|
+
"name": "calledContract",
|
|
26861
27181
|
"type": "address"
|
|
26862
27182
|
},
|
|
26863
27183
|
{
|
|
26864
|
-
"internalType": "
|
|
26865
|
-
"name": "
|
|
26866
|
-
"type": "
|
|
27184
|
+
"internalType": "string",
|
|
27185
|
+
"name": "methodSignature",
|
|
27186
|
+
"type": "string"
|
|
26867
27187
|
}
|
|
26868
27188
|
],
|
|
26869
|
-
"name": "
|
|
26870
|
-
"type": "error"
|
|
26871
|
-
},
|
|
26872
|
-
{
|
|
26873
|
-
"inputs": [],
|
|
26874
|
-
"name": "SafeApproveFailed",
|
|
26875
|
-
"type": "error"
|
|
26876
|
-
},
|
|
26877
|
-
{
|
|
26878
|
-
"inputs": [],
|
|
26879
|
-
"name": "SafeTransferBNBFailed",
|
|
26880
|
-
"type": "error"
|
|
26881
|
-
},
|
|
26882
|
-
{
|
|
26883
|
-
"inputs": [],
|
|
26884
|
-
"name": "SafeTransferFailed",
|
|
27189
|
+
"name": "Unauthorized",
|
|
26885
27190
|
"type": "error"
|
|
26886
27191
|
},
|
|
26887
27192
|
{
|
|
26888
|
-
"
|
|
26889
|
-
"
|
|
26890
|
-
|
|
27193
|
+
"anonymous": false,
|
|
27194
|
+
"inputs": [
|
|
27195
|
+
{
|
|
27196
|
+
"indexed": true,
|
|
27197
|
+
"internalType": "address",
|
|
27198
|
+
"name": "vToken",
|
|
27199
|
+
"type": "address"
|
|
27200
|
+
},
|
|
27201
|
+
{
|
|
27202
|
+
"indexed": false,
|
|
27203
|
+
"internalType": "uint32",
|
|
27204
|
+
"name": "newBlock",
|
|
27205
|
+
"type": "uint32"
|
|
27206
|
+
}
|
|
27207
|
+
],
|
|
27208
|
+
"name": "BorrowLastRewardingBlockUpdated",
|
|
27209
|
+
"type": "event"
|
|
26891
27210
|
},
|
|
26892
27211
|
{
|
|
27212
|
+
"anonymous": false,
|
|
26893
27213
|
"inputs": [
|
|
26894
27214
|
{
|
|
27215
|
+
"indexed": true,
|
|
26895
27216
|
"internalType": "address",
|
|
26896
|
-
"name": "
|
|
27217
|
+
"name": "contributor",
|
|
26897
27218
|
"type": "address"
|
|
26898
27219
|
},
|
|
26899
27220
|
{
|
|
27221
|
+
"indexed": false,
|
|
27222
|
+
"internalType": "uint256",
|
|
27223
|
+
"name": "newSpeed",
|
|
27224
|
+
"type": "uint256"
|
|
27225
|
+
}
|
|
27226
|
+
],
|
|
27227
|
+
"name": "ContributorRewardTokenSpeedUpdated",
|
|
27228
|
+
"type": "event"
|
|
27229
|
+
},
|
|
27230
|
+
{
|
|
27231
|
+
"anonymous": false,
|
|
27232
|
+
"inputs": [
|
|
27233
|
+
{
|
|
27234
|
+
"indexed": true,
|
|
26900
27235
|
"internalType": "address",
|
|
26901
|
-
"name": "
|
|
27236
|
+
"name": "contributor",
|
|
26902
27237
|
"type": "address"
|
|
26903
27238
|
},
|
|
26904
27239
|
{
|
|
27240
|
+
"indexed": false,
|
|
26905
27241
|
"internalType": "uint256",
|
|
26906
|
-
"name": "
|
|
27242
|
+
"name": "rewardAccrued",
|
|
26907
27243
|
"type": "uint256"
|
|
26908
27244
|
}
|
|
26909
27245
|
],
|
|
26910
|
-
"name": "
|
|
26911
|
-
"type": "
|
|
27246
|
+
"name": "ContributorRewardsUpdated",
|
|
27247
|
+
"type": "event"
|
|
26912
27248
|
},
|
|
26913
27249
|
{
|
|
27250
|
+
"anonymous": false,
|
|
26914
27251
|
"inputs": [
|
|
26915
27252
|
{
|
|
27253
|
+
"indexed": true,
|
|
27254
|
+
"internalType": "contract VToken",
|
|
27255
|
+
"name": "vToken",
|
|
27256
|
+
"type": "address"
|
|
27257
|
+
},
|
|
27258
|
+
{
|
|
27259
|
+
"indexed": true,
|
|
27260
|
+
"internalType": "address",
|
|
27261
|
+
"name": "borrower",
|
|
27262
|
+
"type": "address"
|
|
27263
|
+
},
|
|
27264
|
+
{
|
|
27265
|
+
"indexed": false,
|
|
26916
27266
|
"internalType": "uint256",
|
|
26917
|
-
"name": "
|
|
27267
|
+
"name": "rewardTokenDelta",
|
|
26918
27268
|
"type": "uint256"
|
|
26919
27269
|
},
|
|
26920
27270
|
{
|
|
27271
|
+
"indexed": false,
|
|
26921
27272
|
"internalType": "uint256",
|
|
26922
|
-
"name": "
|
|
27273
|
+
"name": "rewardTokenTotal",
|
|
27274
|
+
"type": "uint256"
|
|
27275
|
+
},
|
|
27276
|
+
{
|
|
27277
|
+
"indexed": false,
|
|
27278
|
+
"internalType": "uint256",
|
|
27279
|
+
"name": "rewardTokenBorrowIndex",
|
|
26923
27280
|
"type": "uint256"
|
|
26924
27281
|
}
|
|
26925
27282
|
],
|
|
26926
|
-
"name": "
|
|
26927
|
-
"type": "
|
|
27283
|
+
"name": "DistributedBorrowerRewardToken",
|
|
27284
|
+
"type": "event"
|
|
26928
27285
|
},
|
|
26929
27286
|
{
|
|
27287
|
+
"anonymous": false,
|
|
26930
27288
|
"inputs": [
|
|
26931
27289
|
{
|
|
27290
|
+
"indexed": true,
|
|
27291
|
+
"internalType": "contract VToken",
|
|
27292
|
+
"name": "vToken",
|
|
27293
|
+
"type": "address"
|
|
27294
|
+
},
|
|
27295
|
+
{
|
|
27296
|
+
"indexed": true,
|
|
27297
|
+
"internalType": "address",
|
|
27298
|
+
"name": "supplier",
|
|
27299
|
+
"type": "address"
|
|
27300
|
+
},
|
|
27301
|
+
{
|
|
27302
|
+
"indexed": false,
|
|
26932
27303
|
"internalType": "uint256",
|
|
26933
|
-
"name": "
|
|
27304
|
+
"name": "rewardTokenDelta",
|
|
27305
|
+
"type": "uint256"
|
|
27306
|
+
},
|
|
27307
|
+
{
|
|
27308
|
+
"indexed": false,
|
|
27309
|
+
"internalType": "uint256",
|
|
27310
|
+
"name": "rewardTokenTotal",
|
|
26934
27311
|
"type": "uint256"
|
|
26935
27312
|
},
|
|
26936
27313
|
{
|
|
27314
|
+
"indexed": false,
|
|
26937
27315
|
"internalType": "uint256",
|
|
26938
|
-
"name": "
|
|
27316
|
+
"name": "rewardTokenSupplyIndex",
|
|
26939
27317
|
"type": "uint256"
|
|
26940
27318
|
}
|
|
26941
27319
|
],
|
|
26942
|
-
"name": "
|
|
26943
|
-
"type": "
|
|
27320
|
+
"name": "DistributedSupplierRewardToken",
|
|
27321
|
+
"type": "event"
|
|
27322
|
+
},
|
|
27323
|
+
{
|
|
27324
|
+
"anonymous": false,
|
|
27325
|
+
"inputs": [
|
|
27326
|
+
{
|
|
27327
|
+
"indexed": false,
|
|
27328
|
+
"internalType": "uint8",
|
|
27329
|
+
"name": "version",
|
|
27330
|
+
"type": "uint8"
|
|
27331
|
+
}
|
|
27332
|
+
],
|
|
27333
|
+
"name": "Initialized",
|
|
27334
|
+
"type": "event"
|
|
26944
27335
|
},
|
|
26945
27336
|
{
|
|
27337
|
+
"anonymous": false,
|
|
26946
27338
|
"inputs": [
|
|
26947
27339
|
{
|
|
27340
|
+
"indexed": true,
|
|
26948
27341
|
"internalType": "address",
|
|
26949
27342
|
"name": "vToken",
|
|
26950
27343
|
"type": "address"
|
|
26951
27344
|
}
|
|
26952
27345
|
],
|
|
26953
|
-
"name": "
|
|
26954
|
-
"type": "
|
|
27346
|
+
"name": "MarketInitialized",
|
|
27347
|
+
"type": "event"
|
|
26955
27348
|
},
|
|
26956
27349
|
{
|
|
27350
|
+
"anonymous": false,
|
|
26957
27351
|
"inputs": [
|
|
26958
27352
|
{
|
|
26959
|
-
"
|
|
26960
|
-
"
|
|
26961
|
-
"
|
|
27353
|
+
"indexed": false,
|
|
27354
|
+
"internalType": "uint256",
|
|
27355
|
+
"name": "oldMaxLoopsLimit",
|
|
27356
|
+
"type": "uint256"
|
|
27357
|
+
},
|
|
27358
|
+
{
|
|
27359
|
+
"indexed": false,
|
|
27360
|
+
"internalType": "uint256",
|
|
27361
|
+
"name": "newmaxLoopsLimit",
|
|
27362
|
+
"type": "uint256"
|
|
26962
27363
|
}
|
|
26963
27364
|
],
|
|
26964
|
-
"name": "
|
|
26965
|
-
"type": "
|
|
27365
|
+
"name": "MaxLoopsLimitUpdated",
|
|
27366
|
+
"type": "event"
|
|
26966
27367
|
},
|
|
26967
27368
|
{
|
|
27369
|
+
"anonymous": false,
|
|
26968
27370
|
"inputs": [
|
|
26969
27371
|
{
|
|
27372
|
+
"indexed": false,
|
|
26970
27373
|
"internalType": "address",
|
|
26971
|
-
"name": "
|
|
27374
|
+
"name": "oldAccessControlManager",
|
|
26972
27375
|
"type": "address"
|
|
26973
27376
|
},
|
|
26974
27377
|
{
|
|
27378
|
+
"indexed": false,
|
|
26975
27379
|
"internalType": "address",
|
|
26976
|
-
"name": "
|
|
27380
|
+
"name": "newAccessControlManager",
|
|
26977
27381
|
"type": "address"
|
|
26978
27382
|
}
|
|
26979
27383
|
],
|
|
26980
|
-
"name": "
|
|
26981
|
-
"type": "
|
|
26982
|
-
},
|
|
26983
|
-
{
|
|
26984
|
-
"
|
|
26985
|
-
"
|
|
26986
|
-
|
|
27384
|
+
"name": "NewAccessControlManager",
|
|
27385
|
+
"type": "event"
|
|
27386
|
+
},
|
|
27387
|
+
{
|
|
27388
|
+
"anonymous": false,
|
|
27389
|
+
"inputs": [
|
|
27390
|
+
{
|
|
27391
|
+
"indexed": true,
|
|
27392
|
+
"internalType": "address",
|
|
27393
|
+
"name": "previousOwner",
|
|
27394
|
+
"type": "address"
|
|
27395
|
+
},
|
|
27396
|
+
{
|
|
27397
|
+
"indexed": true,
|
|
27398
|
+
"internalType": "address",
|
|
27399
|
+
"name": "newOwner",
|
|
27400
|
+
"type": "address"
|
|
27401
|
+
}
|
|
27402
|
+
],
|
|
27403
|
+
"name": "OwnershipTransferStarted",
|
|
27404
|
+
"type": "event"
|
|
27405
|
+
},
|
|
27406
|
+
{
|
|
27407
|
+
"anonymous": false,
|
|
27408
|
+
"inputs": [
|
|
27409
|
+
{
|
|
27410
|
+
"indexed": true,
|
|
27411
|
+
"internalType": "address",
|
|
27412
|
+
"name": "previousOwner",
|
|
27413
|
+
"type": "address"
|
|
27414
|
+
},
|
|
27415
|
+
{
|
|
27416
|
+
"indexed": true,
|
|
27417
|
+
"internalType": "address",
|
|
27418
|
+
"name": "newOwner",
|
|
27419
|
+
"type": "address"
|
|
27420
|
+
}
|
|
27421
|
+
],
|
|
27422
|
+
"name": "OwnershipTransferred",
|
|
27423
|
+
"type": "event"
|
|
27424
|
+
},
|
|
27425
|
+
{
|
|
27426
|
+
"anonymous": false,
|
|
27427
|
+
"inputs": [
|
|
27428
|
+
{
|
|
27429
|
+
"indexed": true,
|
|
27430
|
+
"internalType": "address",
|
|
27431
|
+
"name": "vToken",
|
|
27432
|
+
"type": "address"
|
|
27433
|
+
},
|
|
27434
|
+
{
|
|
27435
|
+
"components": [
|
|
27436
|
+
{
|
|
27437
|
+
"internalType": "uint256",
|
|
27438
|
+
"name": "mantissa",
|
|
27439
|
+
"type": "uint256"
|
|
27440
|
+
}
|
|
27441
|
+
],
|
|
27442
|
+
"indexed": false,
|
|
27443
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
27444
|
+
"name": "marketBorrowIndex",
|
|
27445
|
+
"type": "tuple"
|
|
27446
|
+
}
|
|
27447
|
+
],
|
|
27448
|
+
"name": "RewardTokenBorrowIndexUpdated",
|
|
27449
|
+
"type": "event"
|
|
27450
|
+
},
|
|
27451
|
+
{
|
|
27452
|
+
"anonymous": false,
|
|
27453
|
+
"inputs": [
|
|
27454
|
+
{
|
|
27455
|
+
"indexed": true,
|
|
27456
|
+
"internalType": "contract VToken",
|
|
27457
|
+
"name": "vToken",
|
|
27458
|
+
"type": "address"
|
|
27459
|
+
},
|
|
27460
|
+
{
|
|
27461
|
+
"indexed": false,
|
|
27462
|
+
"internalType": "uint256",
|
|
27463
|
+
"name": "newSpeed",
|
|
27464
|
+
"type": "uint256"
|
|
27465
|
+
}
|
|
27466
|
+
],
|
|
27467
|
+
"name": "RewardTokenBorrowSpeedUpdated",
|
|
27468
|
+
"type": "event"
|
|
27469
|
+
},
|
|
27470
|
+
{
|
|
27471
|
+
"anonymous": false,
|
|
27472
|
+
"inputs": [
|
|
27473
|
+
{
|
|
27474
|
+
"indexed": true,
|
|
27475
|
+
"internalType": "address",
|
|
27476
|
+
"name": "recipient",
|
|
27477
|
+
"type": "address"
|
|
27478
|
+
},
|
|
27479
|
+
{
|
|
27480
|
+
"indexed": false,
|
|
27481
|
+
"internalType": "uint256",
|
|
27482
|
+
"name": "amount",
|
|
27483
|
+
"type": "uint256"
|
|
27484
|
+
}
|
|
27485
|
+
],
|
|
27486
|
+
"name": "RewardTokenGranted",
|
|
27487
|
+
"type": "event"
|
|
27488
|
+
},
|
|
27489
|
+
{
|
|
27490
|
+
"anonymous": false,
|
|
27491
|
+
"inputs": [
|
|
27492
|
+
{
|
|
27493
|
+
"indexed": true,
|
|
27494
|
+
"internalType": "address",
|
|
27495
|
+
"name": "vToken",
|
|
27496
|
+
"type": "address"
|
|
27497
|
+
}
|
|
27498
|
+
],
|
|
27499
|
+
"name": "RewardTokenSupplyIndexUpdated",
|
|
27500
|
+
"type": "event"
|
|
27501
|
+
},
|
|
27502
|
+
{
|
|
27503
|
+
"anonymous": false,
|
|
27504
|
+
"inputs": [
|
|
27505
|
+
{
|
|
27506
|
+
"indexed": true,
|
|
27507
|
+
"internalType": "contract VToken",
|
|
27508
|
+
"name": "vToken",
|
|
27509
|
+
"type": "address"
|
|
27510
|
+
},
|
|
27511
|
+
{
|
|
27512
|
+
"indexed": false,
|
|
27513
|
+
"internalType": "uint256",
|
|
27514
|
+
"name": "newSpeed",
|
|
27515
|
+
"type": "uint256"
|
|
27516
|
+
}
|
|
27517
|
+
],
|
|
27518
|
+
"name": "RewardTokenSupplySpeedUpdated",
|
|
27519
|
+
"type": "event"
|
|
27520
|
+
},
|
|
27521
|
+
{
|
|
27522
|
+
"anonymous": false,
|
|
27523
|
+
"inputs": [
|
|
27524
|
+
{
|
|
27525
|
+
"indexed": true,
|
|
27526
|
+
"internalType": "address",
|
|
27527
|
+
"name": "vToken",
|
|
27528
|
+
"type": "address"
|
|
27529
|
+
},
|
|
27530
|
+
{
|
|
27531
|
+
"indexed": false,
|
|
27532
|
+
"internalType": "uint32",
|
|
27533
|
+
"name": "newBlock",
|
|
27534
|
+
"type": "uint32"
|
|
27535
|
+
}
|
|
27536
|
+
],
|
|
27537
|
+
"name": "SupplyLastRewardingBlockUpdated",
|
|
27538
|
+
"type": "event"
|
|
27539
|
+
},
|
|
27540
|
+
{
|
|
27541
|
+
"inputs": [],
|
|
27542
|
+
"name": "INITIAL_INDEX",
|
|
27543
|
+
"outputs": [
|
|
27544
|
+
{
|
|
27545
|
+
"internalType": "uint224",
|
|
27546
|
+
"name": "",
|
|
27547
|
+
"type": "uint224"
|
|
27548
|
+
}
|
|
27549
|
+
],
|
|
27550
|
+
"stateMutability": "view",
|
|
27551
|
+
"type": "function"
|
|
27552
|
+
},
|
|
27553
|
+
{
|
|
27554
|
+
"inputs": [],
|
|
27555
|
+
"name": "acceptOwnership",
|
|
27556
|
+
"outputs": [],
|
|
27557
|
+
"stateMutability": "nonpayable",
|
|
27558
|
+
"type": "function"
|
|
27559
|
+
},
|
|
27560
|
+
{
|
|
27561
|
+
"inputs": [],
|
|
27562
|
+
"name": "accessControlManager",
|
|
27563
|
+
"outputs": [
|
|
27564
|
+
{
|
|
27565
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
27566
|
+
"name": "",
|
|
27567
|
+
"type": "address"
|
|
27568
|
+
}
|
|
27569
|
+
],
|
|
27570
|
+
"stateMutability": "view",
|
|
27571
|
+
"type": "function"
|
|
27572
|
+
},
|
|
27573
|
+
{
|
|
27574
|
+
"inputs": [
|
|
27575
|
+
{
|
|
27576
|
+
"internalType": "address",
|
|
27577
|
+
"name": "holder",
|
|
27578
|
+
"type": "address"
|
|
27579
|
+
},
|
|
27580
|
+
{
|
|
27581
|
+
"internalType": "contract VToken[]",
|
|
27582
|
+
"name": "vTokens",
|
|
27583
|
+
"type": "address[]"
|
|
27584
|
+
}
|
|
27585
|
+
],
|
|
27586
|
+
"name": "claimRewardToken",
|
|
27587
|
+
"outputs": [],
|
|
27588
|
+
"stateMutability": "nonpayable",
|
|
27589
|
+
"type": "function"
|
|
27590
|
+
},
|
|
27591
|
+
{
|
|
27592
|
+
"inputs": [
|
|
27593
|
+
{
|
|
27594
|
+
"internalType": "address",
|
|
27595
|
+
"name": "holder",
|
|
27596
|
+
"type": "address"
|
|
27597
|
+
}
|
|
27598
|
+
],
|
|
27599
|
+
"name": "claimRewardToken",
|
|
27600
|
+
"outputs": [],
|
|
27601
|
+
"stateMutability": "nonpayable",
|
|
27602
|
+
"type": "function"
|
|
27603
|
+
},
|
|
27604
|
+
{
|
|
27605
|
+
"inputs": [
|
|
27606
|
+
{
|
|
27607
|
+
"internalType": "address",
|
|
27608
|
+
"name": "vToken",
|
|
27609
|
+
"type": "address"
|
|
27610
|
+
},
|
|
27611
|
+
{
|
|
27612
|
+
"internalType": "address",
|
|
27613
|
+
"name": "borrower",
|
|
27614
|
+
"type": "address"
|
|
27615
|
+
},
|
|
27616
|
+
{
|
|
27617
|
+
"components": [
|
|
27618
|
+
{
|
|
27619
|
+
"internalType": "uint256",
|
|
27620
|
+
"name": "mantissa",
|
|
27621
|
+
"type": "uint256"
|
|
27622
|
+
}
|
|
27623
|
+
],
|
|
27624
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
27625
|
+
"name": "marketBorrowIndex",
|
|
27626
|
+
"type": "tuple"
|
|
27627
|
+
}
|
|
27628
|
+
],
|
|
27629
|
+
"name": "distributeBorrowerRewardToken",
|
|
27630
|
+
"outputs": [],
|
|
27631
|
+
"stateMutability": "nonpayable",
|
|
27632
|
+
"type": "function"
|
|
27633
|
+
},
|
|
27634
|
+
{
|
|
27635
|
+
"inputs": [
|
|
27636
|
+
{
|
|
27637
|
+
"internalType": "address",
|
|
27638
|
+
"name": "vToken",
|
|
27639
|
+
"type": "address"
|
|
27640
|
+
},
|
|
27641
|
+
{
|
|
27642
|
+
"internalType": "address",
|
|
27643
|
+
"name": "supplier",
|
|
27644
|
+
"type": "address"
|
|
27645
|
+
}
|
|
27646
|
+
],
|
|
27647
|
+
"name": "distributeSupplierRewardToken",
|
|
27648
|
+
"outputs": [],
|
|
27649
|
+
"stateMutability": "nonpayable",
|
|
27650
|
+
"type": "function"
|
|
27651
|
+
},
|
|
27652
|
+
{
|
|
27653
|
+
"inputs": [],
|
|
27654
|
+
"name": "getBlockNumber",
|
|
27655
|
+
"outputs": [
|
|
27656
|
+
{
|
|
27657
|
+
"internalType": "uint256",
|
|
27658
|
+
"name": "",
|
|
27659
|
+
"type": "uint256"
|
|
27660
|
+
}
|
|
27661
|
+
],
|
|
27662
|
+
"stateMutability": "view",
|
|
27663
|
+
"type": "function"
|
|
27664
|
+
},
|
|
27665
|
+
{
|
|
27666
|
+
"inputs": [
|
|
27667
|
+
{
|
|
27668
|
+
"internalType": "address",
|
|
27669
|
+
"name": "recipient",
|
|
27670
|
+
"type": "address"
|
|
27671
|
+
},
|
|
27672
|
+
{
|
|
27673
|
+
"internalType": "uint256",
|
|
27674
|
+
"name": "amount",
|
|
27675
|
+
"type": "uint256"
|
|
27676
|
+
}
|
|
27677
|
+
],
|
|
27678
|
+
"name": "grantRewardToken",
|
|
27679
|
+
"outputs": [],
|
|
27680
|
+
"stateMutability": "nonpayable",
|
|
27681
|
+
"type": "function"
|
|
27682
|
+
},
|
|
27683
|
+
{
|
|
27684
|
+
"inputs": [
|
|
27685
|
+
{
|
|
27686
|
+
"internalType": "contract Comptroller",
|
|
27687
|
+
"name": "comptroller_",
|
|
27688
|
+
"type": "address"
|
|
27689
|
+
},
|
|
27690
|
+
{
|
|
27691
|
+
"internalType": "contract IERC20Upgradeable",
|
|
27692
|
+
"name": "rewardToken_",
|
|
27693
|
+
"type": "address"
|
|
27694
|
+
},
|
|
27695
|
+
{
|
|
27696
|
+
"internalType": "uint256",
|
|
27697
|
+
"name": "loopsLimit_",
|
|
27698
|
+
"type": "uint256"
|
|
27699
|
+
},
|
|
27700
|
+
{
|
|
27701
|
+
"internalType": "address",
|
|
27702
|
+
"name": "accessControlManager_",
|
|
27703
|
+
"type": "address"
|
|
27704
|
+
}
|
|
27705
|
+
],
|
|
27706
|
+
"name": "initialize",
|
|
27707
|
+
"outputs": [],
|
|
27708
|
+
"stateMutability": "nonpayable",
|
|
27709
|
+
"type": "function"
|
|
27710
|
+
},
|
|
27711
|
+
{
|
|
27712
|
+
"inputs": [
|
|
27713
|
+
{
|
|
27714
|
+
"internalType": "address",
|
|
27715
|
+
"name": "vToken",
|
|
27716
|
+
"type": "address"
|
|
27717
|
+
}
|
|
27718
|
+
],
|
|
27719
|
+
"name": "initializeMarket",
|
|
27720
|
+
"outputs": [],
|
|
27721
|
+
"stateMutability": "nonpayable",
|
|
27722
|
+
"type": "function"
|
|
27723
|
+
},
|
|
27724
|
+
{
|
|
27725
|
+
"inputs": [
|
|
27726
|
+
{
|
|
27727
|
+
"internalType": "address",
|
|
27728
|
+
"name": "",
|
|
27729
|
+
"type": "address"
|
|
27730
|
+
}
|
|
27731
|
+
],
|
|
27732
|
+
"name": "lastContributorBlock",
|
|
27733
|
+
"outputs": [
|
|
27734
|
+
{
|
|
27735
|
+
"internalType": "uint256",
|
|
27736
|
+
"name": "",
|
|
27737
|
+
"type": "uint256"
|
|
27738
|
+
}
|
|
27739
|
+
],
|
|
27740
|
+
"stateMutability": "view",
|
|
27741
|
+
"type": "function"
|
|
27742
|
+
},
|
|
27743
|
+
{
|
|
27744
|
+
"inputs": [],
|
|
27745
|
+
"name": "maxLoopsLimit",
|
|
27746
|
+
"outputs": [
|
|
27747
|
+
{
|
|
27748
|
+
"internalType": "uint256",
|
|
27749
|
+
"name": "",
|
|
27750
|
+
"type": "uint256"
|
|
27751
|
+
}
|
|
27752
|
+
],
|
|
27753
|
+
"stateMutability": "view",
|
|
27754
|
+
"type": "function"
|
|
27755
|
+
},
|
|
27756
|
+
{
|
|
27757
|
+
"inputs": [],
|
|
27758
|
+
"name": "owner",
|
|
27759
|
+
"outputs": [
|
|
27760
|
+
{
|
|
27761
|
+
"internalType": "address",
|
|
27762
|
+
"name": "",
|
|
27763
|
+
"type": "address"
|
|
27764
|
+
}
|
|
27765
|
+
],
|
|
27766
|
+
"stateMutability": "view",
|
|
27767
|
+
"type": "function"
|
|
27768
|
+
},
|
|
27769
|
+
{
|
|
27770
|
+
"inputs": [],
|
|
27771
|
+
"name": "pendingOwner",
|
|
27772
|
+
"outputs": [
|
|
27773
|
+
{
|
|
27774
|
+
"internalType": "address",
|
|
27775
|
+
"name": "",
|
|
27776
|
+
"type": "address"
|
|
27777
|
+
}
|
|
27778
|
+
],
|
|
27779
|
+
"stateMutability": "view",
|
|
27780
|
+
"type": "function"
|
|
27781
|
+
},
|
|
27782
|
+
{
|
|
27783
|
+
"inputs": [],
|
|
27784
|
+
"name": "renounceOwnership",
|
|
27785
|
+
"outputs": [],
|
|
27786
|
+
"stateMutability": "nonpayable",
|
|
27787
|
+
"type": "function"
|
|
27788
|
+
},
|
|
27789
|
+
{
|
|
27790
|
+
"inputs": [],
|
|
27791
|
+
"name": "rewardToken",
|
|
27792
|
+
"outputs": [
|
|
27793
|
+
{
|
|
27794
|
+
"internalType": "contract IERC20Upgradeable",
|
|
27795
|
+
"name": "",
|
|
27796
|
+
"type": "address"
|
|
27797
|
+
}
|
|
27798
|
+
],
|
|
27799
|
+
"stateMutability": "view",
|
|
27800
|
+
"type": "function"
|
|
27801
|
+
},
|
|
27802
|
+
{
|
|
27803
|
+
"inputs": [
|
|
27804
|
+
{
|
|
27805
|
+
"internalType": "address",
|
|
27806
|
+
"name": "",
|
|
27807
|
+
"type": "address"
|
|
27808
|
+
}
|
|
27809
|
+
],
|
|
27810
|
+
"name": "rewardTokenAccrued",
|
|
27811
|
+
"outputs": [
|
|
27812
|
+
{
|
|
27813
|
+
"internalType": "uint256",
|
|
27814
|
+
"name": "",
|
|
27815
|
+
"type": "uint256"
|
|
27816
|
+
}
|
|
27817
|
+
],
|
|
27818
|
+
"stateMutability": "view",
|
|
27819
|
+
"type": "function"
|
|
27820
|
+
},
|
|
27821
|
+
{
|
|
27822
|
+
"inputs": [
|
|
27823
|
+
{
|
|
27824
|
+
"internalType": "address",
|
|
27825
|
+
"name": "",
|
|
27826
|
+
"type": "address"
|
|
27827
|
+
}
|
|
27828
|
+
],
|
|
27829
|
+
"name": "rewardTokenBorrowSpeeds",
|
|
27830
|
+
"outputs": [
|
|
27831
|
+
{
|
|
27832
|
+
"internalType": "uint256",
|
|
27833
|
+
"name": "",
|
|
27834
|
+
"type": "uint256"
|
|
27835
|
+
}
|
|
27836
|
+
],
|
|
27837
|
+
"stateMutability": "view",
|
|
27838
|
+
"type": "function"
|
|
27839
|
+
},
|
|
27840
|
+
{
|
|
27841
|
+
"inputs": [
|
|
27842
|
+
{
|
|
27843
|
+
"internalType": "address",
|
|
27844
|
+
"name": "",
|
|
27845
|
+
"type": "address"
|
|
27846
|
+
}
|
|
27847
|
+
],
|
|
27848
|
+
"name": "rewardTokenBorrowState",
|
|
27849
|
+
"outputs": [
|
|
27850
|
+
{
|
|
27851
|
+
"internalType": "uint224",
|
|
27852
|
+
"name": "index",
|
|
27853
|
+
"type": "uint224"
|
|
27854
|
+
},
|
|
27855
|
+
{
|
|
27856
|
+
"internalType": "uint32",
|
|
27857
|
+
"name": "block",
|
|
27858
|
+
"type": "uint32"
|
|
27859
|
+
},
|
|
27860
|
+
{
|
|
27861
|
+
"internalType": "uint32",
|
|
27862
|
+
"name": "lastRewardingBlock",
|
|
27863
|
+
"type": "uint32"
|
|
27864
|
+
}
|
|
27865
|
+
],
|
|
27866
|
+
"stateMutability": "view",
|
|
27867
|
+
"type": "function"
|
|
27868
|
+
},
|
|
27869
|
+
{
|
|
27870
|
+
"inputs": [
|
|
27871
|
+
{
|
|
27872
|
+
"internalType": "address",
|
|
27873
|
+
"name": "",
|
|
27874
|
+
"type": "address"
|
|
27875
|
+
},
|
|
27876
|
+
{
|
|
27877
|
+
"internalType": "address",
|
|
27878
|
+
"name": "",
|
|
27879
|
+
"type": "address"
|
|
27880
|
+
}
|
|
27881
|
+
],
|
|
27882
|
+
"name": "rewardTokenBorrowerIndex",
|
|
27883
|
+
"outputs": [
|
|
27884
|
+
{
|
|
27885
|
+
"internalType": "uint256",
|
|
27886
|
+
"name": "",
|
|
27887
|
+
"type": "uint256"
|
|
27888
|
+
}
|
|
27889
|
+
],
|
|
27890
|
+
"stateMutability": "view",
|
|
27891
|
+
"type": "function"
|
|
27892
|
+
},
|
|
27893
|
+
{
|
|
27894
|
+
"inputs": [
|
|
27895
|
+
{
|
|
27896
|
+
"internalType": "address",
|
|
27897
|
+
"name": "",
|
|
27898
|
+
"type": "address"
|
|
27899
|
+
}
|
|
27900
|
+
],
|
|
27901
|
+
"name": "rewardTokenContributorSpeeds",
|
|
27902
|
+
"outputs": [
|
|
27903
|
+
{
|
|
27904
|
+
"internalType": "uint256",
|
|
27905
|
+
"name": "",
|
|
27906
|
+
"type": "uint256"
|
|
27907
|
+
}
|
|
27908
|
+
],
|
|
27909
|
+
"stateMutability": "view",
|
|
27910
|
+
"type": "function"
|
|
27911
|
+
},
|
|
27912
|
+
{
|
|
27913
|
+
"inputs": [
|
|
27914
|
+
{
|
|
27915
|
+
"internalType": "address",
|
|
27916
|
+
"name": "",
|
|
27917
|
+
"type": "address"
|
|
27918
|
+
},
|
|
27919
|
+
{
|
|
27920
|
+
"internalType": "address",
|
|
27921
|
+
"name": "",
|
|
27922
|
+
"type": "address"
|
|
27923
|
+
}
|
|
27924
|
+
],
|
|
27925
|
+
"name": "rewardTokenSupplierIndex",
|
|
27926
|
+
"outputs": [
|
|
27927
|
+
{
|
|
27928
|
+
"internalType": "uint256",
|
|
27929
|
+
"name": "",
|
|
27930
|
+
"type": "uint256"
|
|
27931
|
+
}
|
|
27932
|
+
],
|
|
27933
|
+
"stateMutability": "view",
|
|
27934
|
+
"type": "function"
|
|
27935
|
+
},
|
|
27936
|
+
{
|
|
27937
|
+
"inputs": [
|
|
27938
|
+
{
|
|
27939
|
+
"internalType": "address",
|
|
27940
|
+
"name": "",
|
|
27941
|
+
"type": "address"
|
|
27942
|
+
}
|
|
27943
|
+
],
|
|
27944
|
+
"name": "rewardTokenSupplySpeeds",
|
|
27945
|
+
"outputs": [
|
|
27946
|
+
{
|
|
27947
|
+
"internalType": "uint256",
|
|
27948
|
+
"name": "",
|
|
27949
|
+
"type": "uint256"
|
|
27950
|
+
}
|
|
27951
|
+
],
|
|
27952
|
+
"stateMutability": "view",
|
|
27953
|
+
"type": "function"
|
|
27954
|
+
},
|
|
27955
|
+
{
|
|
27956
|
+
"inputs": [
|
|
27957
|
+
{
|
|
27958
|
+
"internalType": "address",
|
|
27959
|
+
"name": "",
|
|
27960
|
+
"type": "address"
|
|
27961
|
+
}
|
|
27962
|
+
],
|
|
27963
|
+
"name": "rewardTokenSupplyState",
|
|
27964
|
+
"outputs": [
|
|
27965
|
+
{
|
|
27966
|
+
"internalType": "uint224",
|
|
27967
|
+
"name": "index",
|
|
27968
|
+
"type": "uint224"
|
|
27969
|
+
},
|
|
27970
|
+
{
|
|
27971
|
+
"internalType": "uint32",
|
|
27972
|
+
"name": "block",
|
|
27973
|
+
"type": "uint32"
|
|
27974
|
+
},
|
|
27975
|
+
{
|
|
27976
|
+
"internalType": "uint32",
|
|
27977
|
+
"name": "lastRewardingBlock",
|
|
27978
|
+
"type": "uint32"
|
|
27979
|
+
}
|
|
27980
|
+
],
|
|
27981
|
+
"stateMutability": "view",
|
|
27982
|
+
"type": "function"
|
|
27983
|
+
},
|
|
27984
|
+
{
|
|
27985
|
+
"inputs": [
|
|
27986
|
+
{
|
|
27987
|
+
"internalType": "address",
|
|
27988
|
+
"name": "accessControlManager_",
|
|
27989
|
+
"type": "address"
|
|
27990
|
+
}
|
|
27991
|
+
],
|
|
27992
|
+
"name": "setAccessControlManager",
|
|
27993
|
+
"outputs": [],
|
|
27994
|
+
"stateMutability": "nonpayable",
|
|
27995
|
+
"type": "function"
|
|
27996
|
+
},
|
|
27997
|
+
{
|
|
27998
|
+
"inputs": [
|
|
27999
|
+
{
|
|
28000
|
+
"internalType": "address",
|
|
28001
|
+
"name": "contributor",
|
|
28002
|
+
"type": "address"
|
|
28003
|
+
},
|
|
28004
|
+
{
|
|
28005
|
+
"internalType": "uint256",
|
|
28006
|
+
"name": "rewardTokenSpeed",
|
|
28007
|
+
"type": "uint256"
|
|
28008
|
+
}
|
|
28009
|
+
],
|
|
28010
|
+
"name": "setContributorRewardTokenSpeed",
|
|
28011
|
+
"outputs": [],
|
|
28012
|
+
"stateMutability": "nonpayable",
|
|
28013
|
+
"type": "function"
|
|
28014
|
+
},
|
|
28015
|
+
{
|
|
28016
|
+
"inputs": [
|
|
28017
|
+
{
|
|
28018
|
+
"internalType": "contract VToken[]",
|
|
28019
|
+
"name": "vTokens",
|
|
28020
|
+
"type": "address[]"
|
|
28021
|
+
},
|
|
28022
|
+
{
|
|
28023
|
+
"internalType": "uint32[]",
|
|
28024
|
+
"name": "supplyLastRewardingBlocks",
|
|
28025
|
+
"type": "uint32[]"
|
|
28026
|
+
},
|
|
28027
|
+
{
|
|
28028
|
+
"internalType": "uint32[]",
|
|
28029
|
+
"name": "borrowLastRewardingBlocks",
|
|
28030
|
+
"type": "uint32[]"
|
|
28031
|
+
}
|
|
28032
|
+
],
|
|
28033
|
+
"name": "setLastRewardingBlocks",
|
|
28034
|
+
"outputs": [],
|
|
28035
|
+
"stateMutability": "nonpayable",
|
|
28036
|
+
"type": "function"
|
|
28037
|
+
},
|
|
28038
|
+
{
|
|
28039
|
+
"inputs": [
|
|
28040
|
+
{
|
|
28041
|
+
"internalType": "uint256",
|
|
28042
|
+
"name": "limit",
|
|
28043
|
+
"type": "uint256"
|
|
28044
|
+
}
|
|
28045
|
+
],
|
|
28046
|
+
"name": "setMaxLoopsLimit",
|
|
28047
|
+
"outputs": [],
|
|
28048
|
+
"stateMutability": "nonpayable",
|
|
28049
|
+
"type": "function"
|
|
28050
|
+
},
|
|
28051
|
+
{
|
|
28052
|
+
"inputs": [
|
|
28053
|
+
{
|
|
28054
|
+
"internalType": "contract VToken[]",
|
|
28055
|
+
"name": "vTokens",
|
|
28056
|
+
"type": "address[]"
|
|
28057
|
+
},
|
|
28058
|
+
{
|
|
28059
|
+
"internalType": "uint256[]",
|
|
28060
|
+
"name": "supplySpeeds",
|
|
28061
|
+
"type": "uint256[]"
|
|
28062
|
+
},
|
|
28063
|
+
{
|
|
28064
|
+
"internalType": "uint256[]",
|
|
28065
|
+
"name": "borrowSpeeds",
|
|
28066
|
+
"type": "uint256[]"
|
|
28067
|
+
}
|
|
28068
|
+
],
|
|
28069
|
+
"name": "setRewardTokenSpeeds",
|
|
28070
|
+
"outputs": [],
|
|
28071
|
+
"stateMutability": "nonpayable",
|
|
28072
|
+
"type": "function"
|
|
28073
|
+
},
|
|
28074
|
+
{
|
|
28075
|
+
"inputs": [
|
|
28076
|
+
{
|
|
28077
|
+
"internalType": "address",
|
|
28078
|
+
"name": "newOwner",
|
|
28079
|
+
"type": "address"
|
|
28080
|
+
}
|
|
28081
|
+
],
|
|
28082
|
+
"name": "transferOwnership",
|
|
28083
|
+
"outputs": [],
|
|
28084
|
+
"stateMutability": "nonpayable",
|
|
28085
|
+
"type": "function"
|
|
28086
|
+
},
|
|
28087
|
+
{
|
|
28088
|
+
"inputs": [
|
|
28089
|
+
{
|
|
28090
|
+
"internalType": "address",
|
|
28091
|
+
"name": "contributor",
|
|
28092
|
+
"type": "address"
|
|
28093
|
+
}
|
|
28094
|
+
],
|
|
28095
|
+
"name": "updateContributorRewards",
|
|
28096
|
+
"outputs": [],
|
|
28097
|
+
"stateMutability": "nonpayable",
|
|
28098
|
+
"type": "function"
|
|
28099
|
+
},
|
|
28100
|
+
{
|
|
28101
|
+
"inputs": [
|
|
28102
|
+
{
|
|
28103
|
+
"internalType": "address",
|
|
28104
|
+
"name": "vToken",
|
|
28105
|
+
"type": "address"
|
|
28106
|
+
},
|
|
28107
|
+
{
|
|
28108
|
+
"components": [
|
|
28109
|
+
{
|
|
28110
|
+
"internalType": "uint256",
|
|
28111
|
+
"name": "mantissa",
|
|
28112
|
+
"type": "uint256"
|
|
28113
|
+
}
|
|
28114
|
+
],
|
|
28115
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
28116
|
+
"name": "marketBorrowIndex",
|
|
28117
|
+
"type": "tuple"
|
|
28118
|
+
}
|
|
28119
|
+
],
|
|
28120
|
+
"name": "updateRewardTokenBorrowIndex",
|
|
28121
|
+
"outputs": [],
|
|
28122
|
+
"stateMutability": "nonpayable",
|
|
28123
|
+
"type": "function"
|
|
28124
|
+
},
|
|
28125
|
+
{
|
|
28126
|
+
"inputs": [
|
|
28127
|
+
{
|
|
28128
|
+
"internalType": "address",
|
|
28129
|
+
"name": "vToken",
|
|
28130
|
+
"type": "address"
|
|
28131
|
+
}
|
|
28132
|
+
],
|
|
28133
|
+
"name": "updateRewardTokenSupplyIndex",
|
|
28134
|
+
"outputs": [],
|
|
28135
|
+
"stateMutability": "nonpayable",
|
|
28136
|
+
"type": "function"
|
|
28137
|
+
},
|
|
28138
|
+
{
|
|
28139
|
+
"inputs": [
|
|
28140
|
+
{
|
|
28141
|
+
"internalType": "address",
|
|
28142
|
+
"name": "_logic",
|
|
28143
|
+
"type": "address"
|
|
28144
|
+
},
|
|
28145
|
+
{
|
|
28146
|
+
"internalType": "address",
|
|
28147
|
+
"name": "admin_",
|
|
28148
|
+
"type": "address"
|
|
28149
|
+
},
|
|
28150
|
+
{
|
|
28151
|
+
"internalType": "bytes",
|
|
28152
|
+
"name": "_data",
|
|
28153
|
+
"type": "bytes"
|
|
28154
|
+
}
|
|
28155
|
+
],
|
|
28156
|
+
"stateMutability": "payable",
|
|
28157
|
+
"type": "constructor"
|
|
28158
|
+
}
|
|
28159
|
+
]
|
|
28160
|
+
},
|
|
28161
|
+
"RewardsDistributor_stkBNB_LiquidStakedBNB_Proxy": {
|
|
28162
|
+
"address": "0x72c770A1E73Ad9ccD5249fC5536346f95345Fe2c",
|
|
28163
|
+
"abi": [
|
|
28164
|
+
{
|
|
28165
|
+
"inputs": [
|
|
28166
|
+
{
|
|
28167
|
+
"internalType": "address",
|
|
28168
|
+
"name": "_logic",
|
|
28169
|
+
"type": "address"
|
|
28170
|
+
},
|
|
28171
|
+
{
|
|
28172
|
+
"internalType": "address",
|
|
28173
|
+
"name": "admin_",
|
|
28174
|
+
"type": "address"
|
|
28175
|
+
},
|
|
28176
|
+
{
|
|
28177
|
+
"internalType": "bytes",
|
|
28178
|
+
"name": "_data",
|
|
28179
|
+
"type": "bytes"
|
|
28180
|
+
}
|
|
28181
|
+
],
|
|
28182
|
+
"stateMutability": "payable",
|
|
28183
|
+
"type": "constructor"
|
|
28184
|
+
},
|
|
28185
|
+
{
|
|
28186
|
+
"anonymous": false,
|
|
28187
|
+
"inputs": [
|
|
28188
|
+
{
|
|
28189
|
+
"indexed": false,
|
|
28190
|
+
"internalType": "address",
|
|
28191
|
+
"name": "previousAdmin",
|
|
28192
|
+
"type": "address"
|
|
28193
|
+
},
|
|
28194
|
+
{
|
|
28195
|
+
"indexed": false,
|
|
28196
|
+
"internalType": "address",
|
|
28197
|
+
"name": "newAdmin",
|
|
28198
|
+
"type": "address"
|
|
28199
|
+
}
|
|
28200
|
+
],
|
|
28201
|
+
"name": "AdminChanged",
|
|
28202
|
+
"type": "event"
|
|
28203
|
+
},
|
|
28204
|
+
{
|
|
28205
|
+
"anonymous": false,
|
|
28206
|
+
"inputs": [
|
|
28207
|
+
{
|
|
28208
|
+
"indexed": true,
|
|
28209
|
+
"internalType": "address",
|
|
28210
|
+
"name": "beacon",
|
|
28211
|
+
"type": "address"
|
|
28212
|
+
}
|
|
28213
|
+
],
|
|
28214
|
+
"name": "BeaconUpgraded",
|
|
28215
|
+
"type": "event"
|
|
28216
|
+
},
|
|
28217
|
+
{
|
|
28218
|
+
"anonymous": false,
|
|
28219
|
+
"inputs": [
|
|
28220
|
+
{
|
|
28221
|
+
"indexed": true,
|
|
28222
|
+
"internalType": "address",
|
|
28223
|
+
"name": "implementation",
|
|
28224
|
+
"type": "address"
|
|
28225
|
+
}
|
|
28226
|
+
],
|
|
28227
|
+
"name": "Upgraded",
|
|
28228
|
+
"type": "event"
|
|
28229
|
+
},
|
|
28230
|
+
{
|
|
28231
|
+
"stateMutability": "payable",
|
|
28232
|
+
"type": "fallback"
|
|
28233
|
+
},
|
|
28234
|
+
{
|
|
28235
|
+
"inputs": [],
|
|
28236
|
+
"name": "admin",
|
|
28237
|
+
"outputs": [
|
|
28238
|
+
{
|
|
28239
|
+
"internalType": "address",
|
|
28240
|
+
"name": "admin_",
|
|
28241
|
+
"type": "address"
|
|
28242
|
+
}
|
|
28243
|
+
],
|
|
28244
|
+
"stateMutability": "nonpayable",
|
|
28245
|
+
"type": "function"
|
|
28246
|
+
},
|
|
28247
|
+
{
|
|
28248
|
+
"inputs": [
|
|
28249
|
+
{
|
|
28250
|
+
"internalType": "address",
|
|
28251
|
+
"name": "newAdmin",
|
|
28252
|
+
"type": "address"
|
|
28253
|
+
}
|
|
28254
|
+
],
|
|
28255
|
+
"name": "changeAdmin",
|
|
28256
|
+
"outputs": [],
|
|
28257
|
+
"stateMutability": "nonpayable",
|
|
28258
|
+
"type": "function"
|
|
28259
|
+
},
|
|
28260
|
+
{
|
|
28261
|
+
"inputs": [],
|
|
28262
|
+
"name": "implementation",
|
|
28263
|
+
"outputs": [
|
|
28264
|
+
{
|
|
28265
|
+
"internalType": "address",
|
|
28266
|
+
"name": "implementation_",
|
|
28267
|
+
"type": "address"
|
|
28268
|
+
}
|
|
28269
|
+
],
|
|
28270
|
+
"stateMutability": "nonpayable",
|
|
28271
|
+
"type": "function"
|
|
28272
|
+
},
|
|
28273
|
+
{
|
|
28274
|
+
"inputs": [
|
|
28275
|
+
{
|
|
28276
|
+
"internalType": "address",
|
|
28277
|
+
"name": "newImplementation",
|
|
28278
|
+
"type": "address"
|
|
28279
|
+
}
|
|
28280
|
+
],
|
|
28281
|
+
"name": "upgradeTo",
|
|
28282
|
+
"outputs": [],
|
|
28283
|
+
"stateMutability": "nonpayable",
|
|
28284
|
+
"type": "function"
|
|
28285
|
+
},
|
|
28286
|
+
{
|
|
28287
|
+
"inputs": [
|
|
28288
|
+
{
|
|
28289
|
+
"internalType": "address",
|
|
28290
|
+
"name": "newImplementation",
|
|
28291
|
+
"type": "address"
|
|
28292
|
+
},
|
|
28293
|
+
{
|
|
28294
|
+
"internalType": "bytes",
|
|
28295
|
+
"name": "data",
|
|
28296
|
+
"type": "bytes"
|
|
28297
|
+
}
|
|
28298
|
+
],
|
|
28299
|
+
"name": "upgradeToAndCall",
|
|
28300
|
+
"outputs": [],
|
|
28301
|
+
"stateMutability": "payable",
|
|
28302
|
+
"type": "function"
|
|
28303
|
+
},
|
|
28304
|
+
{
|
|
28305
|
+
"stateMutability": "payable",
|
|
28306
|
+
"type": "receive"
|
|
28307
|
+
}
|
|
28308
|
+
]
|
|
28309
|
+
},
|
|
28310
|
+
"SwapRouter_DeFi": {
|
|
28311
|
+
"address": "0x89Bc8dFe0Af08b60ec285071d133FCdfa9B3C08e",
|
|
28312
|
+
"abi": [
|
|
28313
|
+
{
|
|
28314
|
+
"inputs": [
|
|
28315
|
+
{
|
|
28316
|
+
"internalType": "address",
|
|
28317
|
+
"name": "WBNB_",
|
|
28318
|
+
"type": "address"
|
|
28319
|
+
},
|
|
28320
|
+
{
|
|
28321
|
+
"internalType": "address",
|
|
28322
|
+
"name": "factory_",
|
|
28323
|
+
"type": "address"
|
|
28324
|
+
},
|
|
28325
|
+
{
|
|
28326
|
+
"internalType": "address",
|
|
28327
|
+
"name": "_comptrollerAddress",
|
|
28328
|
+
"type": "address"
|
|
28329
|
+
},
|
|
28330
|
+
{
|
|
28331
|
+
"internalType": "address",
|
|
28332
|
+
"name": "_vBNBAddress",
|
|
28333
|
+
"type": "address"
|
|
28334
|
+
}
|
|
28335
|
+
],
|
|
28336
|
+
"stateMutability": "nonpayable",
|
|
28337
|
+
"type": "constructor"
|
|
28338
|
+
},
|
|
28339
|
+
{
|
|
28340
|
+
"inputs": [
|
|
28341
|
+
{
|
|
28342
|
+
"internalType": "uint256",
|
|
28343
|
+
"name": "amount",
|
|
28344
|
+
"type": "uint256"
|
|
28345
|
+
},
|
|
28346
|
+
{
|
|
28347
|
+
"internalType": "uint256",
|
|
28348
|
+
"name": "amountMax",
|
|
28349
|
+
"type": "uint256"
|
|
28350
|
+
}
|
|
28351
|
+
],
|
|
28352
|
+
"name": "ExcessiveInputAmount",
|
|
28353
|
+
"type": "error"
|
|
28354
|
+
},
|
|
28355
|
+
{
|
|
28356
|
+
"inputs": [],
|
|
28357
|
+
"name": "IdenticalAddresses",
|
|
28358
|
+
"type": "error"
|
|
28359
|
+
},
|
|
28360
|
+
{
|
|
28361
|
+
"inputs": [
|
|
28362
|
+
{
|
|
28363
|
+
"internalType": "uint256",
|
|
28364
|
+
"name": "amountIn",
|
|
28365
|
+
"type": "uint256"
|
|
28366
|
+
},
|
|
28367
|
+
{
|
|
28368
|
+
"internalType": "uint256",
|
|
28369
|
+
"name": "amountIntMax",
|
|
28370
|
+
"type": "uint256"
|
|
28371
|
+
}
|
|
28372
|
+
],
|
|
28373
|
+
"name": "InputAmountAboveMaximum",
|
|
28374
|
+
"type": "error"
|
|
28375
|
+
},
|
|
28376
|
+
{
|
|
28377
|
+
"inputs": [
|
|
28378
|
+
{
|
|
28379
|
+
"internalType": "uint256",
|
|
28380
|
+
"name": "sweepAmount",
|
|
28381
|
+
"type": "uint256"
|
|
28382
|
+
},
|
|
28383
|
+
{
|
|
28384
|
+
"internalType": "uint256",
|
|
28385
|
+
"name": "balance",
|
|
28386
|
+
"type": "uint256"
|
|
28387
|
+
}
|
|
28388
|
+
],
|
|
28389
|
+
"name": "InsufficientBalance",
|
|
28390
|
+
"type": "error"
|
|
28391
|
+
},
|
|
28392
|
+
{
|
|
28393
|
+
"inputs": [],
|
|
28394
|
+
"name": "InsufficientInputAmount",
|
|
28395
|
+
"type": "error"
|
|
28396
|
+
},
|
|
28397
|
+
{
|
|
28398
|
+
"inputs": [],
|
|
28399
|
+
"name": "InsufficientLiquidity",
|
|
28400
|
+
"type": "error"
|
|
28401
|
+
},
|
|
28402
|
+
{
|
|
28403
|
+
"inputs": [],
|
|
28404
|
+
"name": "InsufficientOutputAmount",
|
|
28405
|
+
"type": "error"
|
|
28406
|
+
},
|
|
28407
|
+
{
|
|
28408
|
+
"inputs": [],
|
|
28409
|
+
"name": "InvalidPath",
|
|
28410
|
+
"type": "error"
|
|
28411
|
+
},
|
|
28412
|
+
{
|
|
28413
|
+
"inputs": [
|
|
28414
|
+
{
|
|
28415
|
+
"internalType": "uint256",
|
|
28416
|
+
"name": "amountOut",
|
|
28417
|
+
"type": "uint256"
|
|
28418
|
+
},
|
|
28419
|
+
{
|
|
28420
|
+
"internalType": "uint256",
|
|
28421
|
+
"name": "amountOutMin",
|
|
28422
|
+
"type": "uint256"
|
|
28423
|
+
}
|
|
28424
|
+
],
|
|
28425
|
+
"name": "OutputAmountBelowMinimum",
|
|
28426
|
+
"type": "error"
|
|
28427
|
+
},
|
|
28428
|
+
{
|
|
28429
|
+
"inputs": [],
|
|
28430
|
+
"name": "ReentrantCheck",
|
|
28431
|
+
"type": "error"
|
|
28432
|
+
},
|
|
28433
|
+
{
|
|
28434
|
+
"inputs": [
|
|
28435
|
+
{
|
|
28436
|
+
"internalType": "address",
|
|
28437
|
+
"name": "repayer",
|
|
28438
|
+
"type": "address"
|
|
28439
|
+
},
|
|
28440
|
+
{
|
|
28441
|
+
"internalType": "address",
|
|
28442
|
+
"name": "vToken",
|
|
28443
|
+
"type": "address"
|
|
28444
|
+
},
|
|
28445
|
+
{
|
|
28446
|
+
"internalType": "uint256",
|
|
28447
|
+
"name": "errorCode",
|
|
28448
|
+
"type": "uint256"
|
|
28449
|
+
}
|
|
28450
|
+
],
|
|
28451
|
+
"name": "RepayError",
|
|
28452
|
+
"type": "error"
|
|
28453
|
+
},
|
|
28454
|
+
{
|
|
28455
|
+
"inputs": [],
|
|
28456
|
+
"name": "SafeApproveFailed",
|
|
28457
|
+
"type": "error"
|
|
28458
|
+
},
|
|
28459
|
+
{
|
|
28460
|
+
"inputs": [],
|
|
28461
|
+
"name": "SafeTransferBNBFailed",
|
|
28462
|
+
"type": "error"
|
|
28463
|
+
},
|
|
28464
|
+
{
|
|
28465
|
+
"inputs": [],
|
|
28466
|
+
"name": "SafeTransferFailed",
|
|
28467
|
+
"type": "error"
|
|
28468
|
+
},
|
|
28469
|
+
{
|
|
28470
|
+
"inputs": [],
|
|
28471
|
+
"name": "SafeTransferFromFailed",
|
|
28472
|
+
"type": "error"
|
|
28473
|
+
},
|
|
28474
|
+
{
|
|
28475
|
+
"inputs": [
|
|
28476
|
+
{
|
|
28477
|
+
"internalType": "address",
|
|
28478
|
+
"name": "supplier",
|
|
28479
|
+
"type": "address"
|
|
28480
|
+
},
|
|
28481
|
+
{
|
|
28482
|
+
"internalType": "address",
|
|
28483
|
+
"name": "vToken",
|
|
28484
|
+
"type": "address"
|
|
28485
|
+
},
|
|
28486
|
+
{
|
|
28487
|
+
"internalType": "uint256",
|
|
28488
|
+
"name": "errorCode",
|
|
28489
|
+
"type": "uint256"
|
|
28490
|
+
}
|
|
28491
|
+
],
|
|
28492
|
+
"name": "SupplyError",
|
|
28493
|
+
"type": "error"
|
|
28494
|
+
},
|
|
28495
|
+
{
|
|
28496
|
+
"inputs": [
|
|
28497
|
+
{
|
|
28498
|
+
"internalType": "uint256",
|
|
28499
|
+
"name": "swapAmount",
|
|
28500
|
+
"type": "uint256"
|
|
28501
|
+
},
|
|
28502
|
+
{
|
|
28503
|
+
"internalType": "uint256",
|
|
28504
|
+
"name": "amountOutMin",
|
|
28505
|
+
"type": "uint256"
|
|
28506
|
+
}
|
|
28507
|
+
],
|
|
28508
|
+
"name": "SwapAmountLessThanAmountOutMin",
|
|
28509
|
+
"type": "error"
|
|
28510
|
+
},
|
|
28511
|
+
{
|
|
28512
|
+
"inputs": [
|
|
28513
|
+
{
|
|
28514
|
+
"internalType": "uint256",
|
|
28515
|
+
"name": "deadline",
|
|
28516
|
+
"type": "uint256"
|
|
28517
|
+
},
|
|
28518
|
+
{
|
|
28519
|
+
"internalType": "uint256",
|
|
28520
|
+
"name": "timestemp",
|
|
28521
|
+
"type": "uint256"
|
|
28522
|
+
}
|
|
28523
|
+
],
|
|
28524
|
+
"name": "SwapDeadlineExpire",
|
|
28525
|
+
"type": "error"
|
|
28526
|
+
},
|
|
28527
|
+
{
|
|
28528
|
+
"inputs": [
|
|
28529
|
+
{
|
|
28530
|
+
"internalType": "address",
|
|
28531
|
+
"name": "vToken",
|
|
28532
|
+
"type": "address"
|
|
28533
|
+
}
|
|
28534
|
+
],
|
|
28535
|
+
"name": "VTokenNotListed",
|
|
28536
|
+
"type": "error"
|
|
28537
|
+
},
|
|
28538
|
+
{
|
|
28539
|
+
"inputs": [
|
|
28540
|
+
{
|
|
28541
|
+
"internalType": "address",
|
|
28542
|
+
"name": "underlying",
|
|
28543
|
+
"type": "address"
|
|
28544
|
+
}
|
|
28545
|
+
],
|
|
28546
|
+
"name": "VTokenUnderlyingInvalid",
|
|
28547
|
+
"type": "error"
|
|
28548
|
+
},
|
|
28549
|
+
{
|
|
28550
|
+
"inputs": [
|
|
28551
|
+
{
|
|
28552
|
+
"internalType": "address",
|
|
28553
|
+
"name": "expectedAdddress",
|
|
28554
|
+
"type": "address"
|
|
28555
|
+
},
|
|
28556
|
+
{
|
|
28557
|
+
"internalType": "address",
|
|
28558
|
+
"name": "passedAddress",
|
|
28559
|
+
"type": "address"
|
|
28560
|
+
}
|
|
28561
|
+
],
|
|
28562
|
+
"name": "WrongAddress",
|
|
28563
|
+
"type": "error"
|
|
28564
|
+
},
|
|
28565
|
+
{
|
|
28566
|
+
"inputs": [],
|
|
28567
|
+
"name": "ZeroAddress",
|
|
28568
|
+
"type": "error"
|
|
26987
28569
|
},
|
|
26988
28570
|
{
|
|
26989
28571
|
"anonymous": false,
|
|
@@ -38878,6 +40460,80 @@
|
|
|
38878
40460
|
}
|
|
38879
40461
|
]
|
|
38880
40462
|
},
|
|
40463
|
+
"VToken_vankrBNB_DeFi": {
|
|
40464
|
+
"address": "0xe507B30C41E9e375BCe05197c1e09fc9ee40c0f6",
|
|
40465
|
+
"abi": [
|
|
40466
|
+
{
|
|
40467
|
+
"inputs": [
|
|
40468
|
+
{
|
|
40469
|
+
"internalType": "address",
|
|
40470
|
+
"name": "beacon",
|
|
40471
|
+
"type": "address"
|
|
40472
|
+
},
|
|
40473
|
+
{
|
|
40474
|
+
"internalType": "bytes",
|
|
40475
|
+
"name": "data",
|
|
40476
|
+
"type": "bytes"
|
|
40477
|
+
}
|
|
40478
|
+
],
|
|
40479
|
+
"stateMutability": "payable",
|
|
40480
|
+
"type": "constructor"
|
|
40481
|
+
},
|
|
40482
|
+
{
|
|
40483
|
+
"anonymous": false,
|
|
40484
|
+
"inputs": [
|
|
40485
|
+
{
|
|
40486
|
+
"indexed": false,
|
|
40487
|
+
"internalType": "address",
|
|
40488
|
+
"name": "previousAdmin",
|
|
40489
|
+
"type": "address"
|
|
40490
|
+
},
|
|
40491
|
+
{
|
|
40492
|
+
"indexed": false,
|
|
40493
|
+
"internalType": "address",
|
|
40494
|
+
"name": "newAdmin",
|
|
40495
|
+
"type": "address"
|
|
40496
|
+
}
|
|
40497
|
+
],
|
|
40498
|
+
"name": "AdminChanged",
|
|
40499
|
+
"type": "event"
|
|
40500
|
+
},
|
|
40501
|
+
{
|
|
40502
|
+
"anonymous": false,
|
|
40503
|
+
"inputs": [
|
|
40504
|
+
{
|
|
40505
|
+
"indexed": true,
|
|
40506
|
+
"internalType": "address",
|
|
40507
|
+
"name": "beacon",
|
|
40508
|
+
"type": "address"
|
|
40509
|
+
}
|
|
40510
|
+
],
|
|
40511
|
+
"name": "BeaconUpgraded",
|
|
40512
|
+
"type": "event"
|
|
40513
|
+
},
|
|
40514
|
+
{
|
|
40515
|
+
"anonymous": false,
|
|
40516
|
+
"inputs": [
|
|
40517
|
+
{
|
|
40518
|
+
"indexed": true,
|
|
40519
|
+
"internalType": "address",
|
|
40520
|
+
"name": "implementation",
|
|
40521
|
+
"type": "address"
|
|
40522
|
+
}
|
|
40523
|
+
],
|
|
40524
|
+
"name": "Upgraded",
|
|
40525
|
+
"type": "event"
|
|
40526
|
+
},
|
|
40527
|
+
{
|
|
40528
|
+
"stateMutability": "payable",
|
|
40529
|
+
"type": "fallback"
|
|
40530
|
+
},
|
|
40531
|
+
{
|
|
40532
|
+
"stateMutability": "payable",
|
|
40533
|
+
"type": "receive"
|
|
40534
|
+
}
|
|
40535
|
+
]
|
|
40536
|
+
},
|
|
38881
40537
|
"VToken_vankrBNB_LiquidStakedBNB": {
|
|
38882
40538
|
"address": "0x57a664Dd7f1dE19545fEE9c86C949e3BF43d6D47",
|
|
38883
40539
|
"abi": [
|