static double calculateApproximateReward({required double totalSpend}) { return (totalSpend / 11).toPrecision(2); }