Project1's on-chain contract implementation - verified and auditable Ethereum smart contract
Mar 10, 2025 23:45 UTC
Sep 23, 2025 09:15 UTC
0x987654321098765432109876543210987654321
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; contract Project1 { uint public projectValue = 100000; }
public view returns (uint256)
public