Popular repositories Loading
-
-
opcontract
opcontract Public// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract MyFirstContract { string public message; function setMessage(string memory _message) public { message = _message; } }
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.