dodo-start && cpV2 ing
This commit is contained in:
@@ -9,4 +9,8 @@ pragma solidity 0.6.9;
|
||||
|
||||
interface IOracle {
|
||||
function getPrice(address base) external view returns (uint256 latestPrice,bool isValid,bool isStale,uint256 timestamp);
|
||||
|
||||
function prices(address base) external view returns (uint256);
|
||||
|
||||
function isFeasible(address base) external view returns (bool);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user