Mint and vest $ZKP tokens

Mint and vest $ZKP tokens on the Ethereum Mainnet as follows:

1.1. Token symbol and standard

  • Token standard: ERC20.

  • Token symbol: $ZKP.

  • Maximum supply: 1,000,000,000 tokens.

  • Token contract address: see below.

  • Minting and vesting schedule: as defined below.

1.2. Minting and vesting parameters

Initiate the following distribution of $ZKP tokens, by executing Ethereum transactions, which calls addVestingPools method on the VestingPools smart contract instance.

Interpretation of parameters

  • <address> wallet - Ethereum address of a smart contract to vest $ZKP tokens to

  • <bool> isPreMinted - if true, {allocation} gets pre-minted, otherwise minted when vested

  • <bool> isAdjustable - if true, the owner may change {start} and/or {duration}

  • <date> start - time when vesting starts

  • <number> vestingDays - period in days (since the {start}) of vesting

  • <number> allocation - total amount of $ZKP tokens to (ever) vest from the pool

  • <number> unlocked - out of {allocation}, amount to be unlocked on the {start}

Foundation - General (pool #0)

Foundation - Reserves (pool #1)

Foundation - Bug Bounties (pool #2)

  • wallet: 0xEb5B192CDCDa4Ba0500D426A0f330d958A733280 // Foundation Multisig

  • isPreMinted: true

  • isAdjustable: true

  • start: 2022-01-31T23:59:59Z

  • vestingDays: 1 // immediately vested

  • allocation: 2,500,000

  • unlocked: 2,500,000

Foundation - Education & Awareness (pool #3)

Pre-Seed Backers (pool #4)

  • wallet: 0xF62837d4EbF3D0309E32bAF55919d4371900e6B5 // Pre-Seed Backers pool wallet

  • isPreMinted: false

  • isAdjustable: false

  • start: 2022-01-31T23:59:59Z

  • vestingDays: 1096 // =3*365+1

  • allocation: 50,433,500

  • unlocked: 2,521,675

Seed Backers (pool #5)

  • wallet: 0xBc9Dff00b1950dAc0185B5e986748637EaBd9BC5 // Seed Backers pool wallet

  • isPreMinted: false

  • isAdjustable: false

  • start: 2022-01-31T23:59:59Z

  • vestingDays: 1096 // =3*365+1

  • allocation: 65,966,667

  • unlocked: 17,865,972

Private Sale 1 (pool #6)

  • wallet: 0x40E92E8c3D2a5BAcdED54af444CAF820a9F480B0 // Private Sale 1 pool wallet

  • isPreMinted: false

  • isAdjustable: false

  • start: 2022-01-31T23:59:59Z

  • vestingDays: 730 // =365*2

  • allocation: 15,288,889

  • unlocked: 3,822,222

Private Sale 2 (pool #7)

  • wallet: 0xD90354a7437D36550cb21e17a9A3feeFB0c92b87 // Private Sale 2 pool wallet

  • isPreMinted: false

  • isAdjustable: false

  • start: 2022-01-31T23:59:59Z

  • vestingDays: 548 // roundUP(365*1.5)

  • allocation: 8,428,175

  • unlocked: 2,107,044

Private Sale 3 (pool #8)

Public Sales Option 1 (pool #9)

Public Sales Option 2 (pool #10)

Early Team + Advisors (pool #11)

Staking Rewards pool (pool #12)

1.3. Distribution of $ZKP tokens from Private Sales pools

Initiate the following distribution of $ZKP from Private Sales pools wallets, by executing Ethereum transactions calling addStakes method on the instances (proxies) of the PoolStakes smart contract.

Note: Panther Team performed compliance checks and returned funds to public partipants that were not successful in the KYC check. The total tokens from those refunds will be minted and stored in a multisig wallet <0x15eE5348793618F5Fb9D859F24275afe07Dd5054> owned by Panther Ventures Limited and will be later utilized to support ecosystem growth initiatives.

Interpretation of parameters

  • <address> holder - Ethereum address that may withdraw $ZKP

  • <number> amount - total amount of $ZKP the holder may (ever) withdraw

Pre-Seed Backers

Seed Backers

Private Sale 1

Private Sale 2

Private Sale 3

Last updated