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:0x6e2cbc88936ae46e6b210fa8c6c18dd2fd28715c|verified:true|block:23456314|tx:0x7cbbdf4689e34dcdd3028a2be7110c7748621870e99f864855428beae32e75c4|first_check:1759046917

Submitted on: 2025-09-28 10:08:37

Comments

Log in to comment.

No comments yet.