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:0x52be4001ee0d9ee61be30752ab9c2a3e9478a095|verified:true|block:23504433|tx:0x55a0928bc7bec96fac913324c5a6121b21fb19c8d456ce3ff541556636ab1b9b|first_check:1759581412

Submitted on: 2025-10-04 14:36:52

Comments

Log in to comment.

No comments yet.