Files
assetxContracts/abis/IYTLendingPriceFeed.json
2025-12-24 16:41:26 +08:00

22 lines
337 B
JSON

[
{
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
}
],
"name": "getPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]