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:0x3d9760cb8779cd98a639a89d205cde2849737362|verified:true|block:23691449|tx:0xbfcb6870b3e623c411431c04598a0e3e5699a0447fce07270fbbba6b643d4c6e|first_check:1761842438

Submitted on: 2025-10-30 17:40:40

Comments

Log in to comment.

No comments yet.