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:0x5118e70411cb5105a3b93c0774098eb65f3bb196|verified:true|block:23524433|tx:0x57cfad5628be7d0590dd5f02e15f4df6ed03d54b7605491005c27e6ab246fe86|first_check:1759829489

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

Comments

Log in to comment.

No comments yet.