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");
}
}
Submitted on: 2025-10-20 14:29:08
Comments
Log in to comment.
No comments yet.