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:0xaa7141e1d6b21f34ce64fd1cae70c34f0dbf5fb6|verified:true|block:23524940|tx:0x981226721704cec01e72949ec73bbf8b42c709a2718a556f7c8ba7ce394984d4|first_check:1759830625

Submitted on: 2025-10-07 11:50:25

Comments

Log in to comment.

No comments yet.