Abstract Testnet

Contract Diff Checker

Contract Name:
HelloAbstract

Contract Source Code:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.28;

contract HelloAbstract {
    function sayHello() public pure virtual returns (string memory) {
        return "Hello, World!";
    }
}

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

Context size (optional):