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-11-06 13:01:18
Comments
Log in to comment.
No comments yet.