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:0x59f6ccc6d2d14183dd9ee18ff9dcd75774b69606|verified:true|block:23432919|tx:0x83ad83cb64dd862e645449d7030bddbf9839fe52d7ba7e5acbf986ad467f606f|first_check:1758736735

Submitted on: 2025-09-24 19:58:55

Comments

Log in to comment.

No comments yet.