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:0x57956190540d8e29e519cc229185e1e14b96f34e|verified:true|block:23504399|tx:0x9271a259b5d90231da863b0ea65aee4b8604bd51471089e16e63d2d6f9913e51|first_check:1759584322

Submitted on: 2025-10-04 15:25:21

Comments

Log in to comment.

No comments yet.