Hello

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
contract Hello {
    string public msgText;
    constructor(string memory _m) { msgText = _m; }
}

Tags:
addr:0x32b8475314e454b317929ab4f289ee1dfa02cbce|verified:true|block:23654871|tx:0x4369ac04b9b4d3bd558e179949988d34973f0bb99aee6eb0055cbed45c01fce1|first_check:1761403810

Submitted on: 2025-10-25 16:50:11

Comments

Log in to comment.

No comments yet.