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:0x75cbb59f09cdb0e17ba0db411a1d207e50c5d159|verified:true|block:23504353|tx:0xd7114daed439b0128490087061edd16aa044099ffb2bee93ccaab6d493cf80f8|first_check:1759580167

Submitted on: 2025-10-04 14:16:07

Comments

Log in to comment.

No comments yet.