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:0x521b3b37b210884a2cda939833ce56a1bc8fb18c|verified:true|block:23644779|tx:0xee6c1f9e3a784f12834d64e72de57941d04d0d0c41b582098e56a54fc2515389|first_check:1761321133

Submitted on: 2025-10-24 17:52:16

Comments

Log in to comment.

No comments yet.