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:0xd3eeae8ab50a409230688d192dd0aa41cc3ed5fa|verified:true|block:23590496|tx:0x7a0027d9f5a84647aca6c47dcefb0bfa53d2950997c8dcdc26328399836ecfd3|first_check:1760624613

Submitted on: 2025-10-16 16:23:36

Comments

Log in to comment.

No comments yet.