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:0x22fb8df74fdf45a8e5129d1e8964a358f11df04e|verified:true|block:23381174|tx:0x8df7309a11ad25200f03a5890c2ee679e983f932cf464a9fc15f949f17898aff|first_check:1758107631

Submitted on: 2025-09-17 13:13:52

Comments

Log in to comment.

No comments yet.