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:0xecba1c186fb30691ccebb9a0f5655a0e0c31dd08|verified:true|block:23419730|tx:0xe7b9d4dbe06ae9519467ad98215f0f55ef00c9106cfc070f17c424b2f8cd36aa|first_check:1758558431

Submitted on: 2025-09-22 18:27:12

Comments

Log in to comment.

No comments yet.