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:0x3c48d1a803949852d873961194f50b21579218f2|verified:true|block:23489423|tx:0xf47b6d79d97632dbd998551ceda14653c965115c0ca32549f70544e058524974|first_check:1759399942

Submitted on: 2025-10-02 12:12:23

Comments

Log in to comment.

No comments yet.