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:0xb3f33c7aa443871b7bb5c2d289f7ab0d3f5ea927|verified:true|block:23660685|tx:0xf0f8e1990bcf2a6e915c24cfab238360415c4963c860c9f5ad3ae7866baf8374|first_check:1761478761

Submitted on: 2025-10-26 12:39:21

Comments

Log in to comment.

No comments yet.