๐ฆ HITBNB Buyer contract
https://bscscan.com/address/0x9ed2ced9ec3584cebc3e489ab61b400729cfda25
๐ง Contract Flow: Introduction Package Payment
HITBNBBuyer Contract Overview
When a user purchases the Introduction Package, the payment flow is handled entirely on-chain by the HITBNBBuyer
contract.
๐ Payment Flow:
User connects wallet and calls
buyIntroductionPackage()
function on the frontendFrontend transfers $50 USDT to the
HITBNBBuyer
contractThe contract:
Approves and swaps USDT for HITBNB via PancakeSwap Router
Sends all purchased HITBNB to the ROI Wallet (used for staking, rewards, etc.)
Referral logic is executed simultaneously, sending referral USDT payouts (if first-time user)
๐ Benefits of This Setup
Fully on-chain
Transparent HITBNB purchases
No manual handling of funds
Ensures all reward tokens are sourced through market buys
๐ Notes
Referral commission distribution occurs only for first-time Introduction Package purchases
Re-activation of the package does not trigger referral payouts
Last updated