@venusprotocol/oracle 2.13.0-dev.2 → 2.13.0-dev.3

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 (28) hide show
  1. package/deployments/bscmainnet/PendleOracle-PT-clisBNB-24APR2025.json +368 -0
  2. package/deployments/bscmainnet/PendleOracle-PT-clisBNB-24APR2025_Implementation.json +329 -0
  3. package/deployments/bscmainnet/PendleOracle-PT-clisBNB-24APR2025_Proxy.json +224 -0
  4. package/deployments/bscmainnet/PendleOracle-PT-clisBNB-24APR2025_Reference_PtToAsset.json +368 -0
  5. package/deployments/bscmainnet/PendleOracle-PT-clisBNB-24APR2025_Reference_PtToAsset_Implementation.json +329 -0
  6. package/deployments/bscmainnet/PendleOracle-PT-clisBNB-24APR2025_Reference_PtToAsset_Proxy.json +224 -0
  7. package/deployments/bscmainnet/solcInputs/14552d52675fedf77ca6b2dd8b471565.json +328 -0
  8. package/deployments/bscmainnet/solcInputs/5eefab25ac812df21160bd253cc12328.json +184 -0
  9. package/deployments/bscmainnet.json +1208 -0
  10. package/deployments/bscmainnet_addresses.json +6 -0
  11. package/deployments/bsctestnet/PendleOracle-PT-clisBNB-24APR2025.json +368 -0
  12. package/deployments/bsctestnet/PendleOracle-PT-clisBNB-24APR2025_Implementation.json +329 -0
  13. package/deployments/bsctestnet/PendleOracle-PT-clisBNB-24APR2025_Proxy.json +224 -0
  14. package/deployments/bsctestnet/solcInputs/14552d52675fedf77ca6b2dd8b471565.json +328 -0
  15. package/deployments/bsctestnet/solcInputs/5eefab25ac812df21160bd253cc12328.json +184 -0
  16. package/deployments/bsctestnet.json +604 -0
  17. package/deployments/bsctestnet_addresses.json +3 -0
  18. package/dist/deploy/20-deploy-clisBNB-pendle-oracle.d.ts +4 -0
  19. package/dist/deploy/20-deploy-clisBNB-pendle-oracle.d.ts.map +1 -0
  20. package/dist/deploy/20-deploy-clisBNB-pendle-oracle.js +69 -0
  21. package/dist/deploy/20-deploy-clisBNB-pendle-oracle.js.map +1 -0
  22. package/dist/hardhat.config.d.ts.map +1 -1
  23. package/dist/hardhat.config.js +1 -0
  24. package/dist/hardhat.config.js.map +1 -1
  25. package/dist/helpers/deploymentConfig.d.ts.map +1 -1
  26. package/dist/helpers/deploymentConfig.js +3 -0
  27. package/dist/helpers/deploymentConfig.js.map +1 -1
  28. package/package.json +1 -1
@@ -5590,6 +5590,1214 @@
5590
5590
  }
5591
5591
  ]
5592
5592
  },
5593
+ "PendleOracle-PT-clisBNB-24APR2025": {
5594
+ "address": "0xEa7a92D12196A325C76ED26DBd36629d7EC46459",
5595
+ "abi": [
5596
+ {
5597
+ "anonymous": false,
5598
+ "inputs": [
5599
+ {
5600
+ "indexed": false,
5601
+ "internalType": "address",
5602
+ "name": "previousAdmin",
5603
+ "type": "address"
5604
+ },
5605
+ {
5606
+ "indexed": false,
5607
+ "internalType": "address",
5608
+ "name": "newAdmin",
5609
+ "type": "address"
5610
+ }
5611
+ ],
5612
+ "name": "AdminChanged",
5613
+ "type": "event"
5614
+ },
5615
+ {
5616
+ "anonymous": false,
5617
+ "inputs": [
5618
+ {
5619
+ "indexed": true,
5620
+ "internalType": "address",
5621
+ "name": "beacon",
5622
+ "type": "address"
5623
+ }
5624
+ ],
5625
+ "name": "BeaconUpgraded",
5626
+ "type": "event"
5627
+ },
5628
+ {
5629
+ "anonymous": false,
5630
+ "inputs": [
5631
+ {
5632
+ "indexed": true,
5633
+ "internalType": "address",
5634
+ "name": "implementation",
5635
+ "type": "address"
5636
+ }
5637
+ ],
5638
+ "name": "Upgraded",
5639
+ "type": "event"
5640
+ },
5641
+ {
5642
+ "stateMutability": "payable",
5643
+ "type": "fallback"
5644
+ },
5645
+ {
5646
+ "inputs": [],
5647
+ "name": "admin",
5648
+ "outputs": [
5649
+ {
5650
+ "internalType": "address",
5651
+ "name": "admin_",
5652
+ "type": "address"
5653
+ }
5654
+ ],
5655
+ "stateMutability": "nonpayable",
5656
+ "type": "function"
5657
+ },
5658
+ {
5659
+ "inputs": [],
5660
+ "name": "implementation",
5661
+ "outputs": [
5662
+ {
5663
+ "internalType": "address",
5664
+ "name": "implementation_",
5665
+ "type": "address"
5666
+ }
5667
+ ],
5668
+ "stateMutability": "nonpayable",
5669
+ "type": "function"
5670
+ },
5671
+ {
5672
+ "inputs": [
5673
+ {
5674
+ "internalType": "address",
5675
+ "name": "newImplementation",
5676
+ "type": "address"
5677
+ }
5678
+ ],
5679
+ "name": "upgradeTo",
5680
+ "outputs": [],
5681
+ "stateMutability": "nonpayable",
5682
+ "type": "function"
5683
+ },
5684
+ {
5685
+ "inputs": [
5686
+ {
5687
+ "internalType": "address",
5688
+ "name": "newImplementation",
5689
+ "type": "address"
5690
+ },
5691
+ {
5692
+ "internalType": "bytes",
5693
+ "name": "data",
5694
+ "type": "bytes"
5695
+ }
5696
+ ],
5697
+ "name": "upgradeToAndCall",
5698
+ "outputs": [],
5699
+ "stateMutability": "payable",
5700
+ "type": "function"
5701
+ },
5702
+ {
5703
+ "stateMutability": "payable",
5704
+ "type": "receive"
5705
+ },
5706
+ {
5707
+ "inputs": [],
5708
+ "name": "InvalidDuration",
5709
+ "type": "error"
5710
+ },
5711
+ {
5712
+ "inputs": [],
5713
+ "name": "InvalidTokenAddress",
5714
+ "type": "error"
5715
+ },
5716
+ {
5717
+ "inputs": [],
5718
+ "name": "ZeroAddressNotAllowed",
5719
+ "type": "error"
5720
+ },
5721
+ {
5722
+ "inputs": [],
5723
+ "name": "ZeroValueNotAllowed",
5724
+ "type": "error"
5725
+ },
5726
+ {
5727
+ "inputs": [],
5728
+ "name": "CORRELATED_TOKEN",
5729
+ "outputs": [
5730
+ {
5731
+ "internalType": "address",
5732
+ "name": "",
5733
+ "type": "address"
5734
+ }
5735
+ ],
5736
+ "stateMutability": "view",
5737
+ "type": "function"
5738
+ },
5739
+ {
5740
+ "inputs": [],
5741
+ "name": "MARKET",
5742
+ "outputs": [
5743
+ {
5744
+ "internalType": "address",
5745
+ "name": "",
5746
+ "type": "address"
5747
+ }
5748
+ ],
5749
+ "stateMutability": "view",
5750
+ "type": "function"
5751
+ },
5752
+ {
5753
+ "inputs": [],
5754
+ "name": "PT_ORACLE",
5755
+ "outputs": [
5756
+ {
5757
+ "internalType": "contract IPendlePtOracle",
5758
+ "name": "",
5759
+ "type": "address"
5760
+ }
5761
+ ],
5762
+ "stateMutability": "view",
5763
+ "type": "function"
5764
+ },
5765
+ {
5766
+ "inputs": [],
5767
+ "name": "RATE_KIND",
5768
+ "outputs": [
5769
+ {
5770
+ "internalType": "enum PendleOracle.RateKind",
5771
+ "name": "",
5772
+ "type": "uint8"
5773
+ }
5774
+ ],
5775
+ "stateMutability": "view",
5776
+ "type": "function"
5777
+ },
5778
+ {
5779
+ "inputs": [],
5780
+ "name": "RESILIENT_ORACLE",
5781
+ "outputs": [
5782
+ {
5783
+ "internalType": "contract OracleInterface",
5784
+ "name": "",
5785
+ "type": "address"
5786
+ }
5787
+ ],
5788
+ "stateMutability": "view",
5789
+ "type": "function"
5790
+ },
5791
+ {
5792
+ "inputs": [],
5793
+ "name": "TWAP_DURATION",
5794
+ "outputs": [
5795
+ {
5796
+ "internalType": "uint32",
5797
+ "name": "",
5798
+ "type": "uint32"
5799
+ }
5800
+ ],
5801
+ "stateMutability": "view",
5802
+ "type": "function"
5803
+ },
5804
+ {
5805
+ "inputs": [],
5806
+ "name": "UNDERLYING_DECIMALS",
5807
+ "outputs": [
5808
+ {
5809
+ "internalType": "uint8",
5810
+ "name": "",
5811
+ "type": "uint8"
5812
+ }
5813
+ ],
5814
+ "stateMutability": "view",
5815
+ "type": "function"
5816
+ },
5817
+ {
5818
+ "inputs": [],
5819
+ "name": "UNDERLYING_TOKEN",
5820
+ "outputs": [
5821
+ {
5822
+ "internalType": "address",
5823
+ "name": "",
5824
+ "type": "address"
5825
+ }
5826
+ ],
5827
+ "stateMutability": "view",
5828
+ "type": "function"
5829
+ },
5830
+ {
5831
+ "inputs": [
5832
+ {
5833
+ "internalType": "address",
5834
+ "name": "asset",
5835
+ "type": "address"
5836
+ }
5837
+ ],
5838
+ "name": "getPrice",
5839
+ "outputs": [
5840
+ {
5841
+ "internalType": "uint256",
5842
+ "name": "",
5843
+ "type": "uint256"
5844
+ }
5845
+ ],
5846
+ "stateMutability": "view",
5847
+ "type": "function"
5848
+ },
5849
+ {
5850
+ "inputs": [
5851
+ {
5852
+ "internalType": "address",
5853
+ "name": "_logic",
5854
+ "type": "address"
5855
+ },
5856
+ {
5857
+ "internalType": "address",
5858
+ "name": "admin_",
5859
+ "type": "address"
5860
+ },
5861
+ {
5862
+ "internalType": "bytes",
5863
+ "name": "_data",
5864
+ "type": "bytes"
5865
+ }
5866
+ ],
5867
+ "stateMutability": "payable",
5868
+ "type": "constructor"
5869
+ }
5870
+ ]
5871
+ },
5872
+ "PendleOracle-PT-clisBNB-24APR2025_Implementation": {
5873
+ "address": "0x8A183a0d35290D849e8915710D3aEE7e463705E7",
5874
+ "abi": [
5875
+ {
5876
+ "inputs": [
5877
+ {
5878
+ "internalType": "address",
5879
+ "name": "market",
5880
+ "type": "address"
5881
+ },
5882
+ {
5883
+ "internalType": "address",
5884
+ "name": "ptOracle",
5885
+ "type": "address"
5886
+ },
5887
+ {
5888
+ "internalType": "enum PendleOracle.RateKind",
5889
+ "name": "rateKind",
5890
+ "type": "uint8"
5891
+ },
5892
+ {
5893
+ "internalType": "address",
5894
+ "name": "ptToken",
5895
+ "type": "address"
5896
+ },
5897
+ {
5898
+ "internalType": "address",
5899
+ "name": "underlyingToken",
5900
+ "type": "address"
5901
+ },
5902
+ {
5903
+ "internalType": "address",
5904
+ "name": "resilientOracle",
5905
+ "type": "address"
5906
+ },
5907
+ {
5908
+ "internalType": "uint32",
5909
+ "name": "twapDuration",
5910
+ "type": "uint32"
5911
+ }
5912
+ ],
5913
+ "stateMutability": "nonpayable",
5914
+ "type": "constructor"
5915
+ },
5916
+ {
5917
+ "inputs": [],
5918
+ "name": "InvalidDuration",
5919
+ "type": "error"
5920
+ },
5921
+ {
5922
+ "inputs": [],
5923
+ "name": "InvalidTokenAddress",
5924
+ "type": "error"
5925
+ },
5926
+ {
5927
+ "inputs": [],
5928
+ "name": "ZeroAddressNotAllowed",
5929
+ "type": "error"
5930
+ },
5931
+ {
5932
+ "inputs": [],
5933
+ "name": "ZeroValueNotAllowed",
5934
+ "type": "error"
5935
+ },
5936
+ {
5937
+ "inputs": [],
5938
+ "name": "CORRELATED_TOKEN",
5939
+ "outputs": [
5940
+ {
5941
+ "internalType": "address",
5942
+ "name": "",
5943
+ "type": "address"
5944
+ }
5945
+ ],
5946
+ "stateMutability": "view",
5947
+ "type": "function"
5948
+ },
5949
+ {
5950
+ "inputs": [],
5951
+ "name": "MARKET",
5952
+ "outputs": [
5953
+ {
5954
+ "internalType": "address",
5955
+ "name": "",
5956
+ "type": "address"
5957
+ }
5958
+ ],
5959
+ "stateMutability": "view",
5960
+ "type": "function"
5961
+ },
5962
+ {
5963
+ "inputs": [],
5964
+ "name": "PT_ORACLE",
5965
+ "outputs": [
5966
+ {
5967
+ "internalType": "contract IPendlePtOracle",
5968
+ "name": "",
5969
+ "type": "address"
5970
+ }
5971
+ ],
5972
+ "stateMutability": "view",
5973
+ "type": "function"
5974
+ },
5975
+ {
5976
+ "inputs": [],
5977
+ "name": "RATE_KIND",
5978
+ "outputs": [
5979
+ {
5980
+ "internalType": "enum PendleOracle.RateKind",
5981
+ "name": "",
5982
+ "type": "uint8"
5983
+ }
5984
+ ],
5985
+ "stateMutability": "view",
5986
+ "type": "function"
5987
+ },
5988
+ {
5989
+ "inputs": [],
5990
+ "name": "RESILIENT_ORACLE",
5991
+ "outputs": [
5992
+ {
5993
+ "internalType": "contract OracleInterface",
5994
+ "name": "",
5995
+ "type": "address"
5996
+ }
5997
+ ],
5998
+ "stateMutability": "view",
5999
+ "type": "function"
6000
+ },
6001
+ {
6002
+ "inputs": [],
6003
+ "name": "TWAP_DURATION",
6004
+ "outputs": [
6005
+ {
6006
+ "internalType": "uint32",
6007
+ "name": "",
6008
+ "type": "uint32"
6009
+ }
6010
+ ],
6011
+ "stateMutability": "view",
6012
+ "type": "function"
6013
+ },
6014
+ {
6015
+ "inputs": [],
6016
+ "name": "UNDERLYING_DECIMALS",
6017
+ "outputs": [
6018
+ {
6019
+ "internalType": "uint8",
6020
+ "name": "",
6021
+ "type": "uint8"
6022
+ }
6023
+ ],
6024
+ "stateMutability": "view",
6025
+ "type": "function"
6026
+ },
6027
+ {
6028
+ "inputs": [],
6029
+ "name": "UNDERLYING_TOKEN",
6030
+ "outputs": [
6031
+ {
6032
+ "internalType": "address",
6033
+ "name": "",
6034
+ "type": "address"
6035
+ }
6036
+ ],
6037
+ "stateMutability": "view",
6038
+ "type": "function"
6039
+ },
6040
+ {
6041
+ "inputs": [
6042
+ {
6043
+ "internalType": "address",
6044
+ "name": "asset",
6045
+ "type": "address"
6046
+ }
6047
+ ],
6048
+ "name": "getPrice",
6049
+ "outputs": [
6050
+ {
6051
+ "internalType": "uint256",
6052
+ "name": "",
6053
+ "type": "uint256"
6054
+ }
6055
+ ],
6056
+ "stateMutability": "view",
6057
+ "type": "function"
6058
+ }
6059
+ ]
6060
+ },
6061
+ "PendleOracle-PT-clisBNB-24APR2025_Proxy": {
6062
+ "address": "0xEa7a92D12196A325C76ED26DBd36629d7EC46459",
6063
+ "abi": [
6064
+ {
6065
+ "inputs": [
6066
+ {
6067
+ "internalType": "address",
6068
+ "name": "_logic",
6069
+ "type": "address"
6070
+ },
6071
+ {
6072
+ "internalType": "address",
6073
+ "name": "admin_",
6074
+ "type": "address"
6075
+ },
6076
+ {
6077
+ "internalType": "bytes",
6078
+ "name": "_data",
6079
+ "type": "bytes"
6080
+ }
6081
+ ],
6082
+ "stateMutability": "payable",
6083
+ "type": "constructor"
6084
+ },
6085
+ {
6086
+ "anonymous": false,
6087
+ "inputs": [
6088
+ {
6089
+ "indexed": false,
6090
+ "internalType": "address",
6091
+ "name": "previousAdmin",
6092
+ "type": "address"
6093
+ },
6094
+ {
6095
+ "indexed": false,
6096
+ "internalType": "address",
6097
+ "name": "newAdmin",
6098
+ "type": "address"
6099
+ }
6100
+ ],
6101
+ "name": "AdminChanged",
6102
+ "type": "event"
6103
+ },
6104
+ {
6105
+ "anonymous": false,
6106
+ "inputs": [
6107
+ {
6108
+ "indexed": true,
6109
+ "internalType": "address",
6110
+ "name": "beacon",
6111
+ "type": "address"
6112
+ }
6113
+ ],
6114
+ "name": "BeaconUpgraded",
6115
+ "type": "event"
6116
+ },
6117
+ {
6118
+ "anonymous": false,
6119
+ "inputs": [
6120
+ {
6121
+ "indexed": true,
6122
+ "internalType": "address",
6123
+ "name": "implementation",
6124
+ "type": "address"
6125
+ }
6126
+ ],
6127
+ "name": "Upgraded",
6128
+ "type": "event"
6129
+ },
6130
+ {
6131
+ "stateMutability": "payable",
6132
+ "type": "fallback"
6133
+ },
6134
+ {
6135
+ "inputs": [],
6136
+ "name": "admin",
6137
+ "outputs": [
6138
+ {
6139
+ "internalType": "address",
6140
+ "name": "admin_",
6141
+ "type": "address"
6142
+ }
6143
+ ],
6144
+ "stateMutability": "nonpayable",
6145
+ "type": "function"
6146
+ },
6147
+ {
6148
+ "inputs": [],
6149
+ "name": "implementation",
6150
+ "outputs": [
6151
+ {
6152
+ "internalType": "address",
6153
+ "name": "implementation_",
6154
+ "type": "address"
6155
+ }
6156
+ ],
6157
+ "stateMutability": "nonpayable",
6158
+ "type": "function"
6159
+ },
6160
+ {
6161
+ "inputs": [
6162
+ {
6163
+ "internalType": "address",
6164
+ "name": "newImplementation",
6165
+ "type": "address"
6166
+ }
6167
+ ],
6168
+ "name": "upgradeTo",
6169
+ "outputs": [],
6170
+ "stateMutability": "nonpayable",
6171
+ "type": "function"
6172
+ },
6173
+ {
6174
+ "inputs": [
6175
+ {
6176
+ "internalType": "address",
6177
+ "name": "newImplementation",
6178
+ "type": "address"
6179
+ },
6180
+ {
6181
+ "internalType": "bytes",
6182
+ "name": "data",
6183
+ "type": "bytes"
6184
+ }
6185
+ ],
6186
+ "name": "upgradeToAndCall",
6187
+ "outputs": [],
6188
+ "stateMutability": "payable",
6189
+ "type": "function"
6190
+ },
6191
+ {
6192
+ "stateMutability": "payable",
6193
+ "type": "receive"
6194
+ }
6195
+ ]
6196
+ },
6197
+ "PendleOracle-PT-clisBNB-24APR2025_Reference_PtToAsset": {
6198
+ "address": "0x189BD17F0375589922faeDD56A86e53C42d82C0e",
6199
+ "abi": [
6200
+ {
6201
+ "anonymous": false,
6202
+ "inputs": [
6203
+ {
6204
+ "indexed": false,
6205
+ "internalType": "address",
6206
+ "name": "previousAdmin",
6207
+ "type": "address"
6208
+ },
6209
+ {
6210
+ "indexed": false,
6211
+ "internalType": "address",
6212
+ "name": "newAdmin",
6213
+ "type": "address"
6214
+ }
6215
+ ],
6216
+ "name": "AdminChanged",
6217
+ "type": "event"
6218
+ },
6219
+ {
6220
+ "anonymous": false,
6221
+ "inputs": [
6222
+ {
6223
+ "indexed": true,
6224
+ "internalType": "address",
6225
+ "name": "beacon",
6226
+ "type": "address"
6227
+ }
6228
+ ],
6229
+ "name": "BeaconUpgraded",
6230
+ "type": "event"
6231
+ },
6232
+ {
6233
+ "anonymous": false,
6234
+ "inputs": [
6235
+ {
6236
+ "indexed": true,
6237
+ "internalType": "address",
6238
+ "name": "implementation",
6239
+ "type": "address"
6240
+ }
6241
+ ],
6242
+ "name": "Upgraded",
6243
+ "type": "event"
6244
+ },
6245
+ {
6246
+ "stateMutability": "payable",
6247
+ "type": "fallback"
6248
+ },
6249
+ {
6250
+ "inputs": [],
6251
+ "name": "admin",
6252
+ "outputs": [
6253
+ {
6254
+ "internalType": "address",
6255
+ "name": "admin_",
6256
+ "type": "address"
6257
+ }
6258
+ ],
6259
+ "stateMutability": "nonpayable",
6260
+ "type": "function"
6261
+ },
6262
+ {
6263
+ "inputs": [],
6264
+ "name": "implementation",
6265
+ "outputs": [
6266
+ {
6267
+ "internalType": "address",
6268
+ "name": "implementation_",
6269
+ "type": "address"
6270
+ }
6271
+ ],
6272
+ "stateMutability": "nonpayable",
6273
+ "type": "function"
6274
+ },
6275
+ {
6276
+ "inputs": [
6277
+ {
6278
+ "internalType": "address",
6279
+ "name": "newImplementation",
6280
+ "type": "address"
6281
+ }
6282
+ ],
6283
+ "name": "upgradeTo",
6284
+ "outputs": [],
6285
+ "stateMutability": "nonpayable",
6286
+ "type": "function"
6287
+ },
6288
+ {
6289
+ "inputs": [
6290
+ {
6291
+ "internalType": "address",
6292
+ "name": "newImplementation",
6293
+ "type": "address"
6294
+ },
6295
+ {
6296
+ "internalType": "bytes",
6297
+ "name": "data",
6298
+ "type": "bytes"
6299
+ }
6300
+ ],
6301
+ "name": "upgradeToAndCall",
6302
+ "outputs": [],
6303
+ "stateMutability": "payable",
6304
+ "type": "function"
6305
+ },
6306
+ {
6307
+ "stateMutability": "payable",
6308
+ "type": "receive"
6309
+ },
6310
+ {
6311
+ "inputs": [],
6312
+ "name": "InvalidDuration",
6313
+ "type": "error"
6314
+ },
6315
+ {
6316
+ "inputs": [],
6317
+ "name": "InvalidTokenAddress",
6318
+ "type": "error"
6319
+ },
6320
+ {
6321
+ "inputs": [],
6322
+ "name": "ZeroAddressNotAllowed",
6323
+ "type": "error"
6324
+ },
6325
+ {
6326
+ "inputs": [],
6327
+ "name": "ZeroValueNotAllowed",
6328
+ "type": "error"
6329
+ },
6330
+ {
6331
+ "inputs": [],
6332
+ "name": "CORRELATED_TOKEN",
6333
+ "outputs": [
6334
+ {
6335
+ "internalType": "address",
6336
+ "name": "",
6337
+ "type": "address"
6338
+ }
6339
+ ],
6340
+ "stateMutability": "view",
6341
+ "type": "function"
6342
+ },
6343
+ {
6344
+ "inputs": [],
6345
+ "name": "MARKET",
6346
+ "outputs": [
6347
+ {
6348
+ "internalType": "address",
6349
+ "name": "",
6350
+ "type": "address"
6351
+ }
6352
+ ],
6353
+ "stateMutability": "view",
6354
+ "type": "function"
6355
+ },
6356
+ {
6357
+ "inputs": [],
6358
+ "name": "PT_ORACLE",
6359
+ "outputs": [
6360
+ {
6361
+ "internalType": "contract IPendlePtOracle",
6362
+ "name": "",
6363
+ "type": "address"
6364
+ }
6365
+ ],
6366
+ "stateMutability": "view",
6367
+ "type": "function"
6368
+ },
6369
+ {
6370
+ "inputs": [],
6371
+ "name": "RATE_KIND",
6372
+ "outputs": [
6373
+ {
6374
+ "internalType": "enum PendleOracle.RateKind",
6375
+ "name": "",
6376
+ "type": "uint8"
6377
+ }
6378
+ ],
6379
+ "stateMutability": "view",
6380
+ "type": "function"
6381
+ },
6382
+ {
6383
+ "inputs": [],
6384
+ "name": "RESILIENT_ORACLE",
6385
+ "outputs": [
6386
+ {
6387
+ "internalType": "contract OracleInterface",
6388
+ "name": "",
6389
+ "type": "address"
6390
+ }
6391
+ ],
6392
+ "stateMutability": "view",
6393
+ "type": "function"
6394
+ },
6395
+ {
6396
+ "inputs": [],
6397
+ "name": "TWAP_DURATION",
6398
+ "outputs": [
6399
+ {
6400
+ "internalType": "uint32",
6401
+ "name": "",
6402
+ "type": "uint32"
6403
+ }
6404
+ ],
6405
+ "stateMutability": "view",
6406
+ "type": "function"
6407
+ },
6408
+ {
6409
+ "inputs": [],
6410
+ "name": "UNDERLYING_DECIMALS",
6411
+ "outputs": [
6412
+ {
6413
+ "internalType": "uint8",
6414
+ "name": "",
6415
+ "type": "uint8"
6416
+ }
6417
+ ],
6418
+ "stateMutability": "view",
6419
+ "type": "function"
6420
+ },
6421
+ {
6422
+ "inputs": [],
6423
+ "name": "UNDERLYING_TOKEN",
6424
+ "outputs": [
6425
+ {
6426
+ "internalType": "address",
6427
+ "name": "",
6428
+ "type": "address"
6429
+ }
6430
+ ],
6431
+ "stateMutability": "view",
6432
+ "type": "function"
6433
+ },
6434
+ {
6435
+ "inputs": [
6436
+ {
6437
+ "internalType": "address",
6438
+ "name": "asset",
6439
+ "type": "address"
6440
+ }
6441
+ ],
6442
+ "name": "getPrice",
6443
+ "outputs": [
6444
+ {
6445
+ "internalType": "uint256",
6446
+ "name": "",
6447
+ "type": "uint256"
6448
+ }
6449
+ ],
6450
+ "stateMutability": "view",
6451
+ "type": "function"
6452
+ },
6453
+ {
6454
+ "inputs": [
6455
+ {
6456
+ "internalType": "address",
6457
+ "name": "_logic",
6458
+ "type": "address"
6459
+ },
6460
+ {
6461
+ "internalType": "address",
6462
+ "name": "admin_",
6463
+ "type": "address"
6464
+ },
6465
+ {
6466
+ "internalType": "bytes",
6467
+ "name": "_data",
6468
+ "type": "bytes"
6469
+ }
6470
+ ],
6471
+ "stateMutability": "payable",
6472
+ "type": "constructor"
6473
+ }
6474
+ ]
6475
+ },
6476
+ "PendleOracle-PT-clisBNB-24APR2025_Reference_PtToAsset_Implementation": {
6477
+ "address": "0xac9118c15B95bc9385CbfFe11035CB200E282bf4",
6478
+ "abi": [
6479
+ {
6480
+ "inputs": [
6481
+ {
6482
+ "internalType": "address",
6483
+ "name": "market",
6484
+ "type": "address"
6485
+ },
6486
+ {
6487
+ "internalType": "address",
6488
+ "name": "ptOracle",
6489
+ "type": "address"
6490
+ },
6491
+ {
6492
+ "internalType": "enum PendleOracle.RateKind",
6493
+ "name": "rateKind",
6494
+ "type": "uint8"
6495
+ },
6496
+ {
6497
+ "internalType": "address",
6498
+ "name": "ptToken",
6499
+ "type": "address"
6500
+ },
6501
+ {
6502
+ "internalType": "address",
6503
+ "name": "underlyingToken",
6504
+ "type": "address"
6505
+ },
6506
+ {
6507
+ "internalType": "address",
6508
+ "name": "resilientOracle",
6509
+ "type": "address"
6510
+ },
6511
+ {
6512
+ "internalType": "uint32",
6513
+ "name": "twapDuration",
6514
+ "type": "uint32"
6515
+ }
6516
+ ],
6517
+ "stateMutability": "nonpayable",
6518
+ "type": "constructor"
6519
+ },
6520
+ {
6521
+ "inputs": [],
6522
+ "name": "InvalidDuration",
6523
+ "type": "error"
6524
+ },
6525
+ {
6526
+ "inputs": [],
6527
+ "name": "InvalidTokenAddress",
6528
+ "type": "error"
6529
+ },
6530
+ {
6531
+ "inputs": [],
6532
+ "name": "ZeroAddressNotAllowed",
6533
+ "type": "error"
6534
+ },
6535
+ {
6536
+ "inputs": [],
6537
+ "name": "ZeroValueNotAllowed",
6538
+ "type": "error"
6539
+ },
6540
+ {
6541
+ "inputs": [],
6542
+ "name": "CORRELATED_TOKEN",
6543
+ "outputs": [
6544
+ {
6545
+ "internalType": "address",
6546
+ "name": "",
6547
+ "type": "address"
6548
+ }
6549
+ ],
6550
+ "stateMutability": "view",
6551
+ "type": "function"
6552
+ },
6553
+ {
6554
+ "inputs": [],
6555
+ "name": "MARKET",
6556
+ "outputs": [
6557
+ {
6558
+ "internalType": "address",
6559
+ "name": "",
6560
+ "type": "address"
6561
+ }
6562
+ ],
6563
+ "stateMutability": "view",
6564
+ "type": "function"
6565
+ },
6566
+ {
6567
+ "inputs": [],
6568
+ "name": "PT_ORACLE",
6569
+ "outputs": [
6570
+ {
6571
+ "internalType": "contract IPendlePtOracle",
6572
+ "name": "",
6573
+ "type": "address"
6574
+ }
6575
+ ],
6576
+ "stateMutability": "view",
6577
+ "type": "function"
6578
+ },
6579
+ {
6580
+ "inputs": [],
6581
+ "name": "RATE_KIND",
6582
+ "outputs": [
6583
+ {
6584
+ "internalType": "enum PendleOracle.RateKind",
6585
+ "name": "",
6586
+ "type": "uint8"
6587
+ }
6588
+ ],
6589
+ "stateMutability": "view",
6590
+ "type": "function"
6591
+ },
6592
+ {
6593
+ "inputs": [],
6594
+ "name": "RESILIENT_ORACLE",
6595
+ "outputs": [
6596
+ {
6597
+ "internalType": "contract OracleInterface",
6598
+ "name": "",
6599
+ "type": "address"
6600
+ }
6601
+ ],
6602
+ "stateMutability": "view",
6603
+ "type": "function"
6604
+ },
6605
+ {
6606
+ "inputs": [],
6607
+ "name": "TWAP_DURATION",
6608
+ "outputs": [
6609
+ {
6610
+ "internalType": "uint32",
6611
+ "name": "",
6612
+ "type": "uint32"
6613
+ }
6614
+ ],
6615
+ "stateMutability": "view",
6616
+ "type": "function"
6617
+ },
6618
+ {
6619
+ "inputs": [],
6620
+ "name": "UNDERLYING_DECIMALS",
6621
+ "outputs": [
6622
+ {
6623
+ "internalType": "uint8",
6624
+ "name": "",
6625
+ "type": "uint8"
6626
+ }
6627
+ ],
6628
+ "stateMutability": "view",
6629
+ "type": "function"
6630
+ },
6631
+ {
6632
+ "inputs": [],
6633
+ "name": "UNDERLYING_TOKEN",
6634
+ "outputs": [
6635
+ {
6636
+ "internalType": "address",
6637
+ "name": "",
6638
+ "type": "address"
6639
+ }
6640
+ ],
6641
+ "stateMutability": "view",
6642
+ "type": "function"
6643
+ },
6644
+ {
6645
+ "inputs": [
6646
+ {
6647
+ "internalType": "address",
6648
+ "name": "asset",
6649
+ "type": "address"
6650
+ }
6651
+ ],
6652
+ "name": "getPrice",
6653
+ "outputs": [
6654
+ {
6655
+ "internalType": "uint256",
6656
+ "name": "",
6657
+ "type": "uint256"
6658
+ }
6659
+ ],
6660
+ "stateMutability": "view",
6661
+ "type": "function"
6662
+ }
6663
+ ]
6664
+ },
6665
+ "PendleOracle-PT-clisBNB-24APR2025_Reference_PtToAsset_Proxy": {
6666
+ "address": "0x189BD17F0375589922faeDD56A86e53C42d82C0e",
6667
+ "abi": [
6668
+ {
6669
+ "inputs": [
6670
+ {
6671
+ "internalType": "address",
6672
+ "name": "_logic",
6673
+ "type": "address"
6674
+ },
6675
+ {
6676
+ "internalType": "address",
6677
+ "name": "admin_",
6678
+ "type": "address"
6679
+ },
6680
+ {
6681
+ "internalType": "bytes",
6682
+ "name": "_data",
6683
+ "type": "bytes"
6684
+ }
6685
+ ],
6686
+ "stateMutability": "payable",
6687
+ "type": "constructor"
6688
+ },
6689
+ {
6690
+ "anonymous": false,
6691
+ "inputs": [
6692
+ {
6693
+ "indexed": false,
6694
+ "internalType": "address",
6695
+ "name": "previousAdmin",
6696
+ "type": "address"
6697
+ },
6698
+ {
6699
+ "indexed": false,
6700
+ "internalType": "address",
6701
+ "name": "newAdmin",
6702
+ "type": "address"
6703
+ }
6704
+ ],
6705
+ "name": "AdminChanged",
6706
+ "type": "event"
6707
+ },
6708
+ {
6709
+ "anonymous": false,
6710
+ "inputs": [
6711
+ {
6712
+ "indexed": true,
6713
+ "internalType": "address",
6714
+ "name": "beacon",
6715
+ "type": "address"
6716
+ }
6717
+ ],
6718
+ "name": "BeaconUpgraded",
6719
+ "type": "event"
6720
+ },
6721
+ {
6722
+ "anonymous": false,
6723
+ "inputs": [
6724
+ {
6725
+ "indexed": true,
6726
+ "internalType": "address",
6727
+ "name": "implementation",
6728
+ "type": "address"
6729
+ }
6730
+ ],
6731
+ "name": "Upgraded",
6732
+ "type": "event"
6733
+ },
6734
+ {
6735
+ "stateMutability": "payable",
6736
+ "type": "fallback"
6737
+ },
6738
+ {
6739
+ "inputs": [],
6740
+ "name": "admin",
6741
+ "outputs": [
6742
+ {
6743
+ "internalType": "address",
6744
+ "name": "admin_",
6745
+ "type": "address"
6746
+ }
6747
+ ],
6748
+ "stateMutability": "nonpayable",
6749
+ "type": "function"
6750
+ },
6751
+ {
6752
+ "inputs": [],
6753
+ "name": "implementation",
6754
+ "outputs": [
6755
+ {
6756
+ "internalType": "address",
6757
+ "name": "implementation_",
6758
+ "type": "address"
6759
+ }
6760
+ ],
6761
+ "stateMutability": "nonpayable",
6762
+ "type": "function"
6763
+ },
6764
+ {
6765
+ "inputs": [
6766
+ {
6767
+ "internalType": "address",
6768
+ "name": "newImplementation",
6769
+ "type": "address"
6770
+ }
6771
+ ],
6772
+ "name": "upgradeTo",
6773
+ "outputs": [],
6774
+ "stateMutability": "nonpayable",
6775
+ "type": "function"
6776
+ },
6777
+ {
6778
+ "inputs": [
6779
+ {
6780
+ "internalType": "address",
6781
+ "name": "newImplementation",
6782
+ "type": "address"
6783
+ },
6784
+ {
6785
+ "internalType": "bytes",
6786
+ "name": "data",
6787
+ "type": "bytes"
6788
+ }
6789
+ ],
6790
+ "name": "upgradeToAndCall",
6791
+ "outputs": [],
6792
+ "stateMutability": "payable",
6793
+ "type": "function"
6794
+ },
6795
+ {
6796
+ "stateMutability": "payable",
6797
+ "type": "receive"
6798
+ }
6799
+ ]
6800
+ },
5593
6801
  "PythOracle": {
5594
6802
  "address": "0xb893E38162f55fb80B18Aa44da76FaDf8E9B2262",
5595
6803
  "abi": [