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:0x8ef6a622388507c83def013c5819cfd80cc81aa1|verified:true|block:23546831|tx:0x9c6aa8b7d3760eb1911d06578d899912ae84d258419d7efe63289daa90561c75|first_check:1760093276

Submitted on: 2025-10-10 12:47:56

Comments

Log in to comment.

No comments yet.