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:0xdb7785aee63bf43c3b6d806abf7fd6e72f8337a3|verified:true|block:23504447|tx:0x5d168b2f5291804dc8c052fa125079dd73421ee4da7a8b32d0451df9f6aa1a6b|first_check:1759581414

Submitted on: 2025-10-04 14:36:54

Comments

Log in to comment.

No comments yet.