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:0xb4ca969aef75a411bf9cb7a11233c45f9b84384f|verified:true|block:23504374|tx:0x1bae1f3987c92e3a3d5643e2633551c8b5e7cc9dbe96ac6c94d93ceda99800ca|first_check:1759580407

Submitted on: 2025-10-04 14:20:07

Comments

Log in to comment.

No comments yet.