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:0xa1a3eeac1dbb42002a88a40959db7b53544c62d4|verified:true|block:23625005|tx:0x4328a62f3cdcc3b5bc509e4629fc393d318b7536d222d197140d233abb57e5c7|first_check:1761046361

Submitted on: 2025-10-21 13:32:43

Comments

Log in to comment.

No comments yet.