• Difficulty - Medium
    Total Plays - 1
    Allowed Time - 10 sec
    Best Time - --

    In EVM, which opcode can silently fail and return a boolean instead of reverting?

    #A
    #B
    #C
    #D
    Explanation:
    Low-level CALL (and friends like DELEGATECALL) returns a success flag rather than automatically bubbling a revert. If you don’t check that boolean (or decode return data properly), your contract may continue in a “success-looking” state while the external call actually failed. This is a classic Solidity audit finding tied to unsafe external interactions.
    Leaderboard
    User
    Rank
    Time Taken
    The scoreboard is untouched... just like your gym membership. Come on, get this one right and you're instantly #1.