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:0x192eb64920699f83ac505119c87a65f13e36ebc0|verified:true|block:23412611|tx:0xe41ea8e7f9d542c39f8e367856bf6499850b6e233f2e14462a524abceb8a67a7|first_check:1758477235

Submitted on: 2025-09-21 19:53:56

Comments

Log in to comment.

No comments yet.