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:0x95e54c56167ba9134295a40b992411762e2a4789|verified:true|block:23504340|tx:0x12fdd32af396e3e114a2d9832d9b4482e474236d4abce6f7aef778c8e7a8d0a8|first_check:1759580029

Submitted on: 2025-10-04 14:13:49

Comments

Log in to comment.

No comments yet.