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:0x53de5d8babe554eabaaff26300891a88d4c6f23a|verified:true|block:23523233|tx:0x040984b18885a88c23315763b934bd7653afca3441ac1f05e2cd46c2e92a8644|first_check:1759826749

Submitted on: 2025-10-07 10:45:49

Comments

Log in to comment.

No comments yet.