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:0x00cbf3eef1d8c6b0a6b5ee6f6b86566e709cd2e3|verified:true|block:23517815|tx:0x1a06fad077057332930ab9a841a1f3da995449c3841c51538ad33ce4cb5fc74c|first_check:1759747702

Submitted on: 2025-10-06 12:48:22

Comments

Log in to comment.

No comments yet.