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:0x12f7b99b940ac1ee3bb70518168aa95fed0b0843|verified:true|block:23611838|tx:0x5ad869505fe4b448154ce6f06ccc2bea907a702dee62aef4fd94cbbaf830d813|first_check:1760882403

Submitted on: 2025-10-19 16:00:05

Comments

Log in to comment.

No comments yet.