Every successful deposit and withdrawal leaves a public trail on BNB Smart Chain. This page shows how donors, families, and auditors can verify activity without trusting the website’s database alone.
Contract page on BscScan
Open the contract on BscScan. Under Transactions and Events you can filter by donor, beneficiary, or function name. Event logs for BNBDeposited and USDTDeposited include donor, beneficiary, amount, and timestamp.
Match the UI to the chain
When the website marks an order as paid, it should correspond to a confirmed transaction hash interacting with 0x555400DE5f287bB7E2a7F1C1E26fEa9cDCdB2877. Prefer checking that hash on BscScan over relying on screenshots.
Read balances directly
Anyone can call the public view functions bnbBalanceOf(address) and usdtBalanceOf(address) for a known beneficiary wallet. That is the same source the beneficiary dashboard uses.
Network and token sanity checks
Confirm chain ID is BNB Smart Chain mainnet. Confirm USDT is the canonical BEP-20 at 0x55d398326f99059fF775485246999027B3197955, not a scam token with a similar ticker.