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:0xec905a0435467e3e065e6fe3a4fa3e6ecff772c5|verified:true|block:23460869|tx:0x0329c1a77dc9b64b1d2e9decc0e851a831468d66010b97c6ebf98b460e7f5624|first_check:1759055247

Submitted on: 2025-09-28 12:27:27

Comments

Log in to comment.

No comments yet.