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:0xa01af02371ebce93bca2541fe052456498ec1f09|verified:true|block:23523755|tx:0x164a06f837b92ed8e90efbd06ac515006852d6f04a806a411959bce3db39d442|first_check:1759827872

Submitted on: 2025-10-07 11:04:32

Comments

Log in to comment.

No comments yet.