ちょいとソースコード眺めてきたけどプレマインてこれかな?
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{

int64_t nSubsidy = 162 * COIN;

if(nBestHeight == 0)
{
nSubsidy = 12960000 * COIN;
}