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:0x233b10461fdbe0c69a92a21b845fc992f6429202|verified:true|block:23489239|tx:0x745ca067cb1aecd41132142a57991a76d7dcb506c8cb9c8397aa5395edaba9df|first_check:1759397899

Submitted on: 2025-10-02 11:38:19

Comments

Log in to comment.

No comments yet.