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:0x57ba952f5ea2846dc77d3dc4f11d3f95a3392482|verified:true|block:23446349|tx:0xa2d474783a2ecadf8cd849d58cc7f33c2a6ad22f6689e74c7c0dcfd7be6fe5ec|first_check:1758883190

Submitted on: 2025-09-26 12:39:52

Comments

Log in to comment.

No comments yet.