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:0x38f9462fa23f612d375a8a5c085f7e0474df29c5|verified:true|block:23387079|tx:0xca66ec8cc63783c5a96181c3c1815ed95d2870055fdd475f07d5e1979684eef5|first_check:1758189545

Submitted on: 2025-09-18 11:59:07

Comments

Log in to comment.

No comments yet.