HelloWorld

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "HelloWorld.sol": {
      "content": "pragma solidity ^0.8.0;\r
\r
contract HelloWorld {\r
    string public message;\r
\r
    constructor() {\r
        message = "Hello, World!";\r
    }\r
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": [],
    "evmVersion": "shanghai"
  }
}}

Tags:
Factory|addr:0x89d843670342aac0a94d8131f24f8062d6e5ebbe|verified:true|block:23710857|tx:0x421e184a26c49775a297c418825b143b3e6b85311443c449527be3a015b21477|first_check:1762083969

Submitted on: 2025-11-02 12:46:11

Comments

Log in to comment.

No comments yet.