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:0x6fe82cb005ed0c0a5f2e3ec65b2750920aea5b8d|verified:true|block:23657326|tx:0x8b39980190edc3350f3882ca04f343d37cb3c3de2eff7d0296d6d6023caa55dc|first_check:1761469393

Submitted on: 2025-10-26 10:03:13

Comments

Log in to comment.

No comments yet.