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:0x7ddbd94028dd63d8ba2c14f3b932c7e439c4b4d5|verified:true|block:23517844|tx:0xff56d587f95e9f1575d0e11597d53b82a01e9ffa89f67d3015663e69a5115df5|first_check:1759747750

Submitted on: 2025-10-06 12:49:11

Comments

Log in to comment.

No comments yet.