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:0x7e4689bf70299aedd0e3292b84a42f358c3fcbbf|verified:true|block:23716633|tx:0x4091f1cd0cb801326ae9109cc2223d17afd3ff72d119fc22e899e7f37f6b21ba|first_check:1762166323

Submitted on: 2025-11-03 11:38:43

Comments

Log in to comment.

No comments yet.