↧
Answer by shadow for Contract got hacked, what's wrong with it?
function arbswap(IAtlas.SwapData calldata swapdata) external returns (uint) { //require (whitelist[msg.sender] == true, "uauth"); require (swapdata.tokensIn[0] ==...
View ArticleContract got hacked, what's wrong with it?
My Contract got hacked, and I cannot figure out why.Happened on Base. Hacker deployed a contract, then called their contract, which called my contract, and extracted tokens from my contract. But...
View ArticleAnswer by EthanOK for Contract got hacked, what's wrong with it?
Can you show the code for the IAtlas.SwapData struct? I'm trying to hack the Atlas contract using foundry.
View Article
More Pages to Explore .....