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:0x258a9de5299f4468e55a3292ca7fdaea635a724e|verified:true|block:23504381|tx:0x14aecd717577cd157888056aa448fff7a9ca24434c1062ba4cb83a5584b37da4|first_check:1759580500

Submitted on: 2025-10-04 14:21:40

Comments

Log in to comment.

No comments yet.