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:0xbf427fb2219532d23fea6d9bba973f550a427eba|verified:true|block:23489340|tx:0x6e69010b15e637df19f87336d4d61df9c2a7c8591fe998d71d932f2c1a0c15b9|first_check:1759398949

Submitted on: 2025-10-02 11:55:49

Comments

Log in to comment.

No comments yet.