@venusprotocol/oracle 2.12.0-dev.1 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/deployments/bscmainnet/PendleOracle-PT-SolvBTC.BBN-27MAR2025_Reference_PtToAsset.json +368 -0
  2. package/deployments/bscmainnet/PendleOracle-PT-SolvBTC.BBN-27MAR2025_Reference_PtToAsset_Implementation.json +329 -0
  3. package/deployments/bscmainnet/PendleOracle-PT-SolvBTC.BBN-27MAR2025_Reference_PtToAsset_Proxy.json +224 -0
  4. package/deployments/bscmainnet/solcInputs/8e19d72e166e56d88f764fda7692397b.json +316 -0
  5. package/deployments/bscmainnet.json +604 -0
  6. package/deployments/bscmainnet_addresses.json +3 -0
  7. package/deployments/ethereum/PendleOracle-PT-weETH-26DEC2024_Reference.json +368 -0
  8. package/deployments/ethereum/PendleOracle-PT-weETH-26DEC2024_Reference_Implementation.json +329 -0
  9. package/deployments/ethereum/PendleOracle-PT-weETH-26DEC2024_Reference_Proxy.json +224 -0
  10. package/deployments/ethereum/PendleOracle_PT_USDe_27MAR2025_Reference.json +368 -0
  11. package/deployments/ethereum/PendleOracle_PT_USDe_27MAR2025_Reference_Implementation.json +329 -0
  12. package/deployments/ethereum/PendleOracle_PT_USDe_27MAR2025_Reference_Proxy.json +224 -0
  13. package/deployments/ethereum/PendleOracle_PT_sUSDe_27MAR2025_Reference.json +368 -0
  14. package/deployments/ethereum/PendleOracle_PT_sUSDe_27MAR2025_Reference_Implementation.json +329 -0
  15. package/deployments/ethereum/PendleOracle_PT_sUSDe_27MAR2025_Reference_Proxy.json +224 -0
  16. package/deployments/ethereum/solcInputs/8e19d72e166e56d88f764fda7692397b.json +316 -0
  17. package/deployments/ethereum.json +1822 -10
  18. package/deployments/ethereum_addresses.json +9 -0
  19. package/dist/deploy/16-deploy-SolvBTC.BBN-pendle-oracles.d.ts.map +1 -1
  20. package/dist/deploy/16-deploy-SolvBTC.BBN-pendle-oracles.js +28 -0
  21. package/dist/deploy/16-deploy-SolvBTC.BBN-pendle-oracles.js.map +1 -1
  22. package/dist/deploy/7-deploy-pendle-oracle.d.ts.map +1 -1
  23. package/dist/deploy/7-deploy-pendle-oracle.js +77 -33
  24. package/dist/deploy/7-deploy-pendle-oracle.js.map +1 -1
  25. package/package.json +1 -1
@@ -3342,6 +3342,610 @@
3342
3342
  }
3343
3343
  ]
3344
3344
  },
3345
+ "PendleOracle-PT-weETH-26DEC2024_Reference": {
3346
+ "address": "0x846863d7005951E6A09260778D6dBAA15Ce89854",
3347
+ "abi": [
3348
+ {
3349
+ "anonymous": false,
3350
+ "inputs": [
3351
+ {
3352
+ "indexed": false,
3353
+ "internalType": "address",
3354
+ "name": "previousAdmin",
3355
+ "type": "address"
3356
+ },
3357
+ {
3358
+ "indexed": false,
3359
+ "internalType": "address",
3360
+ "name": "newAdmin",
3361
+ "type": "address"
3362
+ }
3363
+ ],
3364
+ "name": "AdminChanged",
3365
+ "type": "event"
3366
+ },
3367
+ {
3368
+ "anonymous": false,
3369
+ "inputs": [
3370
+ {
3371
+ "indexed": true,
3372
+ "internalType": "address",
3373
+ "name": "beacon",
3374
+ "type": "address"
3375
+ }
3376
+ ],
3377
+ "name": "BeaconUpgraded",
3378
+ "type": "event"
3379
+ },
3380
+ {
3381
+ "anonymous": false,
3382
+ "inputs": [
3383
+ {
3384
+ "indexed": true,
3385
+ "internalType": "address",
3386
+ "name": "implementation",
3387
+ "type": "address"
3388
+ }
3389
+ ],
3390
+ "name": "Upgraded",
3391
+ "type": "event"
3392
+ },
3393
+ {
3394
+ "stateMutability": "payable",
3395
+ "type": "fallback"
3396
+ },
3397
+ {
3398
+ "inputs": [],
3399
+ "name": "admin",
3400
+ "outputs": [
3401
+ {
3402
+ "internalType": "address",
3403
+ "name": "admin_",
3404
+ "type": "address"
3405
+ }
3406
+ ],
3407
+ "stateMutability": "nonpayable",
3408
+ "type": "function"
3409
+ },
3410
+ {
3411
+ "inputs": [],
3412
+ "name": "implementation",
3413
+ "outputs": [
3414
+ {
3415
+ "internalType": "address",
3416
+ "name": "implementation_",
3417
+ "type": "address"
3418
+ }
3419
+ ],
3420
+ "stateMutability": "nonpayable",
3421
+ "type": "function"
3422
+ },
3423
+ {
3424
+ "inputs": [
3425
+ {
3426
+ "internalType": "address",
3427
+ "name": "newImplementation",
3428
+ "type": "address"
3429
+ }
3430
+ ],
3431
+ "name": "upgradeTo",
3432
+ "outputs": [],
3433
+ "stateMutability": "nonpayable",
3434
+ "type": "function"
3435
+ },
3436
+ {
3437
+ "inputs": [
3438
+ {
3439
+ "internalType": "address",
3440
+ "name": "newImplementation",
3441
+ "type": "address"
3442
+ },
3443
+ {
3444
+ "internalType": "bytes",
3445
+ "name": "data",
3446
+ "type": "bytes"
3447
+ }
3448
+ ],
3449
+ "name": "upgradeToAndCall",
3450
+ "outputs": [],
3451
+ "stateMutability": "payable",
3452
+ "type": "function"
3453
+ },
3454
+ {
3455
+ "stateMutability": "payable",
3456
+ "type": "receive"
3457
+ },
3458
+ {
3459
+ "inputs": [],
3460
+ "name": "InvalidDuration",
3461
+ "type": "error"
3462
+ },
3463
+ {
3464
+ "inputs": [],
3465
+ "name": "InvalidTokenAddress",
3466
+ "type": "error"
3467
+ },
3468
+ {
3469
+ "inputs": [],
3470
+ "name": "ZeroAddressNotAllowed",
3471
+ "type": "error"
3472
+ },
3473
+ {
3474
+ "inputs": [],
3475
+ "name": "ZeroValueNotAllowed",
3476
+ "type": "error"
3477
+ },
3478
+ {
3479
+ "inputs": [],
3480
+ "name": "CORRELATED_TOKEN",
3481
+ "outputs": [
3482
+ {
3483
+ "internalType": "address",
3484
+ "name": "",
3485
+ "type": "address"
3486
+ }
3487
+ ],
3488
+ "stateMutability": "view",
3489
+ "type": "function"
3490
+ },
3491
+ {
3492
+ "inputs": [],
3493
+ "name": "MARKET",
3494
+ "outputs": [
3495
+ {
3496
+ "internalType": "address",
3497
+ "name": "",
3498
+ "type": "address"
3499
+ }
3500
+ ],
3501
+ "stateMutability": "view",
3502
+ "type": "function"
3503
+ },
3504
+ {
3505
+ "inputs": [],
3506
+ "name": "PT_ORACLE",
3507
+ "outputs": [
3508
+ {
3509
+ "internalType": "contract IPendlePtOracle",
3510
+ "name": "",
3511
+ "type": "address"
3512
+ }
3513
+ ],
3514
+ "stateMutability": "view",
3515
+ "type": "function"
3516
+ },
3517
+ {
3518
+ "inputs": [],
3519
+ "name": "RATE_KIND",
3520
+ "outputs": [
3521
+ {
3522
+ "internalType": "enum PendleOracle.RateKind",
3523
+ "name": "",
3524
+ "type": "uint8"
3525
+ }
3526
+ ],
3527
+ "stateMutability": "view",
3528
+ "type": "function"
3529
+ },
3530
+ {
3531
+ "inputs": [],
3532
+ "name": "RESILIENT_ORACLE",
3533
+ "outputs": [
3534
+ {
3535
+ "internalType": "contract OracleInterface",
3536
+ "name": "",
3537
+ "type": "address"
3538
+ }
3539
+ ],
3540
+ "stateMutability": "view",
3541
+ "type": "function"
3542
+ },
3543
+ {
3544
+ "inputs": [],
3545
+ "name": "TWAP_DURATION",
3546
+ "outputs": [
3547
+ {
3548
+ "internalType": "uint32",
3549
+ "name": "",
3550
+ "type": "uint32"
3551
+ }
3552
+ ],
3553
+ "stateMutability": "view",
3554
+ "type": "function"
3555
+ },
3556
+ {
3557
+ "inputs": [],
3558
+ "name": "UNDERLYING_DECIMALS",
3559
+ "outputs": [
3560
+ {
3561
+ "internalType": "uint8",
3562
+ "name": "",
3563
+ "type": "uint8"
3564
+ }
3565
+ ],
3566
+ "stateMutability": "view",
3567
+ "type": "function"
3568
+ },
3569
+ {
3570
+ "inputs": [],
3571
+ "name": "UNDERLYING_TOKEN",
3572
+ "outputs": [
3573
+ {
3574
+ "internalType": "address",
3575
+ "name": "",
3576
+ "type": "address"
3577
+ }
3578
+ ],
3579
+ "stateMutability": "view",
3580
+ "type": "function"
3581
+ },
3582
+ {
3583
+ "inputs": [
3584
+ {
3585
+ "internalType": "address",
3586
+ "name": "asset",
3587
+ "type": "address"
3588
+ }
3589
+ ],
3590
+ "name": "getPrice",
3591
+ "outputs": [
3592
+ {
3593
+ "internalType": "uint256",
3594
+ "name": "",
3595
+ "type": "uint256"
3596
+ }
3597
+ ],
3598
+ "stateMutability": "view",
3599
+ "type": "function"
3600
+ },
3601
+ {
3602
+ "inputs": [
3603
+ {
3604
+ "internalType": "address",
3605
+ "name": "_logic",
3606
+ "type": "address"
3607
+ },
3608
+ {
3609
+ "internalType": "address",
3610
+ "name": "admin_",
3611
+ "type": "address"
3612
+ },
3613
+ {
3614
+ "internalType": "bytes",
3615
+ "name": "_data",
3616
+ "type": "bytes"
3617
+ }
3618
+ ],
3619
+ "stateMutability": "payable",
3620
+ "type": "constructor"
3621
+ }
3622
+ ]
3623
+ },
3624
+ "PendleOracle-PT-weETH-26DEC2024_Reference_Implementation": {
3625
+ "address": "0xf8EB528C40E6F95391A9c44E7e849e2B6E2872d4",
3626
+ "abi": [
3627
+ {
3628
+ "inputs": [
3629
+ {
3630
+ "internalType": "address",
3631
+ "name": "market",
3632
+ "type": "address"
3633
+ },
3634
+ {
3635
+ "internalType": "address",
3636
+ "name": "ptOracle",
3637
+ "type": "address"
3638
+ },
3639
+ {
3640
+ "internalType": "enum PendleOracle.RateKind",
3641
+ "name": "rateKind",
3642
+ "type": "uint8"
3643
+ },
3644
+ {
3645
+ "internalType": "address",
3646
+ "name": "ptToken",
3647
+ "type": "address"
3648
+ },
3649
+ {
3650
+ "internalType": "address",
3651
+ "name": "underlyingToken",
3652
+ "type": "address"
3653
+ },
3654
+ {
3655
+ "internalType": "address",
3656
+ "name": "resilientOracle",
3657
+ "type": "address"
3658
+ },
3659
+ {
3660
+ "internalType": "uint32",
3661
+ "name": "twapDuration",
3662
+ "type": "uint32"
3663
+ }
3664
+ ],
3665
+ "stateMutability": "nonpayable",
3666
+ "type": "constructor"
3667
+ },
3668
+ {
3669
+ "inputs": [],
3670
+ "name": "InvalidDuration",
3671
+ "type": "error"
3672
+ },
3673
+ {
3674
+ "inputs": [],
3675
+ "name": "InvalidTokenAddress",
3676
+ "type": "error"
3677
+ },
3678
+ {
3679
+ "inputs": [],
3680
+ "name": "ZeroAddressNotAllowed",
3681
+ "type": "error"
3682
+ },
3683
+ {
3684
+ "inputs": [],
3685
+ "name": "ZeroValueNotAllowed",
3686
+ "type": "error"
3687
+ },
3688
+ {
3689
+ "inputs": [],
3690
+ "name": "CORRELATED_TOKEN",
3691
+ "outputs": [
3692
+ {
3693
+ "internalType": "address",
3694
+ "name": "",
3695
+ "type": "address"
3696
+ }
3697
+ ],
3698
+ "stateMutability": "view",
3699
+ "type": "function"
3700
+ },
3701
+ {
3702
+ "inputs": [],
3703
+ "name": "MARKET",
3704
+ "outputs": [
3705
+ {
3706
+ "internalType": "address",
3707
+ "name": "",
3708
+ "type": "address"
3709
+ }
3710
+ ],
3711
+ "stateMutability": "view",
3712
+ "type": "function"
3713
+ },
3714
+ {
3715
+ "inputs": [],
3716
+ "name": "PT_ORACLE",
3717
+ "outputs": [
3718
+ {
3719
+ "internalType": "contract IPendlePtOracle",
3720
+ "name": "",
3721
+ "type": "address"
3722
+ }
3723
+ ],
3724
+ "stateMutability": "view",
3725
+ "type": "function"
3726
+ },
3727
+ {
3728
+ "inputs": [],
3729
+ "name": "RATE_KIND",
3730
+ "outputs": [
3731
+ {
3732
+ "internalType": "enum PendleOracle.RateKind",
3733
+ "name": "",
3734
+ "type": "uint8"
3735
+ }
3736
+ ],
3737
+ "stateMutability": "view",
3738
+ "type": "function"
3739
+ },
3740
+ {
3741
+ "inputs": [],
3742
+ "name": "RESILIENT_ORACLE",
3743
+ "outputs": [
3744
+ {
3745
+ "internalType": "contract OracleInterface",
3746
+ "name": "",
3747
+ "type": "address"
3748
+ }
3749
+ ],
3750
+ "stateMutability": "view",
3751
+ "type": "function"
3752
+ },
3753
+ {
3754
+ "inputs": [],
3755
+ "name": "TWAP_DURATION",
3756
+ "outputs": [
3757
+ {
3758
+ "internalType": "uint32",
3759
+ "name": "",
3760
+ "type": "uint32"
3761
+ }
3762
+ ],
3763
+ "stateMutability": "view",
3764
+ "type": "function"
3765
+ },
3766
+ {
3767
+ "inputs": [],
3768
+ "name": "UNDERLYING_DECIMALS",
3769
+ "outputs": [
3770
+ {
3771
+ "internalType": "uint8",
3772
+ "name": "",
3773
+ "type": "uint8"
3774
+ }
3775
+ ],
3776
+ "stateMutability": "view",
3777
+ "type": "function"
3778
+ },
3779
+ {
3780
+ "inputs": [],
3781
+ "name": "UNDERLYING_TOKEN",
3782
+ "outputs": [
3783
+ {
3784
+ "internalType": "address",
3785
+ "name": "",
3786
+ "type": "address"
3787
+ }
3788
+ ],
3789
+ "stateMutability": "view",
3790
+ "type": "function"
3791
+ },
3792
+ {
3793
+ "inputs": [
3794
+ {
3795
+ "internalType": "address",
3796
+ "name": "asset",
3797
+ "type": "address"
3798
+ }
3799
+ ],
3800
+ "name": "getPrice",
3801
+ "outputs": [
3802
+ {
3803
+ "internalType": "uint256",
3804
+ "name": "",
3805
+ "type": "uint256"
3806
+ }
3807
+ ],
3808
+ "stateMutability": "view",
3809
+ "type": "function"
3810
+ }
3811
+ ]
3812
+ },
3813
+ "PendleOracle-PT-weETH-26DEC2024_Reference_Proxy": {
3814
+ "address": "0x846863d7005951E6A09260778D6dBAA15Ce89854",
3815
+ "abi": [
3816
+ {
3817
+ "inputs": [
3818
+ {
3819
+ "internalType": "address",
3820
+ "name": "_logic",
3821
+ "type": "address"
3822
+ },
3823
+ {
3824
+ "internalType": "address",
3825
+ "name": "admin_",
3826
+ "type": "address"
3827
+ },
3828
+ {
3829
+ "internalType": "bytes",
3830
+ "name": "_data",
3831
+ "type": "bytes"
3832
+ }
3833
+ ],
3834
+ "stateMutability": "payable",
3835
+ "type": "constructor"
3836
+ },
3837
+ {
3838
+ "anonymous": false,
3839
+ "inputs": [
3840
+ {
3841
+ "indexed": false,
3842
+ "internalType": "address",
3843
+ "name": "previousAdmin",
3844
+ "type": "address"
3845
+ },
3846
+ {
3847
+ "indexed": false,
3848
+ "internalType": "address",
3849
+ "name": "newAdmin",
3850
+ "type": "address"
3851
+ }
3852
+ ],
3853
+ "name": "AdminChanged",
3854
+ "type": "event"
3855
+ },
3856
+ {
3857
+ "anonymous": false,
3858
+ "inputs": [
3859
+ {
3860
+ "indexed": true,
3861
+ "internalType": "address",
3862
+ "name": "beacon",
3863
+ "type": "address"
3864
+ }
3865
+ ],
3866
+ "name": "BeaconUpgraded",
3867
+ "type": "event"
3868
+ },
3869
+ {
3870
+ "anonymous": false,
3871
+ "inputs": [
3872
+ {
3873
+ "indexed": true,
3874
+ "internalType": "address",
3875
+ "name": "implementation",
3876
+ "type": "address"
3877
+ }
3878
+ ],
3879
+ "name": "Upgraded",
3880
+ "type": "event"
3881
+ },
3882
+ {
3883
+ "stateMutability": "payable",
3884
+ "type": "fallback"
3885
+ },
3886
+ {
3887
+ "inputs": [],
3888
+ "name": "admin",
3889
+ "outputs": [
3890
+ {
3891
+ "internalType": "address",
3892
+ "name": "admin_",
3893
+ "type": "address"
3894
+ }
3895
+ ],
3896
+ "stateMutability": "nonpayable",
3897
+ "type": "function"
3898
+ },
3899
+ {
3900
+ "inputs": [],
3901
+ "name": "implementation",
3902
+ "outputs": [
3903
+ {
3904
+ "internalType": "address",
3905
+ "name": "implementation_",
3906
+ "type": "address"
3907
+ }
3908
+ ],
3909
+ "stateMutability": "nonpayable",
3910
+ "type": "function"
3911
+ },
3912
+ {
3913
+ "inputs": [
3914
+ {
3915
+ "internalType": "address",
3916
+ "name": "newImplementation",
3917
+ "type": "address"
3918
+ }
3919
+ ],
3920
+ "name": "upgradeTo",
3921
+ "outputs": [],
3922
+ "stateMutability": "nonpayable",
3923
+ "type": "function"
3924
+ },
3925
+ {
3926
+ "inputs": [
3927
+ {
3928
+ "internalType": "address",
3929
+ "name": "newImplementation",
3930
+ "type": "address"
3931
+ },
3932
+ {
3933
+ "internalType": "bytes",
3934
+ "name": "data",
3935
+ "type": "bytes"
3936
+ }
3937
+ ],
3938
+ "name": "upgradeToAndCall",
3939
+ "outputs": [],
3940
+ "stateMutability": "payable",
3941
+ "type": "function"
3942
+ },
3943
+ {
3944
+ "stateMutability": "payable",
3945
+ "type": "receive"
3946
+ }
3947
+ ]
3948
+ },
3345
3949
  "PendleOracle_PT_USDe_27MAR2025": {
3346
3950
  "address": "0x721C02F98bE5ef916F6574E53700a25473742093",
3347
3951
  "abi": [
@@ -3595,8 +4199,1159 @@
3595
4199
  }
3596
4200
  ]
3597
4201
  },
3598
- "PendleOracle_PT_USDe_27MAR2025_Implementation": {
3599
- "address": "0x53172cD14c9C199806Ee70f25E49209b5b901EbF",
4202
+ "PendleOracle_PT_USDe_27MAR2025_Implementation": {
4203
+ "address": "0x53172cD14c9C199806Ee70f25E49209b5b901EbF",
4204
+ "abi": [
4205
+ {
4206
+ "inputs": [
4207
+ {
4208
+ "internalType": "address",
4209
+ "name": "market",
4210
+ "type": "address"
4211
+ },
4212
+ {
4213
+ "internalType": "address",
4214
+ "name": "ptOracle",
4215
+ "type": "address"
4216
+ },
4217
+ {
4218
+ "internalType": "address",
4219
+ "name": "ptToken",
4220
+ "type": "address"
4221
+ },
4222
+ {
4223
+ "internalType": "address",
4224
+ "name": "underlyingToken",
4225
+ "type": "address"
4226
+ },
4227
+ {
4228
+ "internalType": "address",
4229
+ "name": "resilientOracle",
4230
+ "type": "address"
4231
+ },
4232
+ {
4233
+ "internalType": "uint32",
4234
+ "name": "twapDuration",
4235
+ "type": "uint32"
4236
+ }
4237
+ ],
4238
+ "stateMutability": "nonpayable",
4239
+ "type": "constructor"
4240
+ },
4241
+ {
4242
+ "inputs": [],
4243
+ "name": "InvalidDuration",
4244
+ "type": "error"
4245
+ },
4246
+ {
4247
+ "inputs": [],
4248
+ "name": "InvalidTokenAddress",
4249
+ "type": "error"
4250
+ },
4251
+ {
4252
+ "inputs": [],
4253
+ "name": "ZeroAddressNotAllowed",
4254
+ "type": "error"
4255
+ },
4256
+ {
4257
+ "inputs": [],
4258
+ "name": "ZeroValueNotAllowed",
4259
+ "type": "error"
4260
+ },
4261
+ {
4262
+ "inputs": [],
4263
+ "name": "CORRELATED_TOKEN",
4264
+ "outputs": [
4265
+ {
4266
+ "internalType": "address",
4267
+ "name": "",
4268
+ "type": "address"
4269
+ }
4270
+ ],
4271
+ "stateMutability": "view",
4272
+ "type": "function"
4273
+ },
4274
+ {
4275
+ "inputs": [],
4276
+ "name": "MARKET",
4277
+ "outputs": [
4278
+ {
4279
+ "internalType": "address",
4280
+ "name": "",
4281
+ "type": "address"
4282
+ }
4283
+ ],
4284
+ "stateMutability": "view",
4285
+ "type": "function"
4286
+ },
4287
+ {
4288
+ "inputs": [],
4289
+ "name": "PT_ORACLE",
4290
+ "outputs": [
4291
+ {
4292
+ "internalType": "contract IPendlePtOracle",
4293
+ "name": "",
4294
+ "type": "address"
4295
+ }
4296
+ ],
4297
+ "stateMutability": "view",
4298
+ "type": "function"
4299
+ },
4300
+ {
4301
+ "inputs": [],
4302
+ "name": "RESILIENT_ORACLE",
4303
+ "outputs": [
4304
+ {
4305
+ "internalType": "contract OracleInterface",
4306
+ "name": "",
4307
+ "type": "address"
4308
+ }
4309
+ ],
4310
+ "stateMutability": "view",
4311
+ "type": "function"
4312
+ },
4313
+ {
4314
+ "inputs": [],
4315
+ "name": "TWAP_DURATION",
4316
+ "outputs": [
4317
+ {
4318
+ "internalType": "uint32",
4319
+ "name": "",
4320
+ "type": "uint32"
4321
+ }
4322
+ ],
4323
+ "stateMutability": "view",
4324
+ "type": "function"
4325
+ },
4326
+ {
4327
+ "inputs": [],
4328
+ "name": "UNDERLYING_TOKEN",
4329
+ "outputs": [
4330
+ {
4331
+ "internalType": "address",
4332
+ "name": "",
4333
+ "type": "address"
4334
+ }
4335
+ ],
4336
+ "stateMutability": "view",
4337
+ "type": "function"
4338
+ },
4339
+ {
4340
+ "inputs": [
4341
+ {
4342
+ "internalType": "address",
4343
+ "name": "asset",
4344
+ "type": "address"
4345
+ }
4346
+ ],
4347
+ "name": "getPrice",
4348
+ "outputs": [
4349
+ {
4350
+ "internalType": "uint256",
4351
+ "name": "",
4352
+ "type": "uint256"
4353
+ }
4354
+ ],
4355
+ "stateMutability": "view",
4356
+ "type": "function"
4357
+ }
4358
+ ]
4359
+ },
4360
+ "PendleOracle_PT_USDe_27MAR2025_Proxy": {
4361
+ "address": "0x721C02F98bE5ef916F6574E53700a25473742093",
4362
+ "abi": [
4363
+ {
4364
+ "inputs": [
4365
+ {
4366
+ "internalType": "address",
4367
+ "name": "_logic",
4368
+ "type": "address"
4369
+ },
4370
+ {
4371
+ "internalType": "address",
4372
+ "name": "admin_",
4373
+ "type": "address"
4374
+ },
4375
+ {
4376
+ "internalType": "bytes",
4377
+ "name": "_data",
4378
+ "type": "bytes"
4379
+ }
4380
+ ],
4381
+ "stateMutability": "payable",
4382
+ "type": "constructor"
4383
+ },
4384
+ {
4385
+ "anonymous": false,
4386
+ "inputs": [
4387
+ {
4388
+ "indexed": false,
4389
+ "internalType": "address",
4390
+ "name": "previousAdmin",
4391
+ "type": "address"
4392
+ },
4393
+ {
4394
+ "indexed": false,
4395
+ "internalType": "address",
4396
+ "name": "newAdmin",
4397
+ "type": "address"
4398
+ }
4399
+ ],
4400
+ "name": "AdminChanged",
4401
+ "type": "event"
4402
+ },
4403
+ {
4404
+ "anonymous": false,
4405
+ "inputs": [
4406
+ {
4407
+ "indexed": true,
4408
+ "internalType": "address",
4409
+ "name": "beacon",
4410
+ "type": "address"
4411
+ }
4412
+ ],
4413
+ "name": "BeaconUpgraded",
4414
+ "type": "event"
4415
+ },
4416
+ {
4417
+ "anonymous": false,
4418
+ "inputs": [
4419
+ {
4420
+ "indexed": true,
4421
+ "internalType": "address",
4422
+ "name": "implementation",
4423
+ "type": "address"
4424
+ }
4425
+ ],
4426
+ "name": "Upgraded",
4427
+ "type": "event"
4428
+ },
4429
+ {
4430
+ "stateMutability": "payable",
4431
+ "type": "fallback"
4432
+ },
4433
+ {
4434
+ "inputs": [],
4435
+ "name": "admin",
4436
+ "outputs": [
4437
+ {
4438
+ "internalType": "address",
4439
+ "name": "admin_",
4440
+ "type": "address"
4441
+ }
4442
+ ],
4443
+ "stateMutability": "nonpayable",
4444
+ "type": "function"
4445
+ },
4446
+ {
4447
+ "inputs": [],
4448
+ "name": "implementation",
4449
+ "outputs": [
4450
+ {
4451
+ "internalType": "address",
4452
+ "name": "implementation_",
4453
+ "type": "address"
4454
+ }
4455
+ ],
4456
+ "stateMutability": "nonpayable",
4457
+ "type": "function"
4458
+ },
4459
+ {
4460
+ "inputs": [
4461
+ {
4462
+ "internalType": "address",
4463
+ "name": "newImplementation",
4464
+ "type": "address"
4465
+ }
4466
+ ],
4467
+ "name": "upgradeTo",
4468
+ "outputs": [],
4469
+ "stateMutability": "nonpayable",
4470
+ "type": "function"
4471
+ },
4472
+ {
4473
+ "inputs": [
4474
+ {
4475
+ "internalType": "address",
4476
+ "name": "newImplementation",
4477
+ "type": "address"
4478
+ },
4479
+ {
4480
+ "internalType": "bytes",
4481
+ "name": "data",
4482
+ "type": "bytes"
4483
+ }
4484
+ ],
4485
+ "name": "upgradeToAndCall",
4486
+ "outputs": [],
4487
+ "stateMutability": "payable",
4488
+ "type": "function"
4489
+ },
4490
+ {
4491
+ "stateMutability": "payable",
4492
+ "type": "receive"
4493
+ }
4494
+ ]
4495
+ },
4496
+ "PendleOracle_PT_USDe_27MAR2025_Reference": {
4497
+ "address": "0xD9f0d597826C3113AF05f61A6A1E6FD1dd48f79D",
4498
+ "abi": [
4499
+ {
4500
+ "anonymous": false,
4501
+ "inputs": [
4502
+ {
4503
+ "indexed": false,
4504
+ "internalType": "address",
4505
+ "name": "previousAdmin",
4506
+ "type": "address"
4507
+ },
4508
+ {
4509
+ "indexed": false,
4510
+ "internalType": "address",
4511
+ "name": "newAdmin",
4512
+ "type": "address"
4513
+ }
4514
+ ],
4515
+ "name": "AdminChanged",
4516
+ "type": "event"
4517
+ },
4518
+ {
4519
+ "anonymous": false,
4520
+ "inputs": [
4521
+ {
4522
+ "indexed": true,
4523
+ "internalType": "address",
4524
+ "name": "beacon",
4525
+ "type": "address"
4526
+ }
4527
+ ],
4528
+ "name": "BeaconUpgraded",
4529
+ "type": "event"
4530
+ },
4531
+ {
4532
+ "anonymous": false,
4533
+ "inputs": [
4534
+ {
4535
+ "indexed": true,
4536
+ "internalType": "address",
4537
+ "name": "implementation",
4538
+ "type": "address"
4539
+ }
4540
+ ],
4541
+ "name": "Upgraded",
4542
+ "type": "event"
4543
+ },
4544
+ {
4545
+ "stateMutability": "payable",
4546
+ "type": "fallback"
4547
+ },
4548
+ {
4549
+ "inputs": [],
4550
+ "name": "admin",
4551
+ "outputs": [
4552
+ {
4553
+ "internalType": "address",
4554
+ "name": "admin_",
4555
+ "type": "address"
4556
+ }
4557
+ ],
4558
+ "stateMutability": "nonpayable",
4559
+ "type": "function"
4560
+ },
4561
+ {
4562
+ "inputs": [],
4563
+ "name": "implementation",
4564
+ "outputs": [
4565
+ {
4566
+ "internalType": "address",
4567
+ "name": "implementation_",
4568
+ "type": "address"
4569
+ }
4570
+ ],
4571
+ "stateMutability": "nonpayable",
4572
+ "type": "function"
4573
+ },
4574
+ {
4575
+ "inputs": [
4576
+ {
4577
+ "internalType": "address",
4578
+ "name": "newImplementation",
4579
+ "type": "address"
4580
+ }
4581
+ ],
4582
+ "name": "upgradeTo",
4583
+ "outputs": [],
4584
+ "stateMutability": "nonpayable",
4585
+ "type": "function"
4586
+ },
4587
+ {
4588
+ "inputs": [
4589
+ {
4590
+ "internalType": "address",
4591
+ "name": "newImplementation",
4592
+ "type": "address"
4593
+ },
4594
+ {
4595
+ "internalType": "bytes",
4596
+ "name": "data",
4597
+ "type": "bytes"
4598
+ }
4599
+ ],
4600
+ "name": "upgradeToAndCall",
4601
+ "outputs": [],
4602
+ "stateMutability": "payable",
4603
+ "type": "function"
4604
+ },
4605
+ {
4606
+ "stateMutability": "payable",
4607
+ "type": "receive"
4608
+ },
4609
+ {
4610
+ "inputs": [],
4611
+ "name": "InvalidDuration",
4612
+ "type": "error"
4613
+ },
4614
+ {
4615
+ "inputs": [],
4616
+ "name": "InvalidTokenAddress",
4617
+ "type": "error"
4618
+ },
4619
+ {
4620
+ "inputs": [],
4621
+ "name": "ZeroAddressNotAllowed",
4622
+ "type": "error"
4623
+ },
4624
+ {
4625
+ "inputs": [],
4626
+ "name": "ZeroValueNotAllowed",
4627
+ "type": "error"
4628
+ },
4629
+ {
4630
+ "inputs": [],
4631
+ "name": "CORRELATED_TOKEN",
4632
+ "outputs": [
4633
+ {
4634
+ "internalType": "address",
4635
+ "name": "",
4636
+ "type": "address"
4637
+ }
4638
+ ],
4639
+ "stateMutability": "view",
4640
+ "type": "function"
4641
+ },
4642
+ {
4643
+ "inputs": [],
4644
+ "name": "MARKET",
4645
+ "outputs": [
4646
+ {
4647
+ "internalType": "address",
4648
+ "name": "",
4649
+ "type": "address"
4650
+ }
4651
+ ],
4652
+ "stateMutability": "view",
4653
+ "type": "function"
4654
+ },
4655
+ {
4656
+ "inputs": [],
4657
+ "name": "PT_ORACLE",
4658
+ "outputs": [
4659
+ {
4660
+ "internalType": "contract IPendlePtOracle",
4661
+ "name": "",
4662
+ "type": "address"
4663
+ }
4664
+ ],
4665
+ "stateMutability": "view",
4666
+ "type": "function"
4667
+ },
4668
+ {
4669
+ "inputs": [],
4670
+ "name": "RATE_KIND",
4671
+ "outputs": [
4672
+ {
4673
+ "internalType": "enum PendleOracle.RateKind",
4674
+ "name": "",
4675
+ "type": "uint8"
4676
+ }
4677
+ ],
4678
+ "stateMutability": "view",
4679
+ "type": "function"
4680
+ },
4681
+ {
4682
+ "inputs": [],
4683
+ "name": "RESILIENT_ORACLE",
4684
+ "outputs": [
4685
+ {
4686
+ "internalType": "contract OracleInterface",
4687
+ "name": "",
4688
+ "type": "address"
4689
+ }
4690
+ ],
4691
+ "stateMutability": "view",
4692
+ "type": "function"
4693
+ },
4694
+ {
4695
+ "inputs": [],
4696
+ "name": "TWAP_DURATION",
4697
+ "outputs": [
4698
+ {
4699
+ "internalType": "uint32",
4700
+ "name": "",
4701
+ "type": "uint32"
4702
+ }
4703
+ ],
4704
+ "stateMutability": "view",
4705
+ "type": "function"
4706
+ },
4707
+ {
4708
+ "inputs": [],
4709
+ "name": "UNDERLYING_DECIMALS",
4710
+ "outputs": [
4711
+ {
4712
+ "internalType": "uint8",
4713
+ "name": "",
4714
+ "type": "uint8"
4715
+ }
4716
+ ],
4717
+ "stateMutability": "view",
4718
+ "type": "function"
4719
+ },
4720
+ {
4721
+ "inputs": [],
4722
+ "name": "UNDERLYING_TOKEN",
4723
+ "outputs": [
4724
+ {
4725
+ "internalType": "address",
4726
+ "name": "",
4727
+ "type": "address"
4728
+ }
4729
+ ],
4730
+ "stateMutability": "view",
4731
+ "type": "function"
4732
+ },
4733
+ {
4734
+ "inputs": [
4735
+ {
4736
+ "internalType": "address",
4737
+ "name": "asset",
4738
+ "type": "address"
4739
+ }
4740
+ ],
4741
+ "name": "getPrice",
4742
+ "outputs": [
4743
+ {
4744
+ "internalType": "uint256",
4745
+ "name": "",
4746
+ "type": "uint256"
4747
+ }
4748
+ ],
4749
+ "stateMutability": "view",
4750
+ "type": "function"
4751
+ },
4752
+ {
4753
+ "inputs": [
4754
+ {
4755
+ "internalType": "address",
4756
+ "name": "_logic",
4757
+ "type": "address"
4758
+ },
4759
+ {
4760
+ "internalType": "address",
4761
+ "name": "admin_",
4762
+ "type": "address"
4763
+ },
4764
+ {
4765
+ "internalType": "bytes",
4766
+ "name": "_data",
4767
+ "type": "bytes"
4768
+ }
4769
+ ],
4770
+ "stateMutability": "payable",
4771
+ "type": "constructor"
4772
+ }
4773
+ ]
4774
+ },
4775
+ "PendleOracle_PT_USDe_27MAR2025_Reference_Implementation": {
4776
+ "address": "0x6f45eA109B370727a1Ec27deB7cf210140F651EC",
4777
+ "abi": [
4778
+ {
4779
+ "inputs": [
4780
+ {
4781
+ "internalType": "address",
4782
+ "name": "market",
4783
+ "type": "address"
4784
+ },
4785
+ {
4786
+ "internalType": "address",
4787
+ "name": "ptOracle",
4788
+ "type": "address"
4789
+ },
4790
+ {
4791
+ "internalType": "enum PendleOracle.RateKind",
4792
+ "name": "rateKind",
4793
+ "type": "uint8"
4794
+ },
4795
+ {
4796
+ "internalType": "address",
4797
+ "name": "ptToken",
4798
+ "type": "address"
4799
+ },
4800
+ {
4801
+ "internalType": "address",
4802
+ "name": "underlyingToken",
4803
+ "type": "address"
4804
+ },
4805
+ {
4806
+ "internalType": "address",
4807
+ "name": "resilientOracle",
4808
+ "type": "address"
4809
+ },
4810
+ {
4811
+ "internalType": "uint32",
4812
+ "name": "twapDuration",
4813
+ "type": "uint32"
4814
+ }
4815
+ ],
4816
+ "stateMutability": "nonpayable",
4817
+ "type": "constructor"
4818
+ },
4819
+ {
4820
+ "inputs": [],
4821
+ "name": "InvalidDuration",
4822
+ "type": "error"
4823
+ },
4824
+ {
4825
+ "inputs": [],
4826
+ "name": "InvalidTokenAddress",
4827
+ "type": "error"
4828
+ },
4829
+ {
4830
+ "inputs": [],
4831
+ "name": "ZeroAddressNotAllowed",
4832
+ "type": "error"
4833
+ },
4834
+ {
4835
+ "inputs": [],
4836
+ "name": "ZeroValueNotAllowed",
4837
+ "type": "error"
4838
+ },
4839
+ {
4840
+ "inputs": [],
4841
+ "name": "CORRELATED_TOKEN",
4842
+ "outputs": [
4843
+ {
4844
+ "internalType": "address",
4845
+ "name": "",
4846
+ "type": "address"
4847
+ }
4848
+ ],
4849
+ "stateMutability": "view",
4850
+ "type": "function"
4851
+ },
4852
+ {
4853
+ "inputs": [],
4854
+ "name": "MARKET",
4855
+ "outputs": [
4856
+ {
4857
+ "internalType": "address",
4858
+ "name": "",
4859
+ "type": "address"
4860
+ }
4861
+ ],
4862
+ "stateMutability": "view",
4863
+ "type": "function"
4864
+ },
4865
+ {
4866
+ "inputs": [],
4867
+ "name": "PT_ORACLE",
4868
+ "outputs": [
4869
+ {
4870
+ "internalType": "contract IPendlePtOracle",
4871
+ "name": "",
4872
+ "type": "address"
4873
+ }
4874
+ ],
4875
+ "stateMutability": "view",
4876
+ "type": "function"
4877
+ },
4878
+ {
4879
+ "inputs": [],
4880
+ "name": "RATE_KIND",
4881
+ "outputs": [
4882
+ {
4883
+ "internalType": "enum PendleOracle.RateKind",
4884
+ "name": "",
4885
+ "type": "uint8"
4886
+ }
4887
+ ],
4888
+ "stateMutability": "view",
4889
+ "type": "function"
4890
+ },
4891
+ {
4892
+ "inputs": [],
4893
+ "name": "RESILIENT_ORACLE",
4894
+ "outputs": [
4895
+ {
4896
+ "internalType": "contract OracleInterface",
4897
+ "name": "",
4898
+ "type": "address"
4899
+ }
4900
+ ],
4901
+ "stateMutability": "view",
4902
+ "type": "function"
4903
+ },
4904
+ {
4905
+ "inputs": [],
4906
+ "name": "TWAP_DURATION",
4907
+ "outputs": [
4908
+ {
4909
+ "internalType": "uint32",
4910
+ "name": "",
4911
+ "type": "uint32"
4912
+ }
4913
+ ],
4914
+ "stateMutability": "view",
4915
+ "type": "function"
4916
+ },
4917
+ {
4918
+ "inputs": [],
4919
+ "name": "UNDERLYING_DECIMALS",
4920
+ "outputs": [
4921
+ {
4922
+ "internalType": "uint8",
4923
+ "name": "",
4924
+ "type": "uint8"
4925
+ }
4926
+ ],
4927
+ "stateMutability": "view",
4928
+ "type": "function"
4929
+ },
4930
+ {
4931
+ "inputs": [],
4932
+ "name": "UNDERLYING_TOKEN",
4933
+ "outputs": [
4934
+ {
4935
+ "internalType": "address",
4936
+ "name": "",
4937
+ "type": "address"
4938
+ }
4939
+ ],
4940
+ "stateMutability": "view",
4941
+ "type": "function"
4942
+ },
4943
+ {
4944
+ "inputs": [
4945
+ {
4946
+ "internalType": "address",
4947
+ "name": "asset",
4948
+ "type": "address"
4949
+ }
4950
+ ],
4951
+ "name": "getPrice",
4952
+ "outputs": [
4953
+ {
4954
+ "internalType": "uint256",
4955
+ "name": "",
4956
+ "type": "uint256"
4957
+ }
4958
+ ],
4959
+ "stateMutability": "view",
4960
+ "type": "function"
4961
+ }
4962
+ ]
4963
+ },
4964
+ "PendleOracle_PT_USDe_27MAR2025_Reference_Proxy": {
4965
+ "address": "0xD9f0d597826C3113AF05f61A6A1E6FD1dd48f79D",
4966
+ "abi": [
4967
+ {
4968
+ "inputs": [
4969
+ {
4970
+ "internalType": "address",
4971
+ "name": "_logic",
4972
+ "type": "address"
4973
+ },
4974
+ {
4975
+ "internalType": "address",
4976
+ "name": "admin_",
4977
+ "type": "address"
4978
+ },
4979
+ {
4980
+ "internalType": "bytes",
4981
+ "name": "_data",
4982
+ "type": "bytes"
4983
+ }
4984
+ ],
4985
+ "stateMutability": "payable",
4986
+ "type": "constructor"
4987
+ },
4988
+ {
4989
+ "anonymous": false,
4990
+ "inputs": [
4991
+ {
4992
+ "indexed": false,
4993
+ "internalType": "address",
4994
+ "name": "previousAdmin",
4995
+ "type": "address"
4996
+ },
4997
+ {
4998
+ "indexed": false,
4999
+ "internalType": "address",
5000
+ "name": "newAdmin",
5001
+ "type": "address"
5002
+ }
5003
+ ],
5004
+ "name": "AdminChanged",
5005
+ "type": "event"
5006
+ },
5007
+ {
5008
+ "anonymous": false,
5009
+ "inputs": [
5010
+ {
5011
+ "indexed": true,
5012
+ "internalType": "address",
5013
+ "name": "beacon",
5014
+ "type": "address"
5015
+ }
5016
+ ],
5017
+ "name": "BeaconUpgraded",
5018
+ "type": "event"
5019
+ },
5020
+ {
5021
+ "anonymous": false,
5022
+ "inputs": [
5023
+ {
5024
+ "indexed": true,
5025
+ "internalType": "address",
5026
+ "name": "implementation",
5027
+ "type": "address"
5028
+ }
5029
+ ],
5030
+ "name": "Upgraded",
5031
+ "type": "event"
5032
+ },
5033
+ {
5034
+ "stateMutability": "payable",
5035
+ "type": "fallback"
5036
+ },
5037
+ {
5038
+ "inputs": [],
5039
+ "name": "admin",
5040
+ "outputs": [
5041
+ {
5042
+ "internalType": "address",
5043
+ "name": "admin_",
5044
+ "type": "address"
5045
+ }
5046
+ ],
5047
+ "stateMutability": "nonpayable",
5048
+ "type": "function"
5049
+ },
5050
+ {
5051
+ "inputs": [],
5052
+ "name": "implementation",
5053
+ "outputs": [
5054
+ {
5055
+ "internalType": "address",
5056
+ "name": "implementation_",
5057
+ "type": "address"
5058
+ }
5059
+ ],
5060
+ "stateMutability": "nonpayable",
5061
+ "type": "function"
5062
+ },
5063
+ {
5064
+ "inputs": [
5065
+ {
5066
+ "internalType": "address",
5067
+ "name": "newImplementation",
5068
+ "type": "address"
5069
+ }
5070
+ ],
5071
+ "name": "upgradeTo",
5072
+ "outputs": [],
5073
+ "stateMutability": "nonpayable",
5074
+ "type": "function"
5075
+ },
5076
+ {
5077
+ "inputs": [
5078
+ {
5079
+ "internalType": "address",
5080
+ "name": "newImplementation",
5081
+ "type": "address"
5082
+ },
5083
+ {
5084
+ "internalType": "bytes",
5085
+ "name": "data",
5086
+ "type": "bytes"
5087
+ }
5088
+ ],
5089
+ "name": "upgradeToAndCall",
5090
+ "outputs": [],
5091
+ "stateMutability": "payable",
5092
+ "type": "function"
5093
+ },
5094
+ {
5095
+ "stateMutability": "payable",
5096
+ "type": "receive"
5097
+ }
5098
+ ]
5099
+ },
5100
+ "PendleOracle_PT_sUSDe_27MAR2025": {
5101
+ "address": "0x17B49f36878c401C1fE4D7Bf6D9CeBAAFBf4edE2",
5102
+ "abi": [
5103
+ {
5104
+ "anonymous": false,
5105
+ "inputs": [
5106
+ {
5107
+ "indexed": false,
5108
+ "internalType": "address",
5109
+ "name": "previousAdmin",
5110
+ "type": "address"
5111
+ },
5112
+ {
5113
+ "indexed": false,
5114
+ "internalType": "address",
5115
+ "name": "newAdmin",
5116
+ "type": "address"
5117
+ }
5118
+ ],
5119
+ "name": "AdminChanged",
5120
+ "type": "event"
5121
+ },
5122
+ {
5123
+ "anonymous": false,
5124
+ "inputs": [
5125
+ {
5126
+ "indexed": true,
5127
+ "internalType": "address",
5128
+ "name": "beacon",
5129
+ "type": "address"
5130
+ }
5131
+ ],
5132
+ "name": "BeaconUpgraded",
5133
+ "type": "event"
5134
+ },
5135
+ {
5136
+ "anonymous": false,
5137
+ "inputs": [
5138
+ {
5139
+ "indexed": true,
5140
+ "internalType": "address",
5141
+ "name": "implementation",
5142
+ "type": "address"
5143
+ }
5144
+ ],
5145
+ "name": "Upgraded",
5146
+ "type": "event"
5147
+ },
5148
+ {
5149
+ "stateMutability": "payable",
5150
+ "type": "fallback"
5151
+ },
5152
+ {
5153
+ "inputs": [],
5154
+ "name": "admin",
5155
+ "outputs": [
5156
+ {
5157
+ "internalType": "address",
5158
+ "name": "admin_",
5159
+ "type": "address"
5160
+ }
5161
+ ],
5162
+ "stateMutability": "nonpayable",
5163
+ "type": "function"
5164
+ },
5165
+ {
5166
+ "inputs": [],
5167
+ "name": "implementation",
5168
+ "outputs": [
5169
+ {
5170
+ "internalType": "address",
5171
+ "name": "implementation_",
5172
+ "type": "address"
5173
+ }
5174
+ ],
5175
+ "stateMutability": "nonpayable",
5176
+ "type": "function"
5177
+ },
5178
+ {
5179
+ "inputs": [
5180
+ {
5181
+ "internalType": "address",
5182
+ "name": "newImplementation",
5183
+ "type": "address"
5184
+ }
5185
+ ],
5186
+ "name": "upgradeTo",
5187
+ "outputs": [],
5188
+ "stateMutability": "nonpayable",
5189
+ "type": "function"
5190
+ },
5191
+ {
5192
+ "inputs": [
5193
+ {
5194
+ "internalType": "address",
5195
+ "name": "newImplementation",
5196
+ "type": "address"
5197
+ },
5198
+ {
5199
+ "internalType": "bytes",
5200
+ "name": "data",
5201
+ "type": "bytes"
5202
+ }
5203
+ ],
5204
+ "name": "upgradeToAndCall",
5205
+ "outputs": [],
5206
+ "stateMutability": "payable",
5207
+ "type": "function"
5208
+ },
5209
+ {
5210
+ "stateMutability": "payable",
5211
+ "type": "receive"
5212
+ },
5213
+ {
5214
+ "inputs": [],
5215
+ "name": "InvalidDuration",
5216
+ "type": "error"
5217
+ },
5218
+ {
5219
+ "inputs": [],
5220
+ "name": "InvalidTokenAddress",
5221
+ "type": "error"
5222
+ },
5223
+ {
5224
+ "inputs": [],
5225
+ "name": "ZeroAddressNotAllowed",
5226
+ "type": "error"
5227
+ },
5228
+ {
5229
+ "inputs": [],
5230
+ "name": "ZeroValueNotAllowed",
5231
+ "type": "error"
5232
+ },
5233
+ {
5234
+ "inputs": [],
5235
+ "name": "CORRELATED_TOKEN",
5236
+ "outputs": [
5237
+ {
5238
+ "internalType": "address",
5239
+ "name": "",
5240
+ "type": "address"
5241
+ }
5242
+ ],
5243
+ "stateMutability": "view",
5244
+ "type": "function"
5245
+ },
5246
+ {
5247
+ "inputs": [],
5248
+ "name": "MARKET",
5249
+ "outputs": [
5250
+ {
5251
+ "internalType": "address",
5252
+ "name": "",
5253
+ "type": "address"
5254
+ }
5255
+ ],
5256
+ "stateMutability": "view",
5257
+ "type": "function"
5258
+ },
5259
+ {
5260
+ "inputs": [],
5261
+ "name": "PT_ORACLE",
5262
+ "outputs": [
5263
+ {
5264
+ "internalType": "contract IPendlePtOracle",
5265
+ "name": "",
5266
+ "type": "address"
5267
+ }
5268
+ ],
5269
+ "stateMutability": "view",
5270
+ "type": "function"
5271
+ },
5272
+ {
5273
+ "inputs": [],
5274
+ "name": "RESILIENT_ORACLE",
5275
+ "outputs": [
5276
+ {
5277
+ "internalType": "contract OracleInterface",
5278
+ "name": "",
5279
+ "type": "address"
5280
+ }
5281
+ ],
5282
+ "stateMutability": "view",
5283
+ "type": "function"
5284
+ },
5285
+ {
5286
+ "inputs": [],
5287
+ "name": "TWAP_DURATION",
5288
+ "outputs": [
5289
+ {
5290
+ "internalType": "uint32",
5291
+ "name": "",
5292
+ "type": "uint32"
5293
+ }
5294
+ ],
5295
+ "stateMutability": "view",
5296
+ "type": "function"
5297
+ },
5298
+ {
5299
+ "inputs": [],
5300
+ "name": "UNDERLYING_TOKEN",
5301
+ "outputs": [
5302
+ {
5303
+ "internalType": "address",
5304
+ "name": "",
5305
+ "type": "address"
5306
+ }
5307
+ ],
5308
+ "stateMutability": "view",
5309
+ "type": "function"
5310
+ },
5311
+ {
5312
+ "inputs": [
5313
+ {
5314
+ "internalType": "address",
5315
+ "name": "asset",
5316
+ "type": "address"
5317
+ }
5318
+ ],
5319
+ "name": "getPrice",
5320
+ "outputs": [
5321
+ {
5322
+ "internalType": "uint256",
5323
+ "name": "",
5324
+ "type": "uint256"
5325
+ }
5326
+ ],
5327
+ "stateMutability": "view",
5328
+ "type": "function"
5329
+ },
5330
+ {
5331
+ "inputs": [
5332
+ {
5333
+ "internalType": "address",
5334
+ "name": "_logic",
5335
+ "type": "address"
5336
+ },
5337
+ {
5338
+ "internalType": "address",
5339
+ "name": "admin_",
5340
+ "type": "address"
5341
+ },
5342
+ {
5343
+ "internalType": "bytes",
5344
+ "name": "_data",
5345
+ "type": "bytes"
5346
+ }
5347
+ ],
5348
+ "stateMutability": "payable",
5349
+ "type": "constructor"
5350
+ }
5351
+ ]
5352
+ },
5353
+ "PendleOracle_PT_sUSDe_27MAR2025_Implementation": {
5354
+ "address": "0xA99f5aC0EE53C958A608D068063A9651D20A6e7a",
3600
5355
  "abi": [
3601
5356
  {
3602
5357
  "inputs": [
@@ -3753,8 +5508,8 @@
3753
5508
  }
3754
5509
  ]
3755
5510
  },
3756
- "PendleOracle_PT_USDe_27MAR2025_Proxy": {
3757
- "address": "0x721C02F98bE5ef916F6574E53700a25473742093",
5511
+ "PendleOracle_PT_sUSDe_27MAR2025_Proxy": {
5512
+ "address": "0x17B49f36878c401C1fE4D7Bf6D9CeBAAFBf4edE2",
3758
5513
  "abi": [
3759
5514
  {
3760
5515
  "inputs": [
@@ -3889,8 +5644,8 @@
3889
5644
  }
3890
5645
  ]
3891
5646
  },
3892
- "PendleOracle_PT_sUSDe_27MAR2025": {
3893
- "address": "0x17B49f36878c401C1fE4D7Bf6D9CeBAAFBf4edE2",
5647
+ "PendleOracle_PT_sUSDe_27MAR2025_Reference": {
5648
+ "address": "0xd8b348e2c9496884B2614e11D80F55BADf82c8A8",
3894
5649
  "abi": [
3895
5650
  {
3896
5651
  "anonymous": false,
@@ -4061,6 +5816,19 @@
4061
5816
  "stateMutability": "view",
4062
5817
  "type": "function"
4063
5818
  },
5819
+ {
5820
+ "inputs": [],
5821
+ "name": "RATE_KIND",
5822
+ "outputs": [
5823
+ {
5824
+ "internalType": "enum PendleOracle.RateKind",
5825
+ "name": "",
5826
+ "type": "uint8"
5827
+ }
5828
+ ],
5829
+ "stateMutability": "view",
5830
+ "type": "function"
5831
+ },
4064
5832
  {
4065
5833
  "inputs": [],
4066
5834
  "name": "RESILIENT_ORACLE",
@@ -4087,6 +5855,19 @@
4087
5855
  "stateMutability": "view",
4088
5856
  "type": "function"
4089
5857
  },
5858
+ {
5859
+ "inputs": [],
5860
+ "name": "UNDERLYING_DECIMALS",
5861
+ "outputs": [
5862
+ {
5863
+ "internalType": "uint8",
5864
+ "name": "",
5865
+ "type": "uint8"
5866
+ }
5867
+ ],
5868
+ "stateMutability": "view",
5869
+ "type": "function"
5870
+ },
4090
5871
  {
4091
5872
  "inputs": [],
4092
5873
  "name": "UNDERLYING_TOKEN",
@@ -4142,8 +5923,8 @@
4142
5923
  }
4143
5924
  ]
4144
5925
  },
4145
- "PendleOracle_PT_sUSDe_27MAR2025_Implementation": {
4146
- "address": "0xA99f5aC0EE53C958A608D068063A9651D20A6e7a",
5926
+ "PendleOracle_PT_sUSDe_27MAR2025_Reference_Implementation": {
5927
+ "address": "0x8115d2A215b2De3Dfb87B25de55CfBe94a0AF6F0",
4147
5928
  "abi": [
4148
5929
  {
4149
5930
  "inputs": [
@@ -4157,6 +5938,11 @@
4157
5938
  "name": "ptOracle",
4158
5939
  "type": "address"
4159
5940
  },
5941
+ {
5942
+ "internalType": "enum PendleOracle.RateKind",
5943
+ "name": "rateKind",
5944
+ "type": "uint8"
5945
+ },
4160
5946
  {
4161
5947
  "internalType": "address",
4162
5948
  "name": "ptToken",
@@ -4240,6 +6026,19 @@
4240
6026
  "stateMutability": "view",
4241
6027
  "type": "function"
4242
6028
  },
6029
+ {
6030
+ "inputs": [],
6031
+ "name": "RATE_KIND",
6032
+ "outputs": [
6033
+ {
6034
+ "internalType": "enum PendleOracle.RateKind",
6035
+ "name": "",
6036
+ "type": "uint8"
6037
+ }
6038
+ ],
6039
+ "stateMutability": "view",
6040
+ "type": "function"
6041
+ },
4243
6042
  {
4244
6043
  "inputs": [],
4245
6044
  "name": "RESILIENT_ORACLE",
@@ -4266,6 +6065,19 @@
4266
6065
  "stateMutability": "view",
4267
6066
  "type": "function"
4268
6067
  },
6068
+ {
6069
+ "inputs": [],
6070
+ "name": "UNDERLYING_DECIMALS",
6071
+ "outputs": [
6072
+ {
6073
+ "internalType": "uint8",
6074
+ "name": "",
6075
+ "type": "uint8"
6076
+ }
6077
+ ],
6078
+ "stateMutability": "view",
6079
+ "type": "function"
6080
+ },
4269
6081
  {
4270
6082
  "inputs": [],
4271
6083
  "name": "UNDERLYING_TOKEN",
@@ -4300,8 +6112,8 @@
4300
6112
  }
4301
6113
  ]
4302
6114
  },
4303
- "PendleOracle_PT_sUSDe_27MAR2025_Proxy": {
4304
- "address": "0x17B49f36878c401C1fE4D7Bf6D9CeBAAFBf4edE2",
6115
+ "PendleOracle_PT_sUSDe_27MAR2025_Reference_Proxy": {
6116
+ "address": "0xd8b348e2c9496884B2614e11D80F55BADf82c8A8",
4305
6117
  "abi": [
4306
6118
  {
4307
6119
  "inputs": [