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:0x68ba4adf00373b79fc332e3a05e47022cd54ca13|verified:true|block:23433090|tx:0x2d91ee3410e35345369ae3bf8ecbb37cdd404f275008bb4d5d27747446b8c4b7|first_check:1758736811

Submitted on: 2025-09-24 20:00:11

Comments

Log in to comment.

No comments yet.