Description:
Smart contract deployed on Ethereum.
Blockchain: Ethereum
Source Code: View Code On The Blockchain
Solidity Source Code:
contract Counter {
uint16 public x = 0;
function increaseCounter() public{
x += 1;
}
}
Submitted on: 2025-09-18 11:59:07
Comments
Log in to comment.
No comments yet.