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:0xb2495c2f5c6b098772ab61e861333d133cb0af33|verified:true|block:23505022|tx:0x5e703522bd489c8a24e4d19db5d23ee831d78d10043ccc7ea810c6f4f35e0a2b|first_check:1759591872

Submitted on: 2025-10-04 17:31:12

Comments

Log in to comment.

No comments yet.