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:0x6b9e64dbfebbb063ed2744a3d47510c485abeb31|verified:true|block:23641225|tx:0x35ff4f1720075512d8d4c4aa81176dbf98972c2d97b0aa6c73b775aaaec772e9|first_check:1761310788

Submitted on: 2025-10-24 14:59:51

Comments

Log in to comment.

No comments yet.