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:0x14539efb84279a8f6f52a54d6a6215e86bfbe7cc|verified:true|block:23504191|tx:0xc4aa34f138fbdc0190403b6a21aee3eb188c451c5a7b4baac421a8884cef16d2|first_check:1759578649

Submitted on: 2025-10-04 13:50:49

Comments

Log in to comment.

No comments yet.