@venusprotocol/isolated-pools 1.3.0-dev.2 → 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.
@@ -3344,94 +3344,108 @@
3344
3344
  }
3345
3345
  ]
3346
3346
  },
3347
- "MockALPACA": {
3348
- "address": "0x6923189d91fdF62dBAe623a55273F1d20306D9f2",
3347
+ "JumpRateModelV2_base350bps_slope1000bps_jump30000bps_kink8000bps": {
3348
+ "address": "0xC59C757D88c38F9d6B15FDae8D7026D694d1c4E5",
3349
3349
  "abi": [
3350
3350
  {
3351
3351
  "inputs": [
3352
3352
  {
3353
- "internalType": "string",
3354
- "name": "name_",
3355
- "type": "string"
3353
+ "internalType": "uint256",
3354
+ "name": "baseRatePerYear",
3355
+ "type": "uint256"
3356
3356
  },
3357
3357
  {
3358
- "internalType": "string",
3359
- "name": "symbol_",
3360
- "type": "string"
3358
+ "internalType": "uint256",
3359
+ "name": "multiplierPerYear",
3360
+ "type": "uint256"
3361
3361
  },
3362
3362
  {
3363
- "internalType": "uint8",
3364
- "name": "decimals_",
3365
- "type": "uint8"
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": "owner",
3385
+ "name": "sender",
3378
3386
  "type": "address"
3379
3387
  },
3380
3388
  {
3381
- "indexed": true,
3382
3389
  "internalType": "address",
3383
- "name": "spender",
3390
+ "name": "calledContract",
3384
3391
  "type": "address"
3385
3392
  },
3386
3393
  {
3387
- "indexed": false,
3388
- "internalType": "uint256",
3389
- "name": "value",
3390
- "type": "uint256"
3394
+ "internalType": "string",
3395
+ "name": "methodSignature",
3396
+ "type": "string"
3391
3397
  }
3392
3398
  ],
3393
- "name": "Approval",
3394
- "type": "event"
3399
+ "name": "Unauthorized",
3400
+ "type": "error"
3395
3401
  },
3396
3402
  {
3397
3403
  "anonymous": false,
3398
3404
  "inputs": [
3399
3405
  {
3400
- "indexed": true,
3401
- "internalType": "address",
3402
- "name": "from",
3403
- "type": "address"
3406
+ "indexed": false,
3407
+ "internalType": "uint256",
3408
+ "name": "baseRatePerBlock",
3409
+ "type": "uint256"
3404
3410
  },
3405
3411
  {
3406
- "indexed": true,
3407
- "internalType": "address",
3408
- "name": "to",
3409
- "type": "address"
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": "value",
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": "Transfer",
3430
+ "name": "NewInterestParams",
3419
3431
  "type": "event"
3420
3432
  },
3421
3433
  {
3422
- "inputs": [
3423
- {
3424
- "internalType": "address",
3425
- "name": "owner",
3426
- "type": "address"
3427
- },
3434
+ "inputs": [],
3435
+ "name": "accessControlManager",
3436
+ "outputs": [
3428
3437
  {
3429
- "internalType": "address",
3430
- "name": "spender",
3438
+ "internalType": "contract IAccessControlManagerV8",
3439
+ "name": "",
3431
3440
  "type": "address"
3432
3441
  }
3433
3442
  ],
3434
- "name": "allowance",
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": "address",
3449
- "name": "spender",
3450
- "type": "address"
3462
+ "internalType": "uint256",
3463
+ "name": "cash",
3464
+ "type": "uint256"
3451
3465
  },
3452
3466
  {
3453
3467
  "internalType": "uint256",
3454
- "name": "amount",
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": "address",
3473
- "name": "account",
3474
- "type": "address"
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
- "stateMutability": "view",
3486
- "type": "function"
3487
- },
3488
- {
3489
- "inputs": [],
3490
- "name": "decimals",
3482
+ "name": "getBorrowRate",
3491
3483
  "outputs": [
3492
3484
  {
3493
- "internalType": "uint8",
3485
+ "internalType": "uint256",
3494
3486
  "name": "",
3495
- "type": "uint8"
3487
+ "type": "uint256"
3496
3488
  }
3497
3489
  ],
3498
3490
  "stateMutability": "view",
@@ -3501,54 +3493,45 @@
3501
3493
  {
3502
3494
  "inputs": [
3503
3495
  {
3504
- "internalType": "address",
3505
- "name": "spender",
3506
- "type": "address"
3496
+ "internalType": "uint256",
3497
+ "name": "cash",
3498
+ "type": "uint256"
3507
3499
  },
3508
3500
  {
3509
3501
  "internalType": "uint256",
3510
- "name": "subtractedValue",
3502
+ "name": "borrows",
3511
3503
  "type": "uint256"
3512
- }
3513
- ],
3514
- "name": "decreaseAllowance",
3515
- "outputs": [
3504
+ },
3516
3505
  {
3517
- "internalType": "bool",
3518
- "name": "",
3519
- "type": "bool"
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": "amount",
3512
+ "name": "reserveFactorMantissa",
3513
+ "type": "uint256"
3514
+ },
3515
+ {
3516
+ "internalType": "uint256",
3517
+ "name": "badDebt",
3530
3518
  "type": "uint256"
3531
3519
  }
3532
3520
  ],
3533
- "name": "faucet",
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": "addedValue",
3525
+ "name": "",
3548
3526
  "type": "uint256"
3549
3527
  }
3550
3528
  ],
3551
- "name": "increaseAllowance",
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": "nonpayable",
3542
+ "stateMutability": "pure",
3560
3543
  "type": "function"
3561
3544
  },
3562
3545
  {
3563
3546
  "inputs": [],
3564
- "name": "name",
3547
+ "name": "jumpMultiplierPerBlock",
3565
3548
  "outputs": [
3566
3549
  {
3567
- "internalType": "string",
3550
+ "internalType": "uint256",
3568
3551
  "name": "",
3569
- "type": "string"
3552
+ "type": "uint256"
3570
3553
  }
3571
3554
  ],
3572
3555
  "stateMutability": "view",
@@ -3574,12 +3557,12 @@
3574
3557
  },
3575
3558
  {
3576
3559
  "inputs": [],
3577
- "name": "symbol",
3560
+ "name": "kink",
3578
3561
  "outputs": [
3579
3562
  {
3580
- "internalType": "string",
3563
+ "internalType": "uint256",
3581
3564
  "name": "",
3582
- "type": "string"
3565
+ "type": "uint256"
3583
3566
  }
3584
3567
  ],
3585
3568
  "stateMutability": "view",
@@ -3587,7 +3570,7 @@
3587
3570
  },
3588
3571
  {
3589
3572
  "inputs": [],
3590
- "name": "totalSupply",
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": "address",
3605
- "name": "to",
3606
- "type": "address"
3587
+ "internalType": "uint256",
3588
+ "name": "baseRatePerYear",
3589
+ "type": "uint256"
3607
3590
  },
3608
3591
  {
3609
3592
  "internalType": "uint256",
3610
- "name": "amount",
3593
+ "name": "multiplierPerYear",
3611
3594
  "type": "uint256"
3612
- }
3613
- ],
3614
- "name": "transfer",
3615
- "outputs": [
3595
+ },
3616
3596
  {
3617
- "internalType": "bool",
3618
- "name": "",
3619
- "type": "bool"
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": "address",
3629
- "name": "from",
3630
- "type": "address"
3615
+ "internalType": "uint256",
3616
+ "name": "cash",
3617
+ "type": "uint256"
3631
3618
  },
3632
3619
  {
3633
- "internalType": "address",
3634
- "name": "to",
3635
- "type": "address"
3620
+ "internalType": "uint256",
3621
+ "name": "borrows",
3622
+ "type": "uint256"
3636
3623
  },
3637
3624
  {
3638
3625
  "internalType": "uint256",
3639
- "name": "amount",
3626
+ "name": "reserves",
3627
+ "type": "uint256"
3628
+ },
3629
+ {
3630
+ "internalType": "uint256",
3631
+ "name": "badDebt",
3640
3632
  "type": "uint256"
3641
3633
  }
3642
3634
  ],
3643
- "name": "transferFrom",
3635
+ "name": "utilizationRate",
3644
3636
  "outputs": [
3645
3637
  {
3646
- "internalType": "bool",
3638
+ "internalType": "uint256",
3647
3639
  "name": "",
3648
- "type": "bool"
3640
+ "type": "uint256"
3649
3641
  }
3650
3642
  ],
3651
- "stateMutability": "nonpayable",
3643
+ "stateMutability": "pure",
3652
3644
  "type": "function"
3653
3645
  }
3654
3646
  ]
3655
3647
  },
3656
- "MockANKR": {
3657
- "address": "0xe4a90EB942CF2DA7238e8F6cC9EF510c49FC8B4B",
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
- "RewardsDistributor_BSW_DeFi": {
12638
- "address": "0x2b67Cfaf28a1aBbBf71fb814Ad384d0C5a98e0F9",
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
- "RewardsDistributor_BSW_DeFi_Proxy": {
13770
- "address": "0x2b67Cfaf28a1aBbBf71fb814Ad384d0C5a98e0F9",
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
- "RewardsDistributor_BTT_Tron": {
13919
- "address": "0x095902273F06eEAC825c3F52dEF44f67a86B31cD",
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
- "RewardsDistributor_BTT_Tron_Proxy": {
15051
- "address": "0x095902273F06eEAC825c3F52dEF44f67a86B31cD",
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
- "RewardsDistributor_FLOKI_GameFi": {
15200
- "address": "0x5651866bcC4650d6fe5178E5ED7a8Be2cf3F70D0",
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
- "RewardsDistributor_FLOKI_GameFi_Proxy": {
16332
- "address": "0x5651866bcC4650d6fe5178E5ED7a8Be2cf3F70D0",
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
- "RewardsDistributor_HAY_StableCoins": {
16481
- "address": "0xb0269d68CfdCc30Cb7Cd2E0b52b08Fa7Ffd3079b",
16781
+ "RewardsDistributor_FLOKI_GameFi": {
16782
+ "address": "0x5651866bcC4650d6fe5178E5ED7a8Be2cf3F70D0",
16482
16783
  "abi": [
16483
16784
  {
16484
16785
  "anonymous": false,
@@ -16640,6 +16941,25 @@
16640
16941
  "name": "Unauthorized",
16641
16942
  "type": "error"
16642
16943
  },
16944
+ {
16945
+ "anonymous": false,
16946
+ "inputs": [
16947
+ {
16948
+ "indexed": true,
16949
+ "internalType": "address",
16950
+ "name": "vToken",
16951
+ "type": "address"
16952
+ },
16953
+ {
16954
+ "indexed": false,
16955
+ "internalType": "uint32",
16956
+ "name": "newBlock",
16957
+ "type": "uint32"
16958
+ }
16959
+ ],
16960
+ "name": "BorrowLastRewardingBlockUpdated",
16961
+ "type": "event"
16962
+ },
16643
16963
  {
16644
16964
  "anonymous": false,
16645
16965
  "inputs": [
@@ -16950,6 +17270,25 @@
16950
17270
  "name": "RewardTokenSupplySpeedUpdated",
16951
17271
  "type": "event"
16952
17272
  },
17273
+ {
17274
+ "anonymous": false,
17275
+ "inputs": [
17276
+ {
17277
+ "indexed": true,
17278
+ "internalType": "address",
17279
+ "name": "vToken",
17280
+ "type": "address"
17281
+ },
17282
+ {
17283
+ "indexed": false,
17284
+ "internalType": "uint32",
17285
+ "name": "newBlock",
17286
+ "type": "uint32"
17287
+ }
17288
+ ],
17289
+ "name": "SupplyLastRewardingBlockUpdated",
17290
+ "type": "event"
17291
+ },
16953
17292
  {
16954
17293
  "inputs": [],
16955
17294
  "name": "INITIAL_INDEX",
@@ -17269,6 +17608,11 @@
17269
17608
  "internalType": "uint32",
17270
17609
  "name": "block",
17271
17610
  "type": "uint32"
17611
+ },
17612
+ {
17613
+ "internalType": "uint32",
17614
+ "name": "lastRewardingBlock",
17615
+ "type": "uint32"
17272
17616
  }
17273
17617
  ],
17274
17618
  "stateMutability": "view",
@@ -17379,6 +17723,11 @@
17379
17723
  "internalType": "uint32",
17380
17724
  "name": "block",
17381
17725
  "type": "uint32"
17726
+ },
17727
+ {
17728
+ "internalType": "uint32",
17729
+ "name": "lastRewardingBlock",
17730
+ "type": "uint32"
17382
17731
  }
17383
17732
  ],
17384
17733
  "stateMutability": "view",
@@ -17415,6 +17764,29 @@
17415
17764
  "stateMutability": "nonpayable",
17416
17765
  "type": "function"
17417
17766
  },
17767
+ {
17768
+ "inputs": [
17769
+ {
17770
+ "internalType": "contract VToken[]",
17771
+ "name": "vTokens",
17772
+ "type": "address[]"
17773
+ },
17774
+ {
17775
+ "internalType": "uint32[]",
17776
+ "name": "supplyLastRewardingBlocks",
17777
+ "type": "uint32[]"
17778
+ },
17779
+ {
17780
+ "internalType": "uint32[]",
17781
+ "name": "borrowLastRewardingBlocks",
17782
+ "type": "uint32[]"
17783
+ }
17784
+ ],
17785
+ "name": "setLastRewardingBlocks",
17786
+ "outputs": [],
17787
+ "stateMutability": "nonpayable",
17788
+ "type": "function"
17789
+ },
17418
17790
  {
17419
17791
  "inputs": [
17420
17792
  {
@@ -17538,13 +17910,280 @@
17538
17910
  }
17539
17911
  ]
17540
17912
  },
17541
- "RewardsDistributor_HAY_StableCoins_Implementation": {
17542
- "address": "0x69b26CCa98609156e98bb2973A80749D6dc24D38",
17913
+ "RewardsDistributor_FLOKI_GameFi_Proxy": {
17914
+ "address": "0x5651866bcC4650d6fe5178E5ED7a8Be2cf3F70D0",
17543
17915
  "abi": [
17916
+ {
17917
+ "inputs": [
17918
+ {
17919
+ "internalType": "address",
17920
+ "name": "_logic",
17921
+ "type": "address"
17922
+ },
17923
+ {
17924
+ "internalType": "address",
17925
+ "name": "admin_",
17926
+ "type": "address"
17927
+ },
17928
+ {
17929
+ "internalType": "bytes",
17930
+ "name": "_data",
17931
+ "type": "bytes"
17932
+ }
17933
+ ],
17934
+ "stateMutability": "payable",
17935
+ "type": "constructor"
17936
+ },
17937
+ {
17938
+ "anonymous": false,
17939
+ "inputs": [
17940
+ {
17941
+ "indexed": false,
17942
+ "internalType": "address",
17943
+ "name": "previousAdmin",
17944
+ "type": "address"
17945
+ },
17946
+ {
17947
+ "indexed": false,
17948
+ "internalType": "address",
17949
+ "name": "newAdmin",
17950
+ "type": "address"
17951
+ }
17952
+ ],
17953
+ "name": "AdminChanged",
17954
+ "type": "event"
17955
+ },
17956
+ {
17957
+ "anonymous": false,
17958
+ "inputs": [
17959
+ {
17960
+ "indexed": true,
17961
+ "internalType": "address",
17962
+ "name": "beacon",
17963
+ "type": "address"
17964
+ }
17965
+ ],
17966
+ "name": "BeaconUpgraded",
17967
+ "type": "event"
17968
+ },
17969
+ {
17970
+ "anonymous": false,
17971
+ "inputs": [
17972
+ {
17973
+ "indexed": true,
17974
+ "internalType": "address",
17975
+ "name": "implementation",
17976
+ "type": "address"
17977
+ }
17978
+ ],
17979
+ "name": "Upgraded",
17980
+ "type": "event"
17981
+ },
17982
+ {
17983
+ "stateMutability": "payable",
17984
+ "type": "fallback"
17985
+ },
17544
17986
  {
17545
17987
  "inputs": [],
17988
+ "name": "admin",
17989
+ "outputs": [
17990
+ {
17991
+ "internalType": "address",
17992
+ "name": "admin_",
17993
+ "type": "address"
17994
+ }
17995
+ ],
17546
17996
  "stateMutability": "nonpayable",
17547
- "type": "constructor"
17997
+ "type": "function"
17998
+ },
17999
+ {
18000
+ "inputs": [
18001
+ {
18002
+ "internalType": "address",
18003
+ "name": "newAdmin",
18004
+ "type": "address"
18005
+ }
18006
+ ],
18007
+ "name": "changeAdmin",
18008
+ "outputs": [],
18009
+ "stateMutability": "nonpayable",
18010
+ "type": "function"
18011
+ },
18012
+ {
18013
+ "inputs": [],
18014
+ "name": "implementation",
18015
+ "outputs": [
18016
+ {
18017
+ "internalType": "address",
18018
+ "name": "implementation_",
18019
+ "type": "address"
18020
+ }
18021
+ ],
18022
+ "stateMutability": "nonpayable",
18023
+ "type": "function"
18024
+ },
18025
+ {
18026
+ "inputs": [
18027
+ {
18028
+ "internalType": "address",
18029
+ "name": "newImplementation",
18030
+ "type": "address"
18031
+ }
18032
+ ],
18033
+ "name": "upgradeTo",
18034
+ "outputs": [],
18035
+ "stateMutability": "nonpayable",
18036
+ "type": "function"
18037
+ },
18038
+ {
18039
+ "inputs": [
18040
+ {
18041
+ "internalType": "address",
18042
+ "name": "newImplementation",
18043
+ "type": "address"
18044
+ },
18045
+ {
18046
+ "internalType": "bytes",
18047
+ "name": "data",
18048
+ "type": "bytes"
18049
+ }
18050
+ ],
18051
+ "name": "upgradeToAndCall",
18052
+ "outputs": [],
18053
+ "stateMutability": "payable",
18054
+ "type": "function"
18055
+ },
18056
+ {
18057
+ "stateMutability": "payable",
18058
+ "type": "receive"
18059
+ }
18060
+ ]
18061
+ },
18062
+ "RewardsDistributor_HAY_StableCoins": {
18063
+ "address": "0xb0269d68CfdCc30Cb7Cd2E0b52b08Fa7Ffd3079b",
18064
+ "abi": [
18065
+ {
18066
+ "anonymous": false,
18067
+ "inputs": [
18068
+ {
18069
+ "indexed": false,
18070
+ "internalType": "address",
18071
+ "name": "previousAdmin",
18072
+ "type": "address"
18073
+ },
18074
+ {
18075
+ "indexed": false,
18076
+ "internalType": "address",
18077
+ "name": "newAdmin",
18078
+ "type": "address"
18079
+ }
18080
+ ],
18081
+ "name": "AdminChanged",
18082
+ "type": "event"
18083
+ },
18084
+ {
18085
+ "anonymous": false,
18086
+ "inputs": [
18087
+ {
18088
+ "indexed": true,
18089
+ "internalType": "address",
18090
+ "name": "beacon",
18091
+ "type": "address"
18092
+ }
18093
+ ],
18094
+ "name": "BeaconUpgraded",
18095
+ "type": "event"
18096
+ },
18097
+ {
18098
+ "anonymous": false,
18099
+ "inputs": [
18100
+ {
18101
+ "indexed": true,
18102
+ "internalType": "address",
18103
+ "name": "implementation",
18104
+ "type": "address"
18105
+ }
18106
+ ],
18107
+ "name": "Upgraded",
18108
+ "type": "event"
18109
+ },
18110
+ {
18111
+ "stateMutability": "payable",
18112
+ "type": "fallback"
18113
+ },
18114
+ {
18115
+ "inputs": [],
18116
+ "name": "admin",
18117
+ "outputs": [
18118
+ {
18119
+ "internalType": "address",
18120
+ "name": "admin_",
18121
+ "type": "address"
18122
+ }
18123
+ ],
18124
+ "stateMutability": "nonpayable",
18125
+ "type": "function"
18126
+ },
18127
+ {
18128
+ "inputs": [
18129
+ {
18130
+ "internalType": "address",
18131
+ "name": "newAdmin",
18132
+ "type": "address"
18133
+ }
18134
+ ],
18135
+ "name": "changeAdmin",
18136
+ "outputs": [],
18137
+ "stateMutability": "nonpayable",
18138
+ "type": "function"
18139
+ },
18140
+ {
18141
+ "inputs": [],
18142
+ "name": "implementation",
18143
+ "outputs": [
18144
+ {
18145
+ "internalType": "address",
18146
+ "name": "implementation_",
18147
+ "type": "address"
18148
+ }
18149
+ ],
18150
+ "stateMutability": "nonpayable",
18151
+ "type": "function"
18152
+ },
18153
+ {
18154
+ "inputs": [
18155
+ {
18156
+ "internalType": "address",
18157
+ "name": "newImplementation",
18158
+ "type": "address"
18159
+ }
18160
+ ],
18161
+ "name": "upgradeTo",
18162
+ "outputs": [],
18163
+ "stateMutability": "nonpayable",
18164
+ "type": "function"
18165
+ },
18166
+ {
18167
+ "inputs": [
18168
+ {
18169
+ "internalType": "address",
18170
+ "name": "newImplementation",
18171
+ "type": "address"
18172
+ },
18173
+ {
18174
+ "internalType": "bytes",
18175
+ "name": "data",
18176
+ "type": "bytes"
18177
+ }
18178
+ ],
18179
+ "name": "upgradeToAndCall",
18180
+ "outputs": [],
18181
+ "stateMutability": "payable",
18182
+ "type": "function"
18183
+ },
18184
+ {
18185
+ "stateMutability": "payable",
18186
+ "type": "receive"
17548
18187
  },
17549
18188
  {
17550
18189
  "inputs": [
@@ -17583,6 +18222,25 @@
17583
18222
  "name": "Unauthorized",
17584
18223
  "type": "error"
17585
18224
  },
18225
+ {
18226
+ "anonymous": false,
18227
+ "inputs": [
18228
+ {
18229
+ "indexed": true,
18230
+ "internalType": "address",
18231
+ "name": "vToken",
18232
+ "type": "address"
18233
+ },
18234
+ {
18235
+ "indexed": false,
18236
+ "internalType": "uint32",
18237
+ "name": "newBlock",
18238
+ "type": "uint32"
18239
+ }
18240
+ ],
18241
+ "name": "BorrowLastRewardingBlockUpdated",
18242
+ "type": "event"
18243
+ },
17586
18244
  {
17587
18245
  "anonymous": false,
17588
18246
  "inputs": [
@@ -17893,6 +18551,25 @@
17893
18551
  "name": "RewardTokenSupplySpeedUpdated",
17894
18552
  "type": "event"
17895
18553
  },
18554
+ {
18555
+ "anonymous": false,
18556
+ "inputs": [
18557
+ {
18558
+ "indexed": true,
18559
+ "internalType": "address",
18560
+ "name": "vToken",
18561
+ "type": "address"
18562
+ },
18563
+ {
18564
+ "indexed": false,
18565
+ "internalType": "uint32",
18566
+ "name": "newBlock",
18567
+ "type": "uint32"
18568
+ }
18569
+ ],
18570
+ "name": "SupplyLastRewardingBlockUpdated",
18571
+ "type": "event"
18572
+ },
17896
18573
  {
17897
18574
  "inputs": [],
17898
18575
  "name": "INITIAL_INDEX",
@@ -18212,6 +18889,11 @@
18212
18889
  "internalType": "uint32",
18213
18890
  "name": "block",
18214
18891
  "type": "uint32"
18892
+ },
18893
+ {
18894
+ "internalType": "uint32",
18895
+ "name": "lastRewardingBlock",
18896
+ "type": "uint32"
18215
18897
  }
18216
18898
  ],
18217
18899
  "stateMutability": "view",
@@ -18322,6 +19004,11 @@
18322
19004
  "internalType": "uint32",
18323
19005
  "name": "block",
18324
19006
  "type": "uint32"
19007
+ },
19008
+ {
19009
+ "internalType": "uint32",
19010
+ "name": "lastRewardingBlock",
19011
+ "type": "uint32"
18325
19012
  }
18326
19013
  ],
18327
19014
  "stateMutability": "view",
@@ -18358,6 +19045,29 @@
18358
19045
  "stateMutability": "nonpayable",
18359
19046
  "type": "function"
18360
19047
  },
19048
+ {
19049
+ "inputs": [
19050
+ {
19051
+ "internalType": "contract VToken[]",
19052
+ "name": "vTokens",
19053
+ "type": "address[]"
19054
+ },
19055
+ {
19056
+ "internalType": "uint32[]",
19057
+ "name": "supplyLastRewardingBlocks",
19058
+ "type": "uint32[]"
19059
+ },
19060
+ {
19061
+ "internalType": "uint32[]",
19062
+ "name": "borrowLastRewardingBlocks",
19063
+ "type": "uint32[]"
19064
+ }
19065
+ ],
19066
+ "name": "setLastRewardingBlocks",
19067
+ "outputs": [],
19068
+ "stateMutability": "nonpayable",
19069
+ "type": "function"
19070
+ },
18361
19071
  {
18362
19072
  "inputs": [
18363
19073
  {
@@ -18457,6 +19167,27 @@
18457
19167
  "outputs": [],
18458
19168
  "stateMutability": "nonpayable",
18459
19169
  "type": "function"
19170
+ },
19171
+ {
19172
+ "inputs": [
19173
+ {
19174
+ "internalType": "address",
19175
+ "name": "_logic",
19176
+ "type": "address"
19177
+ },
19178
+ {
19179
+ "internalType": "address",
19180
+ "name": "admin_",
19181
+ "type": "address"
19182
+ },
19183
+ {
19184
+ "internalType": "bytes",
19185
+ "name": "_data",
19186
+ "type": "bytes"
19187
+ }
19188
+ ],
19189
+ "stateMutability": "payable",
19190
+ "type": "constructor"
18460
19191
  }
18461
19192
  ]
18462
19193
  },
@@ -39729,6 +40460,80 @@
39729
40460
  }
39730
40461
  ]
39731
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
+ },
39732
40537
  "VToken_vankrBNB_LiquidStakedBNB": {
39733
40538
  "address": "0x57a664Dd7f1dE19545fEE9c86C949e3BF43d6D47",
39734
40539
  "abi": [