Fallback Functions and the DAO Attack
Apr 25, 2023 · 4 min read · Solidity provides a fallback function to handle cases like when a function that doesn’t even exist in the contract is being called or sometimes when you want your smart contract to receive ETHER or ETH. So, is that all that a fallback function offers...
Join discussion