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:0x5b59e6fc21282303165000a95050a5114a9b0bf8|verified:true|block:23561679|tx:0xba30d94eae668ff5ca9117c4721d4e8f073a6d65f3993f47b0c214cce4eac3de|first_check:1760294896

Submitted on: 2025-10-12 20:48:16

Comments

Log in to comment.

No comments yet.