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:0x2acfa63503ecf8b24c598035e1a26cc21c4924aa|verified:true|block:23546834|tx:0x34c354984cb124cae5107977c9642b172ebdd5490fe8e9457c07248003c67963|first_check:1760096910

Submitted on: 2025-10-10 13:48:30

Comments

Log in to comment.

No comments yet.