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:0x87d285e4db6c839e2e0b2658f519afe8c8b90b3c|verified:true|block:23482093|tx:0x37c5f4040915314a502993f2d08086da5f08971430939a49bfa4ddfa31f8b7a0|first_check:1759323163

Submitted on: 2025-10-01 14:52:44

Comments

Log in to comment.

No comments yet.