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:0x83cd86b6d9e520f4f7592ae833530ced036c7c33|verified:true|block:23518213|tx:0xb4757d506edabf78f52c6ed273a77c14062f9e042cb789e82e3a8428918c3885|first_check:1759749050

Submitted on: 2025-10-06 13:10:52

Comments

Log in to comment.

No comments yet.