Files
assetxContracts/abis/IYTLendingPriceFeed.json

22 lines
337 B
JSON
Raw Normal View History

2025-12-18 13:07:35 +08:00
[
{
2025-12-24 16:41:26 +08:00
"inputs": [
2025-12-18 13:07:35 +08:00
{
2025-12-24 16:41:26 +08:00
"internalType": "address",
"name": "_token",
"type": "address"
2025-12-18 13:07:35 +08:00
}
],
"name": "getPrice",
"outputs": [
{
"internalType": "uint256",
2025-12-24 16:41:26 +08:00
"name": "",
2025-12-18 13:07:35 +08:00
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]