Sophon Testnet

Contract Diff Checker

Contract Name:
Greet

Contract Source Code:

File 1 of 1 : Greet

//SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.17;
contract Greet {
    string private constant greeting='hello';

  

    function greet() public pure returns (string memory) {
        return greeting;
    }


}

Please enter a contract address above to load the contract details and source code.

Context size (optional):