Ethernaut: Fallback
Precisely. Solidity allows developers to create fallback functions that are invoked when a contract receives a transaction that is not handled by any existing functions.
For instance, let's say Contract A has been deployed with only a payable fallbac...
hodltom00n.hashnode.dev4 min read