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:0x31fed0f3e126b36410c5cd8f640ac585f5625fb6|verified:true|block:23646221|tx:0xa8008e7b52c2dbe53c125ace84a71251893b750a7e6a020b3382546d75f26691|first_check:1761325955

Submitted on: 2025-10-24 19:12:36

Comments

Log in to comment.

No comments yet.