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:0x8ad0a7443a471bd8f38852bebc1c4f27c97bb063|verified:true|block:23449908|tx:0x66fb20c949106ee3608e21930ceedfb1a3c55e3012cb9e8dabd7962f6bb366d3|first_check:1758963041

Submitted on: 2025-09-27 10:50:43

Comments

Log in to comment.

No comments yet.