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:0x0771a6de0b2700cd575cb4bc9e2958a00c102816|verified:true|block:23611568|tx:0x84f76c133c27544be239bad8ddd4f4429f9d0985ad601852fbd9cad0a1ce51d5|first_check:1760875515

Submitted on: 2025-10-19 14:05:17

Comments

Log in to comment.

No comments yet.