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:0x3b16570817dafba5e2e277086f6d01bcdef9f878|verified:true|block:23395984|tx:0xf76679edf10d3a987a64451ecf978974949ea6ee0b5329d94c3d9d8a1f90b242|first_check:1758279982

Submitted on: 2025-09-19 13:06:22

Comments

Log in to comment.

No comments yet.