Hello

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "ARC TOUCEE1.sol": {
      "content": "// SPDX-License-Identifier: MIT\r
pragma solidity ^0.8.20;\r
\r
contract Hello {\r
    string public message = "Hello from Arc!";\r
\r
    function say(string memory newMsg) public {\r
        message = newMsg;\r
    }\r
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0x524033d9033698937413f42410456a642bbe2dff|verified:true|block:23733595|tx:0x8024db494f20eccc137d39cd6ac9998e7a741e331afbea6771f9f893c5c9364f|first_check:1762351861

Submitted on: 2025-11-05 15:11:03

Comments

Log in to comment.

No comments yet.