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:0xab44b6ee98d35fe53b8ef010d2a05a705e9b3d34|verified:true|block:23641204|tx:0xf54fb6f64eb8857dd7dc2a963133fdba244220d73a17c0f3c4f1d401c23d6673|first_check:1761310784

Submitted on: 2025-10-24 14:59:47

Comments

Log in to comment.

No comments yet.