currentPrice(uint256) :
This function retrieves the latest price data from the feed contract and adjusts the decimals to the desired amount. It takes in a parameter of the desired decimals and returns the adjusted price. It does this by first retrieving the latest price data from the feed contract, then retrieving the decimals from the feed contract, and finally adjusting the decimals of the price to the desired amount. (autogenerated documentation)