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:0x2fef1be083bcd098bfcc598f4d676ac17a29bd83|verified:true|block:23504446|tx:0xb8d3961e3f5add37ebaca3e0a4f6ed9b5c00db4b6462282bdbcdd0471fa56854|first_check:1759581414

Submitted on: 2025-10-04 14:36:54

Comments

Log in to comment.

No comments yet.