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:0xf3f53b15d9e8de9a6c7d6c28e510f59aa0c93a64|verified:true|block:23518035|tx:0xed7ae0d7e95f5366096dcb3fe41c672680926e2eb61affb66ae2f90923c38b60|first_check:1759748546

Submitted on: 2025-10-06 13:02:28

Comments

Log in to comment.

No comments yet.