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:0xdd440ee4ba85a36934e152a38ef28ec4c61c2951|verified:true|block:23546932|tx:0xc349e68b257293e33f0ce4fe4ecb1523bfa04674b16ab865f9c62fc93ee5b6df|first_check:1760094500

Submitted on: 2025-10-10 13:08:20

Comments

Log in to comment.

No comments yet.