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:0x453a69e028191a184b728eae97c39d92a9e1d761|verified:true|block:23611833|tx:0x3bc67a50f8e367f0c786596886bb614674de1a486e7512f6683dc9f1328a6fd9|first_check:1760882327

Submitted on: 2025-10-19 15:58:49

Comments

Log in to comment.

No comments yet.