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:0x3c9a8c80637a22a2f58a7993e7a8e732a9d80eb9|verified:true|block:23401206|tx:0x0c08b46e142abde92e8131af48cc18b133f245850f28541f4b369b029314bab1|first_check:1758367972

Submitted on: 2025-09-20 13:32:54

Comments

Log in to comment.

No comments yet.