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:0x7af875a2117c41dc2aa8f2a54775d4b1b99ec9bc|verified:true|block:23658857|tx:0xb18a8d0c8c137d64e8f62d01184b98bb9703be6414ee6b857949b4ee3d069a10|first_check:1761474750

Submitted on: 2025-10-26 11:32:31

Comments

Log in to comment.

No comments yet.