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:0xb0b91f070dc830eef47438932afdf873b6649449|verified:true|block:23639523|tx:0xf0b554f750098a32570efb83e643214a5018af81768f493ad4f013cffb5a513c|first_check:1761305299

Submitted on: 2025-10-24 13:28:22

Comments

Log in to comment.

No comments yet.