Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] PERKLE - FAIR RELEASE SMART CONTRACT PLATFORM
by
technik42
on 12/07/2020, 09:42:17 UTC
Quote from: Discord
We have deployed a second on-demand "mintable crowdsale" XPZ contract with a static rate of 66 XPZ per 1 PRKL.

A participant receives 66 XPZ per 1 PRKL sent to the contract address 0x85Bbc68B391f20eA50F7AbD9bEb9063E5d3EC7dA.

You can view the current supply by typing the following command in our Discord channel using PerkleBot: !token XPZ

The token contract itself has a hard cap of 10 billion (10,000,000,000) forever.

The target emission for 2020 is 1 billion.

The emission cap for this specific contract/tranche is as follows.

let target_emission_2020 = 10 ** 9; // 1 bil
let xpz_supply_before_stage_2 = 446871806; // minted in stage 1 sale;
let remaining_cap_going_into_stage_2 = target_emission_2020 - xpz_supply_before_stage_2; //
assert remaining_cap_going_into_stage_2 == 553128194;

// cap in stage 2 crowdsale contract
const saleCap = toAtomic(new BN(553128194)); // where toAtomic = fn x -> x * (10 ** 18) end) // convert from XPZ to atomic units

The current contract/rate ends on 08/04/2020 @ 9:28pm (UTC) or when 1 Billion (1,000,000,000) XPZ have been minted. soon!