Hello Architect
Blog icontonythanh2012
Nov 1
// SPDX-License-Identifier: MIT pragma solidity ^0.8.30; contract HelloArchitect { string private greeting; // Event emitted when the greeting is changed event GreetingChanged(string newGreeting); // Constructor that sets the initial greeting to "Hello Architect!" constructor() { greeting = "Hello Architect!"; } // Setter function to update the greeting function setGreeting(string memory newGreeting) public { greeting = newGreeting; emit GreetingChanged(newGreeting); } // Getter function to r...

Most popular by tonythanh2012

Creat token on remix

Creat token on remix

Lock contract

Lock contract

Tạo lock contract

Tạo lock contract

Code dễ deploy remix

Code dễ deploy remix

Tạo ERC721

Tạo ERC721

  • Previous
  • 1
  • 2
  • Next

tonythanh2012

Written by
tonythanh

Save something

Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

tonythanh2012

Subscribe