@acala-network/contracts
Version:
AcalaNetwork Smart Contract library for Solidity
31 lines (30 loc) • 604 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IOracle",
"sourceName": "contracts/oracle/IOracle.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "getPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}