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)
wallet: 0xEb5B192CDCDa4Ba0500D426A0f330d958A733280 // Foundation Multisig
isPreMinted: false
isAdjustable: true
start: 2022-01-31T23:59:59Z
vestingDays: 4383 // =12*365+3
allocation: 80,000,000
unlocked: 30,000,000
Foundation - Reserves (pool #1)
wallet: 0xEb5B192CDCDa4Ba0500D426A0f330d958A733280 // Foundation Multisig
isPreMinted: false
isAdjustable: true
start: 2022-02-28T00:00:00Z
vestingDays: 1096 // =3*365+1
allocation: 50,882,769
unlocked: 0
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)
wallet: 0xEb5B192CDCDa4Ba0500D426A0f330d958A733280 // Foundation Multisig
isPreMinted: false
isAdjustable: true
start: 2022-02-28T00:00:00Z
vestingDays: 1096 // =3*365+1
allocation: 17,500,000
unlocked: 0
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)
wallet: 0x5CDabc5a62F7F6387488E7195686059509739aAF // Private Sale 3 pool wallet
isPreMinted: false
isAdjustable: false
start: 2022-01-31T23:59:59Z
vestingDays: 365
allocation: 10,000,000
unlocked: 2,500,000
Public Sales Option 1 (pool #9)
wallet: 0x7bd49ed57289e2aae3cedD18339204131fad98bB // Public Sales Multisig
isPreMinted: false
isAdjustable: false
start: 2022-01-31T23:59:59Z
vestingDays: 180
allocation: 39,000,000
unlocked: 14,625,000
Public Sales Option 2 (pool #10)
wallet: 0x7bd49ed57289e2aae3cedD18339204131fad98bB // Public Sales Multisig
isPreMinted: true
isAdjustable: false
start: 2022-01-31T23:59:59Z
vestingDays: 1
allocation: 10,000,000
unlocked: 10,000,000
Early Team + Advisors (pool #11)
wallet: 0xFe1c87f24A091bB729033c3522C039566477Eb1c // Company Multisig
isPreMinted: false
isAdjustable: false
start: 2022-01-31T23:59:59Z
vestingDays: 1096 // = 3*365+1
allocation: 200,000,000
unlocked: 10,000,000
Staking Rewards pool (pool #12)
wallet: 0xcF463713521Af5cE31AD18F6914f3706493F10e5 // RewardPool contract
isPreMinted: false
isAdjustable: true
start: 2022-01-31T23:59:59Z
vestingDays: 91
allocation: 6,650,000
unlocked: 0
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 theholder
may (ever) withdraw
Pre-Seed Backers
Seed Backers
Private Sale 1
Private Sale 2
Private Sale 3
Last updated