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:0x7e3b555a873d390428a50da19611b6d61406be4c|verified:true|block:23504369|tx:0xaf669c8e3fdb429aebfc93be708b8d7ed86ed165ad2b3354e4f210845fb906ad|first_check:1759580352

Submitted on: 2025-10-04 14:19:12

Comments

Log in to comment.

No comments yet.