@more-labs/more-markets
Version:
More Markets core smart contracts fork of Aave V3
57 lines (56 loc) • 1.15 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPriceOracleGetter",
"sourceName": "contracts/interfaces/IPriceOracleGetter.sol",
"abi": [
{
"inputs": [],
"name": "BASE_CURRENCY",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "BASE_CURRENCY_UNIT",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "getAssetPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}