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:0xde14e7d247fe842215ca8148d941e5ec6aedc1ea|verified:true|block:23532167|tx:0x27a5a61c92d47142e14c137bfd05433998a44a98f5d6dc809a6bc6f08ac460f7|first_check:1759919600

Submitted on: 2025-10-08 12:33:20

Comments

Log in to comment.

No comments yet.