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:0xc87c936fee8a97dd286bed597e757c5e7ec91387|verified:true|block:23499387|tx:0xd2641e9cf2b9644f750ad2f1d9ea6985663f2e65c107d416b5da58b814c5a20f|first_check:1759520274

Submitted on: 2025-10-03 21:37:55

Comments

Log in to comment.

No comments yet.