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:0x4dc7cc77ee366e18e8e45b308fe0f0aa92d33f8a|verified:true|block:23660514|tx:0x02714df20a809333f27e09cb7c8cebf1116f8a136949d238eb84320b90f773d7|first_check:1761478307

Submitted on: 2025-10-26 12:31:47

Comments

Log in to comment.

No comments yet.