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:0x32f739d32c79d39234ac5b96e2834f95a651da24|verified:true|block:23461799|tx:0x67e789a2f478bf24c7c3e6830a4692f3e9f16c1699c26b3dde9771f9292af018|first_check:1759067407

Submitted on: 2025-09-28 15:50:07

Comments

Log in to comment.

No comments yet.