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:0xb34e6eb99af391b623d81e50ee6f31e8e3ff45d3|verified:true|block:23489051|tx:0x6bb6f1dd07b2d83feba796ec5c16ec079ad3ef3e80273635cf19c4cbc5af53ff|first_check:1759395448

Submitted on: 2025-10-02 10:57:28

Comments

Log in to comment.

No comments yet.