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:0x41ad717d8f66c247b75c2f19a3fe0c28f4a0f4b7|verified:true|block:23611472|tx:0x0d0aa421af349064aebd5c1d5d3d9268ea60d2aedc6747baef4929c1a8e7b404|first_check:1760874332

Submitted on: 2025-10-19 13:45:33

Comments

Log in to comment.

No comments yet.