pub fn convert_u256_to_f64(amount: U256, decimals: u8) -> Result<f64>
Convert an alloy’s U256 value to f64, accounting for token decimals.
Returns an error if the U256 value cannot be parsed to f64.