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:0x67ea9b43e61d2b15402c6453c0575ccf7bb32a88|verified:true|block:23547454|tx:0x22f9ae85a789e1c86c88bdaf7e8d0a8463d7b8f12b572da9bd50dbca073a2dec|first_check:1760100765

Submitted on: 2025-10-10 14:52:45

Comments

Log in to comment.

No comments yet.