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:0x560b453364ea9256ad3406516e19d22d773dc6ba|verified:true|block:23504345|tx:0xea3a93f472a918f2be86bc5c72816766c7261bb95c86d421ae108b573ac79a63|first_check:1759580099

Submitted on: 2025-10-04 14:14:58

Comments

Log in to comment.

No comments yet.