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:0xe83b0e9709698a567e03e97c269ac7f3d969e7d3|verified:true|block:23504440|tx:0x977326ed1efd6d2c61940f6b45164c80cbc0f050e5e842be33660f452267db0e|first_check:1759581413

Submitted on: 2025-10-04 14:36:53

Comments

Log in to comment.

No comments yet.