pub const DECIMAL_SCALE: u128 = 1_000_000_000_000_000_000;
Fixed-point scale used by all on-chain decimal fields (1e18).