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:0x09ee1830b3c510d033a1f3e718da51ae3a4fc144|verified:true|block:23625839|tx:0xc22777a6858c7dbd3a1a222ef89598affbf31536c8d41ae6a44bcf16544d4494|first_check:1761048609

Submitted on: 2025-10-21 14:10:11

Comments

Log in to comment.

No comments yet.