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:0x625fb12dd8858ab845557256664a12defd962ff4|verified:true|block:23428171|tx:0x899daaece14d8c56030e3f9014e2320afc7cd984187141f542843b255edd7503|first_check:1758728180

Submitted on: 2025-09-24 17:36:25

Comments

Log in to comment.

No comments yet.