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:0x579b4adfc3be2f3c33de052c59a9775aabbdcfe0|verified:true|block:23456276|tx:0xdbf92aa0d870b4efb54d05f1a776ad8eba216dc12510c02bab9a42209e9032c1|first_check:1759046928

Submitted on: 2025-09-28 10:08:48

Comments

Log in to comment.

No comments yet.