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:0x233ea29a1c4068ea3d68277b650ca92ee7779db3|verified:true|block:23506591|tx:0xe11c612a0c33350c08c87bdbf579f9c67d9ec9ad4ccc4144e7608365546fb942|first_check:1759646910

Submitted on: 2025-10-05 08:48:31

Comments

Log in to comment.

No comments yet.