- Min amount buy amount 50 $BUSD
- TGE 8%
- Cliff 3 months
- 7,66% vesting monthly
On-Chain vesting scheme enabled by smart contracts.
FoxtrotPrivateSale contract can release its token balance gradually like a typical vesting scheme, with a cliff and vesting period.
$ yarn$ yarn compileThis task will compile all smart contracts in the contracts directory.
ABI files will be automatically exported in artifacts/contracts/~ directory.
Documentation is auto-generated after each build in docs directory.
The generated output is a static website containing smart contract documentation.
$ yarn nodo$ yarn test$ yarn coverageThe report will be printed in the console and a static website containing full report will be generated in coverage directory.
$ yarn prettier$ npx hardhat verify --network bsc $CONTRACT_ADDRESS $CONSTRUCTOR_ARGUMENTSOr you can use the script for autodeploy
$ npx hardhat scripts/deployPrivateSale.tsToken Vesting Contracts is released under the Apache-2.0.