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:0xd4748438ad096307621bc21b4f18fac1c8117350|verified:true|block:23489431|tx:0x0636ebd7574f09b161031379fbbf4f4d2b033a8140fa7ba488d78501fa5a66e4|first_check:1759400035

Submitted on: 2025-10-02 12:13:56

Comments

Log in to comment.

No comments yet.