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:0x81d78bb6c8e03378d53037d9ed41a3cabcd4d570|verified:true|block:23546928|tx:0x3f42ebdb2d56441cdcf7c01c9993c8e6a2c825e1f0a4433cb557368329e8e138|first_check:1760094450

Submitted on: 2025-10-10 13:07:30

Comments

Log in to comment.

No comments yet.