X_MainnetTest

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "contracts/X_MainnetTest.sol": {
      "content": "// SPDX-License-Identifier: MIT\r
pragma solidity ^0.8.20;\r
\r
contract X_MainnetTest {\r
\r
    address public owner;\r
    constructor(address initialOwner) {\r
        owner = initialOwner;\r
    }\r
\r
    function setOwner(address newOwner) external {\r
        require(msg.sender == owner, "Not owner");\r
        owner = newOwner;\r
    }\r
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "debug": {
      "revertStrings": "debug"
    },
    "evmVersion": "paris",
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "metadata": {
      "useLiteralContent": true
    }
  }
}}

Tags:
Factory|addr:0xfa826cc8c4ec685888f4a9d4ee99e601654dd5e5|verified:true|block:23663486|tx:0x8c41c519085a77527e751af1e61d20f1e9a6e280e315273359e7347968719ff8|first_check:1761504441

Submitted on: 2025-10-26 19:47:22

Comments

Log in to comment.

No comments yet.