test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
43 lines (42 loc) • 940 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "FeedsLike",
"sourceName": "contracts/connectors/loantoken/interfaces/FeedsLike.sol",
"abi": [
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "sourceTokenAddress",
"type": "address"
},
{
"internalType": "address",
"name": "destTokenAddress",
"type": "address"
}
],
"name": "queryRate",
"outputs": [
{
"internalType": "uint256",
"name": "rate",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "precision",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}