@perp/perp-oracle-contract
Version:
Perpetual Protocol Curie (v2) oracle contracts - v0.5.0 is not an audited version
44 lines (43 loc) • 864 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPriceFeed",
"sourceName": "contracts/interface/IPriceFeed.sol",
"abi": [
{
"inputs": [],
"name": "decimals",
"outputs": [
{
"internalType": "uint8",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "interval",
"type": "uint256"
}
],
"name": "getPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}