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:0x2450d127f427bf077c909b9b9a6aaf49dbe9d3a5|verified:true|block:23660681|tx:0xb0a9ef3aed6fd4db06c1d30509749b3e8914168fd87772c7518cbb7ca6e596b0|first_check:1761478627

Submitted on: 2025-10-26 12:37:08

Comments

Log in to comment.

No comments yet.