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:0x09ec4a78b1b0a35bc4625e100be91a989c48b8d7|verified:true|block:23446306|tx:0x7014b7002a53252a8714141e03e22cadc26999a809a71c688262220e7f6dd321|first_check:1758879251

Submitted on: 2025-09-26 11:34:13

Comments

Log in to comment.

No comments yet.