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:0x0357f1c9f6988b4f0de175920007626716ab8b82|verified:true|block:23468061|tx:0x02a6250dbda1c60088e6357c56ae322fe5a70d90179722851c0b6e12408d8347|first_check:1759143404

Submitted on: 2025-09-29 12:56:45

Comments

Log in to comment.

No comments yet.