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:0x1bd62ff4600920df9089acfabbcdead345b8f6e5|verified:true|block:23403903|tx:0x9d9ac2cfc706f3af5d4fbfbf1829137185bcd4b381d8974e807ae8939626e434|first_check:1758372681

Submitted on: 2025-09-20 14:51:23

Comments

Log in to comment.

No comments yet.