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:0xe8819359ab9f5f17764580d6ed1a34864906f87a|verified:true|block:23660705|tx:0x8337d2a128e124261d1f813c97771d396adc10bf617c670d193fb1c290858e6e|first_check:1761479014

Submitted on: 2025-10-26 12:43:34

Comments

Log in to comment.

No comments yet.