Let's take a look at some other popular coins on Poloniex:
SilkcoinMaximum POW supply: ~45 million
Great, let's check the code:
static const int64_t MAX_MONEY = 2000000000 * COIN;
Uh oh, 2 billion is a lot more than 45 million! Better de-list SC right away!
CinniTotal Coins: 15,000,000
Hmm...
static const int64 MAX_MONEY = 100000000 * COIN;
I'm not very good at math but I think 100 million may be slightly more than 15 million.
Strange that you never gave a shit about things like this before?