- 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 compile
This 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 coverage
The 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_ARGUMENTS
Or you can use the script for autodeploy
$ npx hardhat scripts/deployPrivateSale.ts
Token Vesting Contracts is released under the Apache-2.0.