Skip to content

v0.0.100-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@psavelis psavelis released this 20 Sep 01:02
· 213 commits to main since this release
7975e3a

Pre-Sale SmartContracts

KNN Token (ERC20 Token Contract)
  • All ERC20 OpenZepellin inherited implementations regarding ERC20 (security, transfers, allowances, etc);
  • Transaction Fee of 1% applied for each transaction (except for granted NO_TRANSFER_FEE roles);
  • Limited Supply to 19MM tokens;
  • Mint control (Milestones access control);
  • Voting Roles (for further DAO integrations);
KNN Yield (Staking Pool Smart Contract)
  • Removed deprecated interest module due to gas limitation;
  • Add events (for further hooks and off-chain data);
  • Add Tiers (used to differ and apply fees);
  • Add Withdraw Fee of 30%, 5%, 2.5%, 1.5% and 1% according to Fee Tiering describe in GoogleSheets
  • Add Subscription Fee of 0.20%
  • Minor Refactoring
KNN PreSale (PreSale Smart Contract)
  • *** TBD ***