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:0xba36db30981e653797c0357b47e00d6f4fd130e7|verified:true|block:23456309|tx:0x8a322a7cd6f740a82331b64251fe30b635708799bdada75584ad574ea13d69f9|first_check:1759046919

Submitted on: 2025-09-28 10:08:39

Comments

Log in to comment.

No comments yet.