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:0x7ea3684dd3023b8331aee23c07d71d8a2a6778d3|verified:true|block:23517870|tx:0x78074dda38257601cb44f3c8986c599d77b50f40e765ee789da29eaddb83a0e4|first_check:1759747810

Submitted on: 2025-10-06 12:50:12

Comments

Log in to comment.

No comments yet.