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:0x9cef8a105e3b6ffb76f26724b030bc465cd187ee|verified:true|block:23561158|tx:0xa283e1efe0d0c5855fd8abf6d7c6826e9ac02917be0e0a96ae2a5839e3811a32|first_check:1760293102

Submitted on: 2025-10-12 20:18:22

Comments

Log in to comment.

No comments yet.