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:0xda349aca10d7827f11f4e47d67b42c1ae622bdc4|verified:true|block:23504420|tx:0x429141ea8f5d58f363c6fe73b74e3176a49e77a935d3f56e5f614f27cf66478a|first_check:1759581009

Submitted on: 2025-10-04 14:30:09

Comments

Log in to comment.

No comments yet.