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:0x9f13f88f1e0ddb67a5a5d98e0dcd4d2e049b1a38|verified:true|block:23618989|tx:0x792bdc1204294195868a4197aaa1be1d8060f6e9828a775b0e215c7a90b010a9|first_check:1760968349

Submitted on: 2025-10-20 15:52:30

Comments

Log in to comment.

No comments yet.