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:0xa79ecd3a7d3c21d89434b2b551c4fe9367f202b6|verified:true|block:23505010|tx:0x1fb08c8fd6178c88bcabc65a478c7cb4bc3f834902820b9bc2a1bbe932dfa3ab|first_check:1759591748

Submitted on: 2025-10-04 17:29:07

Comments

Log in to comment.

No comments yet.