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:0x11ecdfcf9cfa49f4050c4a1ceb4223964d7622fd|verified:true|block:23685292|tx:0xf34169339146580280b88a90525904e9f2bc29e62f7cb39a5a9ba26fcf5a0227|first_check:1761769217

Submitted on: 2025-10-29 21:20:18

Comments

Log in to comment.

No comments yet.