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:0x2a6d4168b1da616efbb7748bff59aff86c06e90e|verified:true|block:23516080|tx:0x19a1246e4b05d81d7532eb1f0f0439776f1230f246ad91a8fee27e2ec108d67b|first_check:1759744322

Submitted on: 2025-10-06 11:52:03

Comments

Log in to comment.

No comments yet.