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:0xcdb0ea58c2a7520e56d174b5d551e436a78b8f04|verified:true|block:23517923|tx:0x499fdf7558719cea487d2a569cf494556538ebb1c98854df90fd8e6b97b42f52|first_check:1759748031

Submitted on: 2025-10-06 12:53:52

Comments

Log in to comment.

No comments yet.