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:0x1f4446090712c5503727a0b810d7fae8888842bc|verified:true|block:23561096|tx:0x1fdce113c73eea3c7427b5f9dbb0c0dfe27f4a95c107e839c85c736ce53877f3|first_check:1760293091

Submitted on: 2025-10-12 20:18:11

Comments

Log in to comment.

No comments yet.