DepositHelperReverter

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.25;


contract DepositHelperReverter {
    function notifyReward(uint256 _amount) external {
        require(true == false, "!NotReady");
    }
}

Tags:
addr:0xa143896a27029cf2ab1d76d2d4f4cf696511e7cf|verified:true|block:23617263|tx:0x08e2433d9d288ffffb8bb2a70ac1cde1287dc08c9bbb95297329a9d9b2dac83d|first_check:1760963347

Submitted on: 2025-10-20 14:29:08

Comments

Log in to comment.

No comments yet.