Public oraclePrice variable will be imprecise and confused. If other contracts try to get oracle price by calling oraclePrice() rather than calling getCurrentOraclePrice(), it will get wrong price.
ScalingPriceOracle.sol#L36
Declare oraclePrice to private, and only use getCurrentOraclePrice() to get the price instead.
