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:0x1a052926b8e93c6ebef9123857db35c677c218a4|verified:true|block:23455884|tx:0x7f21a5f94c794bd0b04b6ca25f772a31ebec31e8b99b8841ce2243e8de940a6e|first_check:1758998367

Submitted on: 2025-09-27 20:39:28

Comments

Log in to comment.

No comments yet.