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:0x0566cbab2fe9bb3143c5eda906c327349ec366c4|verified:true|block:23608975|tx:0xb682fc085c0cb9587737c837a996b2ae948edefa6543c9d0c3dbb855481cd231|first_check:1760867014

Submitted on: 2025-10-19 11:43:36

Comments

Log in to comment.

No comments yet.