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:0x5a7763d996685d8acbe18973eda3d64fe201f196|verified:true|block:23512208|tx:0x9cce380982aa42ee70fcedabd2962b5984a12b823b0540ea06bdae3f69fd28f8|first_check:1759675238

Submitted on: 2025-10-05 16:40:40

Comments

Log in to comment.

No comments yet.