Any one know how to find bug in smart contract? To hack or something like that???

Mar 11, 2021, 12:59 PM
Which smart contacts are hacked?
How we can hack the smart contract ?
& how we can find the scam function in smart contract source code ?
Mar 11, 2021, 1:17 PM
Inspect the code manually
That's the best method
Mar 11, 2021, 1:18 PM
I don't know Solidity
Mar 11, 2021, 1:29 PM
Then ask someone who knows
Its not like devs will put

// This is a scam function
function public hack (){
owner.transfer(address(this).balance);
}
xD
Can't really say without knowing what those are. But its better to redeploy if the told bugs/errors is real
Hmm how come there is a bug in bep20 contract? The template provided by binance have no bugs
Mar 11, 2021, 1:46 PM
Isn't that like asking how can an Erc20 token have bugs. The template may be bug free but people add their own implementations on top of it
Mar 11, 2021, 2:34 PM
yes which is where the "logic" issues come up
Mar 11, 2021, 2:39 PM

© 2024 Draquery.com All rights reserved.