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:0x74bf1ac7f0fa64ac07fc76f1b6097c9055da2acb|verified:true|block:23439236|tx:0x4ee1b651ea51f01534f6591ad859eb68655e6106f066de3860f7215bada441ea|first_check:1758793668

Submitted on: 2025-09-25 11:47:48

Comments

Log in to comment.

No comments yet.