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": {
    "test.sol": {
      "content": "// SPDX-License-Identifier: MIT\r
pragma solidity ^0.8.0;\r
contract HelloBase {\r
\r
string public message = "Hello, Base!";\r
function setMessage(string memory newMessage) public {\r
\r
message = newMessage;\r
}\r
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0x6e67a52e9fce1e29b71d9adad11bf13a1d35f14e|verified:true|block:23724753|tx:0x24ab59f81a3fb261128d54db453be3da302249fe8242f937c9912a062e0d2cb7|first_check:1762255379

Submitted on: 2025-11-04 12:23:01

Comments

Log in to comment.

No comments yet.