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:0xca6fa187d746c804357213ea42d73f07934b78dc|verified:true|block:23456267|tx:0x40e551f048ab4a8c9da55e90a7df34f4a63f9fd83152bc1766d50f72dcc5d574|first_check:1758999367

Submitted on: 2025-09-27 20:56:08

Comments

Log in to comment.

No comments yet.