Variable Amount.MaxUnitSupply

Maximum amount of money that can ever be in circulation

struct Amount
{
  // ...
  immutable(Amount) MaxUnitSupply = Amount(49500000000000000LU);
  // ...
}