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:0xd5fae3ef4ed526aae534530ea15e3723d2d1fd0a|verified:true|block:23652571|tx:0x42fa4780a6da58fb75c87a3b25fd91d6bdda42d929e41c9d9d70fc4149372163|first_check:1761386168

Submitted on: 2025-10-25 11:56:09

Comments

Log in to comment.

No comments yet.