You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on the Level 10 Re-entrancy level and cannot have the attack to work. I deployed the exact same Reentrance contract in Remix and managed to execute the attack without issue. Am I the only one encountering this? Has it been seen before? I tried several posted solutions but similarly couldn't have the attack to work and withdraw the contract balance while all of them worked when I deployed the contract in Remix.
The text was updated successfully, but these errors were encountered:
I couldn't call the withdraw function.
the reason was the signature of withdraw function.
try setting the input argument type of uint256 instead of unit as described on page.
I have been working on the Level 10 Re-entrancy level and cannot have the attack to work. I deployed the exact same Reentrance contract in Remix and managed to execute the attack without issue. Am I the only one encountering this? Has it been seen before? I tried several posted solutions but similarly couldn't have the attack to work and withdraw the contract balance while all of them worked when I deployed the contract in Remix.
The text was updated successfully, but these errors were encountered: