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:0xd451a324b948fe69da8f01ea4f6ffe7af46191be|verified:true|block:23634671|tx:0x764ebe92cb7cc4d2f8813270453523c8f9a87be503f00f3fbb854defd12bdbd5|first_check:1761291782

Submitted on: 2025-10-24 09:43:05

Comments

Log in to comment.

No comments yet.