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:0x6806faf9024ef00a29bbf5a0f96b9e2892b5db5b|verified:true|block:23689049|tx:0x2d75910321d7470e213f355aeb1159a7a0f0178de8d2467d759171476980f5ea|first_check:1761829642

Submitted on: 2025-10-30 14:07:25

Comments

Log in to comment.

No comments yet.