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:0x3422ec1f77f8f55c798f8e21808b79038afa3e0f|verified:true|block:23504481|tx:0xbab4b721c422305567320884edb7a8387585ad3306a34de9a412d206f8562a29|first_check:1759582259

Submitted on: 2025-10-04 14:50:58

Comments

Log in to comment.

No comments yet.