@perp/perp-oracle-contract
Version:
Perpetual Protocol Curie (v2) oracle contracts - v0.5.0 is not an audited version
38 lines (37 loc) • 839 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPriceFeedDispatcherEvent",
"sourceName": "contracts/interface/IPriceFeedDispatcher.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "enum IPriceFeedDispatcherEvent.Status",
"name": "status",
"type": "uint8"
}
],
"name": "StatusUpdated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "uniswapV3PriceFeed",
"type": "address"
}
],
"name": "UniswapV3PriceFeedUpdated",
"type": "event"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}