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:0x64cf71a6f6e37d2285018e2b8dea297ca912e27b|verified:true|block:23605325|tx:0xcf2f9a32658be0416768d4c186a5538c92519217a82dd8f976fb9419612cd5e5|first_check:1760803739

Submitted on: 2025-10-18 18:08:59

Comments

Log in to comment.

No comments yet.