@venusprotocol/isolated-pools 4.2.0-dev.5 → 4.2.0-dev.6
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/unichainmainnet/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink3000bps.json +608 -0
- package/deployments/unichainmainnet/VToken_vUNI_Core.json +257 -0
- package/deployments/unichainmainnet.json +434 -0
- package/deployments/unichainmainnet_addresses.json +2 -0
- package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink3000bps.json +608 -0
- package/deployments/unichainsepolia/MockUNI.json +458 -0
- package/deployments/unichainsepolia/VToken_vUNI_Core.json +257 -0
- package/deployments/unichainsepolia/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/unichainsepolia.json +864 -121
- package/deployments/unichainsepolia_addresses.json +3 -0
- package/dist/deployments/unichainmainnet.json +434 -0
- package/dist/deployments/unichainsepolia.json +864 -121
- package/dist/hardhat.config.js +1 -0
- package/dist/helpers/deploymentConfig.js +50 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +5 -1
- package/dist/typechain/factories/IVToken__factory.js +201 -1
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +341 -4
- package/typechain/factories/IVToken__factory.ts +201 -1
|
@@ -2832,8 +2832,8 @@
|
|
|
2832
2832
|
}
|
|
2833
2833
|
]
|
|
2834
2834
|
},
|
|
2835
|
-
"
|
|
2836
|
-
"address": "
|
|
2835
|
+
"JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink3000bps": {
|
|
2836
|
+
"address": "0xAB28D51283Bd455bF1d3eE7e1B3f29fa23CBB89D",
|
|
2837
2837
|
"abi": [
|
|
2838
2838
|
{
|
|
2839
2839
|
"inputs": [
|
|
@@ -3192,8 +3192,8 @@
|
|
|
3192
3192
|
}
|
|
3193
3193
|
]
|
|
3194
3194
|
},
|
|
3195
|
-
"
|
|
3196
|
-
"address": "
|
|
3195
|
+
"JumpRateModelV2_base0bps_slope350bps_jump25000bps_kink8000bps": {
|
|
3196
|
+
"address": "0x5fC344E85E5950335a1cE717AC04247B485efB00",
|
|
3197
3197
|
"abi": [
|
|
3198
3198
|
{
|
|
3199
3199
|
"inputs": [
|
|
@@ -3303,30 +3303,746 @@
|
|
|
3303
3303
|
"name": "accessControlManager",
|
|
3304
3304
|
"outputs": [
|
|
3305
3305
|
{
|
|
3306
|
-
"internalType": "contract IAccessControlManagerV8",
|
|
3306
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3307
|
+
"name": "",
|
|
3308
|
+
"type": "address"
|
|
3309
|
+
}
|
|
3310
|
+
],
|
|
3311
|
+
"stateMutability": "view",
|
|
3312
|
+
"type": "function"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"inputs": [],
|
|
3316
|
+
"name": "baseRatePerBlock",
|
|
3317
|
+
"outputs": [
|
|
3318
|
+
{
|
|
3319
|
+
"internalType": "uint256",
|
|
3320
|
+
"name": "",
|
|
3321
|
+
"type": "uint256"
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"stateMutability": "view",
|
|
3325
|
+
"type": "function"
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"inputs": [],
|
|
3329
|
+
"name": "blocksOrSecondsPerYear",
|
|
3330
|
+
"outputs": [
|
|
3331
|
+
{
|
|
3332
|
+
"internalType": "uint256",
|
|
3333
|
+
"name": "",
|
|
3334
|
+
"type": "uint256"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"stateMutability": "view",
|
|
3338
|
+
"type": "function"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"inputs": [],
|
|
3342
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3343
|
+
"outputs": [
|
|
3344
|
+
{
|
|
3345
|
+
"internalType": "uint256",
|
|
3346
|
+
"name": "",
|
|
3347
|
+
"type": "uint256"
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"stateMutability": "view",
|
|
3351
|
+
"type": "function"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"inputs": [
|
|
3355
|
+
{
|
|
3356
|
+
"internalType": "uint256",
|
|
3357
|
+
"name": "cash",
|
|
3358
|
+
"type": "uint256"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"internalType": "uint256",
|
|
3362
|
+
"name": "borrows",
|
|
3363
|
+
"type": "uint256"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"internalType": "uint256",
|
|
3367
|
+
"name": "reserves",
|
|
3368
|
+
"type": "uint256"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"internalType": "uint256",
|
|
3372
|
+
"name": "badDebt",
|
|
3373
|
+
"type": "uint256"
|
|
3374
|
+
}
|
|
3375
|
+
],
|
|
3376
|
+
"name": "getBorrowRate",
|
|
3377
|
+
"outputs": [
|
|
3378
|
+
{
|
|
3379
|
+
"internalType": "uint256",
|
|
3380
|
+
"name": "",
|
|
3381
|
+
"type": "uint256"
|
|
3382
|
+
}
|
|
3383
|
+
],
|
|
3384
|
+
"stateMutability": "view",
|
|
3385
|
+
"type": "function"
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"inputs": [
|
|
3389
|
+
{
|
|
3390
|
+
"internalType": "uint256",
|
|
3391
|
+
"name": "cash",
|
|
3392
|
+
"type": "uint256"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"internalType": "uint256",
|
|
3396
|
+
"name": "borrows",
|
|
3397
|
+
"type": "uint256"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"internalType": "uint256",
|
|
3401
|
+
"name": "reserves",
|
|
3402
|
+
"type": "uint256"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"internalType": "uint256",
|
|
3406
|
+
"name": "reserveFactorMantissa",
|
|
3407
|
+
"type": "uint256"
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"internalType": "uint256",
|
|
3411
|
+
"name": "badDebt",
|
|
3412
|
+
"type": "uint256"
|
|
3413
|
+
}
|
|
3414
|
+
],
|
|
3415
|
+
"name": "getSupplyRate",
|
|
3416
|
+
"outputs": [
|
|
3417
|
+
{
|
|
3418
|
+
"internalType": "uint256",
|
|
3419
|
+
"name": "",
|
|
3420
|
+
"type": "uint256"
|
|
3421
|
+
}
|
|
3422
|
+
],
|
|
3423
|
+
"stateMutability": "view",
|
|
3424
|
+
"type": "function"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"inputs": [],
|
|
3428
|
+
"name": "isInterestRateModel",
|
|
3429
|
+
"outputs": [
|
|
3430
|
+
{
|
|
3431
|
+
"internalType": "bool",
|
|
3432
|
+
"name": "",
|
|
3433
|
+
"type": "bool"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"stateMutability": "pure",
|
|
3437
|
+
"type": "function"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"inputs": [],
|
|
3441
|
+
"name": "isTimeBased",
|
|
3442
|
+
"outputs": [
|
|
3443
|
+
{
|
|
3444
|
+
"internalType": "bool",
|
|
3445
|
+
"name": "",
|
|
3446
|
+
"type": "bool"
|
|
3447
|
+
}
|
|
3448
|
+
],
|
|
3449
|
+
"stateMutability": "view",
|
|
3450
|
+
"type": "function"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"inputs": [],
|
|
3454
|
+
"name": "jumpMultiplierPerBlock",
|
|
3455
|
+
"outputs": [
|
|
3456
|
+
{
|
|
3457
|
+
"internalType": "uint256",
|
|
3458
|
+
"name": "",
|
|
3459
|
+
"type": "uint256"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"stateMutability": "view",
|
|
3463
|
+
"type": "function"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"inputs": [],
|
|
3467
|
+
"name": "kink",
|
|
3468
|
+
"outputs": [
|
|
3469
|
+
{
|
|
3470
|
+
"internalType": "uint256",
|
|
3471
|
+
"name": "",
|
|
3472
|
+
"type": "uint256"
|
|
3473
|
+
}
|
|
3474
|
+
],
|
|
3475
|
+
"stateMutability": "view",
|
|
3476
|
+
"type": "function"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"inputs": [],
|
|
3480
|
+
"name": "multiplierPerBlock",
|
|
3481
|
+
"outputs": [
|
|
3482
|
+
{
|
|
3483
|
+
"internalType": "uint256",
|
|
3484
|
+
"name": "",
|
|
3485
|
+
"type": "uint256"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"stateMutability": "view",
|
|
3489
|
+
"type": "function"
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"inputs": [
|
|
3493
|
+
{
|
|
3494
|
+
"internalType": "uint256",
|
|
3495
|
+
"name": "baseRatePerYear",
|
|
3496
|
+
"type": "uint256"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"internalType": "uint256",
|
|
3500
|
+
"name": "multiplierPerYear",
|
|
3501
|
+
"type": "uint256"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"internalType": "uint256",
|
|
3505
|
+
"name": "jumpMultiplierPerYear",
|
|
3506
|
+
"type": "uint256"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"internalType": "uint256",
|
|
3510
|
+
"name": "kink_",
|
|
3511
|
+
"type": "uint256"
|
|
3512
|
+
}
|
|
3513
|
+
],
|
|
3514
|
+
"name": "updateJumpRateModel",
|
|
3515
|
+
"outputs": [],
|
|
3516
|
+
"stateMutability": "nonpayable",
|
|
3517
|
+
"type": "function"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"inputs": [
|
|
3521
|
+
{
|
|
3522
|
+
"internalType": "uint256",
|
|
3523
|
+
"name": "cash",
|
|
3524
|
+
"type": "uint256"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"internalType": "uint256",
|
|
3528
|
+
"name": "borrows",
|
|
3529
|
+
"type": "uint256"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"internalType": "uint256",
|
|
3533
|
+
"name": "reserves",
|
|
3534
|
+
"type": "uint256"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"internalType": "uint256",
|
|
3538
|
+
"name": "badDebt",
|
|
3539
|
+
"type": "uint256"
|
|
3540
|
+
}
|
|
3541
|
+
],
|
|
3542
|
+
"name": "utilizationRate",
|
|
3543
|
+
"outputs": [
|
|
3544
|
+
{
|
|
3545
|
+
"internalType": "uint256",
|
|
3546
|
+
"name": "",
|
|
3547
|
+
"type": "uint256"
|
|
3548
|
+
}
|
|
3549
|
+
],
|
|
3550
|
+
"stateMutability": "pure",
|
|
3551
|
+
"type": "function"
|
|
3552
|
+
}
|
|
3553
|
+
]
|
|
3554
|
+
},
|
|
3555
|
+
"JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps": {
|
|
3556
|
+
"address": "0x2f8263A8833C21b6B72AC55951756B41D4607e3F",
|
|
3557
|
+
"abi": [
|
|
3558
|
+
{
|
|
3559
|
+
"inputs": [
|
|
3560
|
+
{
|
|
3561
|
+
"internalType": "uint256",
|
|
3562
|
+
"name": "baseRatePerYear_",
|
|
3563
|
+
"type": "uint256"
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"internalType": "uint256",
|
|
3567
|
+
"name": "multiplierPerYear_",
|
|
3568
|
+
"type": "uint256"
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"internalType": "uint256",
|
|
3572
|
+
"name": "jumpMultiplierPerYear_",
|
|
3573
|
+
"type": "uint256"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"internalType": "uint256",
|
|
3577
|
+
"name": "kink_",
|
|
3578
|
+
"type": "uint256"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3582
|
+
"name": "accessControlManager_",
|
|
3583
|
+
"type": "address"
|
|
3584
|
+
},
|
|
3585
|
+
{
|
|
3586
|
+
"internalType": "bool",
|
|
3587
|
+
"name": "timeBased_",
|
|
3588
|
+
"type": "bool"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"internalType": "uint256",
|
|
3592
|
+
"name": "blocksPerYear_",
|
|
3593
|
+
"type": "uint256"
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"stateMutability": "nonpayable",
|
|
3597
|
+
"type": "constructor"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"inputs": [],
|
|
3601
|
+
"name": "InvalidBlocksPerYear",
|
|
3602
|
+
"type": "error"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"inputs": [],
|
|
3606
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3607
|
+
"type": "error"
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"inputs": [
|
|
3611
|
+
{
|
|
3612
|
+
"internalType": "address",
|
|
3613
|
+
"name": "sender",
|
|
3614
|
+
"type": "address"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"internalType": "address",
|
|
3618
|
+
"name": "calledContract",
|
|
3619
|
+
"type": "address"
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"internalType": "string",
|
|
3623
|
+
"name": "methodSignature",
|
|
3624
|
+
"type": "string"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"name": "Unauthorized",
|
|
3628
|
+
"type": "error"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"anonymous": false,
|
|
3632
|
+
"inputs": [
|
|
3633
|
+
{
|
|
3634
|
+
"indexed": false,
|
|
3635
|
+
"internalType": "uint256",
|
|
3636
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3637
|
+
"type": "uint256"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"indexed": false,
|
|
3641
|
+
"internalType": "uint256",
|
|
3642
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3643
|
+
"type": "uint256"
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"indexed": false,
|
|
3647
|
+
"internalType": "uint256",
|
|
3648
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3649
|
+
"type": "uint256"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"indexed": false,
|
|
3653
|
+
"internalType": "uint256",
|
|
3654
|
+
"name": "kink",
|
|
3655
|
+
"type": "uint256"
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"name": "NewInterestParams",
|
|
3659
|
+
"type": "event"
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"inputs": [],
|
|
3663
|
+
"name": "accessControlManager",
|
|
3664
|
+
"outputs": [
|
|
3665
|
+
{
|
|
3666
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3667
|
+
"name": "",
|
|
3668
|
+
"type": "address"
|
|
3669
|
+
}
|
|
3670
|
+
],
|
|
3671
|
+
"stateMutability": "view",
|
|
3672
|
+
"type": "function"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"inputs": [],
|
|
3676
|
+
"name": "baseRatePerBlock",
|
|
3677
|
+
"outputs": [
|
|
3678
|
+
{
|
|
3679
|
+
"internalType": "uint256",
|
|
3680
|
+
"name": "",
|
|
3681
|
+
"type": "uint256"
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"stateMutability": "view",
|
|
3685
|
+
"type": "function"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"inputs": [],
|
|
3689
|
+
"name": "blocksOrSecondsPerYear",
|
|
3690
|
+
"outputs": [
|
|
3691
|
+
{
|
|
3692
|
+
"internalType": "uint256",
|
|
3693
|
+
"name": "",
|
|
3694
|
+
"type": "uint256"
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3697
|
+
"stateMutability": "view",
|
|
3698
|
+
"type": "function"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"inputs": [],
|
|
3702
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3703
|
+
"outputs": [
|
|
3704
|
+
{
|
|
3705
|
+
"internalType": "uint256",
|
|
3706
|
+
"name": "",
|
|
3707
|
+
"type": "uint256"
|
|
3708
|
+
}
|
|
3709
|
+
],
|
|
3710
|
+
"stateMutability": "view",
|
|
3711
|
+
"type": "function"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"inputs": [
|
|
3715
|
+
{
|
|
3716
|
+
"internalType": "uint256",
|
|
3717
|
+
"name": "cash",
|
|
3718
|
+
"type": "uint256"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"internalType": "uint256",
|
|
3722
|
+
"name": "borrows",
|
|
3723
|
+
"type": "uint256"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"internalType": "uint256",
|
|
3727
|
+
"name": "reserves",
|
|
3728
|
+
"type": "uint256"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"internalType": "uint256",
|
|
3732
|
+
"name": "badDebt",
|
|
3733
|
+
"type": "uint256"
|
|
3734
|
+
}
|
|
3735
|
+
],
|
|
3736
|
+
"name": "getBorrowRate",
|
|
3737
|
+
"outputs": [
|
|
3738
|
+
{
|
|
3739
|
+
"internalType": "uint256",
|
|
3740
|
+
"name": "",
|
|
3741
|
+
"type": "uint256"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"stateMutability": "view",
|
|
3745
|
+
"type": "function"
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"inputs": [
|
|
3749
|
+
{
|
|
3750
|
+
"internalType": "uint256",
|
|
3751
|
+
"name": "cash",
|
|
3752
|
+
"type": "uint256"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"internalType": "uint256",
|
|
3756
|
+
"name": "borrows",
|
|
3757
|
+
"type": "uint256"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"internalType": "uint256",
|
|
3761
|
+
"name": "reserves",
|
|
3762
|
+
"type": "uint256"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"internalType": "uint256",
|
|
3766
|
+
"name": "reserveFactorMantissa",
|
|
3767
|
+
"type": "uint256"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"internalType": "uint256",
|
|
3771
|
+
"name": "badDebt",
|
|
3772
|
+
"type": "uint256"
|
|
3773
|
+
}
|
|
3774
|
+
],
|
|
3775
|
+
"name": "getSupplyRate",
|
|
3776
|
+
"outputs": [
|
|
3777
|
+
{
|
|
3778
|
+
"internalType": "uint256",
|
|
3779
|
+
"name": "",
|
|
3780
|
+
"type": "uint256"
|
|
3781
|
+
}
|
|
3782
|
+
],
|
|
3783
|
+
"stateMutability": "view",
|
|
3784
|
+
"type": "function"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"inputs": [],
|
|
3788
|
+
"name": "isInterestRateModel",
|
|
3789
|
+
"outputs": [
|
|
3790
|
+
{
|
|
3791
|
+
"internalType": "bool",
|
|
3792
|
+
"name": "",
|
|
3793
|
+
"type": "bool"
|
|
3794
|
+
}
|
|
3795
|
+
],
|
|
3796
|
+
"stateMutability": "pure",
|
|
3797
|
+
"type": "function"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"inputs": [],
|
|
3801
|
+
"name": "isTimeBased",
|
|
3802
|
+
"outputs": [
|
|
3803
|
+
{
|
|
3804
|
+
"internalType": "bool",
|
|
3805
|
+
"name": "",
|
|
3806
|
+
"type": "bool"
|
|
3807
|
+
}
|
|
3808
|
+
],
|
|
3809
|
+
"stateMutability": "view",
|
|
3810
|
+
"type": "function"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"inputs": [],
|
|
3814
|
+
"name": "jumpMultiplierPerBlock",
|
|
3815
|
+
"outputs": [
|
|
3816
|
+
{
|
|
3817
|
+
"internalType": "uint256",
|
|
3818
|
+
"name": "",
|
|
3819
|
+
"type": "uint256"
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3822
|
+
"stateMutability": "view",
|
|
3823
|
+
"type": "function"
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"inputs": [],
|
|
3827
|
+
"name": "kink",
|
|
3828
|
+
"outputs": [
|
|
3829
|
+
{
|
|
3830
|
+
"internalType": "uint256",
|
|
3831
|
+
"name": "",
|
|
3832
|
+
"type": "uint256"
|
|
3833
|
+
}
|
|
3834
|
+
],
|
|
3835
|
+
"stateMutability": "view",
|
|
3836
|
+
"type": "function"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"inputs": [],
|
|
3840
|
+
"name": "multiplierPerBlock",
|
|
3841
|
+
"outputs": [
|
|
3842
|
+
{
|
|
3843
|
+
"internalType": "uint256",
|
|
3844
|
+
"name": "",
|
|
3845
|
+
"type": "uint256"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"stateMutability": "view",
|
|
3849
|
+
"type": "function"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"inputs": [
|
|
3853
|
+
{
|
|
3854
|
+
"internalType": "uint256",
|
|
3855
|
+
"name": "baseRatePerYear",
|
|
3856
|
+
"type": "uint256"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"internalType": "uint256",
|
|
3860
|
+
"name": "multiplierPerYear",
|
|
3861
|
+
"type": "uint256"
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"internalType": "uint256",
|
|
3865
|
+
"name": "jumpMultiplierPerYear",
|
|
3866
|
+
"type": "uint256"
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"internalType": "uint256",
|
|
3870
|
+
"name": "kink_",
|
|
3871
|
+
"type": "uint256"
|
|
3872
|
+
}
|
|
3873
|
+
],
|
|
3874
|
+
"name": "updateJumpRateModel",
|
|
3875
|
+
"outputs": [],
|
|
3876
|
+
"stateMutability": "nonpayable",
|
|
3877
|
+
"type": "function"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"inputs": [
|
|
3881
|
+
{
|
|
3882
|
+
"internalType": "uint256",
|
|
3883
|
+
"name": "cash",
|
|
3884
|
+
"type": "uint256"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"internalType": "uint256",
|
|
3888
|
+
"name": "borrows",
|
|
3889
|
+
"type": "uint256"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"internalType": "uint256",
|
|
3893
|
+
"name": "reserves",
|
|
3894
|
+
"type": "uint256"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"internalType": "uint256",
|
|
3898
|
+
"name": "badDebt",
|
|
3899
|
+
"type": "uint256"
|
|
3900
|
+
}
|
|
3901
|
+
],
|
|
3902
|
+
"name": "utilizationRate",
|
|
3903
|
+
"outputs": [
|
|
3904
|
+
{
|
|
3905
|
+
"internalType": "uint256",
|
|
3906
|
+
"name": "",
|
|
3907
|
+
"type": "uint256"
|
|
3908
|
+
}
|
|
3909
|
+
],
|
|
3910
|
+
"stateMutability": "pure",
|
|
3911
|
+
"type": "function"
|
|
3912
|
+
}
|
|
3913
|
+
]
|
|
3914
|
+
},
|
|
3915
|
+
"MockUNI": {
|
|
3916
|
+
"address": "0x873A6C4B1e3D883920541a0C61Dc4dcb772140b3",
|
|
3917
|
+
"abi": [
|
|
3918
|
+
{
|
|
3919
|
+
"inputs": [
|
|
3920
|
+
{
|
|
3921
|
+
"internalType": "string",
|
|
3922
|
+
"name": "name_",
|
|
3923
|
+
"type": "string"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"internalType": "string",
|
|
3927
|
+
"name": "symbol_",
|
|
3928
|
+
"type": "string"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"internalType": "uint8",
|
|
3932
|
+
"name": "decimals_",
|
|
3933
|
+
"type": "uint8"
|
|
3934
|
+
}
|
|
3935
|
+
],
|
|
3936
|
+
"stateMutability": "nonpayable",
|
|
3937
|
+
"type": "constructor"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"anonymous": false,
|
|
3941
|
+
"inputs": [
|
|
3942
|
+
{
|
|
3943
|
+
"indexed": true,
|
|
3944
|
+
"internalType": "address",
|
|
3945
|
+
"name": "owner",
|
|
3946
|
+
"type": "address"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"indexed": true,
|
|
3950
|
+
"internalType": "address",
|
|
3951
|
+
"name": "spender",
|
|
3952
|
+
"type": "address"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"indexed": false,
|
|
3956
|
+
"internalType": "uint256",
|
|
3957
|
+
"name": "value",
|
|
3958
|
+
"type": "uint256"
|
|
3959
|
+
}
|
|
3960
|
+
],
|
|
3961
|
+
"name": "Approval",
|
|
3962
|
+
"type": "event"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"anonymous": false,
|
|
3966
|
+
"inputs": [
|
|
3967
|
+
{
|
|
3968
|
+
"indexed": true,
|
|
3969
|
+
"internalType": "address",
|
|
3970
|
+
"name": "from",
|
|
3971
|
+
"type": "address"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"indexed": true,
|
|
3975
|
+
"internalType": "address",
|
|
3976
|
+
"name": "to",
|
|
3977
|
+
"type": "address"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"indexed": false,
|
|
3981
|
+
"internalType": "uint256",
|
|
3982
|
+
"name": "value",
|
|
3983
|
+
"type": "uint256"
|
|
3984
|
+
}
|
|
3985
|
+
],
|
|
3986
|
+
"name": "Transfer",
|
|
3987
|
+
"type": "event"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"inputs": [
|
|
3991
|
+
{
|
|
3992
|
+
"internalType": "address",
|
|
3993
|
+
"name": "owner",
|
|
3994
|
+
"type": "address"
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"internalType": "address",
|
|
3998
|
+
"name": "spender",
|
|
3999
|
+
"type": "address"
|
|
4000
|
+
}
|
|
4001
|
+
],
|
|
4002
|
+
"name": "allowance",
|
|
4003
|
+
"outputs": [
|
|
4004
|
+
{
|
|
4005
|
+
"internalType": "uint256",
|
|
4006
|
+
"name": "",
|
|
4007
|
+
"type": "uint256"
|
|
4008
|
+
}
|
|
4009
|
+
],
|
|
4010
|
+
"stateMutability": "view",
|
|
4011
|
+
"type": "function"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"inputs": [
|
|
4015
|
+
{
|
|
4016
|
+
"internalType": "address",
|
|
4017
|
+
"name": "spender",
|
|
4018
|
+
"type": "address"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"internalType": "uint256",
|
|
4022
|
+
"name": "amount",
|
|
4023
|
+
"type": "uint256"
|
|
4024
|
+
}
|
|
4025
|
+
],
|
|
4026
|
+
"name": "approve",
|
|
4027
|
+
"outputs": [
|
|
4028
|
+
{
|
|
4029
|
+
"internalType": "bool",
|
|
3307
4030
|
"name": "",
|
|
3308
|
-
"type": "
|
|
4031
|
+
"type": "bool"
|
|
3309
4032
|
}
|
|
3310
4033
|
],
|
|
3311
|
-
"stateMutability": "
|
|
4034
|
+
"stateMutability": "nonpayable",
|
|
3312
4035
|
"type": "function"
|
|
3313
4036
|
},
|
|
3314
4037
|
{
|
|
3315
|
-
"inputs": [
|
|
3316
|
-
"name": "baseRatePerBlock",
|
|
3317
|
-
"outputs": [
|
|
4038
|
+
"inputs": [
|
|
3318
4039
|
{
|
|
3319
|
-
"internalType": "
|
|
3320
|
-
"name": "",
|
|
3321
|
-
"type": "
|
|
4040
|
+
"internalType": "address",
|
|
4041
|
+
"name": "account",
|
|
4042
|
+
"type": "address"
|
|
3322
4043
|
}
|
|
3323
4044
|
],
|
|
3324
|
-
"
|
|
3325
|
-
"type": "function"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"inputs": [],
|
|
3329
|
-
"name": "blocksOrSecondsPerYear",
|
|
4045
|
+
"name": "balanceOf",
|
|
3330
4046
|
"outputs": [
|
|
3331
4047
|
{
|
|
3332
4048
|
"internalType": "uint256",
|
|
@@ -3339,12 +4055,12 @@
|
|
|
3339
4055
|
},
|
|
3340
4056
|
{
|
|
3341
4057
|
"inputs": [],
|
|
3342
|
-
"name": "
|
|
4058
|
+
"name": "decimals",
|
|
3343
4059
|
"outputs": [
|
|
3344
4060
|
{
|
|
3345
|
-
"internalType": "
|
|
4061
|
+
"internalType": "uint8",
|
|
3346
4062
|
"name": "",
|
|
3347
|
-
"type": "
|
|
4063
|
+
"type": "uint8"
|
|
3348
4064
|
}
|
|
3349
4065
|
],
|
|
3350
4066
|
"stateMutability": "view",
|
|
@@ -3353,92 +4069,54 @@
|
|
|
3353
4069
|
{
|
|
3354
4070
|
"inputs": [
|
|
3355
4071
|
{
|
|
3356
|
-
"internalType": "
|
|
3357
|
-
"name": "
|
|
3358
|
-
"type": "
|
|
3359
|
-
},
|
|
3360
|
-
{
|
|
3361
|
-
"internalType": "uint256",
|
|
3362
|
-
"name": "borrows",
|
|
3363
|
-
"type": "uint256"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"internalType": "uint256",
|
|
3367
|
-
"name": "reserves",
|
|
3368
|
-
"type": "uint256"
|
|
4072
|
+
"internalType": "address",
|
|
4073
|
+
"name": "spender",
|
|
4074
|
+
"type": "address"
|
|
3369
4075
|
},
|
|
3370
4076
|
{
|
|
3371
4077
|
"internalType": "uint256",
|
|
3372
|
-
"name": "
|
|
4078
|
+
"name": "subtractedValue",
|
|
3373
4079
|
"type": "uint256"
|
|
3374
4080
|
}
|
|
3375
4081
|
],
|
|
3376
|
-
"name": "
|
|
4082
|
+
"name": "decreaseAllowance",
|
|
3377
4083
|
"outputs": [
|
|
3378
4084
|
{
|
|
3379
|
-
"internalType": "
|
|
4085
|
+
"internalType": "bool",
|
|
3380
4086
|
"name": "",
|
|
3381
|
-
"type": "
|
|
4087
|
+
"type": "bool"
|
|
3382
4088
|
}
|
|
3383
4089
|
],
|
|
3384
|
-
"stateMutability": "
|
|
4090
|
+
"stateMutability": "nonpayable",
|
|
3385
4091
|
"type": "function"
|
|
3386
4092
|
},
|
|
3387
4093
|
{
|
|
3388
4094
|
"inputs": [
|
|
3389
4095
|
{
|
|
3390
4096
|
"internalType": "uint256",
|
|
3391
|
-
"name": "
|
|
3392
|
-
"type": "uint256"
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"internalType": "uint256",
|
|
3396
|
-
"name": "borrows",
|
|
3397
|
-
"type": "uint256"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"internalType": "uint256",
|
|
3401
|
-
"name": "reserves",
|
|
3402
|
-
"type": "uint256"
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"internalType": "uint256",
|
|
3406
|
-
"name": "reserveFactorMantissa",
|
|
3407
|
-
"type": "uint256"
|
|
3408
|
-
},
|
|
3409
|
-
{
|
|
3410
|
-
"internalType": "uint256",
|
|
3411
|
-
"name": "badDebt",
|
|
3412
|
-
"type": "uint256"
|
|
3413
|
-
}
|
|
3414
|
-
],
|
|
3415
|
-
"name": "getSupplyRate",
|
|
3416
|
-
"outputs": [
|
|
3417
|
-
{
|
|
3418
|
-
"internalType": "uint256",
|
|
3419
|
-
"name": "",
|
|
4097
|
+
"name": "amount",
|
|
3420
4098
|
"type": "uint256"
|
|
3421
4099
|
}
|
|
3422
4100
|
],
|
|
3423
|
-
"
|
|
4101
|
+
"name": "faucet",
|
|
4102
|
+
"outputs": [],
|
|
4103
|
+
"stateMutability": "nonpayable",
|
|
3424
4104
|
"type": "function"
|
|
3425
4105
|
},
|
|
3426
4106
|
{
|
|
3427
|
-
"inputs": [
|
|
3428
|
-
"name": "isInterestRateModel",
|
|
3429
|
-
"outputs": [
|
|
4107
|
+
"inputs": [
|
|
3430
4108
|
{
|
|
3431
|
-
"internalType": "
|
|
3432
|
-
"name": "",
|
|
3433
|
-
"type": "
|
|
4109
|
+
"internalType": "address",
|
|
4110
|
+
"name": "spender",
|
|
4111
|
+
"type": "address"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"internalType": "uint256",
|
|
4115
|
+
"name": "addedValue",
|
|
4116
|
+
"type": "uint256"
|
|
3434
4117
|
}
|
|
3435
4118
|
],
|
|
3436
|
-
"
|
|
3437
|
-
"type": "function"
|
|
3438
|
-
},
|
|
3439
|
-
{
|
|
3440
|
-
"inputs": [],
|
|
3441
|
-
"name": "isTimeBased",
|
|
4119
|
+
"name": "increaseAllowance",
|
|
3442
4120
|
"outputs": [
|
|
3443
4121
|
{
|
|
3444
4122
|
"internalType": "bool",
|
|
@@ -3446,17 +4124,17 @@
|
|
|
3446
4124
|
"type": "bool"
|
|
3447
4125
|
}
|
|
3448
4126
|
],
|
|
3449
|
-
"stateMutability": "
|
|
4127
|
+
"stateMutability": "nonpayable",
|
|
3450
4128
|
"type": "function"
|
|
3451
4129
|
},
|
|
3452
4130
|
{
|
|
3453
4131
|
"inputs": [],
|
|
3454
|
-
"name": "
|
|
4132
|
+
"name": "name",
|
|
3455
4133
|
"outputs": [
|
|
3456
4134
|
{
|
|
3457
|
-
"internalType": "
|
|
4135
|
+
"internalType": "string",
|
|
3458
4136
|
"name": "",
|
|
3459
|
-
"type": "
|
|
4137
|
+
"type": "string"
|
|
3460
4138
|
}
|
|
3461
4139
|
],
|
|
3462
4140
|
"stateMutability": "view",
|
|
@@ -3464,12 +4142,12 @@
|
|
|
3464
4142
|
},
|
|
3465
4143
|
{
|
|
3466
4144
|
"inputs": [],
|
|
3467
|
-
"name": "
|
|
4145
|
+
"name": "symbol",
|
|
3468
4146
|
"outputs": [
|
|
3469
4147
|
{
|
|
3470
|
-
"internalType": "
|
|
4148
|
+
"internalType": "string",
|
|
3471
4149
|
"name": "",
|
|
3472
|
-
"type": "
|
|
4150
|
+
"type": "string"
|
|
3473
4151
|
}
|
|
3474
4152
|
],
|
|
3475
4153
|
"stateMutability": "view",
|
|
@@ -3477,7 +4155,7 @@
|
|
|
3477
4155
|
},
|
|
3478
4156
|
{
|
|
3479
4157
|
"inputs": [],
|
|
3480
|
-
"name": "
|
|
4158
|
+
"name": "totalSupply",
|
|
3481
4159
|
"outputs": [
|
|
3482
4160
|
{
|
|
3483
4161
|
"internalType": "uint256",
|
|
@@ -3491,63 +4169,54 @@
|
|
|
3491
4169
|
{
|
|
3492
4170
|
"inputs": [
|
|
3493
4171
|
{
|
|
3494
|
-
"internalType": "
|
|
3495
|
-
"name": "
|
|
3496
|
-
"type": "
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"internalType": "uint256",
|
|
3500
|
-
"name": "multiplierPerYear",
|
|
3501
|
-
"type": "uint256"
|
|
4172
|
+
"internalType": "address",
|
|
4173
|
+
"name": "to",
|
|
4174
|
+
"type": "address"
|
|
3502
4175
|
},
|
|
3503
4176
|
{
|
|
3504
4177
|
"internalType": "uint256",
|
|
3505
|
-
"name": "
|
|
4178
|
+
"name": "amount",
|
|
3506
4179
|
"type": "uint256"
|
|
3507
|
-
}
|
|
4180
|
+
}
|
|
4181
|
+
],
|
|
4182
|
+
"name": "transfer",
|
|
4183
|
+
"outputs": [
|
|
3508
4184
|
{
|
|
3509
|
-
"internalType": "
|
|
3510
|
-
"name": "
|
|
3511
|
-
"type": "
|
|
4185
|
+
"internalType": "bool",
|
|
4186
|
+
"name": "",
|
|
4187
|
+
"type": "bool"
|
|
3512
4188
|
}
|
|
3513
4189
|
],
|
|
3514
|
-
"name": "updateJumpRateModel",
|
|
3515
|
-
"outputs": [],
|
|
3516
4190
|
"stateMutability": "nonpayable",
|
|
3517
4191
|
"type": "function"
|
|
3518
4192
|
},
|
|
3519
4193
|
{
|
|
3520
4194
|
"inputs": [
|
|
3521
4195
|
{
|
|
3522
|
-
"internalType": "
|
|
3523
|
-
"name": "
|
|
3524
|
-
"type": "
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"internalType": "uint256",
|
|
3528
|
-
"name": "borrows",
|
|
3529
|
-
"type": "uint256"
|
|
4196
|
+
"internalType": "address",
|
|
4197
|
+
"name": "from",
|
|
4198
|
+
"type": "address"
|
|
3530
4199
|
},
|
|
3531
4200
|
{
|
|
3532
|
-
"internalType": "
|
|
3533
|
-
"name": "
|
|
3534
|
-
"type": "
|
|
4201
|
+
"internalType": "address",
|
|
4202
|
+
"name": "to",
|
|
4203
|
+
"type": "address"
|
|
3535
4204
|
},
|
|
3536
4205
|
{
|
|
3537
4206
|
"internalType": "uint256",
|
|
3538
|
-
"name": "
|
|
4207
|
+
"name": "amount",
|
|
3539
4208
|
"type": "uint256"
|
|
3540
4209
|
}
|
|
3541
4210
|
],
|
|
3542
|
-
"name": "
|
|
4211
|
+
"name": "transferFrom",
|
|
3543
4212
|
"outputs": [
|
|
3544
4213
|
{
|
|
3545
|
-
"internalType": "
|
|
4214
|
+
"internalType": "bool",
|
|
3546
4215
|
"name": "",
|
|
3547
|
-
"type": "
|
|
4216
|
+
"type": "bool"
|
|
3548
4217
|
}
|
|
3549
4218
|
],
|
|
3550
|
-
"stateMutability": "
|
|
4219
|
+
"stateMutability": "nonpayable",
|
|
3551
4220
|
"type": "function"
|
|
3552
4221
|
}
|
|
3553
4222
|
]
|
|
@@ -12402,6 +13071,80 @@
|
|
|
12402
13071
|
}
|
|
12403
13072
|
]
|
|
12404
13073
|
},
|
|
13074
|
+
"VToken_vUNI_Core": {
|
|
13075
|
+
"address": "0xaE43aAd383b93FCeE5d3e0dD2d40b6e94639c642",
|
|
13076
|
+
"abi": [
|
|
13077
|
+
{
|
|
13078
|
+
"inputs": [
|
|
13079
|
+
{
|
|
13080
|
+
"internalType": "address",
|
|
13081
|
+
"name": "beacon",
|
|
13082
|
+
"type": "address"
|
|
13083
|
+
},
|
|
13084
|
+
{
|
|
13085
|
+
"internalType": "bytes",
|
|
13086
|
+
"name": "data",
|
|
13087
|
+
"type": "bytes"
|
|
13088
|
+
}
|
|
13089
|
+
],
|
|
13090
|
+
"stateMutability": "payable",
|
|
13091
|
+
"type": "constructor"
|
|
13092
|
+
},
|
|
13093
|
+
{
|
|
13094
|
+
"anonymous": false,
|
|
13095
|
+
"inputs": [
|
|
13096
|
+
{
|
|
13097
|
+
"indexed": false,
|
|
13098
|
+
"internalType": "address",
|
|
13099
|
+
"name": "previousAdmin",
|
|
13100
|
+
"type": "address"
|
|
13101
|
+
},
|
|
13102
|
+
{
|
|
13103
|
+
"indexed": false,
|
|
13104
|
+
"internalType": "address",
|
|
13105
|
+
"name": "newAdmin",
|
|
13106
|
+
"type": "address"
|
|
13107
|
+
}
|
|
13108
|
+
],
|
|
13109
|
+
"name": "AdminChanged",
|
|
13110
|
+
"type": "event"
|
|
13111
|
+
},
|
|
13112
|
+
{
|
|
13113
|
+
"anonymous": false,
|
|
13114
|
+
"inputs": [
|
|
13115
|
+
{
|
|
13116
|
+
"indexed": true,
|
|
13117
|
+
"internalType": "address",
|
|
13118
|
+
"name": "beacon",
|
|
13119
|
+
"type": "address"
|
|
13120
|
+
}
|
|
13121
|
+
],
|
|
13122
|
+
"name": "BeaconUpgraded",
|
|
13123
|
+
"type": "event"
|
|
13124
|
+
},
|
|
13125
|
+
{
|
|
13126
|
+
"anonymous": false,
|
|
13127
|
+
"inputs": [
|
|
13128
|
+
{
|
|
13129
|
+
"indexed": true,
|
|
13130
|
+
"internalType": "address",
|
|
13131
|
+
"name": "implementation",
|
|
13132
|
+
"type": "address"
|
|
13133
|
+
}
|
|
13134
|
+
],
|
|
13135
|
+
"name": "Upgraded",
|
|
13136
|
+
"type": "event"
|
|
13137
|
+
},
|
|
13138
|
+
{
|
|
13139
|
+
"stateMutability": "payable",
|
|
13140
|
+
"type": "fallback"
|
|
13141
|
+
},
|
|
13142
|
+
{
|
|
13143
|
+
"stateMutability": "payable",
|
|
13144
|
+
"type": "receive"
|
|
13145
|
+
}
|
|
13146
|
+
]
|
|
13147
|
+
},
|
|
12405
13148
|
"VToken_vUSDC_Core": {
|
|
12406
13149
|
"address": "0x0CA7edfcCF5dbf8AFdeAFB2D918409d439E3320A",
|
|
12407
13150
|
"abi": [
|