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:0x21e4aa7b5e00c1c9c25f4f9a88e9627e716b6df0|verified:true|block:23439222|tx:0x557401d4eae98b4514f561e3f96474739d91188920f5a5c5c7002fc73453caa9|first_check:1758793664

Submitted on: 2025-09-25 11:47:44

Comments

Log in to comment.

No comments yet.