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:0xcaec6fe17cd48fd0556b1a7e00c8411878653eb1|verified:true|block:23524957|tx:0x83281bc7c1999e95788728d83705022cfd515a7fd91cddbf32e9f74ab2e4fb9f|first_check:1759830626

Submitted on: 2025-10-07 11:50:26

Comments

Log in to comment.

No comments yet.