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:0x7db2d102f91dbbfa8e86632993269fc95faa01ce|verified:true|block:23460854|tx:0x15291c03fa79926680d944713c5a6be68b1895e2cf99df8db665039a8ae11cc9|first_check:1759055207

Submitted on: 2025-09-28 12:26:47

Comments

Log in to comment.

No comments yet.