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:0x9a26006522f0c2e8fbeeaa17710a2e8d69c46a72|verified:true|block:23594665|tx:0xe6ae0441f2882c73af461ead54d1c3f92181243fd3ba723b5229d17c1abb4c76|first_check:1760690862

Submitted on: 2025-10-17 10:47:42

Comments

Log in to comment.

No comments yet.