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:0xf57dd0d3d017517668e876716fff1321821b19cb|verified:true|block:23425227|tx:0x213f015fab09bb4b1dfeb04080d9bf08aae66ec915a88e1cf0e8ef4e8098c67b|first_check:1758722809

Submitted on: 2025-09-24 16:06:54

Comments

Log in to comment.

No comments yet.