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:0x800dad32448ce7771019f8e3af403d708d4cb41f|verified:true|block:23482119|tx:0x3c9911e09561dcfc7a38b05c97cf21f3476066b03c9da01d480a2d1ab86365fd|first_check:1759323219

Submitted on: 2025-10-01 14:53:39

Comments

Log in to comment.

No comments yet.