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:0xfffaa94aab91e9805daa67c892e495361ea9452c|verified:true|block:23547109|tx:0x1cdcdfa3ae6c27594a8368119a43adaa74c83196e361e76695d6d5f952b77637|first_check:1760096622

Submitted on: 2025-10-10 13:43:42

Comments

Log in to comment.

No comments yet.