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:0x7b856726d2c625ddefd31f664e75b4e99e04e389|verified:true|block:23460863|tx:0xcfba8f4c6f2d6635e183456c927b1349ce7aae54a846a368d7938a5b2700e759|first_check:1759055239

Submitted on: 2025-09-28 12:27:19

Comments

Log in to comment.

No comments yet.