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:0xe445f8b2d1bf0f495ec425132f0fe56fc048ed76|verified:true|block:23504467|tx:0xfcb2d642f9ea77ab4f6bc8c899528621203bccc3052a1e32a004da0172136388|first_check:1759582097

Submitted on: 2025-10-04 14:48:17

Comments

Log in to comment.

No comments yet.