Interface: BlastPriceOracle

0x3A9B69eE4b7F238c38380A540B211f682f724968

interface IPriceOracle {
    function getPrice(address asset) external view returns (uint256);
}

Last updated