hexbyteblog.hexbyte.inยทOct 5, 2024Ethernaut Series - 01The challenge asks us to claim the ownership of the contract and reduce its balance to 0. In this case, we have been provided with the contract itself. // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Fallback { mapping(address =...EthernautEthernautAdd a thoughtful commentNo comments yetBe the first to start the conversation.