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:0x5b17b06741a6b57e77ee7c77734a4f2268e56d39|verified:true|block:23537493|tx:0x4112840e7a0e5f8796b49c59abb97e42fa646e99aaaec0caa252d10f5c1aecd8|first_check:1759997777

Submitted on: 2025-10-09 10:16:18

Comments

Log in to comment.

No comments yet.