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:0x5c48fb8dcfd7b4cb56ddfd08e592c39aa6430ee5|verified:true|block:23687988|tx:0xa180b3edaaf8adb260bf63394065fbfbb4ae80a68d2cd63e76ba7d9dc4637f7a|first_check:1761825527

Submitted on: 2025-10-30 12:58:50

Comments

Log in to comment.

No comments yet.