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:0xd7b748ed506e7bb26207e7f9c7ebd2dd6fd286c6|verified:true|block:23605897|tx:0x9246f4970f51d4b8f15a1bd2434b502d72c376b3dbb056b4db01815bdfa6b6e4|first_check:1760807028

Submitted on: 2025-10-18 19:03:48

Comments

Log in to comment.

No comments yet.