The Ethernaut CTF Solutions | 01 - Fallback
The use of the `receive` and `fallback` functions.
Mar 9, 20243 min read24

Search for a command to run...

Series
Find the explanations and solutions to beat every level of Ethernaut challenges. Solidity + Foundry
The use of the `receive` and `fallback` functions.

The necessity of code reviews and proper testing.

Predicting the Unpredictable: Outsmarting Solidity's Pseudo-Randomness

Phishing the Blockchain: Understanding `tx.origin` and `msg.sender`

Beyond the Bounds: Underflow and Overflow in Solidity Before 0.8.0

The Hidden Hazards of Delegate Calls in Smart Contract Design
