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:0x3f2318da64a6a8de331632340af1aca377fbef13|verified:true|block:23496613|tx:0x34b4412a45467512300677f91c1c264c9635c3d6869e64e764b9ca2612b22653|first_check:1759490394

Submitted on: 2025-10-03 13:19:55

Comments

Log in to comment.

No comments yet.