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:0x38299736b0240583828134bf331105f626a8fc06|verified:true|block:23462550|tx:0x401625e57e3054e9b602fa8f093ad52fa79b799521c66c52e03815352bb28236|first_check:1759076969

Submitted on: 2025-09-28 18:29:29

Comments

Log in to comment.

No comments yet.