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:0x52f488a54ecdcfbf143a09ef466da75af4842e6d|verified:true|block:23496620|tx:0x9348b3412e2dc1d173f002a550d61648adb740bb4201e9a56d9a777b9dada40f|first_check:1759486878

Submitted on: 2025-10-03 12:21:19

Comments

Log in to comment.

No comments yet.