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:0x3194a53cfa1bad114c7a40655bc3965d1a8e3bd1|verified:true|block:23504411|tx:0xb251403f395e25be53e65d3ddc3b04ce187edbb8afb0abc358d6f6a1421745d7|first_check:1759580967

Submitted on: 2025-10-04 14:29:27

Comments

Log in to comment.

No comments yet.