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:0xffb55652f6f66e81c2f5cc6829261408f36a5a15|verified:true|block:23540371|tx:0x14df142afd16b624538fc370ab165efbb12f518ccd57ce3de5a85d5e4cfd2c61|first_check:1760018861

Submitted on: 2025-10-09 16:07:42

Comments

Log in to comment.

No comments yet.