7 - Force
forcefully sending ether to a contract that doesn't have payable function, payable fallback() function, or receive() function.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract Force {/*
MEOW ?
/\_/\ /
____/ o o \
/~____ =ø= /
(______)__m_m)
*/}Goal of this level
What you should know before
Solution
Key Takeaways
Last updated