test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
27 lines (26 loc) • 546 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPriceFeedsExt",
"sourceName": "contracts/feeds/PriceFeeds.sol",
"abi": [
{
"constant": true,
"inputs": [],
"name": "latestAnswer",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}