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:0x5046d31decba1cbb73c3213b1a0a616b564554ff|verified:true|block:23640125|tx:0x17750459319dfb22564050230fd33fe1916813712f513395c8959e0e4be9b967|first_check:1761307400

Submitted on: 2025-10-24 14:03:23

Comments

Log in to comment.

No comments yet.