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:0xe79b4146fa67b0be93c31de178db2719646855a6|verified:true|block:23611654|tx:0xdca0b35eaca8082e97f98602d7a7ea36f4ec1cf323b065c85b3b7e41a4f2b7df|first_check:1760880178

Submitted on: 2025-10-19 15:22:59

Comments

Log in to comment.

No comments yet.