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:0xef8fd4b6fb42a4d34c8fa468214047da04751470|verified:true|block:23524487|tx:0x58310bf0146298af20e9f114dab5d7809729e192b3fdf7090a21335ae330b32f|first_check:1759829494

Submitted on: 2025-10-07 11:31:34

Comments

Log in to comment.

No comments yet.