const ICEBERG_UINT64_DECIMAL_PRECISION: u8 = 20;
The precision needed to store all UInt64 values in a Decimal128. UInt64 max value is 18,446,744,073,709,551,615 which has 20 digits.