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:0xc8a7f7baa5193fa9c7940363cfff0a692a54b17f|verified:true|block:23403468|tx:0x86b2dfc84281190d03ede0a0f1b486b1fb10903a62f7a0cd66a9b46cfdffa196|first_check:1758371533

Submitted on: 2025-09-20 14:32:15

Comments

Log in to comment.

No comments yet.