Counter

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;
    }
}

Tags:
addr:0xf006b1031d6e705a76c99b123afae02f39a35e06|verified:true|block:23664279|tx:0xb5abe8f9afb19cd86e9b9d5bd8abf03ff1cec006467c57ccaba9ddfd6d08f0f0|first_check:1761556380

Submitted on: 2025-10-27 10:13:00

Comments

Log in to comment.

No comments yet.