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:0x38bbb9ef414f43dba7979542cd09b395d162862b|verified:true|block:23504482|tx:0x62f345f506e69746bdc5c45248927e76c86be95a41f0f2a34c13c368e0cf024c|first_check:1759582264

Submitted on: 2025-10-04 14:51:04

Comments

Log in to comment.

No comments yet.