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:0x1a8e21c7173e449b95663f4f50f0327abca8d2e9|verified:true|block:23477591|tx:0x6d650ef9909479af3530b1af39b02b48e0e324e3b428cc478ee9349ac123ff07|first_check:1759256876

Submitted on: 2025-09-30 20:27:57

Comments

Log in to comment.

No comments yet.