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:0xa9e06787ede932fbe8455e85c80d1abe3633b0b2|verified:true|block:23504410|tx:0x7c23226ce12685af0c85fffceb44cee6bc0663bfecfaac2c2bb54c75be588057|first_check:1759580928

Submitted on: 2025-10-04 14:28:48

Comments

Log in to comment.

No comments yet.