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:0x7bfcd856e793e5a51ee5c849cdfcfecc2b10d511|verified:true|block:23425438|tx:0x2788fde9df49573f9f9c5a779a88b00fd6d2dbbcc2719f615bbb1c143e878a5e|first_check:1758723475

Submitted on: 2025-09-24 16:18:00

Comments

Log in to comment.

No comments yet.