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:0x7f896a4116f4b602ef704afc23134856c7ccd81b|verified:true|block:23504193|tx:0xef2fa32ef27526a7846955e5ca010e3265b3e21ede7d7e09521e96d15de383e5|first_check:1759578658

Submitted on: 2025-10-04 13:50:58

Comments

Log in to comment.

No comments yet.