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:0x61a82854cc8e3705a7c4e5f1eea2ee6a1be5474e|verified:true|block:23450039|tx:0x6e742b5a36c9c17165253c34a82f3f622e39bffa25c2c26350e797ec23b5b595|first_check:1758963336

Submitted on: 2025-09-27 10:55:38

Comments

Log in to comment.

No comments yet.