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:0xe49404f82d4e2ecbc08f905a480b25f41f365683|verified:true|block:23462554|tx:0x738ca24dff4c4f2988bbea2e7f68089be5000712b144048ee515f353aff3f2d6|first_check:1759076972

Submitted on: 2025-09-28 18:29:33

Comments

Log in to comment.

No comments yet.