This project contains the smart contract for BTCETFToken and the deployment scripts.
- Contract Address: 0x37d762A9c38EAe595bEbcF0Ada2DF93aB83ff8ac
- Owner Wallet: 0x8846f867AAd372528BFbf26290BE6eF01b759DE2
- IPFS Hash: ipfs://eb23651c04d6495dddb8404b62acdd19081883bcb187558caa4e138fcbc1f6f2
-
Install dependencies:
npm install
-
Configure your private key:
- Edit the
.env
file and add your private key (without the 0x prefix)
- Edit the
-
Compile the contract:
npm run compile
-
Deploy the contract:
npm run deploy
After deployment, you can verify the contract on BscScan using:
npx hardhat verify --network bsc DEPLOYED_CONTRACT_ADDRESS
Replace DEPLOYED_CONTRACT_ADDRESS
with the address where your contract was deployed.
- BEP-20 compatible token
- Name: BTCETFToken
- Symbol: BTCETF
- Decimals: 18
- Total Supply: 2,100,000,000 tokens
- Custom deposit system with time-based vesting
- Owner-controlled liquidity management