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:0x54d4afb9900b67e4263c4708beb53b4352588902|verified:true|block:23611660|tx:0x2badef5173b83b528dff270333f82541a16b6cad8889f34f454b6547146d399f|first_check:1760876634

Submitted on: 2025-10-19 14:23:55

Comments

Log in to comment.

No comments yet.