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:0x9b698bfe6da13574d7fc0a749c91aa79bc0c78bc|verified:true|block:23463074|tx:0xa4848d6879cf674b25e9fa722ed959edec4caf4f46044869d8972c57f34e0b79|first_check:1759082568

Submitted on: 2025-09-28 20:02:49

Comments

Log in to comment.

No comments yet.