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:0x66842f7fa7a680e91da31d9f68d1bea04ae265d3|verified:true|block:23505008|tx:0xc95967b1b9472a3b2fc0ae4b119c4bcf8a5ed479d799a96db69710e5fa27f68a|first_check:1759588103

Submitted on: 2025-10-04 16:28:22

Comments

Log in to comment.

No comments yet.