DescriptionThis gatekeeper introduces a few new challenges. Register as an entrant to pass this level.Things that might help:Remember what you've learned from getting past the first gatekeeper - the first gate is the same.The assembly keyword in the second gate allows a contract to access functionality that is not native to vanilla Solidity. See Solidity Assembly for more information. The extcod..
gatekeeper
DescriptionMake it past the gatekeeper and register as an entrant to pass this level.Things that might help:Remember what you've learned from the Telephone and Token levels.You can learn more about the special function gasleft(), in Solidity's documentation (see Units and Global Variables and External Function Calls).Code// SPDX-License-Identifier: MITpragma solidity ^0.8.0;contract GatekeeperOn..