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:0x174a88a61766398ea9094d6b15aebcd07319643e|verified:true|block:23394661|tx:0xc94ee6a58d22c2a9e390b2780f8e80a1e350c184b6464eea7da20ad3c82d68d0|first_check:1758277759

Submitted on: 2025-09-19 12:29:20

Comments

Log in to comment.

No comments yet.