Variable Amount.MaxCoinSupply

Maximum number of BOA coins that can ever be in circulation

struct Amount
{
  // ...
  immutable(ulong) MaxCoinSupply = 4950000000LU;
  // ...
}