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:0xfb3ae85501baccfb065e6e4d0e94b0cbc79aba72|verified:true|block:23420094|tx:0xa79fd72ed9162a5e4fc90590e97ff2ef9f0e55c37c535a9c793dab9308c6bee6|first_check:1758566168

Submitted on: 2025-09-22 20:36:09

Comments

Log in to comment.

No comments yet.