Dummy

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "script/utils/Dummy.sol": {
      "content": "// SPDX-FileCopyrightText: 2025 Lido <info@lido.fi>
// SPDX-License-Identifier: GPL-3.0

pragma solidity 0.8.24;

contract Dummy {
    error ImDummy();

    receive() external payable {
        revert ImDummy();
    }
}
"
    }
  },
  "settings": {
    "remappings": [
      "@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
      "@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/",
      "forge-std/=node_modules/forge-std/src/",
      "ds-test/=node_modules/ds-test/src/"
    ],
    "optimizer": {
      "enabled": true,
      "runs": 250
    },
    "metadata": {
      "useLiteralContent": false,
      "bytecodeHash": "none",
      "appendCBOR": true
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "evmVersion": "cancun",
    "viaIR": false
  }
}}

Tags:
Factory|addr:0xe89e038b4a8f298a731c5d9ed31d35c7d71abd7b|verified:true|block:23382541|tx:0x008d538079ae89002b5256d1c93e88d987b26105da0bf028c79b21f86deff10d|first_check:1758116661

Submitted on: 2025-09-17 15:44:22

Comments

Log in to comment.

No comments yet.