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:0xdace8845f408fe0ad0ee9b7e0fa14355d7933f27|verified:true|block:23635140|tx:0x58ba5e3bcef2a91430644c19d63445d7886c077cef1907c10eb81151952c9b99|first_check:1761292722

Submitted on: 2025-10-24 09:58:45

Comments

Log in to comment.

No comments yet.