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:0x5ee7e062759833b155646e1147941b0b809bb22d|verified:true|block:23525033|tx:0x07a040e2f4509754dc171ef50f029e8c038933b1c0a1b542959ab3005a285d01|first_check:1759830643

Submitted on: 2025-10-07 11:50:43

Comments

Log in to comment.

No comments yet.