HelloBase

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "HelloBase.sol": {
      "content": "// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract HelloBase {
    string public message = "Hello Base!";

    function setMessage(string memory newMessage) public {
        message = newMessage;
    }
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0x5019ed93950c36a84882e2609d625d47f61799f0|verified:true|block:23724814|tx:0x196e3b87cf9996d04a8e434ed290a294fa259967e745dd4bfa0f16c3db5bcc1d|first_check:1762255999

Submitted on: 2025-11-04 12:33:21

Comments

Log in to comment.

No comments yet.