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:0xd6c5fd4cbaa40b38d473d06c3c1eaa564cae21e4|verified:true|block:23657516|tx:0xea137dc87a43dd33320a1d5c44f016618ceb6f932ba3e5b3f0b5a8accfb585ad|first_check:1761469902

Submitted on: 2025-10-26 10:11:42

Comments

Log in to comment.

No comments yet.