APE Price: $0.44 (+0.08%)

Contract Diff Checker

Contract Name:
HelloApe

Contract Source Code:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
 
contract HelloApe {
    string public greeting = "Hello, Apes!";
 
    function greet() public view returns (string memory) {
        return greeting;
    }
}

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

Context size (optional):