pub const SCALE: u128 = 1_000_000_000_000u128;
Standard fixed-point scale factor: 1e12.
All unsigned fixed-point values are integers representing value * SCALE.
value * SCALE