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:0x1e38fa89a99f4a63016aee3ac851c2249a6292f0|verified:true|block:23611651|tx:0x2b0c627fa374ab5f259b6fd282c410009552911da8aa768fe8e43f955ffa7a23|first_check:1760880129

Submitted on: 2025-10-19 15:22:11

Comments

Log in to comment.

No comments yet.