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:0xac9512cf6f94ccc7ce712ff74ba66be057f844d7|verified:true|block:23419808|tx:0x9a55032cb8a5dd1fc2ed9de176c5e139c92c71a91e98f77d09692d4997addfd1|first_check:1758559333

Submitted on: 2025-09-22 18:42:13

Comments

Log in to comment.

No comments yet.