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:0x606ce1bf43eaa747a6462aa299d515b2d8f51946|verified:true|block:23456297|tx:0x6ae65c88c8f22d1de6a589130ab4ffe27a9ccef1ea0bfe5f95c340a487ff53c0|first_check:1759046923

Submitted on: 2025-09-28 10:08:43

Comments

Log in to comment.

No comments yet.