Etherscan Project 1

0x123456789012345678901234567890123456789

Project1's on-chain contract implementation - verified and auditable Ethereum smart contract

Deployed At

Mar 10, 2025 23:45 UTC

Last Modified

Sep 23, 2025 09:15 UTC

Contract Creator

0x987654321098765432109876543210987654321

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

contract Project1 {
    uint public projectValue = 100000;
}
                

Available Functions

getProjectValue()

public view returns (uint256)

setProjectValue(uint256 _value)

public