COINOTAG reported on September 10 that GoPlus monitoring detected an attack on Evoq Finance‘s smart contract on the BNB Chain. According to the alert, the attacker gained control of the owner’s account, transferred contract ownership and upgraded the implementation to a malicious version, ultimately extracting approximately $420,000 from the protocol and compromising user approvals.
Evoq Finance has confirmed the incident and indicated the exact root cause is currently undetermined as investigators conduct forensic analysis. In its security advisory, the team cautions users not to deposit any assets to the wallet address linked to the protocol until official updates are provided via verified channels.
Impacted users should immediately review token allowances and consider revoking approvals through a trusted wallet interface, monitor transactions on the BNB Chain block explorer, and wait for formal remediation guidance before re-engaging with the protocol.
‘,
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();