This utility smart contact will be used to build dApps to lock WONDR BEP20 Tokens (Depends on deployment chain) to a smart contract for specific period of time. It can be leveraged to lock ERC20 variant tokens if required.
Fees in BNB/ETH or in percent in Smart Contract file. The smart contract owner can manage these values after deploying smart conract.
File which contains 12 secret mnemonic phrases of your hd wallet.
npm init
npm install -d
- Copiling smart contract
truffle compile
- Deploying smart contract -
truffle migrate --network=testnet
Choose network fromtruffle-config.js
file. - Verify smart contract on bscscan/etherscan (API Keys are needed)-
truffle run verify Airdrop@{ContractAddress} --network testnet
- Once smart contract is deployed and verified, you can interect it from bscscan/etherscan
- Hiren Kavad
- Bill Petridis
This bundle is dual-licensed under MIT and GPL licenses.
Feel free to use this contract but please leave the author attribution.