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:0x874fbf99ea118a67d47a52fb29b759cd8ee1a8dc|verified:true|block:23544505|tx:0x5e93faa40743c0d57c594037835acd14bc7d584c5a3bb238dacff33bcd2a3cbd|first_check:1760083466

Submitted on: 2025-10-10 10:04:26

Comments

Log in to comment.

No comments yet.