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:0x2fd3aa4761a46445b82fd67c7ed0d5b11e5aa4c8|verified:true|block:23554494|tx:0x6d8ed7ba368f688bd18df9965f2208f20d8549b2f3bd93902756e867965aaf2e|first_check:1760270253

Submitted on: 2025-10-12 13:57:36

Comments

Log in to comment.

No comments yet.