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:0x1c83042842e5615b5df7d2091cf65b7c7e076c37|verified:true|block:23524971|tx:0x4cc4a341c2246042d8776662569b14408c3965b31bd695eaa51eb24634217875|first_check:1759830628

Submitted on: 2025-10-07 11:50:28

Comments

Log in to comment.

No comments yet.